﻿body
{
    color: #333333;
	margin-top:0px; /* override top margin */
    margin-bottom:0px; /* override bottom margin */
}

table.policyArea tr, table.eventSubscriptions tr
{
    text-align: right;
}

div.formelement input.submit
{
    width: 67px;
}

div.formelement input
{
    width: 300px;
}

.queryOutput
{
    height: 250px;
    width: 95%;
}

div.content_quadrant_box
{
    background-color: rgb(244,244,244);
    border-style: none
}

div #contentcolumn .content_quadrant_box
{
	background-color:Transparent;
	margin-right:5px;
}

input.textBox
{
    width: 250px;
}

div#preferences h2
{
    background-color: #D8E6FF;
    font-size: 1em;
    margin: 0;
}

div.message
{
    border: solid 3px green;
    color: Green;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

div.error
{
    border: solid 3px red;
    color: Red;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

div.divider
{
    background: #ffffff url(../images/seu/barre_inside.gif) repeat-x left top;
    clear: both;
}

.footerHiddenHeader
{
    visibility: hidden;
}

#mainform .footer
{
	height: 30px;
	margin-right:0px;
	background-color: #00225D;
	margin-bottom:0px;
	padding-bottom:0px;
}

#sitemap h2, #sitemap h2 a
{
    color: #003366;
    font-size: 1em;
}

.navHiddenHeader
{
    float: left;
    margin-left: -800px;
    visibility: hidden;
    width: 180px;
}

.submit
{
   background: url(/images/seu/button_bg.gif) no-repeat; 
    border-style: none;
    color: White;
    font-size: 0.85em;
    font-weight: bold;
    height: 20px;
    vertical-align: bottom;
    width: 67px;
}
.submit2
{
   background: url(/images/seu/button_bg.gif) no-repeat; 
   width: 40%;
   height: 20px;
    border-style: none;
    color: White;
    font-size: 0.85em;
    font-weight: bold;
    vertical-align: bottom;/*
    width: 10px;
*/}

/********************/
/* Conference pages */
/********************/

div.fiveminswalk
{
    float: left;
    margin-left: 5px;
    margin-right: 2em;
    text-align: left;
}
div.twentyminswalk
{
    float: left;
    text-align: left;
}
div.fiveminswalk p, div.twentyminswalk p
{
    padding-bottom: 2em;
}

/****************/
/* Landing page */
/****************/

ul.landingpage
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 5px;
}
ul.landingpage li
{
    margin-bottom: 20px;
}

/***********************************/
/* Events browser and details page */
/***********************************/

div#eventsbrowser
{
    text-align: center;
}
div#downloads, div#eventSignUp
{
    background-color: #eeeeee;
    border: solid 1px black;
    margin: 5px 0px 5px 0px;
    padding: 0px 10px 0px 10px;
    overflow: auto;
}
div#eventdetails
{
    border: solid 1px black;
    margin: 5px 0px 5px 0px;
    padding: 0px 10px 0px 10px;
    overflow: auto;
}
div#downloads h2, div#eventSignUp h2, div#eventdetails h2
{
    background-color: #999999;
    color: White;
    font-size: 1em;
}
div#downloads div.left
{
    float: left;
    padding-right: 10px;
}
div#downloads div.right
{
    float: left;
}
div#eventtype
{
    background-color: #eeeeee;
    margin: 5px 0px 5px 0px;
    padding: 10px 10px 10px 10px;
}
img.eventimage, img.newsimage
{
    float: right;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 225px;
}
img.download
{
    border-style: none;
    float: left;
    margin-right: 10px;
}

/*******************************************/
/* Search Results and Advanced Search Form */
/*******************************************/

div#advancedSearchForm div.row
{
    clear: both;
    padding-top: 10px;
}
div#advancedSearchForm div.row label
{
    float: left;
    text-align: right;
    width: 20%;
}
div#advancedSearchForm div.row span.formField
{
    margin-left: 10px;
    text-align: left;
}
div.keyMatch
{
    background-color: #fff8dd;
    border: solid 1px black;
    margin-left:5px;
}
.searchTextBox
{
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    width: 170px;
}
ul#searchResults
{
    margin: 0px 5px 0px 0px;
    padding: 0px 5px 0px 5px;
    list-style-type: none;
}
ul#searchResults li
{
    margin-bottom: 20px;
}

/******************/
/* General Layout */
/******************/

#fullwidthcontentcolumn
{
    margin: 0 0px 0 190px; /* Margins for full-width content column */
    overflow: hidden;
}
div.innertube
{
}
div.content_quadrant_box
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}
div.content_quadrant_box a img
{
    border-style: none;
}

