@charset "utf-8";
/* CSS Document */
.listoftournaments {
	width:550px;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
.tournamenttitle { width:410px; height:auto; float:left; padding:5px; }
#tableheading { color:#333; font-size:14px; font-family:Verdana, Geneva, sans-serif; margin-bottom:20px; }
.tournamenttable { width:640px; float:left; text-align:left; padding-top:5px; padding-bottom:5px;}
.tournamenttable .dateandtime { width:200px; float:left; padding:5px; text-align:left }
.tournamenttable a { color:#4066a4; font-family:Tahoma, Geneva, sans-serif; font-size:14px; text-decoration:none}
.tournamenttable a:hover { color:#4066a4; font-family:Tahoma, Geneva, sans-serif; font-size:14px; text-decoration:underline;}
.tournamenttable:hover { background-color:#FFF; }
.tournamenttableheaders { width:540px; float:left; text-align:left;}
.tournamentdescriptiondiv { width:650px; padding:10px; float:left; text-align:justify;
/* background-color:#FFF; border:1px solid #45699c; */
margin-top:25px; margin-bottom:25px;}
.listoftournamentsanchor { width:550px; float:left; text-align:right; padding:5px; padding-right:25px; }
.listoftournamentsanchor a { font-size:12px; color:#930; text-decoration:none; font-weight:bold; }
.listoftournamentsanchor a:hover { text-decoration:underline;}
.currenttournamentheadingdiv { width:550px; height:35px; line-height:35px; float:left;}
.currenttournamentheadingdiv h1 { font-size:16px; font-family:Verdana, Geneva, sans-serif; color:#4066a4; }
