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

h1 {
	color: #A31678;
}
h2 {
	color: #A31678;
}
a { color: #A31678; }
a:visited { color: #7B3E69; }
a:hover { color: #CE1C99; }


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

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

.Header {
	background-color: #FFFFFF;
	background-image:   url("../images/cbe2010-title.jpg");
	background-position: 0px 5px;
	height: 85px;
}	
.Header span {
	display: none;
}	


.GlobalNav {
	background-color: #838383;
	background-image: url(../images/nav-gradient.png);
	background-repeat: repeat-x;
	padding: 0.75ex 2ex;
}
.GlobalNav li a {
	color: #FFFFFF;
}

.SectionNav {
	background-color: #EBEBEB;
	border-bottom: 1px solid #999999;
}
.SectionNav li a {
	color: #A31678;
	font-weight: bold;
}
.SectionNav .SignIn li a {
	color: #A31678;
}

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

.Auxilliary {
	border-left: 1px solid #999999;
}
.Auxilliary h2 {
	background-color: #A31678;
	background-image: url(../images/nav-gradient.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding:  0.8ex 1ex;
}
.MetaData {
	background-color: #E6E6E6;
}


/* Footer ------------------------------------------------*/
.Footer {
	background-color: #A31678;
	background-image: url(../images/nav-gradient.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding:  0.8ex 1ex;
}
.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 #A31678;
}
.TableAgenda th, .TableAgenda td {
	background-color: #F7F7F7;
	border-bottom: 1px solid #A31678;
}
.TableAgenda tr.Continue th, .TableAgenda tr.Continue td {
	border-bottom: none;
}
.TableAgenda th {
	color: #999999;
	background-color: #EFEFEF;
	line-height: 155%;
}
.TableAgenda h2 {
	color: #A31678;
}
.TableAgenda h3 {
	margin: 0ex;
}

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

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

.RegButton a {
	color: #FFFFFF;
	background-color: #A31678;
	border: 3px outset #A31678;
	font-size: 125%;
}
.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;
}
