/*
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
*/

/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
body {
	margin: 0;
	padding: 0 386px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	background-image:url(Images/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#333333;
}

h1, h2, h3, h4, h5, h6 {color:#E6673A;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {
    margin: 2em 0;
    line-height:1.4;
}
a 
{
	text-decoration:underline;
	color:#CC3300;
}

a:hover 
{
    text-decoration: none;
}

#sizer
{
    border-width: 0px;
    border-style: none;
    margin: 10px auto 0 auto;
    padding: 0;
    width: 58%;
    max-width: 192px;
}

#expander 
{
	min-width: 772px; /* Critical Safari fix! */
	position: relative;
	margin: 0 -386px 0 -386px;
	background-color:transparent;
    border-width: 0px;
    border-style: none;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	text-align:left;
	background-color:#FFFFFF;
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#skiptocontent
{
	position:absolute;
	margin-left:-1000px;
}
#leftcolumn{
	float:left;
	width:152px;
	margin-right:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#FFFFFF;
	font-size:0.9em;
}

html>body #leftcolumn{margin-right:0;}

#leftcoltop
{
    height: 25px;
    border-bottom: 15px solid #FFFFFF;
    background-color: #1B3D6B;
    padding-top: 20px;
}

#leftbarcontainer {
	padding:4em 0.5em;
	background-color:#FFFFFF;
}
#subnav {
	padding-bottom:1em;
	overflow:hidden;
}

#subnav a {}

#subnav a:hover {text-decoration:underline;}

.leftbaritem {padding:2em 0.5em;}

#rightcolumn{
	float:right;
	width:152px;	
	margin-left:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#FFFFFF;
/*	background-image:url(Images/rightcol_bg.jpg);
	background-position:0 40px;
	background-repeat:no-repeat;*/
	font-size:0.9em;
}

html>body #rightcolumn{margin-left:0;}

#rightcoltop{	
	height:20px;
	padding:0 1em 5px;
	border-bottom:15px solid #FFFFFF;
	text-align:right;
	color:#FFFFFF;
	background-color:#1B3D6B;
}

#rightcoltop a {color:#FFFFFF;}

#searchbox {
	position:relative;	
	height:50px;
	padding:5px 0.5em;
	background-color:transparent;
}
#searchbox div {
    position:absolute; 
    bottom:0.5em; 
    text-align:right;
}
#rightbarcontainer {
	padding:4em 0.5em;
	background-color:transparent;
}

.rightbaritem{padding:2em 0.5em;}

#centercolumn{
	height:1%;
	margin:0;
	background-color:#FFFFFF;
/*	background-image:url(Images/centercol_bg.jpg); 
	background-repeat:no-repeat;
	background-position:100% 40px;
*/
}
html>body #centercolumn 
{
	height:auto;
	margin-left:152px;
	margin-right:152px;
}
#centercoltop
{
    height: 21px;
    background-color: #1B3D6B;
}

html>body #centercoltop 
{
    height:22px;
}

#mainnav
{
    height: 18px;
    background-color: #1B3D6B;
    font-size: 1em;
}

#mainnav a
{
    color: #FFFFFF;
}

#mainnav a:hover{	}

#mainnav table {text-align:right;}

#mainnav .item {
	padding:1px 1em;
	border-top:3px solid #1B3D6B;
	font-weight:bold;
	color:#1B3D6B;
}

html>body #mainnav .item 
{
    padding:1px 0.5em;
}

#mainnav .hover 
{
	border-bottom:3px solid #FFFFFF;
	color:#FFFFFF;
	background-color:#1B3D6B;
}

#mainnav .selected {
	border-top:3px solid #FFFFFF;
	color:#FFFFFF;
	background-color:#1B3D6B;
}

#header {
	position:relative;
/*	height:140px;*/
	background-color:transparent;
}

#maincontent
{
    background-color: transparent;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 4em;
}

#maincontent .teaser {
	margin:-0.7em 0;
	color:#28578D;
}

/* 12/20/09 - This was removed to correct the context menus for the webparts
#maincontent table tr td {padding: 0.2em 0.5em;}
*/

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}

#maincontent legend {
	color:#E6673A;
	background-color:#FFFFFF;
	}

* html #maincontent legend {padding:0.5em;}

#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

html>body #maincontent .txtBox{font-size:1.2em;}

