@charset "utf-8";
/* olympics1.css */
/* Tag Styles */

a {
	color: #6F6;
	text-decoration:none;
	font-weight: bold;
	}
	
a:hover {
	color: #CFC;
	text-decoration:none;
	}
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #88ffff;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
	margin:0;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
	margin:0;
	color: #66ffff;
	}
	
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	font-weight: normal;
	margin:0;
	color: #88ffff;
	}

hr {
	height: 1px;
	color: #ccc;
	background-color:#ccc;
	}

img	{
	display: block;
	border: 0;
	}
	
li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height: 150%;
	}


p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ccffff;
	line-height: 150%;
	padding: 0px 10px 10px 0px;
	margin:0;
	}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 2px double #000066;
	}

tr  {
    vertical-align:top;
     }
   	 
td {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	border-top: none;
	border-right: none;
	border-left: none;
	}

.td_last_row {
	border:none;
	}
		
/* ids for defining areas of the page and how they should be styled */

#boundary {
	width: 800px;
	margin:0px auto;
	border:0;
	}

#content {
	clear:both;
	padding:0;
	margin-top:6px;
	}
	
#doublerightcol {
	display:block;
	float:right;
	width:620px;
	padding:0;
	margin:0;
	margin-top:6px;
	}

#footer {
	display:block;
	background-image:url(../images/layout/white-background.png); 
	background-position:top;
	background-repeat:no-repeat;
	float:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear:both;
/*	border-top: 1px solid #609; */
/*	padding: 10px 0 20px 0; */
	padding: 0;
	width: 800px;
	margin-top: 20px;
	}
	
#footer p {
	padding-top: 10px;
	}
	
#header {
	background-color:transparent;
	clear:both;
	width:800px;
/*	height: 16px;  remove for I.E. 7.0 */
	margin:0px;
	}

#leftcol{
	background-color:transparent;
	float: left;
	width: 160px;
	margin: 0px 5px 10px 0px;
	border: 0;
	padding: 0 0 0 3px;
	margin-top:6px;
	}



#leftcol ul {
	display:block;
	list-style:none;
	background-color:transparent;
	border:2px solid   #000066;
	text-align: center;
	padding:0;
	margin:0 0 12px 0;
}

#leftcol li {
	display:block;
	background-color:transparent;
	text-align: center;
	font-weight:bold;
	line-height:2.0em;
/*	padding: 3px 0 3px 0; */
	padding:2px; 
	margin:0px;
	border-bottom: 1px solid #000066;
	}

#leftcol li a:link {
	color: #fff;
	text-decoration: none;
	margin:0px;
	display:block;
	}
	
#leftcol li a:visited {
	color: #fff;
	text-decoration: none;
	margin:0px;
	display:block;
	}

#leftcol li a:hover {
	display:block;
	color: #66FF66;
	background-image:url(../images/layout/dark-blue-background-narrow.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	}

#leftcol .last-in-list {
border-bottom:none;
}

/* Class Styles */

#mainbody {   /* Inserts the background image */
margin-left:25px;
background-image:url(../images/layout/olympics-underwater-theme.jpg);
background-position:top;
background-repeat:repeat-y;
}

.color_01
   {color:#88ffff;
   }

.darkblue-back {
background-image:url(../images/layout/dark-blue-background.png);
background-position:top;
background-repeat:repeat-y;
}

.mainpage-body {
display:block;
margin:0;
padding:0;
border:2px solid #000066;
}

.mainpage-body p {
text-align:left;
/* text-indent:12px;  */
}

.table_02   /*used in results.html ; no border; */
    {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: none;
	}

.table_02 td
   {
   border:none;
   }

.table_03   /* Sets background for a striped table used in results_nnnn.html */
    {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: none;
	background-color:#0000CC
	}	

.table_03 td
   {
   border:none;
   }
   
.table_04  /*No lines; big left margin;  Used in Meetings*/
   {
	width:50%;
	margin-left: 200px;
	border-style: none;
   }
   
.table_04 td
   {
   border:none;
   }
   
   
.table_splits {   /* Used for the Timetable Splits*/
	width:50%;
	margin-left: 150px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
   }

.table_splits td
   {
	text-align:left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
   }


.table_tt {   /*Used for the full time tables */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 2px solid #000066;
	}

.table_tt td
   {
   border:none;
   text-align:center;
   }

.tr_odd {
	background-color:#0000BB;
     }
	 
.tr_even {
	background-color:#0000FF;
     }

.ul_01  {
	border-left-width: 200px;
   }

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF3399;
	text-align: center;
}
	}
