/*========================================================*/
/*            Designed by DNNCovered.com                  */
/*========================================================*/

/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* HTML BODY css  --*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/*========================================================*/
/*  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: #9F9F9F; FONT-FAMILY: Tahoma; text-decoration: none; }
/*-- Login Register token hover        --*/ a.login-register:hover { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #9F9F9F; FONT-FAMILY: Tahoma; text-decoration: underline; }

/*-- Copyright token                   --*/ .copy-right { color: #9F9F9F; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }

/*-- Date token                        --*/ .date { color: #000000; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }

/*-- Links token       		           --*/ .Links, a.Links:link, a.Links:visited, a.Links:active { color: #9F9F9F; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }
/*-- Links token hover 		           --*/ a.Links:hover { color: #9F9F9F; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: underline; }

/*-- Breadcrum token                   --*/ .breadcrum, a.breadcrum:link, a.breadcrum:visited, a.breadcrum:active { color: #000000; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }
/*-- Breadcrum token hover             --*/ a.breadcrum:hover { color: #000000; font-family: Tahoma; 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: #9F9F9F; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }
/*-- Terms Privacy token hover 		   --*/ a.terms-privacy:hover { color: #9F9F9F; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; }

/*-- Search box css		   	    	   --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox {  width: 166px; height: 20px; background-color: #FFFFFF; padding: 0px 0px 0px 3px; border: 1px solid #CBCBCB; font-family: Tahoma; FONT-WEIGHT: normal; FONT-SIZE: 11px; color: #9F9F9F; text-decoration: none; line-height: 13px; cursor:text;}

/*========================================================*/
/*  Default Container Headings                            */
/*========================================================*/

/*-- Heading # 1              			--*/ .cnt1_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #FF0000; FONT-FAMILY: Trebuchet MS; }
/*-- Heading # 2              			--*/ .cnt2_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #7E7E7E; FONT-FAMILY: Trebuchet MS; }
/*-- Heading # 3              			--*/ .cnt3_heading  { FONT-WEIGHT: bold;   FONT-SIZE: 18px; COLOR: #FB9517; FONT-FAMILY: Trebuchet MS; }
/*-- Heading # 4              			--*/ .cnt4_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #448AFF; FONT-FAMILY: Trebuchet MS; }
/*-- Heading # 5              			--*/ .cnt5_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #E48632; FONT-FAMILY: Trebuchet MS; }
/*-- Heading # 6              			--*/ .cnt6_heading  { FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #7F7F7F; FONT-FAMILY: Trebuchet MS; }


/*========================================================*/
/*  Default DNN CSS                                       */
/*========================================================*/

/*-- Default Form CSS        		   --*/ select, input { font-family: tahoma; font-size: 11px; color: #333333; }
/*-- Default textbox       		       --*/ .NormalTextBox { color: #333333; padding-left: 2px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 11px; }
/*-- Textbox cell / td            	   --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; border: 0; }


/*-- Default SubHead CSS        		   --*/

.SubHead {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ACB1E9; FONT-FAMILY: Tahoma;
}

.SubSubHead {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: Tahoma;
}

.CommandButton {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; FONT-FAMILY: Tahoma;
}

A.CommandButton:link {
	COLOR: #8D8D8D; TEXT-DECORATION: underline;
}

A.CommandButton:visited {
	COLOR: #8D8D8D; TEXT-DECORATION: underline;
}

A.CommandButton:ative {
	COLOR: #8D8D8D; TEXT-DECORATION: underline;
}

A.CommandButton:hover {
	COLOR: #ACB1E9; TEXT-DECORATION: underline;
}


/*-- Default --*/

.Head
{
	font-weight: bold;
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma;
	color: #ACB1E9;
}

.Head2 {
	font-weight: bold;
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma;
	color: #ACB1E9;
}