#maincontent .txtBox {background-color:#F4F7FA;}
    
#maincontent .txtBox:focus {background-color:#FFFFFF;}

.txtBox {
    border: 1px solid #1B3D6B;
    font-size:1em;
    background-color:#FFFFFF;
}
.button
{
    border: 2px solid #1B3D6B;
    color: #FFFFFF;
    background-color: #CC3300;
    font-size: .9em;
}    
.imgfloatright {
    float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
div.readmore {
	text-align:right;
}
#footer{
    margin:2px;
    padding:0.5em;
    font-size:smaller;
}

#footer a {padding:0 0.5em;}

div.InfoPanel
{
    border-right: lightgrey 1px outset;
    border-top: lightgrey 1px outset;
    border-left: lightgrey 1px outset;
    border-bottom: lightgrey 1px outset;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    list-style-type: circle;
    margin-bottom: 5px;
}

div.InfoPanel h3
{
    color: #ffffff;
    background-color: #ff9900;
}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:10pt;
		line-height:12pt;
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0;
		width:auto !important;
	}
	#expander {
		margin:0 !important;
		background:none;
	}	
	#wrapper {
		border:none;
		background:none;
	}	
	a {
		color:#666666; 
		text-decoration:underline;
	}

	#leftcolumn, #rightcolumn, #maincontent h2:before {display:none;}	
	
	#centercolumn {
		width:100%;
		margin:0 !important;
		background:none;
	}
	#centercoltop {
		height:auto;
		background:none;
	}
	#header {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}	
	
	/*Turn off the transparent gif logo as it looks rather unsightly on paper. */
	#header img {display:none;}
	
	#maincontent {
		margin:0; 
		border:none;
		background:none;
	}
	
	#maincontent .teaser {font-style:italic;}
	
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}
}

.ValidationSummary
{
    background-position: 5px;
    border: 2px solid red;
    color: red;
    margin: 5px 0px;
    padding: 15px;
    background: #fff url(../../Images/warning.gif) no-repeat 5px 50%;
}

.ValidationSummary ul
{
    margin: 0;
    padding: 0;
    margin-left: 80px;
    list-style: square;
    color: #FF0000;
}

.ValidationSummaryWarning
{
    background-position: 5px;
    border: 2px solid #000080;
    color: blue;
    margin: 5px 0px;
    padding: 15px;
    background: #fff url(../../Images/Caution.gif) no-repeat 5px 50%;
}

.ValidationSummaryWarning ul
{
    margin: 0;
    padding: 0;
    margin-left: 80px;
    list-style: square;
    color: #000080;
}






/* Menu */
.StaticMenuStyle
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    height: 22px;
}

.StaticMenuItemStyle
{
    margin: 0px;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    height: 22px;
}

.StaticMenuItemStyle a
{
    color: #FFFFFF;
    height: 22px;
}

.StaticMenuHoverStyle
{
    display: block;
    background-color: #3361AE;
    color: #FFFFFF;
    height: 22px;
}

.StaticMenuHoverStyle a:hover
{
    display: block;
    background-color: #3361AE;
    color: #FFFFFF;
    height: 22px;
}

.StaticMenuSelectedStyle
{
    display: block;
    background-color: #3361AE;
    height: 22px;
}

.StaticMenuSelectedStyle * div
{
    background-color: #3361AE;
    color: #FFFFFF;
    height: 22px;
}

.StaticMenuSelectedStyle a:hover, a:active
{
    background-color: #3361AE;
    color: #FFFFFF;
    height: 22px;
}

