/* 
================================
Skin styles for DotNetNuke
================================
*/   

/*
	DNN Structure
*/
html
{
	zoverflow: hidden;
}
body
{
	font-family: Tahoma, Verdana, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
/*TODO: put this in skin
	background-color: #32437B;*/
	margin: 0px;
	color: #31437d;
/*	overflow: auto;*/
}
/*
P, TD
{
	font-family: Tahoma, Verdana, sans-serif;
}

A, A:visited
{
	color: #31437d;
}
A:hover
{
	color: #ff0000;
}

*/
#Body
{
	background-color: #e0e0e0;
}
.MainBackground
{
}
thead
{
	color: Black !important;
}
.pagemaster 
{
	width: 100%;
	height: 100%;
	padding:5px;
}
.skinmaster {
	height: 100%;
}
.skinheader {
}
.skingradient {
}
.controlpanel {
	width: 100%;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane 
{
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane 
{
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.SearchSubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
}
.SearchNormal
{
	padding-left: 24px;
	padding-top: 12px;
}
.Head   
{
	background-image: none;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;

}

/*
	Menu Structure
*/
.MenuBreak
{
    border: none;
}
.BasicSkinRootMenuItem
{
	background-image: url(tab_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: White;
	font-weight: normal;
	height:21px;
	cursor: pointer;
	padding: 0px !important;
	border-width: 0px !important;
}
.BasicSkinRootMenuItemActive
{
	background-repeat:repeat-x;
	background-position:top;
	background-image: url(tab_bg_active.gif);
	background-color: White;
	font-weight: normal;
	height:21px;
	cursor: pointer;
	padding: 0px !important;
	border-width: 0px !important;
}
.BasicSkinRootMenuItemActive IMG
{
	width:4px;
}
.MainMenu_MenuItemSel
{
	background-color: #CCC;
	border: 1px solid #CCC;
}
.MainMenu_MenuItem
{
	background-color: White;
	border: 1px solid white;
}
.MainMenu_MenuIcon
{
	background-color: White;
	border: 1px solid transparent;
	width: 2px;
}
.TabStrip
{
	background-image: url(tab.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:21px;
}

/*
	Application UI Elements
*/
.EntityGenericGrid_HeaderCell
{
	font-weight: bold;
	padding-top: 12px;
}
.StrongText
{
	font-weight: bold;
}
.EntityHeader
{
	text-align:left;
	padding: 0px 2px 4px 2px;
	margin-bottom: 11px;
	background-color: Transparent;
	border: 1px solid white;
}
.EntityHeaderName
{
	font-family: Tahoma;
	font-size: medium;
	font-weight:bold;
	color: Black;
}
.EntityHeaderTopRight
{
	color: #003366;
}
.EntityHeaderHighlight
{
	font-family: Tahoma;
	font-size: medium;
	font-weight:bold;
	text-align:left;
	padding: 0px 2px 4px 2px;
	margin-bottom: 11px;
	border: 1px solid #999;
	background-color: CornSilk;

}
.CustomAdvancedSearchOptionsHeader
{
	padding-top: 10px;
	font-weight:bold;
	cursor: s-resize;
}
.CustomAdvancedSearchOptions
{
	width:100%;
	height:150px;
	overflow-y: auto;
	margin: 6px 0px;
}
.CustomSearchChevron
{
	font-family: Webdings;
	font-size: 14px;
}
.CustomSearchLabel
{
	width:15%;
}
.CustomSearchInput
{
	width:35%;
}
.LabelColumn
{
	width: 150px;
}
.LabelExternalColumn, .External .LabelColumn
{
	width: 100px;
}
.LabelInstructions
{
	font-size: 10px;
	color: Red;
}
.TextBoxColumn
{
}
.CustomTextBox
{
	width: 200px;
}
.CustomExternalTextBox, .External .CustomTextBox
{
	width: 140px;
}
.CustomBorderlessTextBox
{
	border: 1px solid White;
	font-weight: bold;
	font-size: 18px;
	height: 20px;
}
.CustomZipCodeTextBox
{
	width: 100px;
}
.CustomNumericEdit
{
	width: 60px;
}
.CustomDateTimeEdit
{
	width: 100px;
}
.External .CustomDateTimeEdit
{
	width: 70px;
}
.CustomCurrencyEdit
{
	width: 100px;
}
.CustomWarningPanel
{
	background-color: #FFFECD;
	border: 1px solid #FFE65C;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.CustomButton
{
    background-color: ButtonFace;
    color: #333333;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-top-color: White;
    border-left-color: White;
    border-bottom-color: #999;
    border-right-color: #999;
    border-bottom-style: solid;
    height: 18px;
}
.CustomGridRow
{
}
.CustomAlternateGridRow
{
	background-color: Cornsilk !important;
}
.CustomGridHeader
{
	background-color: #F3F3F3 !important;
	color: Black;
}
.CustomEntityContent, .CustomEntityGrid
{
	width: 100%;
	height: 100%;
	overflow-y:auto;
}
TEXTAREA
{
	font-family: Arial;
	font-size: 12px;
}

.PendingChangePanel
{
	font-size: 9px;
	color: Maroon;
	height: 16px;
	vertical-align: middle;
}
.PendingChangeTextBox
{
	font-size: 9px;
	color: Maroon;
	border: 0px solid white;
	font-weight: bold;
	height: 16px;
	vertical-align: middle;
}
.PendingChangeApproveButton
{
	height: 16px;
	width: 16px;
	font-family: Wingdings;
	color: Olive;
	background-color: Transparent;
	border: 1px solid Gray;
	background-image: url(images/bg_pendingchange_approve.gif);
}
.PendingChangeRejectButton, .CustomDeleteButton
{
	height: 16px;
	width: 16px;
	font-family: Wingdings;
	color: Maroon;
	background-color: Transparent;
	border: 1px solid Gray;
	background-image: url(images/bg_pendingchange_reject.gif);
}
.CustomToggleButton
{
	height: 16px;
	width: 16px;
	font-family: Arial;
	color: black;
	background-color: Transparent;
	border: 1px solid Gray;
}


/*
Wexner Custom UI Elements
*/
.ProfileHeader TD
{
	background-color: #dddddd;
}
.ProfileHeaderName
{
	font-size: 13px;
	font-weight: bold;
}
.AdminPage .CustomEntityContent

{
	height: auto !important;
	overflow-y: visible !important;
}
.AdminPage .CustomEntityGrid
{
	height: 300px !important;
}
.FootnoteText
{
	font-family: Tahoma;
	font-size: xx-small;
	color: GrayText;
}
.FooterBackground
{
	background-image: url(images/a_home_22.gif);
	background-repeat: repeat-x;
}
.NavigationTrail
{
	font-size: 80%;
}
.NavigationHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFCC66;
	text-transform: uppercase;
}
.NavigationSubHeader {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
}

A.NavigationMenuItem, A.NavigationMenuItem:visited
{
	color: Black;
}
.NavigationMenuItemLevel1, NavigationMenuItemLevel1Selected, .NavigationMenuItemLevel2, NavigationMenuItemLevel2Selected
{
	padding-left: 4px;
} 
.NavigationMenuItemLevel1 TD
{
	color: #000;
	font-size: 11px;
}
.NavigationMenuItemLevel1Selected TD
{
	font-size: 11px;
	xcolor: #32437B;
	font-weight: bold;
}
.NavigationMenuItemLevel2
{
	color: #000;
	font-size: 11px;
}
.NavigationMenuItemLevel2Selected
{
	color: #000;
	font-size: 11px;
}
.AdminContent
{
	padding: 6px 4px 2px 4px;
	background-color: White;
}
.AdminPage
{
	xpadding: 2px 20px 2px 20px;
}


/*
Navigation UI Elements
*/
.backgroundOFF {
	background-color: #ECEBE9;
}
.backgroundON {
	background-color: #D8D7D5;
}
.navlink {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
	background-position: top;
	background-repeat: repeat-x;
	}
.navlink_off, .navlink_container
{
	height: 29px;
	color: #000000;
	text-decoration: none;
	text-align: center !important;
	font-weight: normal !important;
	line-height: 12px !important;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/bg_menuitem_off.gif);
	background-color: #FCFCFC;
	xwidth: 80px !important;
}
.navlink_off TD
{
	width: 94px !important;
	font-size:10px !important;
	font-weight:bold;
	height: 30px;
	padding: 0px;
	max-width: 95px !important;
	white-space: normal !important;
}
.navlink_on
{
	font-size:10px;
	height: 29px;
	xwidth: 80px;
	color: #000000 !important;
	text-decoration: none;
	font-weight: normal !important;
	line-height: 12px !important;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/bg_menuitem_on.gif);
	background-color: #FCFCFC;
}
.navlink_on TD
{
	width: 94px !important;
	max-width: 95px !important;
	font-size:10px !important;
	white-space: normal !important;
	font-weight:bold;
	padding: 0px;
}
.navbreak
{
	width:1px;
}
.menulink
{
	background-color: White;
	font-size: 11px;
	padding-left: 4px;
	padding-right: 6px;
	font-weight: normal;
	height: 22px;
	xmin-width: 120px;
	xwhite-space: nowrap !important;
}
.subnavlinkactive
{
	background-color: #F8DDAE;
	padding-left: 4px;
	padding-right: 6px;
	font-size: 11px;
	font-weight: normal;
	height: 22px;
	xmin-width: 120px;
	xwhite-space: nowrap !important;
	cursor: pointer !important;
}
.subnavlink
{
}
.subnavlinkarrow
{
	 display: none;
}
.subnavicon
{
	display: none;
}
a.navlink
{
	text-decoration: none;
}
a.navlink:hover{
	text-decoration: underline;
	}
.navlink2 {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-family: Tahoma, Verdana, sans-serif;
}

.bodytextWhite {
	font-size: 11px;
	color:#ffffff;
}
a.bodytextWhite {
	color:#F4F4F2;
	text-decoration: none;
}
a.bodytextWhite:hover {
	COLOR: #ffffff;
	text-decoration: underline;
}
.bodytextLarge {
	COLOR: #333366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
a.bodytextLarge {
	text-decoration: none;
}
a.bodytextLarge:hover {
	text-decoration: underline;
}

a.navlink2{
	text-decoration: none;
	}
a.navlink2:hover{
	COLOR: #32437B;
	text-decoration: underline;
	}
.navlink3 {
	font-size: 12px;
	color: #000066;
}
a.navlink3{
	text-decoration: underline;
	}
a.navlink3:hover{
	COLOR: #FFCC6A;
	text-decoration: underline;
	}
	
.imageBorder {
	border: 1px solid #999999;
}
a.imageBorder:hover {
	border: 1px solid #752540;
}


/* TEXT STYLES ------------------------------------------------------------*/

.bodytext, td {
	font-size: 12px;
	color:#333333;
}
a.bodytext {
	color:#333333;
	text-decoration: underline;
}
a.bodytext:hover {
	COLOR: #752540;
}
.bodytextWhite {
	font-size: 11px;
	color:#ffffff;
}
a.bodytextWhite {
	color:#F4F4F2;
	text-decoration: none;
}
a.bodytextWhite:hover {
	COLOR: #ffffff;
	text-decoration: underline;
}
a.headerText
{
	color:White !important;
	padding: 3px !important;
}
.HeaderFooter
{
	background-color: #32437B;
}
.HeaderFooter TD
{
	color: #fff;
}
.subhead {
	font-size: 13px;
	font-weight: normal !important;
}
a.subhead  {
	color:#F4F4F2;
	text-decoration: none;
}
a.subhead:hover {
	COLOR: #ffffff;
	text-decoration: underline;
}
.subheadYellow {
	font-size: 13px;
	color:#EFCD6B;
}
a.subheadYellow  {
	text-decoration: none;
}
a.subheadYellow:hover {
	text-decoration: underline;
}
.FooterText, .smallText, a.smallText:visited {
	font-size: 10px;
	color:#e0e0e0;
	font-family: Tahoma, Verdana, sans-serif;
}
.FooterTable TD
{
	padding: 0px 10px 0px 10px;
}
.FooterTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	font-variant: small-caps;
	text-align: center;
}
a.smalltext {
	text-decoration: none;
	color: White;
}
a.smalltext:hover {
	text-decoration: underline;
}
.smalltext1 {
	font-size: 11px;
	color:#333333;
}

a.smalltext1 {
	text-decoration: none;
}
a.smalltext1:hover {
	text-decoration: underline;
}
.tableBorder {
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
.ThemeImage
{
	background-image: url(images/bg_theme.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.navbackground {
	background-color: #FFFFFA;
	background-image: url(images/nav_back_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.paperback {
	background-image: url(images/paper_background1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #F8F9FB;
}
.bodytexSmallBlue {

	COLOR: #333366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.bodytextLarge18 {

	COLOR: #333366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}


.menunav_bottom
{
	background-image: url(images/nav_back_02.jpg);
	background-repeat: repeat-x;
	height: 10px;
}
.mainnav_left
{
	background-image: url(images/bg_paper_left.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 208px;
	padding-top: 30px;
}
.mainnav_left_content
{
	padding-left: 8px;
}
.mainnav_main
{
	background-image: url(images/bg_paper_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 572px;
}
.mainnav_wide
{
	background-image: url(images/bg_paper_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 772px;
}
.mainnav_main_content
{
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 35px;
}
.Gallery_Title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #31437d;
}




/*
Container-Specific CSS
*/
TD .Default_Title
{
	font-size: 14px;
	font-weight: bold;
	color: #31437d;
	font-family: Tahoma, Verdana, Arial;
}

TD .Default_Content
{
	color: #31437d;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px !important;
}
.Default_Content A
{
	font-weight:bold;
	text-decoration: underline !important;
}
.TableHeader
{
	border-bottom: 1px solid black;
	font-weight: bold;
}
.StandardTableRow TD
{
	border-bottom: 1px solid #ccc;
}
.AlternatingTableRow TD
{
	background-color: CornSilk;
	border-bottom: 1px solid #ccc;
}
.HeadshotImage
{
	border: 1px solid black;
}



.HomeNewsAnnouncements_Title, .HomeContentPane SPAN .DefaultTitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#EFCD6B;
	font-variant: small-caps;
}
.HomeNewsAnnouncements_Content
{
	color: White;	
}
.HomeNewsAnnouncements_Content A
{
	color: White !important;
	font-weight: bold !important;
	text-decoration: underline !important;	
}
.HomeContentPane TD .SubHead
{
	color: White;
}

.NoContainer_Title
{
	font-size: 13px;	
}
.NoContainer_Content
{
	font-size: 12px;
}











