.heading
{
	color:#276CAD;
	font-family:Tahoma, Calibri;
	font-size: 10pt;
	font-weight :bold;
}

.newsDate
{
	color: #276CAD;
	font-family:Tahoma, Calibri;
	font-size: 9pt;
}

.text
{
	font-family: Tahoma;
	font-size: 9pt;
}
.smallText
{
	font-family: Tahoma;
	font-size: 8pt;
}
.coloredText
{
	color: #276CAD;
	font-family:Tahoma;
	font-size: 8pt;
	font-weight :bold;
}
.leagueTableHead
{
	font-weight: bold;
	color: black;
	background-color: #D6D6D6;
	font-family:Tahoma, Calibri;
	font-size: 10pt;
	text-align: center;
}
.leagueTableItem
{
	color: black;
	background-color: #D6D6D6;
	font-family:Tahoma, Calibri;
	font-size: 8pt;
	text-align: center;
}
.comboBox
{
	height:auto;
	font-family: Tahoma;
	font-size: 8pt;
}
.topScorersHead
{
	font-weight: bold;
	color: black;
	background-color: white;
	font-family:Tahoma, Calibri;
	font-size: 10pt;
	text-align: center;
}
.topScorersItem
{
	color: black;
	background-color: white;
	font-family:Tahoma, Calibri;
	font-size: 9pt;
	text-align: center;
}
.errMess
{
	color: red;
	font-family:Calibri,Tahoma;
	font-size: 10pt;
}
BODY
{
	background-image: url(images/arka.jpg);
}
.balloonstyle
{
	position:absolute;
	top: -500px;
	left: 0;
	padding: 8px;
	visibility: hidden;
	border: 1px solid black;
	border-color: Gray;	
	font: bold 8pt Tahoma;
	color: Gray;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead
{
	z-index: 99;
	position:absolute;
	top: -500px;
	left: -10;
	visibility: hidden;
}
.matchPlayersItem
{
	color: black;
	font-family:Calibri,Tahoma;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
}
.lastFive
{
	font-family:Tahoma;
	font-size: 8pt;
}
.matchTimeHour
{
	font-family:Tahoma;
	font-size: 8pt;
	font-weight: bold;
}
.matchScore
{
	font-family:Verdana;
	font-size: 12pt;
	font-weight: bold;
}
.matchInfoBig
{
	color: Navy;
	font-family:Verdana;
	font-size: 9pt;
	font-weight: bold;
}
.matchInfo
{
	color: Navy;
	font-family:Verdana;
	font-size: 8pt;
}
.playerInfoText
{
	color: black;
	font-family:Tahoma;
	font-size: 10pt;
	text-align: left;	
	vertical-align: top;
}
.userLine
{
	color: black;
	background-color: white;
	font-family:Tahoma, Calibri;
	font-size: 8pt;
	background-image: url(images/menuUserLine.gif);
}

.dtgrid {  COLOR: #000000; BACKGROUND-COLOR: #ffffff; border-color: #dcdcdc ; font-family: Tahoma; font-size: 8pt;}
.dtAlternate {	background-color:#F8F8F8 !important; }
.dtHeader
{
	color: white;
	background-color: #dcdcdc;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
.dtHeaderLeft
{
	color: white;
	background-color: #dcdcdc;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}