#contentcolumn div.left_quadrant_box, #contentcolumn div.right_quadrant_box
{
	width: 49%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#contentcolumn div.left_quadrant_box
{
	float:left;
	margin-right:1px;
	margin-left:-1px;
}

#contentcolumn div.right_quadrant_box
{
	float:right;
}

#rightcolumn div.content_quadrant_box
{
	padding-right:0px;
	padding-bottom:1px;
}

#rightcolumn div.content_quadrant_box p
{
	font-size: 0.85em;
}

#leftcolumn div.content_quadrant_box
{
	margin:0 5px 0 0;
	padding-right:0px;
	padding-bottom:1px;
	}

#leftcolumn div.content_quadrant_box p
{
	font-size: 0.85em;
}

#leftcolumn div.formlabel
{
	font-size: 0.85em;
	width: 80%;
}

#leftcolumn div.formelement
{
	padding: 0.5em;
}


div.quadrant_spacer
{
	border-left:solid 1px #E6E6E6; 
	margin-left:3px; 
	padding-right:-1px; 
	width:1px; 
	height:300px; 
	overflow:hidden; 
	margin-bottom:-16px;
	float:left;
}

div.content_quadrant_box h1, div.content_quadrant_box h2.ash1, div.content_quadrant_box_header h2.ash1 a
{
    background-color: #003366;
    color: #EEEEEE;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0.2em 0.5em;
}
div.content_quadrant_box h2 a
{
    color: #EEEEEE;
}
#entire-page
{
    border: solid 1px #00225d;
    border-bottom:none;
    width: 790px; /* was 800 but minus 20 for the padding */
    margin: 0 auto; /*Center container on page*/
    padding:10px 10px 0 10px; /* adds left and right padding to site keyline */
    margin-bottom:0px;
    padding-bottom:0px;
}

#page-shadow
{
	margin-bottom:0px;
	padding-bottom:0px;
}

form #main-form
{
	width:780px;
}

#contentwrapper
{
    float: left;
    width: 100%;
}
#contentcolumn
{
    margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    border-right: solid 1px #E6E6E6;
}
#leftcolumn
{
    /*border: solid 1px black;*/
    float: left;
    width: 180px;
    margin-left: -790px; /*Set margin to that of -(MainContainerWidth)*/
}
#rightcolumn
{
    float: left;
    width: 185px;
    margin-left: -185px; /*Set left margin to -(RightColumnWidth)*/
}

/**************/
/* Navigation */
/**************/

.sections
{
    margin: 0 0px 15px 0;
    padding: 0 0 0 0;
    clear: both;
    background-color: #00225D;
    vertical-align: middle;
    height: 30px;
}
.sections_flag
{
    text-align: right;
    float: right;
    /*margin: 0 0 0 0;
    padding: 0 0 0 0;
    vertical-align: middle;*/
}
.sections_flag img
{
/*    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;*/
}
.sections ul
{
    margin: 0em;
    padding: 7px 0 0 5px;
    float: left;
    vertical-align: middle;
    list-style-type: none;
    font-size: 0.8em;
}
.sections ul li
{
    float: left;
    padding: 0em 1.5em 0em 1em;
    margin: 0em;
    background: #00225D url(/images/top_nav_arrow.gif) no-repeat center left;
}
.sections ul li.selected
{
    float: left;
    padding: 0em 2em 0em 1em;
    margin: 0em;
    background: #00225D url(/images/top_nav_arrow_selected.gif) no-repeat center left;
}
.sections ul li a
{
    text-decoration: none;
    padding: 0em 0.5em 0.5em 0em;
    color: #FFFFFF;
}
.sections ul li.selected a
{
    text-decoration: none;
    padding: 0em 0.5em 0.5em 0em;
    color: #6699CC;
}
.sections a
{
    text-decoration: none;
    font-weight: bold;
}
.sections a:visited
{
    text-decoration: none;
    font-weight: bold;
}
.sections:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sections
{
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .sections
{
    height: 1%;
}
.sections
{
    display: block;
}
/* End hide from IE-mac */

ul.leftnavigation
{
    list-style-type: none;
    margin: 0px 5px 0px 0px;
    padding: 0;
}
ul.leftnavigation li p
{
    margin: 0px;
    padding: 0px;
}
ul.leftnavigation li p.toprootnav a
{
    color: #00225D;
    font-weight: bold;
    display: block;
    background-color: #FFFFFF;
    padding: 3 3 5 5 px;
    border-top: 1px solid #00225D;
    border-right: 1px solid #00225D;
    border-left: 1px solid #00225D;
    border-bottom: 1px solid #00225D;
    font-size: 0.8em;
}
ul.leftnavigation li p.top_level
{
    background-color: #6CABE7;
}

/*ul.leftnavigation li p.secondary_level
{
    background-color: #6CABE7;
}*/

ul.leftnavigation li p.top_level a
{
    color: #00225D;
    font-size: 0.8em;
    font-weight: bold;
    display: block;
    /*background-color: #6CABE7;*/
    background-color: #bfd7fe;
    border-bottom: 1px solid #FFFFFF;
}
ul.leftnavigation li p.top_level_selected a
{
    background-color: #00225D;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
}

ul.leftnavigation li p.secondary_level a
{
	background-color: #36629F;
	/*background-color: #6CABE7;*/
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 1.5em;
}

ul.leftnavigation li p.secondary_level_selected a
{
	background-color: #36629F;
	/*background-color: #6CABE7;*/
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 0.5em;
}

ul.leftnavigation li p.third_level a
{
	color: #646869;
	font-size: 0.8em;
	font-weight: normal;
	display: block;
	background-color: #e7ecef;
	padding: 3px 3px 3px 23px;
	border-bottom: 1px solid #fff;
}

ul.leftnavigation li p.third_level_selected a
{
	color: #68696b;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	background-color: #e7ecef;
	padding: 3px 3px 3px 23px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}


ul.leftnavigation li p.toprootnav a:link, ul#leftnavigation li p.toprootnav a:hover
{
    color: #00225D;
    text-decoration: none;
}
ul.leftnavigation li p.top_level a, ul#leftnavigation li p.top_level_selected a, ul#leftnavigation li p.top_level_root a, ul.leftnavigation li p.toprootnav a
{
    padding: 0.5em 0.1em 0.5em 0.5em;
}
ul.leftnavigation li p.top_level a
{
    text-decoration: none;
}
ul.leftnavigation li p.top_level a:hover, ul#leftnavigation li p.top_level_selected a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
ul#breadcrumb
{
    float: left;
    margin-left: 0px;
    overflow: auto;
    padding-left: 0px;
    width: 450px;
    color: #00225d;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0px 9px 0px 5px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.breadcrumbtitle
{
    color: #00225d;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0px 9px 0px 5px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
ul#breadcrumb li
{
    float: left;
    display: inline;
    margin-right: 4px;
}
ul#breadcrumb a
{
    background: url(/images/seu/breadcrumbseparator.png) bottom right no-repeat; /* background: transparent url(/images/seu/header-track-list.gif) top right no-repeat; */
    color: #00225D;
    font-weight: bold;
    padding-right: 11px;
    text-decoration: none;
}

/**************/
/* Characters */
/**************/

span.pipe
{
    border-left: solid 1px #003399;
    margin-left: 9px;
    margin-right: 5px;
}

div.footer span.pipe
{
    border-left: solid 1px White;
}

span.doubleangleleft
{
    background: url(/images/seu/doubleangleleft.png) bottom right no-repeat;
    margin-right: 5px;
    padding-right: 5px;
}
span.doubleangleright
{
    background: url(/images/seu/doubleangleright.png) bottom right no-repeat;
    margin-left: 5px;
    padding-left: 5px;
}

/****************/
/* Form builder */
/****************/

.questionSingleLineText
{
    width: 70%;
}
.questionLabel
{
    font-weight: bold;
}
.questionMultiLineText
{
    height: 100px;
    width: 70%;
}

div#externalFeed, div.highlightedArticles
{
    border: solid 1px #003399;
    font-size: 0.8em;
    margin: 0px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
}
div#externalFeed h2.rssTitle a, div.highlightedArticles h2 a
{
    color: White !important;
}
div#externalFeed a:link, div#externalFeed a:visited, div.highlightedArticles a:link, div.highlightedArticles a:visited
{
    color: #003399;
}
div#externalFeed a:hover, div#externalFeed h2.rssTitle a:hover, div.highlightedArticles a:hover, div.highlightedArticles h2 a:hover
{
    color: #ffcc00 !important;
}
div#externalFeed h2.rssTitle, div.highlightedArticles h2
{
    background-color: #999999;
    font-size: 1em;
}

a.print
{
	font-weight: bold;
	font-size: 0.8em;
}

#printlink
{
	float:right;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
}

#printlink a img
{
	border:none;
}