/*6f0003 is the tribaden color*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body 
{   
    /*Set the body background color to a dark grey*/
	background-color: #666666;
}
h1 {
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	display: compact;
}
h2 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	color: #000000;
}
h4 {
	font-size: 10px;
	color: #000000;
}
h5 {
	font-size: 9px;
	color: #000000;
}
h6 {
	font-size: 8px;
	color: #000000;
}

a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #000000;
	font-weight: bold;
	color: #6f0003;
}
a:link {
	color: #6f0003;
	font-weight: bold;
	font-style: normal;
}
a:focus {
	color: #000000;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #000000;
}

div .spacer
{
    float: right;
	width: 580px;
	height: 0px;
    background-color: White;
	padding: 0;
	margin: 0;
}

.roottable {
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #000000;
}
.title1 {
	background-color: #6f0003;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	vertical-align: middle;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #6f0003;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#page {
	/* RJD Orig
	background-color: Olive;
	margin: 20px auto;
    */
    /* Centre the page within the browser window by setting the left and right margins to auto */
    margin: 0px auto 0px auto; 
    /*margin: 5px;*/
    /*RJD Try setting the background color for the page to the same as the sidebar*/
    /* to make it seem like the sidebar continues to the bottom.*/
	/*background-color: White;*/
	background-color: #DADDE0;
	padding: 0;
	width: 762px;
	border: solid 2px Black;
}

#pageHeader 
{
    /*6f0003 is the tribaden color*/
    background-color: #6f0003;
	padding-top: 15px;
}

#pageHeader img
{
    /*6f0003 is the tribaden color*/
	/*padding-right: 0px;
	padding-left: 10px;*/
	border: solid 1px;
	/*border-bottom-style: solid;
	border-bottom-color: #999999;*/
}

#pageHeader img:first-child
{
    /*6f0003 is the tribaden color*/
	/*padding-right: 0px;
	padding-left: 10px;*/
	border-right: solid 2px;
	/*border-bottom-style: solid;
	border-bottom-color: #999999;*/
}

#Footer img
{
    /*6f0003 is the tribaden color*/
	/*padding-right: 0px;*/
	padding: 10px;	
	/*border-bottom-style: solid;
	border-bottom-color: #999999;*/
}

#titlelink, #copyright
{
    background-color: #6f0003;
	padding: 3px;
    color: White;
}

#titlelink
{
    text-align: right;
    border-bottom: solid 1px black;
}

#copyright
{
    text-align: center;
    border-top: solid 1px black;
}

#content, #contentHeader
{
    background-color: White;
	font-size: 1.2em;
	padding: 5px;
	float: right;
	width: 570px;
} 


#contentHeader 
{
    text-align: center;
    border-top: solid 1px black;
    /*border-bottom: solid 1px black;*/
}

#mainSponsor, #otherSponsor, #organisers
{
	/*background-color: Black; /*RJD to match tribaden style*/
	/*clear: both;*/
	background-color: White;
    text-align: center;
    border-top-style: solid;
    border-top-width: thin;
    padding-top: 0px;
    padding-bottom: 8px;
    clear: both;
}

.menutitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6f0003;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/*RJD old: The pseudo classes for hyperlinks need to be in the order link, visited, hover, active?
    the last one is focus
*/
/*RJD new: Move hover after focus because otherwise focus overrides the hover*/
/*RJD newer: put all the following pseudo classes together because they look the same*/
.sectionLinks a:link, .sectionLinks a:visited, .sectionLinks a:focus
{
	display: block;
	background-image: none;
	color: #000000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #D7D7D7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
}

/* Change the background color to dark red and the text to white when hovering over a section link
    and when the link is active.*/
.sectionLinks a:hover, .sectionLinks a:active
{
	background-color: #6f0003;
	color: White;
}

#subsectionLinks a:link {
	display: block;
	background-image: none;
	color: #000000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: #D7D7D7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
}

#subsectionLinks a:visited {
	display: block;
	background-image: none;
	color: #000000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: #D7D7D7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
}

#subsectionLinks a:hover{
	background-color: #6f0003;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
}

#pageNav{
	float: left;
	width:182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	background-color: #DADDE0;
	/*clear: right;*/
    /*position: relative;*/
}
.menutitleSelected {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #B6B6B6;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.contentHeaderTitle, .msgTitle, .msgTitle2, .msgSubTitle, .warning
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: large;
}

.contentHeaderTitle, .msgTitle2
{
  	padding: 0;
	margin: 0;
}

.warning {
	color: Red;
    font-size: small;
	font-weight: bold;
}

/*
.msgTitle {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}*/

.msgTitle2 
{
    font-size: small;
	font-weight: bold;
}


/*
.msgSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #DADADA;
}*/


.msgText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.menutitleSubSelected {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #B6B6B6;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
}

#subsectionLinks a:focus {
	display: block;
	background-image: none;
	color: #000000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: #D7D7D7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
}
#subsectionLinks a:active {
	display: block;
	background-image: none;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: #6f0003;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
}
#subsectionLinks a {
	display: block;
	background-image: none;
	color: #000000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: #D7D7D7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/*Make all the titlelinks bold by removing the override for font-weight.    
    see a styles 
    Remove also the color definition, 
    it seems to be enough to have it on the titlelink a selector.
*/
#titlelink a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: normal;*/
}
#titlelink a:visited {
	/*font-weight: normal;*/
}
#titlelink a:link {
	/*font-weight: normal;*/
	font-style: normal;
}
#titlelink a:focus {
	/*font-weight: normal;*/
}
#titlelink a:hover {
	/*font-weight: normal;*/
	text-decoration: underline;
}
#titlelink a:active {
	/*font-weight: normal;*/
}
.title {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #6f0003;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
}
.footerLogo {
	color: #FFFFFF;
	background-color: #6f0003;
	text-align: center;
	vertical-align: middle;
	border-top-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 5px;
	border-bottom-width: 5px;
}
.TableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 2px;
	padding-left: 2px;
}
.TableSpace {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.TableData {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 2px;
	padding-left: 2px;
}
.TableHeaderBlind {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #FFFFFF;
}
