/*** HTML styles ****************/

html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F1F1F1;
	color: #000000;
	font-size: 75%;
	margin: 0px;
	padding: 2ex;
}
h1, h2, h3, p, ul, ol, li, input {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 160%;
	font-weight: normal;
	margin: 0ex 0ex 1.5ex ;
	color: #620079;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: 0.5ex;
	color: #620079;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 0ex;
	line-height: 155%;
}
p {
	line-height: 155%;
	margin-bottom: 1ex;
}
a { color: #620079; }
a:visited { color: #620079; }
a:hover { color: #620079; }

img {
	border: none;
}
td, th {
	vertical-align: top;
}

/*** Layout ****************/

.Page {
	min-width: 100ex;
	max-width: 160ex;
	margin: 0ex auto;
	background-color: #FFFFFF;
	border: 1px solid #620079;
}

.skipNav {
	display: none;
}

.Header {
	background-color: #B5CB21;
	width: 100%;
	height: 134px;
	background-repeat: no-repeat;
}	
.Header h1 {
	display: none;
}
.Header h1 span {
	font-weight: normal;
	font-size: 70%;
}
.ERBI a {
	float: left;
	height: 50px;
	width: 60px;
	margin: 10px 15px;
	text-decoration: none;
}

.UtilityMenu {
	display: none;
	float: left;
	margin: 1ex 1ex 1ex 25em;
}
.UtilityMenu li {
	list-style: none;
	float: left;
	font-size: 70%;
}
.UtilityMenu li a {
	padding: 0.5ex 1ex;
}
.UtilityMenu li a:hover {
}

.GlobalNav {
	background-color: #B07EBB;
	padding: 0.5ex 2ex;
	min-height: 2.75ex;
}
.GlobalNav li {
	list-style: none;
	display: inline;
}
.GlobalNav li a {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.5ex 2ex;
	text-decoration: none;
}
.GlobalNav li a:hover {
	text-decoration: underline;
}
.GlobalNav li.Selected a {
}
.GlobalNav li.Selected a:hover {
}

.SectionNav {
	background-color: #620079;
	padding: 0.5ex 2ex;
	min-height: 2.75ex;
}
.SectionNav li {
	list-style: none;
	display: inline;
}
.SectionNav li a {
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0.5ex 2ex;
	text-decoration: none;
}
.SectionNav li a:hover {
	text-decoration: underline;
}
.SectionNav li.Selected a {
}
.SectionNav li.Selected a:hover {
}

.SectionNav .SignIn {
	float: right;
	width: 22%;
	text-align: center;
}
.SectionNav .SignIn li a {
	font-weight: bold;
}

.Content {
	float: right;
	width: 70%;
	margin: 0ex -1px 0ex 0ex;
	padding: 2ex 2.75%;
	min-height: 50ex;
	border-right: 1px solid #94A2AB;
}
.Content ol, .Content ul {
	line-height: 155%;
	margin-left: 5ex;
	margin-bottom: 1ex;
}
.PageSubTitle {
	margin-top: -2ex;
	margin-bottom: 4ex;
	font-weight: bold;
}

.TwoColumn {
	float: left;
	width: 48%;
	margin: 0ex 1%;
}

.A2ZList ul {
	list-style-type: none;
}
.A2ZList li {
	display: inline;
	font-weight: bold;
}
.A2ZList li a {
	margin: 0ex 0.1ex;
	padding: 0.1ex 0.4ex;
}
.A2ZList li a:hover {
}

.Auxilliary {
	float: right;
	width: 24%;
	padding: 0ex;
	border-left: 1px solid #94A2AB;
	min-height: 54ex;
}
.Auxilliary h2 {
	background-color: #94A2AB;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	margin: 1ex 0ex 2ex;
	padding: 1ex;
}
.Auxilliary .MetaData + h2 {
	margin-top: 0ex;
}
.Auxilliary h3 {
	text-align: center;
	margin: 0ex;
	padding: 0ex 1ex;
}
.Auxilliary p {
	text-align: center;
	margin: 0ex 0ex 2ex;
	padding: 1ex;
}
.Auxilliary ul {
	margin: 0ex 3ex;
	text-align: center;
	list-style: none;
}
.Auxilliary li {
	padding: 0ex 0ex 0.5ex ;
}
.Auxilliary a { text-decoration: none; }
.Auxilliary a:hover { text-decoration: underline; }
.MetaData {
	background-color: #F1F7D5;
	text-align: center;
	padding: 2ex;
}
.MetaData p {
	font-size: 120%;
	line-height: 120%;
	margin: 0ex 0ex 1ex;
	padding: 0ex;
}
.Auxilliary .SponsorLogo {
	margin: 0ex auto 2ex;
	text-align: center;
}
.Auxilliary .SponsorLogo img {
	clear: both;
	margin-bottom: 2ex;
}

.Gold, .Silver, .Bronze {
	font-size: 80%;
	font-variant: small-caps;
	margin-left: 1ex;
	font-weight: bold;
}
.Gold { color: #ECBD00; }
.Silver { color: #CCCCCC; }
.Bronze { color: #C79732; }



/* Footer ------------------------------------------------*/
.Footer {
	font-size: 85%;
	text-align: center;
	clear: both;
	background-color: #620079;
	padding: 0.4ex 0.75ex 0.75ex;
	min-height: 3ex;
}
.Footer ul {
	list-style-type: none;
}
.Footer li {
	display: inline;
}
.Footer li a {
	color: #FFFFFF;
	margin: 0ex 0.25ex;
	padding: 0.1ex 0.75ex;
	text-decoration: none;
}
.Footer li a:hover {
	text-decoration: underline;
}
.Copyright {
	font-size: 85%;
	text-align: center;
}

/*** Panels ****************/

.Panel {
	background-image: url(../images/corner-white-topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	margin: 1ex 2ex;
}
.Panel h2 {
	background-image: url(../images/corner-white-topleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 105%;
	margin: 0ex 10px 0ex 0ex;
	padding: 0.5ex 1.5ex;
}
.Panel .PanelBody {
	padding: 1ex 1.5ex;
}
.Green {
	background-color: #BED630;
}
.Green h2 {
	background-color: #BED630;
}
.Green .PanelBody {
	background-color: #F0F5CF;
	border: 2px solid #BED630;
}
.Grey {
	background-color: #B7BFC6;
}
.Grey h2 {
	background-color: #B7BFC6;
}
.Grey .PanelBody {
	background-color: #F1F1F1;
	border: 2px solid #B7BFC6;
}

.PanelRelated {
	float: right;
	margin: 0ex 0ex 2ex 3ex;
	max-width: 30%;
}


/*** Tables ****************/

form table {
	margin: 2ex;
}
form table th {
	color: #000000;
	text-align: left;
}
form table th, form table td {
	padding: 0.25ex 1ex;
}

.TableDetails {
	margin: 2ex;
}
.TableDetails th, .TableDetails td {
	padding: 0.25ex 1ex;
	background-color: #F7F3F7;
}
.TableDetails th {
	color: #FFFFFF;
	text-align: left;
	background-color: #B57DBD;
}
.TableDetails p {
	margin: 0ex;
}
.TableDetails tr.TopRow th {
	background-color: #63007B;
}



.TableCompare {
	margin: 2ex;
	border-collapse: collapse;
}
.TableCompare th, .TableCompare td {
	padding: 0.75ex 1ex;
	background-color: #F0F0F0;
	text-align: center;
}
.TableCompare th {
	color: #555555;
	font-weight: normal;
	text-align: left;
	background-color: #E0E0E0;
}
.TableCompare td {
	width: 10%;
}
.TableCompare tr.TopRow th {
	background-color: Transparent;
	padding: 1.5ex 1ex 0.25ex;
	font-weight: bold;
	text-align: center;
}
.TableCompare tr.Section th {
	background-color: Transparent;
	padding: 1.5ex 0ex 0.25ex;
	font-weight: bold;
	text-align: left;
}



.TableAgenda {
	margin: 2ex;
	padding: 1ex;
	border-top: 1px solid #620079;
	border-collapse: collapse;
	clear: both;
}
.TableAgenda th, .TableAgenda td {
	padding: 0.5ex 1ex;
	background-color: #F7F7DE;
	border-bottom: 1px solid #620079;
}
.TableAgenda th {
	color: #999999;
	text-align: left;
	background-color: #E7EFB5;
	white-space: nowrap;
}
.TableAgenda h2 {
	color: #620079;
	font-size: 150%;
	margin: 0ex;
}
.TableAgenda ul {
	font-size: 110%;
	margin-top: 3ex;
}
.TableAgenda a {
	text-decoration: none;
}
.TableAgenda a:hover {
	text-decoration: underline;
}
.TableAgenda .Gallery {
	float: left;
	width: 46%;
	margin: 0ex 1%;
}
.TableAgenda .Gallery img {
	float: left;
	margin: 0ex 1ex 1ex 0ex ;
}

.TableProcess {
	margin: 2ex;
	padding: 1ex;
	border-collapse: collapse;
}
.TableProcess th, .TableProcess td {
	padding: 1ex 1.5ex;
	background-color: #FD3420;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.TableProcess th {
	text-align: center;
}
.TableProcess .Numbering {
	font-weight: bold;
	font-size: 200%;
	text-align: center;
	line-height: 100%;
}

/*** Buttons ****************/

.RegButton {
	float: right;
	margin: 0ex 0ex 2ex 2ex;
}
.RegButton a {
	display: block;
	color: #FFFFFF;
	background-color: #620079;
	font-size: 110%;
	font-weight: bold;
	padding: 0.75ex 1.5ex;
	text-decoration: none;
	border: 3px outset #620079;
}
.RegButton a:hover {
	color: #FFFFFF;
}
.RegButton a:visited {
	color: #FFFFFF;
}

/*** Other ****************/

.spacer {
	float: none;
	clear: both;
	font-size: 1px;
}
.FirstPara {
	font-weight: bold;
}
.InlineSuperTitle {
	color: #999999;
	font-size: 80%;
}
.InlineSubTitle {
	font-size: 80%;
	color: #666666;
}
.InlineMeta {
	color: #666666;
	font-size: 80%;
	margin-left: 0.5ex;
}
.inPageImgLeft {
	float: left;
	margin-bottom: 1ex;
	margin-right: 1em;
}
.inPageImgRight {
	float: right;
	clear: right;
	margin-bottom: 0.7ex;
	margin-left: 0.7em;
}
.inPageImg {
	margin: 5px;
	border: 1px solid #999999;
}
.highlight {
	color: #CC3300;
}
.error {
	color: #CC0000;
}
.Diminished {
	font-weight: normal;
	font-size: 80%;
}
.Address {
	margin: 1ex 2.5ex;
	line-height: 120%;
}
.InlineDate {
	color: #666666;
	font-variant: small-caps;
	padding-right: 1ex;
}

.Button {
	background-color: #8B281B;
	color: #FFFFFF;
	margin: 1ex;
	padding: 0.1ex 1ex;
	font-weight: bold;
	text-decoration: none;
	border: 2px outset #D74631;
}
.Button:hover {
	color: #FFFFFF;
	border-style: inset;
}
.BigLink {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF !important;
	text-align: center;
	background-color: #CC0000;
	text-align: center;
	margin: 1ex 4ex;
	padding: 0.5ex 1ex;	
	text-decoration: none;
}
.BigLink:hover {
	background-color: #FF0000;
}
.Smallprint {
	font-size: 90%;
	font-style: italic;
}
.Caption {
	font-size: 90%;
	font-weight: bold;
	color: #999999;
}
.Quote {
	font-size: 110%;
	font-style: italic;
	margin: 2ex 15%;
	padding: 1ex;
	border: 1px solid #DDDDDD;
}
.Quote .Source {
	color: #666666;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
}
.Expired {
	display: none;
}