.DynamicMenuStyle
{
    z-index: 100;
    border-left-style: solid;
    border-bottom-style: inset;
    border-bottom-color: #C0C0C0;
    border-left-color: #C0C0C0;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.DynamicMenuItemStyle
{
    background-color: #FFFFFF;
    text-align: left;
    padding: 3px 5px 3px 5px;
    display: block;
    height: 22px;
    z-index: 100;
    border-left-style: solid;
    border-bottom-style: inset;
    border-bottom-color: #C0C0C0;
    border-left-color: #C0C0C0;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.DynamicMenuHoverStyle
{
    display: block;
    background-color: #3361AE;
    color: #FFFFFF;
    padding: 3px 5px 3px 5px;
    height: 22px;
    z-index: 100;
}

.DynamicMenuHoverStyle a:hover
{
    display: block;
    background-color: #3361AE;
    color: #FFFFFF;
    height: 22px;
    padding: 3px 5px 3px 5px;
    z-index: 100;
}

.DynamicMenuSelectedStyle
{
    border-left-style: dotted;
    border-left-color: #3361AE;
    height: 22px;
    z-index: 100;
}

/*CollapsiblePanel*/
.SummaryCollapsiblePanel
{
    margin: 10px 0px 10px 50px;
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 100%;
    height: 30px;
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
    background-color: #1B3D6B;
}

.watermarked
{
    color: #C0C0C0;
    font-style: italic;
}


.SummaryHeaderPane
{
    cursor: help;
}

.SummaryPane
{
    margin: 10px 0px 10px 50px;
    border-left-style: inset;
    border-left-width: 1px;
    border-left-color: #CCCCCC;
    padding-left: 10px;
}

/* Profile Table */
/* http://www.elated.com/articles/styling-tables-with-css/ */
/* http://www.w3schools.com/css/css_table.asp */

.ProfileTable
{
    background-color: #FFFFFF;
    color: #000000;
    border-collapse:collapse;
}

.ProfileTable td, ProfileTable th
{
    padding: 3px 7px 2px 7px;
    border: 1px solid #1B3D6b;
}

.ProfileTable th
{
    padding: 5px 10px 5px 10px;
    text-align: center;
}

.ProfileTable td
{
    text-align: left;
}

.ProfileTable tr.alt td
{
    background-color: #CCCCFF;
}

.ProfileTable th
{
    background-color: #1B3D6b;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}


/* ReOrder List */
.ReOrderListDragHandle
{
    background-position: center center;
    width: 10px;
    height: 15px;
    background-color: Blue;
    background-image: url(../../Images/read_more_icon.gif); 
    cursor: move;
    border: outset thin white;
    background-repeat: no-repeat;
}

.ReOrderListCallbackStyle
{
    border: thin blue inset;
}

.ReOrderListCallbackStyle table
{
    background-color: #5377A9;
    color: Black;
}


.ReOrderList li
{
    list-style: none;
    margin: 2px;
    background-image: url(../../Images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
}

.dragVisualContainer li
{
    list-style: none;
    background-image: url(../../Images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
}

.ReOrderList li a
{
    color: #FFF !important;
    font-weight: bold;
}

.ReOrderListItemArea
{
    margin-left: 15px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
}

.ReOrderListCue
{
    border: dashed thin black;
    width: 100%;
    height: 25px;
}


/* Accordion Styles */
.accordion {   
    /*width: 400px;   */
}   
   
.accordionHeader {   
    border: 1px solid #2F4F4F;   
    color: white;   
    background-color: #2E4d7B;   
    font-family: Arial, Sans-Serif;   
    font-size: 12px;   
    font-weight: bold;   
    padding: 5px;   
    margin-top: 5px;   
    cursor: pointer;   
}   
   
.accordionHeaderSelected {   
    border: 1px solid #2F4F4F;   
    color: white;   
    background-color: #5078B3;   
    font-family: Arial, Sans-Serif;   
    font-size: 12px;   
    font-weight: bold;   
    padding: 5px;   
    margin-top: 5px;   
    cursor: pointer;   
}   
   
.accordionContent {   
    background-color: #D3DEEF;   
    border: 1px dashed #2F4F4F;   
    border-top: none;   
    padding: 5px;   
    padding-top: 10px;   
}   


/* Collapsing Panels */
/*CollapsiblePanel*/
.collapsePanel
{
    border: 1px dotted #C0C0C0;
    padding: 5px;
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader
{
    height: 30px; /*
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	*/
    color: #FFF;
    font-weight: bold;
    cursor: help;
    padding: 5px;
    vertical-align: middle;
}

/* Popup Menu */
/*Hover Menu*/
.PopupMenu
{
    position: absolute;
    visibility: hidden;
    background-color: #808080;
}

.PopupHover
{
/*
    background-image: url(../../Images/header-opened.png);
    background-repeat: repeat-x;
*/    
    background-position: left top;
    background-color: #808080;
}

/* Validator Callout */
.ValidatorCalloutHighlight
{
    background-color: #FFFACD;
}


/* Modal Popup */
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.modalPopup p {
    padding: 5px;
}

