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

h1 {
	color: #EA524D;
}
h2 {
	color: #EA524D;
}
a { color: #EA524D; }
a:visited { color: #EA524D; }
a:hover { color: #EA524D; }


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

.Page {
	border: 1px solid #000000;
}

.Header {
	background-color: #EA524D;
	background-image:   url("../images/cbe2009-title.jpg");
	background-position: -50px top;
	height: 132px;
}	


.GlobalNav {
	background-color: #7E818A;
	border-top: 2px solid #A1A3AA;
	border-bottom: 2px solid #525359;
}
.GlobalNav li a {
	color: #FFFFFF;
}

.SectionNav {
	background-color: #EA524D;
	background-image: url(../images/cbe2009-subnav-background.jpg);
	background-position: left;
	background-repeat: repeat-y;
	border-bottom: 1px solid #620079;
}
.SectionNav li a {
	color: #000000;
	font-weight: bold;
}
.SectionNav .SignIn li a {
	color: #FFFFFF;
}
.Header, .SectionNav {
	background-position: -30px top;
}	

.Content {
	border-right: 1px solid #666666;
}

.Auxilliary {
	border-left: 1px solid #666666;
}
.Auxilliary h2 {
	background-color: #FBB836;
	color: #000000;
}
.MetaData {
	background-color: #E6E6E6;
}


/* Footer ------------------------------------------------*/
.Footer {
	background-color: #F58020;
}
.Footer li a {
	color: #FFFFFF;
}


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

.TableDetails th, .TableDetails td {
	background-color: #F5F5F5;
}
.TableDetails th {
	color: #FFFFFF;
	background-color: #AAAAAA;
}
.TableDetails tr.TopRow th {
	background-color: #888888;
}


.TableAgenda {
	border-top: 1px solid #EA524D;
}
.TableAgenda th, .TableAgenda td {
	background-color: #F7F7F7;
	border-bottom: 1px solid #EA524D;
}
.TableAgenda tr.Continue th, .TableAgenda tr.Continue td {
	border-bottom: none;
}
.TableAgenda th {
	color: #999999;
	background-color: #EFEFEF;
	line-height: 155%;
}
.TableAgenda h2 {
	color: #EA524D;
}
.TableAgenda h3 {
	margin: 0ex;
}

.TableProcess th, .TableProcess td {
	background-color: #EA524D;
}

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

.RegButton a {
	color: #FFFFFF;
	background-color: #EA524D;
	border: 3px outset #EA524D;
}
.RegButton a:hover {
	color: #FFFFFF;
}
.RegButton a:visited {
	color: #FFFFFF;
}

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

.highlight {
	color: #CC3300;
}

.Button {
	background-color: #8B281B;
	color: #FFFFFF;
	border: 2px outset #D74631;
}
.Button:hover {
	color: #FFFFFF;
}
