@CHARSET "ISO-8859-1";

body {
	font: 62.5% "Trebuchet MS", sans-serif;
}

.bold{
	font-weight: bold;
}

.demoHeaders {
	margin-top: 2em;
}

#dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}

#dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}

ul#icons {
	margin: 0;
	padding: 0;
}

ul#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}

ul#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}

.ah-live-score-wrapper {
	width: 600px;
	margin-top: 5px;
}

tr.league,#chat tr.label td {
	background: url(images/bg-label.gif) repeat-x top #343434;
	height: 25px;
	line-height: 25px;
	color: white;
}

#eh-match-score table {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
	border: 1px solid #999;
	border-spacing: 0;
	clear: both;
	table-layout: fixed;
	/*background: white;*/
	position: relative;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	/* border-radius: 5px; 
	border-bottom-right-radius: 5px;*/
}


#eh-match-score td {
text-align: center;
padding: 2px;
border-top: 0;
border-bottom: 0;
border-right: 1px solid #E0E0E0;
}


#eh-match-score tr {
height: 19px;
line-height: 19px;
}

#eh-match-score td.team-home, #eh-match-score td.part-bottom, #eh-match-score td.score-home {
border-bottom: 1px solid #E0E0E0;
}



#eh-match-score td span.padl {
text-align: left;
display: block;
padding-left: 10px;
}

.eh-live-score-top-title{
	text-align: center;
	font-size: 16px;
	padding : 3px;
}


#eh-match-score  .blank-line {
height: 1px;
line-height: 1px;
background-color: #AAA;
padding : 0px;
margin: 0px;
}
