﻿/* background color for the content part of the pages */
body
{
	background-color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	color: #666666;
}
#container { 
	width: 980px; 	
	margin: 0 auto; 
	position: relative;
	text-align: left;
}

.content_td {
	line-height: 150%;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color:#003366
}

A.SkinObject:visited
{
	text-decoration: none;
	color:#003366
}

A.SkinObject:hover
{
	text-decoration: underline;
	color: #d43128;
}

A.SkinObject:active
{
	text-decoration: none;
	color:#d43128
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.title_blue .Head
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #397ec3;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px -3px;
	
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #397ec3;
	padding: 10px 0px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Verdana, Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Verdana, Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color:#d43128
}

A.CommandButton:visited
{
	text-decoration: underline;
	color:#d43128
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:active
{
	text-decoration: underline;
	color:#d43128
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
.blue {
color: #397ec3;
}
/* GENERIC */
H1
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
}

H2
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;

}

H3
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #397ec3;
}

H4
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #397ec3;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #397ec3;
}

H6
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #397ec3;
}

TFOOT, THEAD
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #397ec3;
}

TH
{
	vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #397ec3;
}
A:link
{
	text-decoration: none;
	color:#d43128
}

A:visited
{
	text-decoration: none;
	color:#d43128
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:active
{
	text-decoration: none;
	color:#d43128
}

a:active { outline: 0; }
SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
/*	list-style-type: square; */
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}
.footer_pane {
	background-color: #3767a9;
	color: #85bae6;
	padding: 15px;
	text-align: center;
}
.footer_pane a, .footer_pane a:link, .footer_pane a:visited {
	color: #003366;
}

.footer_pane a:hover {
	color: #0000FF;
}

.footer_container {
	color: #cccccc;
	padding: 10px;
	text-align: center;
	font-size: 10px;
}
.footer_container a {
	color: #cccccc;
}

.footer_container a:hover {
	color: #ffffff;
}



.footer_lt, .footer_lt a {
	color: #cccccc;
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
}
.out_footer, .out_footer a, .out_footer a:link, .out_footer a:visited, .out_footer a:hover {
	padding: 0px 0px 30px 0px;
	color: #cccccc;
	font-size: 10px;
}

.out_footer, .out_footer .SkinObject {
	color: #cccccc;
	font-size: 10px;
	font-weight: normal;
}

.out_footer a.SkinObject, .out_footer  a.SkinObject:link, .out_footer a.SkinObject:visited {
	color: #cccccc;
}

.out_footer a.SkinObject:hover {
	color: #ffffff;
}




/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 22px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: #fff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
/*	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
*/
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	display: none;
/*
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
*/
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #00214e;
/*	border-bottom: #397ec3 0px solid;
	border-left: #397ec3 0px solid;
	border-top: #397ec3 0px solid;
	border-right: #397ec3 0px solid;
*/
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: #fff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: #397ec3;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
/*	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
*/
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}
/*
.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt; 
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica; 
	text-decoration: none;
}

A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}
*/
.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

.PagingTable
{
	height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
	background-color: navy;
	color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */
	white-space: nowrap; /* makes toolbar horizontal */
	background: url(../../images/eip_toolbar.gif);
	background-color: #99cccc;
	height: 22px;
}

.eipbuttonbackimg
{
	width: 21px;
	height: 21px;
	cursor: pointer; /*change mouse to pointer when hover over button*/
	display: -moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/
	display: inline-block; /* supported by Opera and ? */
}

.eipbutton_edit
{
	background: url(../../images/eip_edit.gif) no-repeat 100% center;
}
.eipbutton_save
{
	background: url(../../images/eip_save.gif) no-repeat 100% center;
}
.eipborderhover
{
	border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
	width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
	text-align: left;
}
.DNNAlignright
{
	text-align: right;
}
.DNNAligncenter
{
	text-align: center;
}

/* Login Styles */
.LoginPanel
{

}

.LoginTabGroup
{
	
}

.LoginTab {
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}

.LoginTabSelected{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	background-position: 0% -41px;
	border: 1px #25569a solid;
}

.LoginTabHover
{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
	clear: both;
	padding-top: 5px;
}

.LoginContainer
{
	
}

/***
**** nav_tree MENU
***/

