
/*== 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-color: #ffffff;
	font-family:Arial;
}


/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- Login Register token              --*/ .login-register, a.login-register:link, a.login-register:visited, a.login-register:active { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: Calibri, Tahoma; text-decoration: none;text-transform:uppercase;}
/*-- Login Register token hover        --*/ a.login-register:hover { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Calibri, Tahoma; text-decoration: none; text-transform:uppercase; }

/*-- Copyright token                   --*/ .copy-right { color: #000000; font-family: Tahoma, Arial; font-size: 11px; font-weight: normal; text-decoration: none; }

/*-- Date token                        --*/ .date { color: #f67402; font-family: Calibri, Tahoma, Arial; font-size: 12px; font-weight: normal; }

/*-- Links token       		           --*/ .links, a.links:link, a.links:visited, a.links:active { color: #0a2a45; font-family: Calibri, Tahoma, Arial; font-size: 12px; font-weight: normal; text-decoration: none; }
/*-- Links token hover 		           --*/ a.links:hover { color: #ff6000; font-family:Calibri, Tahoma, Arial; font-size: 12px; font-weight: normal; text-decoration: none; }

/*-- Breadcrum token                   --*/ .breadcrum, a.breadcrum:link, a.breadcrum:visited, a.breadcrum:active { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #fb4400; FONT-FAMILY: Century Gothic, Tahoma, Arial; text-decoration: none;text-transform:uppercase; }
/*-- Breadcrum token hover             --*/ a.breadcrum:hover { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #fb4400; FONT-FAMILY: Century Gothic, Tahoma, Arial; text-decoration: none; text-transform:uppercase; }

/*-- Terms Privacy token       		   --*/ .terms-privacy, a.terms-privacy:link, a.terms-privacy:visited, a.terms-privacy:active { color: #000000; font-family:Tahoma, Arial; font-size: 11px; font-weight: normal; text-decoration: none; }
/*-- Terms Privacy token hover 		   --*/ a.terms-privacy:hover { color: #000000; font-family: Tahoma, Arial; font-size: 11px; font-weight: normal; text-decoration:underline; }

/*-- Search box css		   	    	   --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox {  width: 155px; height: 24px; background:transparent; padding: 0px 0px 0px 0px; border: 0px solid #A1A1A1; font-family: Calibri, Tahoma, Arial; FONT-WEIGHT: normal;FONT-SIZE: 12px; color: #ec290c; text-decoration: none; cursor:text; line-height:20px; }

/*------------------------  End  -------------------------*/

/*========================================================*/
/*  Text For Contents                                     */
/*========================================================*/

/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

.main_bg{ background:url(main_bg.jpg) #FFFFFF no-repeat center top;}
.dotedline{ background: url(dotedline_bg.png) repeat-x left top; height:10px;}


/*------------------------  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;}
.FooterPane{ padding:10px 0 10px 0;}

/*------------------------  End  -------------------------*/


/* GREEN*/
.green, A.green {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #94a600;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.4;

}
a.green:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #94a600;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height:1.4;
}


/*------------------------  End  -------------------------*/

/*---------------------wiki module styling ------------------------------*/
.WikiLinksPanel a, .WikiLinksPanel a:link, .WikiLinksPanel a:visited, .WikiLinksPanel a:active {
	text-decoration:none;
	color:#307CBA;
	font-weight:normal;
}
.WikiLinksPanel a:hover {
	text-decoration:none;
	color:#FF9900;
	font-weight:normal;
}

#DnnWiki .Head {
	color:#FF9900;
	font-size:small;
}
#DnnWiki .Normal, #DnnWiki .normal {
	color:#7C7C7C;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
}







