@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bground.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.innerTable {
	width:98%; 
	*width:97%;
}

.adLeftHeader{ background-color:#FFFFFF; }
.adRightHeader{ background:transparent url(../images/top_bground.jpg) repeat-x scroll 0 0; }
.headerTickerHolder{ background-color:#FFFFFF;}

.headerLabel {
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.headerTickerLabel {
	color:#FF0000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.headerTickerTxt {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.scoreboard #container { 
	width: 1023px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.scoreboard #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 1px 5px 5px; /* padding keeps the content of the div away from the edges */
}

.scoreboard #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 6px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
	/*background-color:#999999;*/
}

.scoreboard #mainContent { 
	margin: 0 140px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.scoreboard #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 

.trDateLabel {
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

.trClubLabel {
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.trResLabelHeader {
	color:#000000;
	font-weight:bold;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:18px;
	vertical-align:middle;
}

.trResLabel {
	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:16px;
	vertical-align:middle;
	border-bottom:1px solid #cccccc;
}

.boxTitle {
	color:#FFFFFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.adDesc {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	padding:1px;
}

.inputBox {
	border:1px solid #323232;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:2px 2px 0;
	height:18px;
}

.footerTxt {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.innerPageHeader {
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}

.moduleInfoRow {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:18px;
}
.footerLink:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color:#FFFFFF;
}
.footerLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color:#FFFFFF;
}

.footerLink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#CCCCCC;
}



.sortLink:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color:#FFFFFF;
}
.sortLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color:#FFFFFF;
}

.sortLink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#CCCCCC;
}



.competitionLink:link {
	color:#000000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:middle;
	text-decoration:none;
}
.competitionLink:visited {
	color:#000000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:middle;
	text-decoration:none;
}

.competitionLink:hover {
	color:#0066CC;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:middle;
	text-decoration:none;
}




.activeLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color:#CCCCCC;
}


.sendLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	*font-size: 11px;
	text-decoration:none;
	color:#000000;
	font-weight:600;
}


.menuStyle {
	background-image:url(../images/nav_bground.jpg);
	font-family:Arial, Helvetica, sans-serif; 
	background-repeat:repeat-x;
	height:33px; 
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	cursor:pointer;
	cursor:hand;
}

.menuStyleHover {
	background-image:url(../images/nav_bground_ro.jpg);
	font-family:Arial, Helvetica, sans-serif; 
	background-repeat:repeat-x;
	height:33px; 
	text-align:center;
	font-weight:bold;
	color:#CFCFCF;
	font-size:12px;
	cursor:pointer;
	cursor:hand;
}

.menuStyleLink {
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}


.moreLink:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
	color:#FFFFFF;
}
.moreLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
	color:#FFFFFF;
}

.moreLink:hover {
	font-family:Arial, Helvetica, sans-serif;
	ffont-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#CCCCCC;
}

.moreLink:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
	color:#FFFFFF;
}

    

.headerLink{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-shadow:#333333;
	font-stretch:expanded;
	
}

.headerScoreboardText{
	font-weight:501; 
	font-stretch:expanded; 
	font-size:16px; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#iframeHolder {
	padding-top : 6px;
	overflow:hidden;

}

.loadingMsg {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:400px;
	text-align:center;
	color:#FFFFFF;
	vertical-align:middle;
	font-size:11px;
	padding-top:55px;
	
}

.req {
color:#FF0000;	
}




/* The basicTickerTape styles are required */

div.basicTickerTape {
	position: relative;
	overflow: hidden;
}

	div.basicTickerTape ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}


.scrollText {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	width: 100%;
	color:#FFFFFF;
}

.adops {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	background-color:#339900;
	padding:2px;
	margin:2px;
	text-align:left;
	z-index:25;
	position:relative;
}

.adops-option {
	padding : 1px;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	font-size:10px;
	z-index:50;
}	

.clubadops {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	background-color:#FF9900;
	padding:2px;
	margin:2px;
}



#leagueTableInfo td {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:capitalize;
	
}

#leagueTableInfo .reportrow_competition_name {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	padding:2px;
	padding-bottom:5px;
	margin:2px;
	font-weight:bold;
	text-transform:capitalize;
}
#leagueTableInfo table {
	border:none;
}

#leagueTableInfo th {
	border:none;
	background-color:#CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color:#000000;
	padding:2px;
	font-weight:bold;
	text-transform:capitalize;
	
}

#leagueTableInfo .leaguetablerow {
	color:#000000;
	border:none;
	font-weight:normal;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:17px;
	vertical-align:middle;
	border:1px solid #cccccc;
}

/*POPUP WINDOW*/
#GB_overlay {
  background-image: url(../images/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 750px;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(../images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #3172AA;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
  font: 11px Arial,Verdana,sans-serif;
  text-align:left;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_content {
  padding:5px;
}

#GB_caption {
  font: 10px Verdana,sans-serif;
  color: #fff;
  background: #044275;
  padding: 5px;
  margin: 0;
  text-align: left;
  height:15px;
  font-weight:bold;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
  vertical-align:middle;
}




/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
background: #fff; 
width: 810px; 
height: 8px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: -2px;
width: 805px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left:auto;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
/*background-color:#00FFCC;*/
height:10px;


}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;


}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 





.ftickercontainer { /* the outer div with the black border */
	background: #CCCCCC; 
	width: 648px; 
	height: 15px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.ftickercontainer .fmask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 1px;
	right: 1px;
	width: 648px;
	*height :13px;
	*top : -2px;
	overflow: hidden;
}
ul.fnewsticker { /* that's your list */
	position: relative;
	left:auto;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*background-color:#00FFCC;*/
	height:10px;
	width:2000px;
	*width:600px;
}

ul.fnewsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #CCCCCC;
}
ul.fnewsticker a {
	white-space: nowrap;
	padding: 0;
	color: #FFFFFF;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
} 
ul.fnewsticker span {
	margin: 0 10px 0 0;
} 

.footerLiText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

div#footerTickerHolder{ 
	background:transparent url(../images/footer_ticker_bg.jpg) no-repeat scroll 0 0;
	height:18px;
	padding:5px 6px 6px 10px;
}

div#footerSeciton{
	padding-left:3px; padding-right:3px; padding-top:3px; background-color:#CCCCCC; width:665px; height:16px; vertical-align:middle;
}

