/*========================================================*/
/*        	 		Created by CMSSkins.com               */
/*                    support@cmsskins.com                */
/*========================================================*/


/*========================================================*/
/*  Default HTML CSS                                      */
/*========================================================*/
/* Default HTML PAGE 		           --*/ html { height: 100%; }
/* Default HTML BODY 	               --*/ body { margin: 0 0 0 0; background:#ffffff; }
/* Default HTML table and text 	       --*/ table, tr, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
/* Default HTML Paragraph   		   --*/ p { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

/*========================================================*/
/*  Skin Elements                                         */
/*========================================================*/

/* Cell containing logo                 */.Logo-TD { padding: 8px 0 0 0;  }
/* Main Site Table                      */.Main { background: url(main-bg.gif) repeat-x top left; background-color:#060505;  }
/* Main Site Width                      */.DefaultWidth  { width: 930px; } 
/*                                      */.Header-Center { background: url(header-center.png) repeat-x left bottom; width:100%; }
/* Menu TD                              */.Menu-TD { padding: 8px 0 0 8px; }
/* Footer TD                            */.Footer-TD { padding: 0 10px 0px 10px; color:#ec7a2d; }
/* Footer Text                          */.Footer-Text { font-size:12px; font-weight:bold; color:#FFFFFF; font-family:Arial; }
/* Header TD                            */.Header-TD { background: url(header-bg.jpg) no-repeat top left; height:159px; }

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/
/*-- Login Register Token              --*/ .Register-Login, A.Register-Login, A.Register-Login:link, A.Register-Login:visited, A.Register-Login:active { font-weight: bold; font-size: 12px; color:#ec7a2d; font-family: Arial; text-decoration: none; }
/*-- Login Register Token Hover        --*/ A.Register-Login:hover  { font-size: 12px; color:#ffffff; font-family: Arial; text-decoration: underline; }
/*-- Links Token 	 		           --*/ .Bottom-Link, A.Bottom-Link, A.Bottom-Link:link, A.Bottom-Link:visited, A.Bottom-Link:active { font-weight: bold; font-size: 12px; color:#FFFFFF; font-family: Arial; text-decoration: none; } 
/*-- Links Token Hover 	 		       --*/ A.Bottom-Link:hover  { font-size: 12px; color:#990000; font-family: Arial; text-decoration: underline; }
/*-- You Are Here Text For Breadcrumb  --*/ .You-Are { font-size: 10px; color:#444444; font-family: Arial; }
/*-- Breadcrumb                        --*/ .Breadcrumb, A.Breadcrumb, A.Breadcrumb:link, A.Breadcrumb:visited, A.Breadcrumb:active { font-weight: normal; font-size: 10px; color:#5095E5;  font-family: Verdana, Helvetica, sans-serif; text-decoration: none; } 
/*-- Breadcrumb Hover                  --*/ A.Breadcrumb:hover  { font-size: 10px; color:#444444; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; }
/*-- Terms and Privacy                 --*/ .Terms-Privacy, A.Terms-Privacy, A.Terms-Privacy:link, A.Terms-Privacy:visited, A.Terms-Privacy:active { font-weight: bold; font-size: 12px; color:#ec7a2d; font-family: Arial; text-decoration: none; }
/*-- Terms and Privacy Hover           --*/ A.Terms-Privacy:hover  { font-size: 12px; color:#ffffff; font-family: Arial; text-decoration: underline; }
/*-- Current Date                      --*/ .CurrentDate { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px;  font-weight: normal; text-align: justify; color: #135DB4; }
/*-- Copyright                         --*/ .Copyright { font-family: Arial; font-size: 12px; font-weight: bold; color: #ec7a2d; }

/*========================================================*/
/*  HTML Headings                                         */
/*========================================================*/

/*-- Heading # 1              			--*/ H1 { font-weight: normal; font-size: 26px; color: #ec7a2d; font-family: Tahoma, Arial, Helvetica;}
/*-- Heading # 2              			--*/ H2 { font-weight: normal; font-size: 22px; color: #ec7a2d; font-family: Tahoma, Arial, Helvetica;}
/*-- Heading # 3              			--*/ H3 { font-weight: normal; font-size: 18px; color: #ec7a2d; font-family: Tahoma, Arial, Helvetica;}
/*-- Heading # 4              			--*/ H4 { font-weight: bold; font-size: 15px; color: #ec7a2d; font-family: Tahoma, Arial, Helvetica;}
/*-- Heading # 5              			--*/ H5 { font-weight: bold; font-size: 12px; color: #ec7a2d; font-family: Tahoma, Arial, Helvetica;}
/*-- Heading # 6              			--*/ H6 { font-weight: bold; font-size: 11px; color: #ec7a2d; font-family: Tahoma, Arial, Helvetica;}

/*========================================================*/
/*  DNN Elements                                          */
/*========================================================*/

/*-- Headig Mostly When Login 			--*/ .Head { font-weight: bold; font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif; color: #ec7a2d; }
/*-- Headig Mostly When Login 			--*/ .SubHead { font-weight: bold;  font-size: 11px;  color: #666666;  font-family: Verdana, Arial, Helvetica, sans-serif; }
/*-- Text on site       		    	--*/ .Normal { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;  color: #ffffff; }
/*-- Text on site bold     			    --*/ .NormalBold { font-weight: bold; font-size: 10px;  font-family: Verdana, Arial, Helvetica, sans-serif; color:#ffffff; }
/*-- Error Text       			        --*/ .NormalRed { font-weight: bold;  font-size: 11px;  color: #ff0000;  font-family: Verdana, Arial, Helvetica, sans-serif; }
/*-- Bullets Style      			    --*/  UL LI { list-style-image:url(bullets.png); list-style-position: inherit; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  font-weight: normal; font-style: normal;  color:#ffffff; padding: 2px; }
/*-- Text Files      			        --*/ .NormalTextBox { border-right:   #000000 1px solid;  border-top: #000000 1px solid;  border-left: #000000 1px solid;  border-bottom: #000000 1px solid;  font-size: 11px; background-color: #7c7776; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; }
/*-- Button                             --*/ .StandardButton { border-right:  #1380D5 1px solid;  border-top: #1380D5 1px solid;  border-left: #1380D5 1px solid;  border-bottom: #1380D5 1px solid; font-size: 11px; font-family: Verdana, Arial, Hnelvetica, sans-serif; background-color: #FFFFFF; color:#1380D5; }



/*========================================================*/
/*  DNN Elements Links                                    */
/*========================================================*/

/*-- Link Mostly When Login 			--*/ .CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active { font-weight: normal;  font-size: 11px; color:#FF0000;  font-family: Tahoma, Arial, Helvetica; }
/*-- Link Mostly When Login Hover		--*/ A.CommandButton:hover { font-weight: normal;  font-size: 11px; color:#000000;  font-family: Tahoma, Arial, Helvetica; }
/*-- Default Link for Token 			--*/ .Skinobject, A.Skinobject, A.Skinobject:link, A.Skinobject:visited, A.Skinobject:active   {  font-weight: normal; font-size: 10px; color:#1380D5;  font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
/*-- Default Link for Token Hover		--*/ A.Skinobject:hover    {  text-decoration:  underline; font-size: 10px; color:#4F4F4F; font-family:  Verdana, Arial, Helvetica, sans-serif; }
/*-- Default Link for Text 			    --*/ A:link, A:visited, A:active   { color: #ffffff;  text-decoration: underline; font-family: verdana; font-size: 11px; } 
/*-- Default Link for Text Hover	    --*/ A:Hover  { color: #ec7a2d; font-family: verdana; font-size: 11px; text-decoration: underline; }
.ControlPanel{ background-color:#191717; border-right:   #000000 0px solid;  border-top: #000000 0px solid;  border-left: #000000 0px solid;  border-bottom: #9e9390 2px solid;}


/*========================================================*/
/*  Panes                                                 */
/*========================================================*/
.Panes-TD { padding: 0px 0 15px 7px; }
.Banner-Pane { width: 100%; padding: 0 0 0 0; }
.Content-Pane { width: 100%; padding: 0 0 0 0; }
.Top-Left-Pane { width: 35%; padding: 0 5px 0 0; }
.Top-Right-Pane { width: 65%;	padding: 0 0 0 5px; }
.Main-Left-Pane { width: 70%;	padding: 0 5px 0 0; }
.Main-Right-Pane { width: 30%; padding: 0 0 0 5px; }
.Left-Pane { width: 33%; padding: 0 5px 0 0; }
.Middle-Pane { width: 34%; padding: 0 5px 0 5px; }
.Right-Pane { width: 33%; padding: 0 0 0 5px; }
.Bottom-Left-Pane { width: 50%; padding: 0 5px 0 0; }
.Bottom-Right-Pane { width: 50%; padding: 0 0 0 5px; }
.Bottom-Pane { width: 100%;	}
.Footer-Pane { width: 100%; padding:7px 10px 0 10px;	}

/*========================================================*/
/*  Action Menu                                           */
/*========================================================*/
.ModuleTitle_MenuContainer { border-right:  blue 0px solid; border-top: blue 0px solid; border-left: blue 0px solid; border-bottom: blue 0px solid }
.ModuleTitle_MenuBar { CURSOR: hand; HEIGHT: 16px; BACKGROUND-color: transparent }
.ModuleTitle_MenuItem {	border-right:  white 0px solid; border-top: white 1px solid; font-weight: bold; font-size: 9pt; border-left: white 0px solid; CURSOR: hand; color: black; border-bottom: white 1px solid; FONT-STYLE: normal; font-family: Tahoma, Arial, Helvetica; BACKGROUND-color: transparent }
.ModuleTitle_MenuIcon {	border-top: #eeeeee 1px solid; border-left: #eeeeee 1px solid; WIDTH: 15px; CURSOR: hand; border-bottom: #eeeeee 1px solid; HEIGHT: 21px; BACKGROUND-color: #eeeeee; TEXT-ALIGN: center }
.ModuleTitle_SubMenu { border-right:  #ffffff 0px solid; border-top: #ffffff 0px solid; Z-INDEX: 1000; FILTER: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); border-left: #ffffff 0px solid; CURSOR: hand; border-bottom: #ffffff 0px solid; BACKGROUND-color: #ffffff }
.ModuleTitle_MenuBreak { border-right:  #eeeeee 0px solid; border-top: #eeeeee 1px solid; border-left: #eeeeee 0px solid; border-bottom: #eeeeee 1px solid; HEIGHT: 1px; BACKGROUND-color: #eeeeee }
.ModuleTitle_MenuItemSel { font-weight: bold; font-size: 9pt; CURSOR: hand; color: #ffffff; FONT-STYLE: normal; font-family: Tahoma, Arial, Helvetica; BACKGROUND-color: #1380D5; }
.ModuleTitle_MenuArrow { border-right:  #ffffff 1px solid; border-top: #ffffff 0px solid; font-size: 10pt; CURSOR: hand; border-bottom: #ffffff 1px solid; font-family: webdings }
.ModuleTitle_RootMenuArrow { font-size: 10pt; CURSOR: hand; font-family: webdings }

/*========================================================*/
/*  Search                                                */
/*========================================================*/
.SearchTD { width:225px; vertical-align: top; text-align: right; height: 29px; background: url(Images/search.png) no-repeat top right; padding: 4px 0 0 0; }
#dnn_dnnSEARCH_txtSearch.NormalTextBox { height:22px; background: transparent; width: 140px; color: #444444; padding: 2px 0 0px 2px; border: 0px solid #FFFFFF; cursor:text;}




