

/*== For Import Admin Section CSS ===*/
@import "admin.css";

/*== For Import Menu CSS ===*/
@import "menu.css";


/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* HTML BODY css  --*/
Body
{
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	background-position: left top;
	background-color: #ffffff;
}


.border-left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
} 

.border-right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}

.border-bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}



/*========================================================*/
/*  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: #000000; FONT-FAMILY: Tahoma; text-decoration: none; text-transform:none; }
/*-- Login Register token hover        --*/ .login-register a:hover { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma; text-decoration: }

/*-- Copyright token                   --*/ .copy-right { FONT-WEIGHT:normal; FONT-SIZE:11px; COLOR:#000000; FONT-FAMILY:Tahoma, Arial, Verdana; text-decoration:none; line-height:2; }

/*-- Date token                        --*/ .date { color: #f67402; font-family: Tahoma; font-size: 12px; font-weight: normal; }

/*-- Links token       		           --*/ .links, a.links:link, a.links:visited, a.links:active { color:#000000; font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:normal; text-decoration:none; }
/*-- Links token hover 		           --*/ a.links:hover { color:#000000; font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:normal; text-decoration:underline; }

/*-- Breadcrum token                   --*/ .breadcrum, a.breadcrum:link, a.breadcrum:visited, a.breadcrum:active { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #02c9f1; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; text-decoration: none; }
/*-- Breadcrum token hover             --*/ a.breadcrum:hover { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #5db1ec; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; text-decoration: none; }

/*-- Terms Privacy token       		   --*/ .terms-privacy, a.terms-privacy:link, a.terms-privacy:visited, a.terms-privacy:active { color: #000000; font-family:Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }
/*-- Terms Privacy token hover 		   --*/ a.terms-privacy:hover { color: #000000; font-family:Tahoma; font-size: 11px; font-weight: normal; text-decoration:underline; }

/*-- Search box css		   	    	   --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox {  width: 168px; height: 15px; background:transparent; padding: 0px 0px 0px 7px; border: 0px solid #A1A1A1; font-family: Arial, Helvetica, sans-serif; FONT-WEIGHT: normal;FONT-SIZE: 12px; color: #000000; text-decoration: none; cursor:text; margin:0px 0px 2px 0px; *margin:0px 0px 0px 0px;}

/*------------------------  End  -------------------------*/


/*========================================================*/
/* PANES  CSS                                           */
/*========================================================*/
.pane_bg{ background:url(pane_bg.png) no-repeat center top; white-space:906px; height:220px; padding:18px 16px 18px 16px;}
.middleright{ background:url(dotedline2_bg.png) repeat-y left top; padding:0 0 0 18px;}
.middlecenter{ background:url(dotedline2_bg.png) repeat-y left top; padding:0 0 0 18px;}

/*------------------------  End  -------------------------*/






