/*========================================================*/
/*            Designed by DNNCovered.com                  */
/*========================================================*/

/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* HTML PAGE css		               --*/ html { height: 100%; }
/* HTML BODY css	                   --*/ body { margin: 0; background: #F0F0F0; margin: 10px 0 10px 0; }
/* Default text and table css	       --*/ table, tr, td {font-family: tahoma; font-size: 11px; margin: 0;}
/* Paragraph css				       --*/ p {font-family: tahoma; font-size: 11px;}

/*========================================================*/
/*  Main Elements                                         */
/*========================================================*/

/*-- width setting on skins       	   --*/ .MainWidth { width:892px; }
/*-- 100 percent height where req 	   --*/ .FullHeight { height:100%; }
/*-- 100 percent width where req  	   --*/ .FullWidth { width:100%; }


/*========================================================*/
/*  Other Main Elements                                   */
/*========================================================*/

/*-- cell containing content panes 	   --*/ .ContentPanesTD { width:auto; vertical-align: top; padding: 15px 15px 10px 15px; }
/*-- dotted background           	   --*/ .Dotted { background: url(dotted2.gif) repeat top left; }
/*-- row containing logo area      	   --*/ .LogoRow { height:1px; padding: 0 10px 0 7px; }
/*-- cell containing logo       	   --*/ .LogoTD { vertical-align:middle; text-align:left; padding: 25px 0 25px 20px; }
/*-- row containing breadcrumbs 	   --*/ .BreadcrumbsTD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:left; padding: 0 0 0 0; }
/*-- row for space between areas	   --*/ .SpaceBar { height:10px; padding: 0 0 0 0; }
/*-- Search CSS				           --*/ .SearchTD { width:213px; vertical-align: top; text-align: right; height: 18px; background: url(search-bg.jpg) no-repeat top right; padding: 0 0 0 0; }
/*-- Current Date CSS	   	    	   --*/ .CurrentDateTD { font-family: Tahoma; font-size:11px; color: #999999; vertical-align: middle; text-align: right; padding: 0 20px 0 0; }

/*-- command Button in Containers      --*/ .CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #C9A67A; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; padding: 0 0 0 0;}
/*-- command Button in Containers hover--*/ a.CommandButton:hover { color: #976F3E; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal; padding: 0 0 0 0; }


/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- Login Register token              --*/ .login-register, a.login-register:link, a.login-register:visited, a.login-register:active { color: #999999; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; text-transform:capitalize; text-indent:5px; padding: 0 10px 0 10px;}
/*-- Login Register token hover        --*/ a.login-register:hover { color: #333333; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; text-transform:capitalize; text-indent:5px; padding: 0 10px 0 10px; }

/*-- Current Date token                --*/ .CurrentDate { color: #999999; font-family: Tahoma; font-size: 11px; text-decoration: none; }
/*-- Breadcrumb token              	   --*/ .Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:visited, a.Breadcrumb:active { color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; padding: 0 0 0 0;}
/*-- Breadcrumb token hover            --*/ a.Breadcrumb:hover {  color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; padding: 0 0 0 0}


/*-- Copyright token                   --*/ .copy-right { color: #757474; font-family: Tahoma; font-size: 11px; text-decoration: none; }
/*-- Terms Privacy token       		   --*/ .terms-privacy, a.terms-privacy:link, a.terms-privacy:visited, a.terms-privacy:active { color: #757474; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; padding: 0 0 0 0;}
/*-- Terms Privacy token hover 		   --*/ a.terms-privacy:hover { color: #d67c1b; font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: normal; padding: 0 0 0 0; }
/*-- Search box css		   	    	   --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:17px; background: transparent; width: 140px; color: #666666; padding: 2px 0 0px 2px; border: 0px solid #FFFFFF; cursor:text;}

/*========================================================*/
/*  Default HTML Headings                                 */
/*========================================================*/

/*-- Heading # 1              			--*/ H1 { FONT-WEIGHT: normal; FONT-SIZE: 20px; COLOR: #D0312D; FONT-FAMILY: Tahoma, Arial, Helvetica;}
/*-- Heading # 2              			--*/ H2 { FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #666666; FONT-FAMILY: Tahoma, Arial, Helvetica;}
/*-- Heading # 3              			--*/ H3 { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #D0312D; FONT-FAMILY: Tahoma, Arial, Helvetica;}
/*-- Heading # 4              			--*/ H4 { FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #999999; FONT-FAMILY: Tahoma, Arial, Helvetica;}
/*-- Heading # 5              			--*/ H5 { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #999999; FONT-FAMILY: Tahoma, Arial, Helvetica;}
/*-- Heading # 6              			--*/ H6 { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #999999; FONT-FAMILY: Tahoma, Arial, Helvetica;}


/*========================================================*/
/*  Other used Text css                                   */
/*========================================================*/

/*-- Default text on site              --*/ .normal, .Normal { font-family: tahoma; font-size: 11px; color: #555; }
/*-- Default bold text      		   --*/ .NormalBold { font-family: tahoma; font-size: 11px; font-weight: bold; color: #555; }
/*-- Gray Color Text        		   --*/ .NormalGray { color: #999999; font-weight:normal; font-family: tahoma; font-size: 11px; }
/*-- Subheadings - DNN Default css     --*/ .SubHead { font-family: tahoma; font-size: 11px; font-weight: bold; color: #777; padding: 0; }
/*-- Headings - DNN Default css        --*/ .Head { font-size: 11px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Links css                                             */
/*========================================================*/

/*-- Default links 					   --*/ a:link, a:visited, a:active { color: #666666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- Default links hover               --*/ a:hover { color: #444444; font-family: tahoma; font-size: 11px; text-decoration: underline; }
/*-- Normal links 					   --*/ a.Normal:link, a.Normal:visited { color: #666666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- Normal links hover                --*/ a.Normal:hover { color: #444444; font-family: tahoma; font-size: 11px;	text-decoration: none; }
/*-- More links                        --*/ .more, a.more:link, a.more:visited, a.more:active { color: #0A3A3E; font-family: tahoma; font-size: 10px; font-weight: normal; text-decoration: none; }
/*-- More links hover                  --*/ a.more:hover { color: #666666; font-family: tahoma; font-weight: normal; font-size: 10px; text-decoration: none; }

/*========================================================*/
/*  Default DNN CSS                                       */
/*========================================================*/

/*-- Default Form CSS        		   --*/ select, input { font-family: tahoma; font-size: 11px; color: #333333; }
/*-- Default textbox       		       --*/ .NormalTextBox { color: #333333; padding-left: 4px; 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; }


/*========================================================*/
/*  Footer Table                                          */
/*========================================================*/

/*-- Footer table 				       --*/ .FooterTable { width:100%; }
/*-- Privacy cell / td     			   --*/ .PrivacyTD {  font-family: Tahoma; font-size:11px; color: #999999; text-align: left; padding: 0 15px 8px 15px; }
/*-- Copyright cell	 / td	           --*/ .CopyrightTD { text-align: right; padding: 0 15px 8px 15px; }



