

/*== For Import Admin Section CSS ===*/
@import "admin.css";

/*== For Import Menu CSS ===*/
@import "menu.css";


/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* HTML BODY css  --*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(bg.jpg);
	
}


/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- Login Register token              --*/ .login-register, a.login-register:link, a.login-register:visited, a.login-register:active { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #79a6ea; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; text-decoration: none;}
/*-- Login Register token hover        --*/ a.login-register:hover { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #79a6ea; FONT-FAMILY:Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; }

/*-- Copyright token                   --*/ .copy-right { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; text-decoration: none;}

/*-- Terms Privacy token       		   --*/ .terms-privacy, a.terms-privacy:link, a.terms-privacy:visited, a.terms-privacy:active { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; text-decoration: none;}
/*-- Terms Privacy token hover 		   --*/ a.terms-privacy:hover { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; text-decoration: underline;}

/*-- Search box css		   	    	   --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox {  width: 135px; height: 25px; background:transparent; padding: 8px 0px 0px 0px; border: 0px solid #A1A1A1; font-family: Arial, Helvetica, sans-serif; FONT-WEIGHT: normal;FONT-SIZE: 12px; color: #007ff0; text-decoration: none; cursor:text; margin:0px 0px 0px 30px; *margin:0px 0px 5px 28px; vertical-align:top;}

/*------------------------  End  -------------------------*/



.white-black, a.white-black, a.white-black:link, a.white-black:active, a.white-black:visited{	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma , Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.white-black:hover{FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma , Arial, Helvetica, sans-serif;
	text-decoration: underline;}

.white-white, a.white-white, a.white-white:link, a.white-white:active, a.white-white:visited{	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma , Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.white-white:hover{FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Tahoma , Arial, Helvetica, sans-serif;
	text-decoration: underline;}



.search-bg{
	background:url(search-bg.jpg) no-repeat top left;
	width:1059px;
	height:42px;
	}
.you-are{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#343030;
	font-weight: bold;
	padding:20px 0px 0px 20px;
	}
/*========================================================*/




