@charset "utf-8";

table.competition_data2 {
	border-collapse: collapse;
	vertical-align: middle;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width:100%;
	background-color:#FFF;
	color: #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;


}
table.competition_data2 caption{
	color: #FFF;
	background-color: #CCC;
	padding: 5px;
	clear: both;
	text-transform: uppercase;
	text-align: left;
	width:auto;
	font-size: 200%;
	height: 40px;
	margin-bottom: 5px;
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
table.competition_data2 tr td{
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
}

tr:nth-child(odd){ 
	background-color:#EFEFEF; 
}

tr:nth-child(even){
	background-color:#FFF; 
}

table.competition_data2 th{
	padding:1em 1em .5em;
	background-color: #F5F5F5;
	text-align: left;
	text-decoration:underline;
	width:auto;
}

table.competition_data2 tr:hover{
	background-color: #FFC;
}




table.competition_data_45 {
	border-collapse: collapse;
	vertical-align: middle;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 45%;
	margin-right:5%;
	float:left;

}
table.competition_data_45 caption{
	font-weight: bold;
	color: #FFF;
	background-color: #600;
	padding: 5px;
	clear: both;
	text-transform: uppercase;
	text-align: left;
	width:auto;
		-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;



}
table.competition_data_45 tr td{
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
}

table.competition_data_45 th{
	padding:1em 1em .5em;
	background-color: #F5F5F5;
	text-align: left;
	text-decoration:underline;
	width:auto;
}

table.competition_data_45 tr:hover{
	background-color: #FFC;
}

