﻿a
{
    text-decoration: none;
    color: #000;
}

html, form
{
    height: 100%;
}


input, textarea, select, caption
{
	font-family: Arial;
}

img
{
    border-width: 0px;
}

body 
{
	font-family: Arial;
	font-size: 12pt;
	color: #000;
	background-color: #f1f1f1;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

#container
{
	width: 920px;
	margin: auto;
	padding: 0;
	text-align: left;
	position: relative;
	font-size: 1em;
	background: url(Images/site-back.png) repeat-y left;
}

#header
{
	float:left;
	width: 716px;
	height: 216px;
	background: #cb8 url(Images/logo.png) no-repeat left top;
}

#topItems
{
	display: none;
	position: relative;
	top: -30px;
	width: 100px;
	left: 820px;
	text-align: right;
}

#topItems a
{
	font-size: .8em;
	color: #07002E;
}

#fontSizeIconBlock
{
    float: none;
	background-color: #f1f1f1;
	height: 40px;
	width: 100%;
	position: relative;
}

.fontSizeSmall
{
	background-color: #cb8;
	padding: 2px;
	color: #07002E;
	font-size: .75em;
	float:left;
	padding: 0 3px 2px 3px;
	margin: 5px;
	margin-top: 11px;
	width: 10px;
	text-align: center;
}
.fontSizeNormal
{
	background-color: #cb8;
	padding: 2px;
	color: #07002E;
	font-size: 1em;
	float:left;
	padding: 0 3px 2px 3px;
	margin: 5px;
	margin-top: 9px;
	width: 15px;
	text-align: center;
}
.fontSizeLarge
{
	background-color: #cb8;
	padding: 2px;
	color: #07002E;
	font-size: 1.25em;
	padding: 0 3px 2px 3px;
	float:left;
	margin: 5px;
	width: 20px;
	text-align: center;
}

.contentWrapperNormal
{
	width: 920px;
	margin: auto;
	padding: 0;
	text-align: left;
	position: relative;
	font-size: 1.15em;
}
.contentWrapperLarge
{
	width: 920px;
	margin: auto;
	padding: 0;
	text-align: left;
	position: relative;
	font-size: 1.3em;
}
.contentWrapperSmall
{
	width: 920px;
	margin: auto;
	padding: 0;
	text-align: left;
	position: relative;
	font-size: 1em;
}

/* Search Box */

#search
{
	display: none;
	float: right;
	top: -20px;
	color: #07002E;
	font-size: .9em;
	margin-right: 20px;
}

.searchText
{
	border: solid 1px gray;
	font-size: 0.9em;
	color: #000;
	padding: 2px;
}

.searchTextWatermark
{
	border: solid 1px gray;
	font-size: 0.9em;
	color: Gray;
	padding: 2px;
}

#progressDisplay
{
    top: 0px;
    float: right;
    width: 100px;
    height: 25px;
}

/* Main Navigation */

.editMenu input
{
	position: absolute;
	display: block;
	top: -25px;
	right: 180px;
	z-index: 99;
}

#topNavigation
{
	float: left;
	clear: none;
	width: 204px;
	padding-top: 5px;
	height: 211px;
	background-color: #cb8;
	font-size: 10pt;
	font-weight: 500;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 99;
	text-align: center;
}

#menu
{
	width: 190px;
}

.mainMenu
{
	padding-left: 10px;
	text-align: left;
	/*height: 211px;*/
}

.menuItem
{
	width: 190px;
	text-align: right;
	padding-right: 3px;
	border-bottom: solid 1px #07002E;
	color: #07002E;
	/*padding-top: 8px;
	padding-bottom: 8px;*/
	display: table;
}

.menuItem td
{
	vertical-align: middle;
	border-bottom: solid 1px #07002E;
	height: 28px;
	padding-right: 10px;
}

.menuItem a
{
    display:block;
    height: 16px;          /* IE6 needs a height to fill the box */
    width: auto;
}

.menuItemOver
{
	/*cursor: pointer;*/
	padding-right: 3px;
	width: 190px;
	text-align: right;
	background: #a89a59 url(Images/menu-back.png) no-repeat -5px center;
	border-bottom: solid 1px #cb8;
	border-bottom: solid 1px #07002E;
	color: #07002E;
	/*padding-top: 8px;
	padding-bottom: 8px;*/
}

.menuItemOver td
{
	vertical-align: middle;
	height: 28px;
	border-bottom: solid 1px #07002E;
}

a.menuItemOver
{
	background: none;
}

.menuItemSelected
{
	padding-right: 3px;
	width: 190px;
	text-align: right;
	background: #07002E url(Images/menu-back-selected.png) no-repeat -5px center;
	border-bottom: solid 1px #07002E;
	color: #fff;
	/*padding-top: 8px;
	padding-bottom: 8px;*/
}


.menuItemSelected td
{
	vertical-align: middle;
	height: 28px;
	border-bottom: solid 1px #07002E;
}

a.menuItemSelected
{
	background: none;
}

/* Main Content Section */

#mainPage
{
    clear: both;
	float: none;
	width: 920px;
	background: #dc8 url(Images/left-back.png) repeat-y left;
	min-height: 400px;
	height: auto !important;
/*	height: 800px;*/
}

.sideSlice
{
	position: absolute;
	top: 0px;
	left: 216px;
	width: 504px;
	height: 216px;
	z-index: 1;
	overflow: hidden;
}

#rightMenu
{
	display: none;
}

.rightSide
{
	float: left;
	width: 216px;
	background-color: #cb8;	
}

.rightSlice
{
	display: none;
}

/* Side Navigation Items */

.navPanel
{
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

.navHeader
{
	margin-top:10px;
	padding: 4px;
	background-color: #07002E;
	color: #fff;
	text-indent: 5px;
	font-size: .8em;
	text-transform: uppercase;
}

a.navHeading
{
	color: #fff;
}

div.navLevel1
{
	font-size: .8em;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 4px;
	border-top: solid 1px #cb8;
	border-left: solid 10px #cb8;
	width: 206px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 5px;
}

* html div.navLevel1
{
	margin-right: 0;
}

a.navLevel1
{
	color: #07002E;
}
div.navActiveLevel1
{
	font-size: .8em;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 4px;
	border-top: solid 1px #cb8;
	border-left: solid 10px #cb8;
	background-color: #07002E;
	width: 206px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 5px;
}

* html div.navActiveLevel1
{
	margin-right: 0;
}

a.navActiveLevel1
{
	color: #cb8;
	color: #dc6;
}

div.navLevel2
{
	font-size: .75em;
	height: 16px;
	color: #07002E;
	text-indent: 10px;
	padding-top: 4px;
	padding-bottom: 2px;
	border-left: solid 20px #cb8;
	width: 196px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 10px;
}
a.navLevel2
{
	color: #000000;
}

div.navActiveLevel2
{
	font-size: .75em;
	height: 16px;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 2px;
	text-indent: 10px;
	background-color: #dc8;
	border-left: solid 20px #cb8;
	width: 196px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 10px;
}
a.navActiveLevel2
{
	color: #07002E;
}

div.navLevel3
{
	font-size: .7em;
	height: 16px;
	color: #000000;
	text-indent: 30px;
	padding-top: 4px;
	padding-bottom: 2px;
	width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
a.navLevel3
{
	color: #000000;
}

div.navActiveLevel3
{
	font-size: .7em;
	height: 16px;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 2px;
	text-indent: 30px;
	background-color: #b0c4de;
	width: 216px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
a.navActiveLevel3
{
	color: #000;
}

/* Related Items */

.relatedItems
{
	padding-top: 10px;
}

.relatedHeading
{
	text-indent: 5px;
	font-size: 1em;
}

.relatedItem
{
	font-size: .85em;
	text-indent: 15px;
	width: 216px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Recently Viewed */

.recentVisits
{
	padding-top: 30px;
	padding-bottom: 10px;
}

.recentHeading
{
	text-indent: 5px;
	font-size: 1em;
}

.recentItem
{
	font-size: .85em;
	text-indent: 15px;
	width: 216px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* News Items */

.newsHeader
{
	margin-top: 5px;
	font-size: 1.05em;
	font-weight: 600;
	color: #07002e;
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsHeader a:hover
{
	text-decoration: underline;
}
.newsItem
{
	font-size: .8em;
	color: #333;
	padding-left: 15px;
	width: 190px;
	/*min-height: 60px;*/
	height: auto !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Content Area */

.adminControls
{
}

.content
{
    clear: none;
	float: left;
	width: 703px;
    text-align: left;
    font-size: .9em;
	min-height: 400px;
	height: auto !important;
	height: 400px;
    margin: 0;
    padding: 0;
}

* html .content
{
    clear: none;
	float: left;
	width: 693px;
    text-align: left;
    font-size: .9em;
	min-height: 400px;
	height: auto !important;
	height: 400px;
    margin: 0;
    padding: 0;
}

.contentWider
{
    clear: none;
	float: left;
	width: 703px;
	background-color: #f1f1f1;
    text-align: left;
    font-size: 8pt;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	border-right: solid 1px #999;
    margin: 0;
    padding: 0;
}

#contentWrapper
{
	padding: 10px;
}

#contentContainer
{
	padding: 0px;
}

#slideshow
{
	position: absolute;
	top: 0px;
	left: 216px;
	height: 216px;
	width: 504px;
	z-index: 99;
	overflow: hidden;
}


#PostInstallGuidance
{
	/*font-family: "MS Sans Serif";*/
	width: auto;
	height: auto;
	color: #07002E;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
}
/* Breadcrumbs */

.breadCrumbs
{
	padding-bottom: 4px;
	border-bottom: solid 1px #999;
}
.crumbSeparator
{
	font-size: .8em;
	color: #07002e;
}
.crumbLabel
{
	font-size: .8em;
	color: #07002e;
}
.crumbText
{
	font-size: .8em;
	color: #07002e;	
}
.crumbLink
{
	font-size: .8em;
	color: #07002e;
}
a.crumbLink
{
	text-decoration: underline;
}

#publicContent
{
	padding-left: 220px;
}

.userContent
{
	font-size: 1.4em;
}

#pageHeading, #pageHeader, .title1, h3, title1
{
	color: #07002E;
	font-size: 1.8em;
	font-weight: 500;
	letter-spacing: 1px;
}

h4, title2
{
	color: #07002E;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 1px;
	font-style: italic;
}

.subHeading, .section, tr.section td
{
	color: #07002E;
	font-size: 1em;
	font-weight: 600;
}

h5, .footer1
{
	color: #07002E;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1px;
	font-style: italic;
	text-indent: 150px;
}

h6, .footer2
{
	color: #07002E;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 1px;
}

.icon
{
	cursor: pointer;
}

.button
{
    border: 3px double #07002e;
	background-color: #07002e;
	color: #fff;
	cursor: pointer;
}

.label
{
    color: #07002e;
    text-align: right;
    font-size: .8em;
}

.floatRight
{
	float: right;
}

.editFrame
{
	font-size: 12pt;
}

/* Grids */

.gridHeader th
{
	padding-right: 6px;
	font-weight: 600;
	border-bottom: solid 2px #07002e;
}


.gridRow td
{
	padding-right: 6px;
	border-bottom: solid 1px #666;
}

.altGridRow td
{
	padding-right: 6px;
	border-bottom: solid 1px #666;
}

.editGridRow
{
	background-color: #666;
	color: #fff;
}

.editGridRow td
{
	padding-right: 6px;
	border-bottom: solid 1px #666;
}

.gridPager
{
}

.gridFooter td
{
	padding-right: 6px;
	border-bottom: solid 1px #666;
}

table.repeater th
{
	border-bottom: solid 2px #07002e;
	text-align: left;
}

table.repeater td
{
	font-size: 0.8em;
	color: #666;
	text-align: left;
}

table.repeater td.label
{
	font-size: 1em;
	color: #07002e;
	text-align: left;
}

/* Content Browser */

#browserWrapper
{
	text-align: left; 
	padding: 10px; 
	height: 480px; 
	width: 780px; 
	overflow: scroll;
}

/* Modal Popup */

.modalBackground 
{
	background-color: #999;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalPopup 
{
	width: 600px;
	height: 300px;
	background-color: #cb8;
    border: 3px double #07002e;
	padding: 15px;
	margin: 15px;
}

.indentedRadio
{
	margin-left: 50px;
}

/* Ajaxtoolkit Tabs */

/* default layout 
.ajax__tab_default .ajax__tab_header {white-space:nowrap;}
.ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_body {border:1px solid #999999;border-top:0;background-color:#dc8;padding:0;min-height:250px;text-align: left;}
*/
/* xp theme
.ajax__tab_xp .ajax__tab_header {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;}
.ajax__tab_xp .ajax__tab_outer {padding-right:4px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-right.gif")%>) no-repeat right;height:21px;}
.ajax__tab_xp .ajax__tab_inner {padding-left:3px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-left.gif")%>) no-repeat;}
.ajax__tab_xp .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab.gif")%>) repeat-x;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-right.gif")%>) no-repeat right;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-left.gif")%>) no-repeat;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover.gif")%>) repeat-x;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-right.gif")%>) no-repeat right;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-left.gif")%>) no-repeat;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active.gif")%>) repeat-x;}
.ajax__tab_xp .ajax__tab_body {border:1px solid #999999;border-top:0;background-color:#dc8;padding:0;min-height:250px;text-align: left;}
.ajax__tab_xp .ajax__tab_panel {background-color:#dc8;}
.ajax__tab_xp .ajax__tab_container {background-color:#dc8;}
 */
 .ajax__tab_header {background:#dc8 url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;}
 .ajax__tab_outer {padding-right:4px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-right.gif")%>) no-repeat right;height:21px;}
 .ajax__tab_inner {padding-left:3px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-left.gif")%>) no-repeat;}
 /*.ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab.gif")%>) repeat-x;}*/
 .ajax__tab_hover .ajax__tab_outer {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-right.gif")%>) no-repeat right;}
 .ajax__tab_hover .ajax__tab_inner {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-left.gif")%>) no-repeat;}
 .ajax__tab_hover .ajax__tab_tab {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover.gif")%>) repeat-x;}
 .ajax__tab_active .ajax__tab_outer {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-right.gif")%>) no-repeat right;}
 .ajax__tab_active .ajax__tab_inner {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-left.gif")%>) no-repeat;}
 /*.ajax__tab_active .ajax__tab_tab {background:#dc8 url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active.gif")%>) repeat-x;}*/

/* scrolling */
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}

/* Bottom of Page Items*/

#copyright
{
	clear: both;
	background-color: #07002E;
	color: #fff;
	font-size: .75em;
	padding-top: 8px;
	width: 920px;
	height: 25px;
	text-align: right;
	letter-spacing: 1px;
}

.footerItems
{
	width: 100%;
	height: 20px;
	background-color: #f1f1f1;
}

.footerLinks
{
	float: left;
	text-align: left;
	background-color: #f1f1f1;
	color: #000;
	font-size: .75em;
	padding-left: 10px;
	padding-top: 5px;
}

.footerLinks a
{
	color: #07002E;
}

.siteLink
{
	float: right;
	color: #666;
	font-size: .6em;
	padding-right: 10px;
	padding-top: 5px;
}

.siteLink a
{
	color: #336699;
}

/* Site Map */

div.Level1
{
	padding-top: 10px;
	padding-left: 10px;
}
li.Level1
{
	color: #07002e;
	list-style-type:square;
	padding-left: 5px;
	line-height: 1.5;
	margin-bottom: 0.4em;
	font-size: 1.2em;
	font-weight: 600;
}
li.Level1 a
{
	color: #07002e;
}

div.Level2
{
	padding-left: 30px;
}
li.Level2
{
	color: #07002e;
	list-style-type:square;
	padding-left: 5px;
	line-height: 1.5;
	margin-bottom: 0.4em;
	font-size: 1.2em;
}
li.Level2 a
{
	color: #07002e;
}


div.Level3
{
	padding-left: 50px;
}
li.Level3
{
	color: #07002e;
	list-style-type:square;
	padding-left: 5px;
	line-height: 1.5;
	margin-bottom: 0.4em;
	font-size: 1.1em;
}
li.Level3 a
{
	color: #07002e;
}


div.Level4
{
	padding-left: 70px;
}
li.Level4
{
	color: #07002e;
	list-style-type:square;
	padding-left: 5px;
	line-height: 1.5;
	margin-bottom: 0.4em;
}
li.Level4 a
{
	color: #07002e;
}