h1.catalog_header {
	padding: 5px 5px 0px 5px;
	font-size: 13px;
	color: #7e8782;
	margin: 0;
}
#nav_treeContainer {
	padding: 5px;
	width: 202px;
}
#nav_tree {
	color: #7e8782;
	
}
#nav_tree ul {
/*    padding: 0;
    margin:0; */
    list-style: none;
    float:left;
    width:100%;
    background-color:#e7f4eb;
	font-size: 10px;
}
#nav_tree li {
	list-style: none;
}
#nav_tree a:link, #nav_tree a:visited, #nav_tree a:active {
  color: #7e8782;
}
#nav_tree a:hover {
  color: #d43128;
}
#nav_tree .selectedTab .selected {
  color: #d43128 !important;
}

/***
**** nav_left MENU
***/
#nav_left {
	z-index: 100;
	padding: 15px 0px 15px 0px;	
}

#nav_left ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width:100%;
    background-color:#e7f4eb;
	z-index: 101;	
}

#nav_left li {
  position: relative;
  float:left;
  line-height : 1em;
  width: 100%;
  list-style: none;
  z-index: 101;
}

#nav_left li ul { /* second-level lists */
	position : absolute;
	left: -999em;
    background-color:#e7f4eb;
  	margin:-1.9em 0 0 14em;
	border:1px solid #333;
}

#nav_left li ul ul { /* third-and-above-level lists */
	left: -999em;
    background-color:#e7f4eb;
  	border:1px solid #333;
}

#nav_left a {
	font-size: 11px;
	display:block;
    text-decoration:none;
    font-weight:bold;
/*    margin:1px 0 1px 2px; */
    padding : 5px 10px 5px 10px;
/*    border:1px solid #e7f4eb; */
    color:#7e8782;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav_left li a:hover {
/*  background-color: #fff; */
/*  border:1px solid #333; */
  color:#d43128;
}
#nav_left li a.SelectedTab {
    font-weight:bold;
    background: #FFF;
    color:#d43128 !important;
}

#nav_left a.SelectedTab {
    font-weight:bold;
/*    background-color: #FFF; */
    color:#d43128 !important;
}
#nav_left li.SelectedTab a:link, #nav_left  li.SelectedTab a:visited, #nav_left li.SelectedTab a:active {
	color:#d43128 !important;
}

#nav_left .DisabledTab {
    color:#ccc;
}
/*no need to change these hover classes unless you need more than 4 levels */
#nav_left li:hover ul ul,
#nav_left li:hover ul ul ul,
#nav_left li:hover ul ul ul ul,
#nav_left li.iehover ul ul,
#nav_left li.iehover ul ul ul,
#nav_left li.iehover ul ul ul ul{
  left: -999em;
}

#nav_left li:hover ul, 
#nav_left li li:hover ul, 
#nav_left li li li:hover ul, 
#nav_left li.iehover ul, 
#nav_left li li.iehover ul, 
#nav_left li li li.iehover ul {
	left: auto;
}

#nav_leftContainer {
   background-color: #e7f4eb;
   width: 100%;
   vertical-align:top;
   z-index: 999;
   width: 190px;
}
#nav_left li.Level2 a {
	font-weight: normal;
	font-size: 10px;
	padding-left: 20px;
}


/****
	*  MAIN MENU
	*/ 

/*  NavMenu styles start here */

#navHContainer {
    position:absolute;
    left:400px;
    top:110px;
    display:block;
    width:600px;
}

#nav {
	z-index: 1001;
}

#nav ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width:auto;
    background-color:#00204e;
	z-index: 1200;	
}

#nav li {
  position: relative;
  float:left;
/*  line-height : 12px;  */
  list-style: none;
  font-weight: bold;  
  z-index: 1001;
  }



#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
    background-color:#00204e;
	width: 185px;
/*	border:1px solid #1d5e9e;  */
	margin: 43px 0px 0px 0px;
}
#nav li ul li {
/*	padding: 3px 10px; */
}

#nav li a {
    font-size: 11px;
    text-decoration:none;
	display: block;
    text-align:center;
/*	padding: 5px 13px;  */
/*    width:8.5em; */
    color:#FFFFFF;
/*    border:1px solid #809DF9; */
    background-color:#00214e;
}

