body {
    background-color: #FFFFFF;
}

table {
    font: 11px / 24px Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

td {
	padding:3px;
	vertical-align:top;
}

.rowTimings tr:nth-child(odd) {    
    background:#ffffff;
}

.rowTimings  tr:nth-child(even) {
    background:#efefef;
}

tr.rowTimings td {
    /*
	width: 33%;
    text-align: center;
    */
}
.blueline {
    color: #3333cc;
    font-weight: bold;
}

.asteric {
    color: #FF0000;
    font-weight: bold;
}
table.geoData td {
    width: auto;
}

.player td {
    text-align: center;
}
td.urdu {	
	text-align: right;
	-x-system-font:none !important;
	color:#000000;
	direction:rtl;
	font-family:'Jameel Noori Nastaleeq','Urdu Naskh Asiatype','Nafees Web Naskh' !important;
	font-size:15px !important;
	font-size-adjust:none !important;
	font-stretch:normal !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:normal !important;
}
td.english {
	text-align:left;
}
td.data {
	text-align:center;
}

#messages {	
	background-color: #FFFF99;
	width: auto;
	border-color: #FFFF99;
	border-width:thin;
}

#messagesAction {
	font-style:italic;	
}

#map_canvas {	
	width: 300px;
	height: 250px;	
	background-color: #CCCCCC;	
}

