
/*========================================================*/

/*== For Import Admin Section CSS ===*/
@import "admin.css";

/*== For Import Menu CSS ===*/
@import "menu.css";


/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* HTML BODY css  --*/
BODY { color:#2b4228;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-size:11px;
}


.heading1 { font-family: Arial, Helvetica, sans-serif;
	font-size:18;
	color: #FFFFFF;
	font-weight:normal;}


div{
	font-size: 12px;
	font-family: arial;
}
	
/*========================================================*/ 
/*  Tokens                                                */
/*========================================================*/

/*-- Login Register token              --*/ .login-register, a.login-register:link, a.login-register:visited, a.login-register:active { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
/*-- Login Register token hover        --*/ a.login-register:hover {FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }

/*-- Copyright token                   --*/ .copy-right { color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }

/*-- Breadcrum token                   --*/ .breadcrum, a.breadcrum:link, a.breadcrum:visited, a.breadcrum:active { color: #d1d772; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; padding-right:5px;}
/*-- Breadcrum token hover             --*/ a.breadcrum:hover { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }

/*-- Terms Privacy token       		   --*/ .terms-privacy, a.terms-privacy:link, a.terms-privacy:visited, a.terms-privacy:active { color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; }
/*-- Terms Privacy token hover 		   --*/ a.terms-privacy:hover {color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration:underline; }

/*-- Search box css		   	    	   --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox {  width: 162px; height: 15px; background:transparent; padding: 1px 0px 0px 0px; border: 1px solid #505050; font-family: Calibri, Tahoma, Arial; FONT-WEIGHT: normal; font-family:"Courier New", Courier, monospace; FONT-SIZE: 14px; color: #ffffff; text-decoration: none; cursor:text; height:18px; margin-bottom:5px; }

/*------------------------  End  -------------------------*/





/* LIGHT BLUE*/
.lightblue, A.lightblue {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #96c0fb;
	FONT-FAMILY: tahoma;
	text-decoration: none;
	line-height:1.4;

}
a.lightblue:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #96c0fb;
	FONT-FAMILY: tahoma;
	text-decoration: underline;
	line-height:1.4;
}


/* WHITE*/
.white, A.white {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: tahoma;
	text-decoration: none;
	line-height:1.4;

}
a.white:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: tahoma;
	text-decoration: underline;
	line-height:1.4;
}


/*------------------------  End  -------------------------*/