#nav li li a {
	display: block;
/*	margin-top: 5px; */
	text-align: left;
	font-weight: normal;
/*	padding: 2px 13px; */
/*    width: 185px;  */
}

#nav li a:hover {
  background-color: #1d5e9e;
  color: #fff;
/*  border:1px solid #397ec3; */
}
#nav li a.SelectedTab {
    background-color: #1d5e9e;
	color: #fff;
}
#nav .DisabledTab {
    color:#ccc;
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li.iehover ul {
	top: 1.0em;
	left:0;
}
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,   
#nav li li li.iehover ul {
	top: 0;
	left: 200px;
	z-index: 999;
}

#navContainerBorder {
    background-color:white;
    padding:2px;
    border:1px solid #333;
    height:30em;
}
#navContainer {
   border:1px solid #333;
   background-color: #d8edfb;
   height:30em;
   width:12em;
   vertical-align:top;
   padding:10px 5px 10px 5px;
}
/* FORM DEFINITIONS */
.fm_form, .fm_form label {
	line-height: 100%;
	padding: 3px 6px 3px 0px;
	font-weight: normal;
}
.fm_form td {
	padding: 1px;
	vertical-align: middle;
}
.fm_form input, textarea, select {
	margin: 3px 3px 3px 3px;
}
.fm_form .NormalTextBox  p {
	border-bottom: 1px solid #333;
	padding: 15px 0px 0px 0px;
}


.SubHead {
/* LABELS */
}

.top_home_links {
	position: absolute;
	z-index: 10000;
	left: 50%;
	padding: 5px 0px 0px 150px;
/*	padding: 5px 0px 0px 0px;*/
	color: #cccccc;
	font-size: 10px;
}
.top_home_links a:link,.top_home_links a:visited,.top_home_links a:active {
	z-index: 10001;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
	font-size: 10px;
}
.top_home_links a:hover {
	text-decoration: underline;
}
.top_home_search {
	position: absolute;
	z-index: 1000;
	left: 50%;
	/* padding: 5px 0px 0px 150px; */
	padding: 25px 0px 0px 245px;
	color: #cccccc;
	font-size: 10px;
}
.top_home_search a:link,.top_home_search a:visited,.top_home_search a:active {
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
	font-size: 10px;
}
.top_home_search a:hover {
	text-decoration: underline;
}



.top_links {
	position: absolute;
	z-index: 10001;
	left: 50%;
	padding: 5px 0px 0px 230px;
	color: #cccccc;
	font-size: 10px;
}
.top_links a:link,.top_links a:visited,.top_links a:active {
	z-index: 10001;	
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
	font-size: 10px;
}
.top_links a:hover {
	text-decoration: underline;
}
.search_box {
	margin: 20px 10px;
}
#dnn_dnnSEARCH_txtSearch {
	width: 100px;
	height: 17px;
	font-size: 11px;
	border: 1px solid #215a9a;
	background-color: #d1e5f7;
}
#dnn_dnnSEARCH_cmdSearch {
	height: 17px;
}
img.search_icon {
	height: 17px;
	margin-bottom: -4px;
}
 
.left_flash {
	margin-left: -1px;
	margin-bottom: 100px;
	height: 147px;
	vertical-align: bottom;
}
.odd { background-color: #e7f4eb; }
.even { background-color: #FFF; }
#Table1 {
/*	width: 535px; */
}
.content_td {
	background-color: #ffffff;
	padding-left: 8px;
}
#content_cell {
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
}
.content_image { }
.future_students { padding-top: 200px; background: transparent url(/images/future_students.jpg) no-repeat; }
.future_students_wide { padding-top: 200px; background: transparent url(/images/future_students.jpg) no-repeat; }
.current_students { padding-top: 200px; background: transparent url(/images/current_students.jpg) no-repeat; }
.current_students_catalog { padding-top: 200px; background: transparent url(/images/current_students.jpg) no-repeat; }
.friends_donors { padding-top: 200px; background: transparent url(/images/friends_donors.jpg) no-repeat; }
.faculty_staff { padding-top: 200px; background: transparent url(/images/faculty_staff.jpg) no-repeat; }

