
#container_table {
	border: thin solid #999;
	margin: 20px 0px;
	background-color: #FFF;
	text-align: right;
	color: #000;
	padding: 5px;
	/*-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px; */
	overflow:auto;
	/*background-image: url(images/backgrounds/fade_fff_ccc.jpg);
	background-repeat: repeat-x;
	background-position: top; */
}	

table.competition_data {
	border-collapse: collapse;
	vertical-align: middle;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width:100%;
	background-color:#FFF;

}
table.competition_data caption{
	font-weight: bold;
	color: #000000;
	background-color: #e5e5e5;
	padding: 15px;
	clear: both;
	text-transform: uppercase;
	text-align: left;
	width:auto;

}
table.competition_data 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_data th{
	padding:1em 1em .5em;
	background-color: #F5F5F5;
	text-align: left;
	text-decoration:underline;
	width:auto;
}

table.competition_data tr:hover{
	background-color: #b7e3f2;
	cursor: pointer;
}




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;
}

