﻿.stats {
text-align: center;
font-family: arial;
font-size: 10px;
border: 1px solid;
background: #FFFFFF;
}

.tableheader {
/*border: 1px solid;*/
width: 180px;
text-align: center;
font-family: arial;
font-size: 12px;
font-weight: bold;
border: 1px solid;
}

.fieldingheader {
/*border: 1px solid;*/
width: 360px;
text-align: center;
font-family: arial;
font-size: 12px;
font-weight: bold;
border: 1px solid;
}

.head{
	text-align:left;
	vertical-align:middle;
	
}

.engineTable td{
	font-size: 12px;
}

.engineTable th{
	background:#C8C8C8;
	padding:1px 3px 2px;
	font-size: 12px;
}

.engineTable {
border-collapse:collapse;
width:100%;
}

caption{
	background: #455A79;
	width:100%;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

.engineTable tr.data1 td {
	border-bottom:1px solid #455A79;
}

.playerName td{
	width:200px;
}

#teamHeading{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	font-family:calibri;
	padding-top:30px;
}

#teamSubHeading{
	font-size: 12px;
	text-align: center;
	width: 100%;
}

#players1{
	border: 3px double #455A79;
	text-align:center;
	
}

.playersTable td{
	width: 90px;
	text-align:center;
}

#bowlers{
	border: 3px double #455A79;
	text-align:center;
	margin-top:40px;
}
.bowlersTable td{
	width: 200px;
	text-align:center;
}
#allrounders{
	border: 3px double #455A79;
	text-align:center;
	margin-top:40px;
}
.allroundersTable td{
	width: 200px;
	text-align:center;
}
#wkeeper{
	border: 3px double #455A79;
	text-align:center;
	margin-top:40px;
}
.wkTable td{
	width: 300px;
	text-align:center;
}

.teamList{
	font-size:12px;
	margin-left:90px;
	padding-bottom:10px;
}

.teamList td{
	font-size:12px;
	font-weight:bold;
	width: 80px;
}

.teamHeader{
	background: #C6C6C6;
}

body a{
	text-decoration:none;
	color:#455A79 !important;
}

.menu a{
	color:#FFFFFF !important;
}