.campus_toppenish { padding-top: 270px; background: transparent url(/images/toppenish.jpg) no-repeat; }
.campus_seattle { padding-top: 270px; background: transparent url(/images/seattle.jpg) no-repeat; }
.campus_moses { padding-top: 270px; background: transparent url(/images/moses-lake.jpg) no-repeat; }
.campus_tri { padding-top: 270px; background: transparent url(/images/tri-cities.jpg) no-repeat; }


div.content_container {
	padding-left: 8px;
}

div.content_container .contentpane {
	padding: 10px 0px 15px 0px;
}
div.contentpane {
	float: left;
	width: 520px;
	height: 100%;
	overflow: auto;
} 


.horiz_menu { width: 980px; height: 55px; }

/*standard*/
div#nav.TabList li#nav36 a { background: transparent url(/images/02_nav.jpg) 0px 0px no-repeat; width: 141px; height: 55px;	text-indent: -999em; padding: 0px; margin: 0px; z-index: 1010; }
div#nav.TabList li#nav57 a { background: transparent url(/images/02_nav.jpg) -141px 0px no-repeat; width: 141px; height: 55px;	text-indent: -999em; padding: 0px; margin: 0px; z-index: 1011; }
div#nav.TabList li#nav55 a { background: transparent url(/images/02_nav.jpg) -282px 0px no-repeat; width: 141px; height: 55px;	text-indent: -999em; padding: 0px; margin: 0px; z-index: 1012; }
div#nav.TabList li#nav56 a { background: transparent url(/images/02_nav.jpg) -423px 0px no-repeat; width: 141px; height: 55px;	text-indent: -999em; padding: 0px; margin: 0px; z-index: 1013; }
div#nav.TabList li#nav58 a { background: transparent url(/images/02_nav.jpg) -564px 0px no-repeat; width: 141px; height: 55px;	text-indent: -999em; padding: 0px; margin: 0px; z-index: 1014; }
div#nav.TabList li#nav59 a { background: transparent url(/images/02_nav.jpg) -705px 0px no-repeat; width: 141px; height: 55px;	text-indent: -999em; padding: 0px; margin: 0px; z-index: 1015; }
div#nav.TabList li#nav207 a { background: transparent url(/images/02_nav.jpg) -846px 0px no-repeat; width: 134px; height: 55px;	text-indent: -999em; padding: 0px; margin: 0px; z-index: 1016; }
/*selected*/
div#nav.TabList li#nav36.SelectedTab a   { background: transparent url(/images/02_nav.jpg) 0px 0px no-repeat;}
div#nav.TabList li#nav57.SelectedTab a   { background: transparent url(/images/02_nav_SELECTED.jpg) -141px 0px no-repeat;}
div#nav.TabList li#nav55.SelectedTab a   { background: transparent url(/images/02_nav_SELECTED.jpg) -282px 0px no-repeat;}
div#nav.TabList li#nav56.SelectedTab a   { background: transparent url(/images/02_nav_SELECTED.jpg) -423px 0px no-repeat;}
div#nav.TabList li#nav58.SelectedTab a   { background: transparent url(/images/02_nav_SELECTED.jpg) -564px 0px no-repeat;}
div#nav.TabList li#nav59.SelectedTab a   { background: transparent url(/images/02_nav_SELECTED.jpg) -705px 0px no-repeat;}
div#nav.TabList li#nav207.SelectedTab a { background: transparent url(/images/02_nav_SELECTED.jpg) -846px 0px no-repeat;}
/*hover*/
div#nav.TabList li#nav36  a:hover  { background: transparent url(/images/02_nav_HOVER.jpg) 0px 0px no-repeat;}
div#nav.TabList li#nav57  a:hover  { background: transparent url(/images/02_nav_HOVER.jpg) -141px 0px no-repeat;}
div#nav.TabList li#nav55  a:hover  { background: transparent url(/images/02_nav_HOVER.jpg) -282px 0px no-repeat;}
div#nav.TabList li#nav56  a:hover  { background: transparent url(/images/02_nav_HOVER.jpg) -423px 0px no-repeat;}
div#nav.TabList li#nav58  a:hover  { background: transparent url(/images/02_nav_HOVER.jpg) -564px 0px no-repeat;}
div#nav.TabList li#nav59  a:hover  { background: transparent url(/images/02_nav_HOVER.jpg) -705px 0px no-repeat;}
div#nav.TabList li#nav207 a:hover { background: transparent url(/images/02_nav_HOVER.jpg) -846px 0px no-repeat;}
/*drop down*/
div#nav.TabList li#nav36 ul.Level1 li a,
div#nav.TabList li#nav57 ul.Level1 li a,
div#nav.TabList li#nav55 ul.Level1 li a,
div#nav.TabList li#nav56 ul.Level1 li a,
div#nav.TabList li#nav58 ul.Level1 li a,
div#nav.TabList li#nav59 ul.Level1 li a,
div#nav.TabList li#nav207 ul.Level1 li a
 { background: none; text-indent: 0px; height: auto; padding: 3px 10px 3px 10px; width:165px; width: 185px\9;}
