/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY ID                */ #body { margin: 0; background: #FFFFFF; margin: 0 0 0 0; height: 100%; }
/* Style For HTML BODY                   */ body {height:100%}
/* Setting Text Throughout the skin      */ table, tr, td {font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; margin: 0;}
                                            p {font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px;}
/* Setting Heading 01                    */ h1 { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight: bold; color: #464679; font-size:32pt; margin: 0; }
/* Setting Heading 02                    */ h2 { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight: bold; color: #555555; font-size:24pt; margin: 0; }
/* Setting Heading 03                    */ h3 { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight: bold; color: #464679; font-size:18pt; margin: 0; }
/* Setting Heading 04                    */ h4 { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight: bold; color: #555555; font-size:14pt; margin: 0; }
/* Setting Heading 05                    */ h5 { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight: bold; color: #464679; font-size:12pt; margin: 0; }
/* Setting Heading 06                    */ h6 { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight: bold; color: #464679; font-size:9pt; margin: 0; }

/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

/*-- width setting on skins        --*/ .StandardWidth { width:960px; }
/*-- 100 percent height where req  --*/ .FullHeight { height:100%; }
/*-- 100 percent width where req   --*/ .FullWidth { width:100%; }
/*-- outer table on skins          --*/ .OuterTable { width:1000px; height:100%; }
/*-- cell containing content panes --*/ .ContentPanesTD { height:100%; vertical-align: top; padding: 0 0 0 0; }
/*-- 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 { width:1px; padding: 0 0 0 0; }
/*-- row containing breadcrumbs    --*/ .BreadcrumbsRow { height:41px; background: url(bread-bg.gif) repeat top left; padding: 0 0 0 0; }
/*-- row for space between areas   --*/ .SpaceBar { height:10px; padding: 0 0 0 0; }
/*-- cell containing breadcrumbs   --*/ .BreadcrumbsTD { height: 18px; width: 100%; background-color: #F0F0F0; vertical-align: middle; padding: 0 0 0 0; white-space: nowrap; }
/*-- cell containing search        --*/ .SearchTD { width:215px; vertical-align: top; text-align: right; height: 18px; background: #F0F0F0; padding: 0 0 0 0; white-space: nowrap; }
/*-- cell containing privacy       --*/ .PrivacyTD { text-align: left; padding: 0 0 0 0; }
/*-- cell containing copyright     --*/ .CopyrightTD { text-align: right; padding: 0 0 0 0; }
/*-- cell containing flash h       --*/ .FlashTD { padding: 9px 7px 0 7px; }
/*-- cell containing flash v       --*/ .FlashTDV { padding: 4px 7px 0 7px; }
/*-- used for setting attribute    --*/ .SkinBox, .BackgroundTile, .BackgroundTopStretch, .BackgroundImage, { height:100%; }
/*-- various common properties     --*/ .PanePad { padding: 0 7px 0 7px; } .Width100p { width: 100%; } .Width50p { width: 50%; } .Width25p { width: 25%; } .Width33p { width: 33%; } .Height1px { height: 1px; }
										.MainBox { width: 1000px; }

/*========================================================*/
/*  Footer Box Elements                                   */
/*========================================================*/

/*-- footer area                   --*/ .FooterBox { background: url(footer-bg.gif) repeat top left; }
/*-- row containing footer area    --*/ .FooterRow { height:36px; padding: 0 7px 0 7px; }
/*-- table within footer - rounded --*/ .FooterTable { height:36px; background: url(footer-bg-b.gif) repeat-x bottom left; }
/*-- rounded top-left corner       --*/ .FooterTL { height:29px; width:6px; background: url(footer-bg-tl.gif) no-repeat top left; }
/*-- rounded top-right corner      --*/ .FooterTR { height:29px; width:6px; background: url(footer-bg-tr.gif) no-repeat top right; }
/*-- left side                     --*/ .FooterL { width:6px; background: url(footer-bg-l.gif) repeat-y top left; }
/*-- right side                    --*/ .FooterR { width:6px; background: url(footer-bg-r.gif) repeat-y top right; }
/*-- rounded bottom left corner    --*/ .FooterBL { height:6px; width:6px; background: url(footer-bg-bl.gif) no-repeat bottom left; }
/*-- rounded bottom right corner   --*/ .FooterBR { height:6px; width:6px; background: url(footer-bg-br.gif) no-repeat bottom right; }

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

/*-- image content pane 1 horiz    --*/ .ImagePane01 { padding: 0 7px 9px 7px; }
/*-- image content pane 2          --*/ .ImagePane02 { padding: 9px 7px 0 7px; }
/*-- image content pane 2 vertical --*/ .ImagePane02V { padding: 4px 7px 0 7px; }
/*-- image content pane 3          --*/ .ImagePane03 { padding: 0 7px 9px 7px; }
/*-- empty panes                   --*/ .DNNEmptyPane {width:0%;}
/*-- footer content pane           --*/ .FooterPane { padding: 6px 7px 6px 7px; vertical-align:middle; background: url(footer-bg-grad.gif) repeat-x top left; width:100%; }

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { color: #939393; background:  url(ico-login.gif) no-repeat bottom left;  font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px; margin: 0 0px 0 16px; }
/*-- login token hover                 --*/ a.LOGIN_object:hover { background:  url(ico-login-over.gif) no-repeat bottom left; color: #444444; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #939393; background:  url(ico-register.gif) no-repeat bottom left;  font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px;  margin: 0 0px 0 16px; }
/*-- user token hover                  --*/ a.USER_object:hover { background:  url(ico-register-over.gif) no-repeat bottom left; color: #444444; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #939393; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #c1c1c1; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #8f8f8f; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#aaa; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 11px; color:#aaa; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 11px; color:#777; font-weight:bold; text-decoration:none;  }
/*-- language selector dropdown        --*/ .Language_object { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; color: Black; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight: bold; color: Black; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #666; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #444; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px;	text-decoration: none; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 15px 12px 7px 12px; cursor: hand; font-size:1px; margin: 0 0 0 0;}
/*-- footer links                      --*/ .Footer_Links, a.Footer_Links:link, a.Footer_Links:visited, a.Footer_Links:active { color: #FFF; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #EEE; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight:bold; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:21px; background: White; width: 174px; color: #666; padding: 4px 4px 0px 4px; border: 1px solid #404040; cursor:text;}

/*========================================================*/
/*  Sub Menus and Module Menus                            */
/*========================================================*/

/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { background: White; padding: 0px; border: 1px solid #404040; z-index: 1000;  cursor: pointer;  cursor: hand; font-weight: normal; filter: none;}
/*-- submenu items idle         --*/ .ModuleTitle_MenuItem { background: #FFF; color: #666; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 8pt; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 28px; border-left:0px; border-right:0px; border-top:0px; border-bottom: 1px solid #ccc; margin:0 0 0 0;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { background: #eee; color: #464679; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 8pt; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 30px 0px 16px; height: 28px; border-left:0px; border-right:0px; border-top:0px; border-bottom: 1px solid #ccc; margin:0 0 0 0;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/



/*========================================================*/
/*    Design Elements                                     */
/*========================================================*/

/*-- main menu height               --*/ /*-- cell containing main menu      --*/ 
/*-- main menu left end             -- .MenuLeft { width:18px; background: url(nav2-bg-l.gif) no-repeat top left; }*/
/*-- main menu right end            -- .MenuRight { width:17px; background: url(nav2-bg-r.gif) no-repeat top left; }*/
/*-- cell containing login          --*/ .LoginTD { width: 100%; vertical-align: middle; text-align: right; font-size: 7px; padding: 0 0 8px 0; }
/*-- cell containing copyright      --*/ .CopyrightRow { height:20px; padding: 0 10px 0 10px; vertical-align: bottom; }

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu        --*/ /*-- bar that holds the menu        --*/ /*-- submenu container              --*/ 
/*.MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 0 0 0 0; filter:Alpha(Opacity=90);-moz-opacity:.90; }*/
/*-- main menu idle item            -- .MainMenu_Idle TD{line-height:0;vertical-align:top;margin:0;padding:0;}*/
/*-- main menu idle item left       -- .MainMenu_Idle TD DIV{background:url(nav2-div.gif) top right no-repeat;background-color:transparent;float:left;_float:none;margin:0;padding:0;}*/
/*-- main menu idle item right      -- .MainMenu_Idle TD DIV DIV{background:url(dummy.gif) top left no-repeat;float:right;_float:none;margin:0;padding:0 1px;}*/
/*-- main menu idle item middle     -- .MainMenu_Idle TD DIV DIV DIV{background:url(dummy.gif) top repeat-x;font-size:8pt;font-weight:700;color:#FFF;line-height:0pt;_line-height:1px;margin:0;padding:18px 10px 18px 10px;}*/
/*-- main menu active item          -- .MainMenu_Selected TD, .MainMenu_BreadcrumbActive TD{vertical-align:top;line-height:0;margin:0;padding:0;}*/
/*-- main menu active item left     -- .MainMenu_Selected TD DIV, .MainMenu_BreadcrumbActive TD DIV {background:url(rightpoint.gif) top right no-repeat;float:left;_float:none;margin:0;padding:0;}*/
/*-- main menu active item right    -- .MainMenu_Selected TD DIV DIV, .MainMenu_BreadcrumbActive TD DIV DIV {background:url(nav2-active.gif) top left no-repeat;float:right;_float:none;margin:0;padding:0 1px;}*/
/*-- main menu active item middle   -- .MainMenu_Selected TD DIV DIV DIV, .MainMenu_BreadcrumbActive TD DIV DIV DIV {line-height:0px;_line-height:1px;color:#FFF;font-size:8pt;background:url(nav2-active.gif) top repeat-x;font-weight:700;margin:0;padding:18px 10px 18px 10px;}*/
/*-- not needed - main menu         -- .MainMenu_Idle TD IMG, .MainMenu_Selected TD IMG, .MainMenu_BreadcrumbActive TD IMG, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }*/
/*-- module menu continer           -- .ModuleTitle_MenuContainer { color: #2c2c2c; }*/
/*-- module menu bar                -- .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}*/
/*-- module menu padding            -- .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 25px 0 15px; }*/
/*-- not needed - module menu       -- .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }*/
/*-- module menu icon               --*/ .ModuleTitle_MenuIcon { background: #FFF; border: 0px; border-bottom: 1px dotted #999; width:0px; height: 20px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
/*-- module menu icon image         --*/ .ModuleTitle_MenuIcon IMG { margin: 0 10px 0 10px; }
/*-- removing seperator borders     --*/ 

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/



/* Menu styles */
.MenuTD {  /* The table cell containing the menu */
	background-color: #404040;
	padding: 0 0 0 0; 
	height: 18px;
	text-align: center;
}

.MainMenu_MenuContainer { /* Only used for Background */
	background: transparent; 
}

.MainMenu_MenuBar { /* Only used to set height and mouse pointer */
	height: 18px; 
	cursor: pointer; 
	cursor: hand; 
	background-color: Transparent;
}

.MainMenu_MenuItem { 
	background: transparent; 
	/*color: #030303; */
	color: White;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	height: 18px; 
	border-left:1px; 
	border-right:1px; 
	border-top:0px; 
	border-bottom: 1px solid #ccc; 
	border-color: #404040;
}

.MainMenu_SubMenu {
	margin: 0 10 0 10;
	background-color: #404040;
}


.MenuHover {
	background-color: White;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-color: #404040;
}

.RightSeparator {
	font-size:14pt;
	color: #A0A0A0;
}

.MenuLeft { 
	width: 18px; 
	background-color: White;
	border: solid 1px #404040;
	white-space: nowrap;
}

.MenuRight { 
	width: 100%; 
	background-color: #404040;
}

.MainMenu_MenuArrow { /* Right end of submenu item cell */
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	border-left:0px; 
	border-right:0px; 
	border-top:0px; 
	border-bottom: 0px solid #404040; 
}

.SubMenuHover {
	background-color: White;
	color: #404040;
}

.MainMenu_MenuBreak { /* Menu bar separator areas */
	border-top-style: none; 
	border-right-style: none;	
	border-left-style: none; 
	border-bottom-style: none; 
	background:transparent;  
	vertical-align:top;
}

.MainMenu_MenuIcon  { display: none; }
