/*========================================================*/
/*         CSS for DotNetNuke Skin - Seattle              */
/*                  by Jared Buttars                      */
/*             http://www.black-pond.com                  */
/*                jared@black-pond.com                    */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/*-- Style For HTML BODY                   */ body { margin: 0; background:#000000; margin: 0 0 0 0; }
                                              #body{margin: 0; margin: 0 0 0 0; background-image:url(doc_bg.gif);}
                                              #__dnn_body{background:#FFF;}
/*-- Head Space                            */ .headspace { height:15px; }
/*-- Document top bg                       */ .docbg { background-image:url(doc_top_bg.gif); background-repeat: repeat-x; }
/*-- Header									*/ .headerbg { background-image:url(head_left_bg.gif); background-repeat: no-repeat; height: 160px;}
/*-- Head Right BG                         */ .headrightbg { height:62px; }
/*-- Head Left BG                          */ .headleftbg { height:62px; }
/*-- Head Side left                        */ .headsideleft {
	height:58px;
	padding-top: 40px;
	padding-right: 15;
	padding-bottom: 12;
	padding-left: 15px;
}
/*-- Head Side right                       */ .headsideright { height:58px;	padding-top: 40px;	padding-right: 25;	padding-bottom: 12;	padding-left: 0px;}
/*-- Logo Space                            */ .logospace { height:95px; width:338px; }
/*-- Page Base bg                          */ .pagebasebg {
	background-image:url(page_base_bg.gif);
	background-repeat: no-repeat;
	height:46px;
	width:100%;
	background-color: #FFFFFF;
}
/*-- Search Box bg                         */ .searchbg { background-image:url(search_bg.gif); background-repeat: repeat-x; }
/*-- Page Content Box                      */ .pagecontent { padding: 0 15px 30px 15px; background-color:#000000;}
/*-- Setting Text Throughout the skin      */ table, tr, td, p {font-family: verdana; font-size: 14px; line-height: normal; }

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

/*-- full pane                 --*/ .PaneCenter { width: 100%; padding: 0 0 0 0; }
/*-- left pane                 --*/ .PaneLeft { padding: 0 15px 0 0; width: 249px; }
/*-- right pane                --*/ .PaneRight { padding: 0 0 0 15px; width: 249px; }
/*-- inline left pane          --*/ .PaneInLineLeft { padding: 0 7px 0 0; width: 50%; }
/*-- inline right pane         --*/ .PaneInLineRight { padding: 0 0 0 7px; width: 50%; }

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login and user token idle         --*/ .LOGIN, a.LOGIN:link, a.LOGIN:visited, a.LOGIN:active, .USER, a.USER:link, a.USER:visited, a.USER:active { color: #f0f0f0; font-family: verdana; font-size: 12px; font-weight:normal; text-decoration: none; }
/*-- login and user token hover        --*/ a.LOGIN:hover, a.USER:hover { text-decoration: underline; color:#f0f0f0; font-size: 12px; font-family: verdana;}
/*-- date token idle                   --*/ .DATE { color: #f0f0f0; font-family: verdana; font-size: 10px; font-weight:normal; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS, a.BREADCRUMBS:link, a.BREADCRUMBS:visited, a.BREADCRUMBS:active { color: #f0f0f0; font-family: verdana; font-size: 10px; text-decoration: none; }
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS:hover { text-decoration: underline;  color:#f0f0f0; font-size: 10px; font-family: verdana;}
/*-- terms privacy and copyright       --*/ .FOOTER { color:#999999; font-size: 10px; font-weight:normal; }
/*-- terms privacy and copyright links --*/ a.FOOTER:link, a.FOOTER:visited, a.FOOTER:active { color:#999999; font-size:10px; font-weight:normal; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER:hover { text-decoration:underline; color:#999999; font-size: 10px; font-family: verdana;}
#dnn_dnnBREADCRUMB_lblBreadCrumb {color: #333333;}
/*========================================================*/
/*  Main Menu                     				          */
/*========================================================*/
.ControlPanel, .PagingTable { background-color:#000000;}
/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }

/*-- submenu container          --*/ .MainMenu_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 10px 1px 0; background: #323232; padding: 0px; border-color:#000000; border-width:1px; font-weight: normal; filter: none; }
/*-- sub menu items             --*/ .MainMenu_MenuItem { font-family: verdana;  color: #e2e2e2; font-size: 14px; font-weight: bold; font-style: normal; padding: 0px 35px 0px 16px; border: 0; height: 20px; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel { font-family: verdana; color: #ffffff; font-size: 14px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 35px 0px 16px; border: 0; height: 20px; background-color:4f4f4f; }
/*-- menuitems idle             --*/ .MainMenu_Idle { color: #e2e2e2; background: transparent; padding: 0; font-weight: bold; }
/*-- sub menu items over        --*/ .MainMenu_Selected { color: #ffffff; background: transparent; padding: 0; font-weight: bold; }
/*-- sub menu items active      --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #e2e2e2; background: transparent; font-weight: bold; }

/*-- root menu items            --*/ .MainMenu_RootMenuItem { font-family: verdana;  color: #e2e2e2; font-size: 12px; font-weight: bold; font-style: normal; border: 0; height: 40px; line-height:40px; padding: 0; background-image:url(menu_bg.gif); background-repeat: repeat-x; }
/*-- root menu items over       --*/ .MainMenu_RootSelected { color: #ffffff; padding: 0; font-weight: bold; height: 40px; line-height:40px; background-image:url(menu_bg.gif); background-repeat: repeat-x; }
/*-- root menu items sub active --*/ .MainMenu_RootActiveSub, .MainMenu_RootBreadcrumbActive { color: #e2e2e2; padding: 0; font-weight: bold; height: 40px; line-height:40px; background-image:url(menu_bg.gif); background-repeat: repeat-x; }
/*-- root menu items active     --*/ .MainMenu_RootActive { color: #e2e2e2; padding: 0; font-weight: bold; height: 40px; line-height:40px; background-image:url(menu_active_bg.gif); background-repeat: repeat-x; }

/*-- root menu items left       --*/ .menu_left { background-image:url(menu_left.gif); background-repeat: no-repeat; height:40px; width:6px; }
/*-- root menu items right      --*/ .menu_right { background-image:url(menu_right.gif); background-repeat: no-repeat; height:40px; width:12px; }
/*-- root menu items left active--*/ .menu_leftactive { background-image:url(menu_left_active.gif); background-repeat: no-repeat; height:40px; width:6px; }
/*-- root menu items right activ--*/ .menu_rightactive { background-image:url(menu_right_active.gif); background-repeat: no-repeat; height:40px; width:12px; }

/*-- not needed                 --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenuSeperator  { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; }

/*========================================================*/
/*  Module                     				              */
/*========================================================*/

/*-- module sub menu container  --*/ .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 0; background: #323232; padding: 0px; border-color:#000000; border-width:1px; font-weight: normal; filter: none; }
/*-- module sub menu items hover--*/ .ModuleTitle_MenuItemSel { font-family: verdana; color: #ffffff; font-size: 14px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 45px 0px 16px; height: 20px; background-color:4f4f4f; }
/*-- module title items         --*/ .ModuleTitle_MenuItem { font-family: verdana;  color: #e2e2e2; font-size: 14px; font-weight: bold; font-style: normal; padding: 0px 45px 0px 16px; height: 20px; border: 0; }
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { background: transparent; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- not needed                 --*/ .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: verdana; font-size: 14px; color: #f0f0f0; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: verdana; font-size: 14px; font-weight: bold; color: #f0f0f0; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: verdana; font-weight: bold; font-size: 14px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: verdana; font-size: 14px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 14px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Hyperlinks                                            */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #885677; font-family: verdana; font-weight: normal; font-size: 14px; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #8799b3; font-family: verdana; font-size: 14px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #885677; font-family: verdana; font-weight: bold; font-size: 14px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #8799b3; font-family: verdana; font-size: 14px;	text-decoration: underline; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #FFFFFF; font-family: verdana; font-weight: bold; font-size: 14px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #8799b3; font-family: verdana; font-weight: bold; font-size: 14px; text-decoration: none; height: 20px; }

/*========================================================*/
/*  FormElements                                          */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: verdana; font-size: 10px; color: #000000; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 10px; font-family: verdana; font-weight: normal; font-size: 10px; background: #ffffff; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: #ffffff; border: 0; }
/*-- textbox used for search    --*/ .SearchBox input{ background-color:#c9c9c9; cursor:text; border:1px solid #797979; font-size:9px; }
/*-- ComboBoxs Text --*/ .Normal select, .Normal input, .NormalTextBox label { font-family: verdana; font-size: 10px; color: #333333; }
             
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

/*-- Style For Global Navi                   */ 

#globalnav {
	background-image: url(global_nav_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: center;
	height: 25px;
	width: 1021px;
	padding-top: 15px;
	padding-left: 3px;
	position: absolute;
}

#global1 {
	height: 19px;
	width: 143px;
	left: 2px;
	top: 17px;
	position: absolute;
	float: right;
}
#global2 {
	height: 19px;
	width: 143px;
	left: 148px;
	top: 17px;
	position: absolute;
	float: right;
}
#global3 {
	height: 19px;
	width: 143px;
	left: 294px;
	top: 17px;
	position: absolute;
	float: right;
}

#global4 {
	height: 19px;
	width: 143px;
	left: 440px;
	top: 17px;
	position: absolute;
	float: right;
}

#global5 {
	height: 19px;
	width: 143px;
	left: 586px;
	top: 17px;
	position: absolute;
	float: right;
}

#global6 {
	height: 19px;
	width: 143px;
	left: 732px;
	top: 17px;
	position: absolute;
	float: right;
}

#global7 {
	height: 19px;
	width: 143px;
	left: 878px;
	top: 17px;
	position: absolute;
	float: right;
}

/*==========================================================*/
/*  Revise Online Class Module				    */
/*==========================================================*/
.ClassItem { background-color: #666666; }
.ClassAlternatingItem {	background-color: #444444; }
.ClassHeader { background-color: #885677; color: White;	text-align:center;}


/*==========================================================*/
/*  Revise Online SQLView Report Module	                    */
/*==========================================================*/
.ReportItem { background-color: #f7f7f7; }
.ReportAlternatingItem {	background-color: #c6d5fd; }
.ReportHeader { font-family: Tahoma, Arial, Helvetica; font-size: 12px; font-weight: bold; vertical-align: baseline; background-color:#6A6A89;color:#003366;}
.ReportGrid { border-width: thin; border-top-color: #F7F7F7; border-bottom-color: #F7F7F7; margin: 0px; font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal;}
.ReportHeaderText { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; font-style: italic }
.ReportFooterText { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; font-style: italic }

/* styles used by Data Grids */
.DataGrid_Header { background-color:#885677;color:White;}
.DataGrid_AlternatingItem {	background-color: #444444;	color: #CCCCCC;}
.DataGrid_Item { background-color:  #666666; color: #333333;}
.DataGrid_SelectedItem { background-color: Silver; color: Blue;}
.DataGrid_Container { }
.DataGrid_Footer { }