/*drop down hover*/
div#nav.TabList li#nav36 ul.Level1 li a:hover,
div#nav.TabList li#nav57 ul.Level1 li a:hover,
div#nav.TabList li#nav55 ul.Level1 li a:hover,
div#nav.TabList li#nav56 ul.Level1 li a:hover,
div#nav.TabList li#nav58 ul.Level1 li a:hover,
div#nav.TabList li#nav59 ul.Level1 li a:hover,
div#nav.TabList li#nav207 ul.Level1 li a:hover
{ background: none; background-color: #1d5e9e; }


.top_menu_search {
	height: 35px;
	background-color: #397ec3;
	color: #ffffff;
	text-align: right;
	padding: 5px;
	font-size: 10px;
}

.top_menu_search a, .top_menu_search a:visited, .top_menu_search a:link { 	color: #ffffff; }
.top_menu_search a:hover { 	color: #cccccc; }

div#container div#dnn_ContentPane {
/*	background-color: #ffffff; */
	color: #666;
}

.give_button {
	margin-top: 150px;
	padding-top: 100px;
}
.TitleCell {
	padding: 5px 10px 5px 0px;
}

div.RightColumn {
	height: 100%;
	width: 232px;
	float: left;
	overflow: auto;
	text-align: right;
}
.RightPromoAd {
	padding-bottom: 20px;
	text-align: right;
	width: auto;
}

.DegreeOfferings {
	padding: 7px 2px 7px 7px;
	margin: 0px 0px 0px 5px;
	min-width: 180px; 
	line-height: 120%;
	background-color: #e6f3ff;
/*	background-color: #e8f5ec;  */
	text-align: left;
	overflow: hidden;
	float: right;
}
.DegreeOfferings img {
/*	display: block;
	text-align: center; */
}
.DegreeOfferings  h1 {
	font-size: 13px;
	color: #397ec3;
	padding: 0px 0px 5px 20px;
	margin: 0px;
}
.DegreeOfferings a:link, .DegreeOfferings  a:visited, .DegreeOfferings  a:active {
	font-size: 10px;
}

.DegreeOfferings  table{
	position:relative; right:-15px;
}

.DegreeOfferings table tr td{font-size:11px;
}

.RelatedLinks {
	padding: 7px 2px 7px 7px;
	margin: 0px 0px 0px 5px;
	float: right;
	min-width: 180px; 
	line-height: 120%;
	background-color: #e6f3ff;
	text-align: left;
}
.RelatedLinks2 {
	padding: 0px 0px 0px 20px; 
	position: absolute;
	width: 250px;
	margin-right: -200px;
	right: 0px;
	line-height: 120%;
}
.RelatedLinks h1 {
	font-size: 13px;
	color: #397ec3;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.RelatedLinks ul, .DegreeOfferings ul {
	list-style-type: square;
	padding: 0px;
	margin: 10px 5px 10px 25px;
}

.RelatedLinks a:link, .RelatedLinks a:visited, .RelatedLinks a:active {
	font-size: 10px;
}


.friends_contact {
	padding: 15px;
}
div.content_container.friends_donors_rotator { padding-left: 0px; }

div.content_container.current_students div.RightColumn {
	height: 100%;
	width: 200px;
	float: left;
	overflow: auto;
	text-align: right;
}
div.content_container.current_students_catalog .contentpane {
	width: 700px;
}

div.content_container.future_students_wide .contentpane {
	width: 750px;
	padding: 0;
	margin: 0;
}


