/* CSS Document */
.leagueTable .tblFixturesWide,
.listEvents .tblFixturesWide {
	width: 768px;
	margin-bottom: 7px;
	border-bottom: 1px solid #999999;
}
.leagueTable .tblFixturesWide tr th,
.leagueTable .tblFixturesWide tr td {
	overflow:  hidden;
	white-space: normal;
}
/* CSS Document */
#tabeller {
	background-color: #fff;
}
#tabeller h1 #tabeller h1 span{
	font-size:1.0em;
	margin:0px;
}
#tabeller h2{
	background-color: #EEEEEE;
	color: #000;
	height:16px;
	font-size: 0.85em;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
}
#tabeller td h3 {
	color: #535353;
	font-size:1.0em;
}
#tabeller form {
	padding: 0px;
	margin: 0px;
}
#tabeller #searchBasic {
	position: relative;
	background-color: #E7E7E7;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tabeller #searchAdvanced {
	position: relative;
	background-color: #F7F7F7;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: #D1D1D1 solid 1px;
	border-bottom: #D1D1D1 solid 1px;
}
#tabeller #searchBasic .options {
	width: 200px;
	float: left;
	text-align: right;
	margin-right:10px;
	margin-left: 5px;
}
#tabeller #searchAdvanced .options {
	width: 240px;
	float: left;
	text-align: left;
	margin-right:10px;
	margin-left: 5px;
}
#tabeller #searchAdvanced .options p {
	margin: 0px;
}
#tabeller .options select {
	width: 200px;
	margin-bottom: 3px;
}
#tabeller .search {
	float: right;
	text-align: right;
	margin-right:10px;
}
#tabeller .search label{
	font-weight: bold;
	padding-right: 5px;
}
#tabeller .search input {
	width: 70px;
	margin-right: 10px;
}
#tabeller .search .dateinfo {
	font-size: 11px;
	color: #666;
}
#tabeller .search input.submit-button {
	border: none;
}
#tabeller p {
	margin-bottom: 10px;
}
#tabeller .RightLink {
	float:right;
	margin-right:10px;
}
#tblFixtures {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: #A7A7A7 solid 1px;
	
}
#tblResults{
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: #A7A7A7 solid 1px;
}
#tblFixtures td, #tblFixtures th, #tblResults td, #tblResults th{
	border-left: 1px solid #f5f5f5;
	height: 16px;
}
#tblFixtures tr td, #tblResults tr td{
	border-bottom: 1px solid #F7F7F7;
	background-color: #EEEEEE;
	font-size: 	12px;
	padding: 0px 2px 0px 2px;	
}
#tabeller th {
	background: 		url(../img/bg_PinkSub_Wide.gif) no-repeat;
	color:              #fff;
	font-size:          0.85em;
	padding-left:       3px;
	text-align:         left;
}
#tabeller td {
	font-size:          0.85em;
	padding-left:       3px;
}
#tabeller tr.SubHeader td{
	background-color:   #E7E7E7;
	font-weight:        bold;
	padding-left:       3px;
}

#tabeller .EntryInfo_active {
	width: 748px;
	background-color: #E6DDDD;
	margin-top: 10px;
	padding:10px;
	float: left;
	clear:both;
}
#tabeller .EntryInfo_active .link{
	float:right;
	padding-right: 20px;
	font-weight:bold;
}
#tabeller select, #tabeller textarea {
	width: 250px;
	margin-bottom: 10px;
}
#tabeller textarea {
 	background-color: #E6DDDD;
	border: #E6DDDD solid 1px;
}
#tabeller span.label {
	width: 100px;
}
#tabeller img {
	border: 0px;
	padding-top: 2px;
	padding-right: 3px;
}
#tabeller tr.hot td{
	background-color: #E6DDDD;
	font-weight: bold;
	height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#tabeller tr.even td {
	background-color: #e5e5e5; 	
}
#tabeller tr.odd td{
	background-color: #f0f0f0;
}
