/*--------------------------------------------------------*/
/*  Universal                                             */
/*--------------------------------------------------------*/

	/* Style For HTML PAGE                   */ html { height: 100%; }
	/* Style For HTML BODY                   */ body {background: #336633; margin: 15 15 15 15; }
	/* Setting Text Throughout the skin      */ table, tr, td, p {font-family: verdana; font-size: 11px; line-height: 1.4em; margin: 0;}

/*--------------------------------------------------------*/
/*  Design Elements                                       */
/*--------------------------------------------------------*/

	/*-- outermost table of skin -Standard      --*/ .OuterTable { background-color: #fff;	width:750px; height: 100%; border: 1px solid #999; align: center; }
	/*-- cell containing login and register - 2 --*/ .LoginTD { vertical-align: top; height: 92px; color: #FFF; padding: 20px 15px 0px 0px; text-align:right; }
	/*-- cell containing search                 --*/ .SearchTD {text-align: right; vertical-align: top; padding: 6px 7px 0px 0px; height:20px; width:310px;}
	/*-- cell containing date                   --*/ .DateTD {text-align: left; padding: 2 2 2 2; background: #336633;}
	/*-- date display			                    --*/ .Date {text-align: right; padding: 3px; color: #fff; font-family: verdana; font-size:10px;}
	/*-- cell containing search                 --*/ .SearchTD {text-align: right; padding: 3 3 3 3; background: #336633}
	/*-- cell containing menu                   --*/ .MenuTD { width: 199px; vertical-align: top; padding: 4px 0 0 0; }
	/*-- top header section							  --*/ .HeaderTD {text-align:right; vertical-align:top; background:  url(header_bg.jpg) no-repeat; height: 131px; padding: 2 2 0 0; color: #eee; }
	/*-- breadcrumb container						  --*/ .BreadcrumbTD {color: #444; height:10; background-color: #ddd; padding-left: 10px;}
	/*-- copyright display							  --*/ .CopyrightTD {text-align: center;}
	/*-- copyright display							  --*/ .Copyright {color: #ccc;font-size:10px;}
	/*-- cell containing left nav					  --*/ .LeftNavTD {vertical-align:top;background: #444; padding: 0 0 0 0;}

/*--------------------------------------------------------*/
/*  Content Panes                                         */
/*--------------------------------------------------------*/

	/*-- content container             --*/ .ContentTD {vertical-align:top; width:100%; padding: 0;}
	/*-- content pane                  --*/ .ContentPane1 {vertical-align:top; width:100%; padding-left: 10; padding-right: 10;}

/*--------------------------------------------------------*/
/*  Tokens                                                */
/*--------------------------------------------------------*/

/*-- login and user token idle         --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #fff; font-family: verdana; font-size: 10px; font-weight:bold; text-decoration: none; }
/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { color: #ddd; font-family: verdana; font-weight:bold; font-size: 10px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #FFF; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #ddd; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- date token idle 2                 --*/ .DATE_object2, a.DATE_object2:link, a.DATE_object2:visited, a.DATE_object2:active { color: #777; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:normal; }
/*-- date token hover 2                --*/ a.DATE_object2:hover { color: #777; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #666; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #333; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#FFF; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#FFF; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color:#DDD; font-weight:bold; text-decoration:none;  }

/*--------------------------------------------------------*/
/*  Text                                                  */
/*--------------------------------------------------------*/

	/*-- most of the text on site          --*/ .normal, .Normal { font-family: verdana; font-size: 11px; color: #666; }
	/*-- most of the bold text on site     --*/ .NormalBold { font-family: verdana; font-size: 11px; font-weight: bold; color: #666; }
	/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: verdana; font-weight: bold; font-size: 11px; }
	/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: tahoma; font-size: 11px; font-weight: bold; color: #333; padding: 0; }
	/*-- headings - mostly in admin        --*/ .Head {font-size: 12px;color: #333;background: transparent;font-weight: bold;padding: 0;}	
	.ContainerHeadLeft {background: url(header_cap_left.gif) bottom left no-repeat;width: 15px;padding: 0;}
	.ContainerHeadActions {background: url(header_bg.gif) repeat-x bottom;padding: 0 0 10px 0;width: 1px;}
	.ContainerHeadTitle {background: url(header_bg.gif) repeat-x bottom;padding: 0 0 17px 5px;}
	.ContainerHeadRight {background: url(header_cap_right.gif) bottom left no-repeat;width: 15px;padding: 0;}
	.ContainerContent {padding: 10px 25px 35px 25px;}
	
/*--------------------------------------------------------*/
/*  Links                                                 */
/*--------------------------------------------------------*/

	/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: underline; }
	/*-- default links hover               --*/ a:hover { color: #444; font-family: tahoma; font-size: 11px; text-decoration: underline; }
	/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
	/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: tahoma; font-size: 11px;	text-decoration: none; }
	/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {color: #fff;border-top: 1px solid #eee;border-bottom: 1px solid #666;border-left: 1px solid #eee;border-right: 1px solid #666;padding: 1px 3px 1px 4px;font-family: tahoma;font-weight: bold;font-size: 11px;text-decoration: none;background: #999;height: 20px;}
	/*-- admin button-link style hover     --*/ a.CommandButton:hover {color: #fff;border-top: 1px solid #ddd;border-bottom: 1px solid #333;border-left: 1px solid #ddd;border-right: 1px solid #333;padding: 1px 3px 1px 4px;font-family: tahoma;font-weight: bold;font-size: 11px;text-decoration: none;background: #666;height: 20px;}
	/*-- search button in search form      --*/ .Search, a.Search, a.Search:visited {text-align:right; color: #fff; font-family: verdana; font-size:10px; text-decoration:none;}

/*--------------------------------------------------------*/
/*  Forms                                              */
/*--------------------------------------------------------*/

	/*-- default form elements      --*/ select, input {font-family: verdana;font-size: 11px;color: #333;}
	/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: tahoma; 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 {font-family: verdana;font-size: 11px;color: #333; border:1px solid #eee;}
	
/*--------------------------------------------------------*/
/*  Main Menu and Module Menus                            */
/*--------------------------------------------------------*/

	/*-- box that holds the menu  --*/ .MainMenu_MenuContainer { background: #444;  width: 140px; border-top: 0px solid #eeeeee;}
	/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: #fff;  width: 140px;}
	/*-- submenu container        --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 0px; background: #444; padding: 2px; border: 1px solid #e7e7e7; font-weight: normal; filter: none; }
	/*-- submenu items idle       --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma;  color: #fff; font-size: 11px; background: #444; font-weight: bold; font-style: normal; padding: 0px 20px 0px 8px; height: 20px; border: #444 1px solid; }
	/*-- submenu items hover      --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #444; background: #eee; padding: 0px 20px 0px 8px; height: 20px; border-left: #eee 1px solid; border-right: #eee 1px solid;}
	/*-- menuitems idle           --*/ .MainMenu_Idle {color: #fff; background:  url(nav_idle.gif) no-repeat; padding: 0 3 0 0; height: 22px; font-weight: bold;}
	/*-- menuitems over           --*/ .MainMenu_Selected { color: #444; background: #eee; padding: 0 3 0 0; height: 22px; font-weight: bold;}
	/*-- menuitems active         --*/ .MainMenu_Active, .MainMenu_MenuItemActive, .MainMenu_BreadcrumbActive {color: #333; background: #fff; padding: 0 3 0 0; height: 22px; font-weight: bold;}
	/*-- left seperator idle      --*/ .MainMenu_LeftIdle { background: transparent; width:5px; height: 22px; }
	/*-- left seperator active    --*/ .MainMenu_LeftActive { background: transparent; width:5px; height: 22px; }
	/*-- right seperator idle     --*/ .MainMenu_RightIdle { background: transparent; width:5px; height: 22px; }
	/*-- right seperator active   --*/ .MainMenu_RightActive { background: transparent; width:5px; height: 22px; }
	/*-- middle seperator         --*/ .MainMenu_Separator { background: transparent; width:1px; height: 22px; }
	/*-- not needed - main menu   --*/ .MainMenu_MenuArrow, .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: 0px 20px 0px 8px; }*/
	/*-- container for module menus --*/

	/*-- menu items --*/						  .ModuleTitle_MenuItem {font-family: tahoma; color: #666; font-size: 11px;background: url(sub_item_bg.gif) no-repeat;	font-weight: bold; font-style: normal; border: #eee 1px solid; padding: 0px 8px 1px 2px; font-weight: bold;	height: 16px;}
	/*-- submenu container --*/			  .ModuleTitle_SubMenu {z-index: 1000;cursor: pointer;cursor: hand; margin: 0px 0 0 -4px;	background: #eee;	padding: 1px; border: 1px solid #aaa; font-weight: normal;}
	/*-- hover state --*/					  .ModuleTitle_MenuItemSel {font-family: tahoma;font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #fff; background: #666; border-left: #666 1px solid; border-right: #666 1px solid; padding: 0px 8px 1px 2px;	font-weight: bold; height: 16px;}

	/*-- don't need this stuff --*/
	.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon{display: none;}
	/*-- not needed - module menu --*/
	.ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
