/* CSS Document */

/****************************** Body *************************************/
body {
	background-image: url(images/bg.jpg);
	color:#666666;
	
	scrollbar-base-color: #4B4B4B;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #DADADA;

scrollbar-shadow-color: #282828;
scrollbar-lightshadow-color: #FFFFFF; 
scrollbar-darkshadow-color: #000000;

scrollbar-highlight-color: #707070;
scrollbar-3dlight-color: #909090;

}

/******************************* MAIN TITLE *****************************************/
.mainTitle
{
	background-image:url(images/newbanner.gif)

}
/**************************** Top text ********************************/
.topText {
	font-size: 14px;
	color: #CCCCCC;
	text-decoration:none;
	font-weight:bold;
	}
	
/**************************** Top chosen text ********************************/
.topChosenText {
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	}

/**************************** Top left button ********************************/
.topLeftButton {
	font-size: 14px;
	color: #CCCCCC;
	font-weight:bold;
	background-image:url(images/topleft.gif);
	text-decoration:none;
}

/**************************** Top left button CHOSEN ********************************/
.topLeftButtonChosen {
	font-size: 14px;
	color:#000000;
	font-weight:bold;
	background-image:url(images/topleftchosen.gif);
	text-decoration:none;
}

/**************************** Top right button ********************************/
.topRightButton {
	font-size: 14px;
	color: #CCCCCC;
	font-weight:bold;
	background-image:url(images/topright.gif);
	text-decoration:none;
}

/**************************** Top right button CHOSEN ********************************/
.topRightButtonChosen {
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	background-image:url(images/toprightchosen.gif);
	text-decoration:none;
}

/**************************** Top middle button ********************************/
.topMiddleButton {
	font-size: 14px;
	color: #CCCCCC;
	font-weight:bold;
	background-image:url(images/button.jpg);
	text-decoration:none;	
}

/**************************** Top middle button CHOSEN ********************************/
.topMiddleButtonChosen {
	font-size: 14px;
	color:#000000;
	font-weight:bold;
	background-image:url(images/buttonchosen.jpg);
	text-decoration:none;	
}

/******************************** Tab background (table cell)*****************************/
.tab{background-image:url(images/tab.gif);
	 background-repeat:repeat;
	 text-indent:10px;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:14px;
	 color:#FFFFFF;
	 line-height:11px;
	 
	 }
/************************ tab left top ***************************************/	 
.tabLeft{background-image:url(images/tableft.gif);
		 background-repeat:no-repeat;
		 }
/************************* tab right top **************************************/			 
.tabRight{background-image:url(images/tabright.gif);
		 background-repeat:no-repeat;
		 }
/************************* table left bottom **************************************/
.tabLeftBottom{background-image:url(images/tablebottomleft.gif);
		 background-repeat:no-repeat;
		 }
/************************* table right bottom **************************************/
.tabRightBottom{background-image:url(images/tablebottomright.gif);
		 background-repeat:no-repeat;
		 }
/************************* table bottom **************************************/
.tabBottom{background-image:url(images/tablebottom.jpg);
		 }
/************************* table main **************************************/		 
.tabMain{background-image:url(images/tablemain.jpg);
			  font-size:12px;
			  color:#666666;
			  }
/************************* table left main **************************************/		 
.tabMainLeft{background-image:url(images/tablemainleft.jpg);
			  }
/************************* table right main **************************************/		 
.tabMainRight{background-image:url(images/tablemainright.jpg);
			  }
			  
/************************* sub tabs **************************************/		 
.subTabs{background-image:url(images/subtabs.gif);
			  background-repeat:no-repeat;
			  }
			  
/************************* sub tabs CHOSEN**************************************/		 
.subTabsChosen{background-image:url(images/subtabschosen.gif);
			  background-repeat:no-repeat;
			  }
/************************* sub tab left **************************************/		 
.subTabsLeft{background-image:url(images/subtableft.gif);
			  background-repeat:no-repeat;
			  }
/************************* sub tab left CHOSEN **************************************/		 
.subTabsLeftChosen{background-image:url(images/subtabschosenleft.gif);
			  background-repeat:no-repeat;
			  }
/************************* sub tab right **************************************/		 
.subTabsRight{background-image:url(images/subtabright.gif);
			  background-repeat:no-repeat;
			  }
		
/************************* sub tab right CHOSEN**************************************/		 
.subTabsRightChosen{background-image:url(images/subtabschosenright.gif);
			  background-repeat:no-repeat;
			  }
			  
/************************* small text ***********************************/
.smalltext{
			font-size:12px;
		    color:#666666;
		  }
		  
/************************* small text ***********************************/
.smallTabText{
			line-height:19px;
			font-size:12px;
		    color:#FFFFFF;
			text-align:center;
			text-decoration:none;
			vertical-align:text-bottom;
		  }
		  
/**************************Text login******************************/
.textForLogin{
			font-family:Georgia, "Times New Roman", Times, serif;
	 		font-size:10px;
			color:#FFFFFF;
			}
			
/********************** large text ****************************/
.largeText {font-size: 18px;}

/****************** Team name etc **********************************/
.teamNameText {
				font-size:18px;
				color:#CCCCCC;
				font-weight:bold;
				text-decoration:none;								
			  }
/****************** Team name etc **********************************/
.teamChooseText {
				font-size:20px;
				color:#666666;
				font-weight:bold;
				text-decoration:none;								
			  }
			  
/****************** Black Line Repeat **********************************/
.blackLine {
			background-image:url(images/blackline.jpg);
			background-repeat:repeat;			
		   }
		   
/****************** Cash Fund Text **********************************/
.fundText
{
	font-size:24px;
	color:#000000;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	width:100%;
	height:30px;
	text-align:center;
	
}
			  
/****************** Training Text **********************************/
.trainingText{font-size:9px;
		  color:#000000;
		  font-family:"Times New Roman", Times, serif;
		  }
			  
<!-- smaaaaallllllll texxxxxxxxtttttt
.xsmall {font-size: xx-small;
		 color:#FF0000;
		 
}
/******** DROP DOWN TEXT ************************/
.dropDownText{
			  font-size:9px;
			  color:#666666;
			  font-family:"Times New Roman", Times, serif;
			  width:190px;
			  }
		
/********************************************************************************************************************************************************************************************************************************************************************************************************************************************** MATCH REPORT STYLES ***********************************************/

.reportgoal
{
	font-weight:bold;
	font-size:14px;

}

.manofmatch
{
	text-align:center;
	font-size:16px;
	margin-top:15px;

}

.matchminute
{
	font-weight:bold;
	font-size:10px;

}



.tablereferee
{
	height:30px;

}

.tableformations
{
	height:30px;
	
}

.tablefirsthalf
{
	margin-top:10px;
	margin-bottom:10px;

}

.tablehalftime
{
	height:40px;
	font-size:16px;
	text-align:center;

}

.tablefulltime
{
	height:40px;
	font-size:16px;
	text-align:center;

}

.tablefhpossession
{
	width:50%;
	height:40px;
	vertical-align:text-top;

}

.tablesecondhalf
{
	margin-top:10px;
	margin-bottom:10px;

}

.tableoverview
{
	width:50%;
	vertical-align:text-top;
	height:40px;	

}

.teamnames
{
	font-size:16px;
	font-weight:bold;
	text-align:center;

}

.teamoverview
{
	width:80%;	
	font-size:11px;

}

.teamoverviewname
{
	font-size:14px;
	font-weight:bold;

}

.susorinj
{
	color:#C6132E;

}

.wrongpos
{
	color:#E6D617

}

.accountcreated
{
	text-align:left;
	margin-left:50px;
	font-size:14px;	

}

.emailused
{
	text-align:left;
	margin-left:50px;
	font-size:14px;

}

.welcome
{
	text-align:center;
	font-size:16px;

}
.redcard
{
	color:#9F0B06;
	font-weight:bold;
}

.yellowcard
{
	color:#B0AD1E;
	font-weight:bold;
}
#ifrm
{
}
.strong
{
	font-weight:bold;
	color:#000000;
}
.overviewteams
{
	font-size:14px;
	color:#CCCCCC;
	font-weight:bold;
}

.aligntop
{
	vertical-align:text-top;
}

.thisweekresult
{
	color:#666666;
	text-decoration:none;
	
}
.thisweekresult:hover
{
	color:#B6AA14;

}

.MessageToAllDiv
{
	width:330px;
	overflow:auto;
	height:550px;
	float:right;

}

.ManagerList
{
	width:350px;
	overflow:auto;
	float:left;
	border:1px solid #999999;

}

.NameOnMB
{
	font-size:9px;
	color:#969696;

}

.trainingBorder
{
	border-bottom:1px solid #868686;
	border-top:1px solid #868686;
	border-left:1px solid #868686;
	border-right:1px solid #868686;
	width:550px;
	text-align:center;
	margin:auto;
	padding:5px;
	background-color:#F2F2F2;

}

.dateText
{
	font-size:12px;
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;	
}

.relegationBar
{
	height:1px;
	padding-bottom:1px;
	padding-top:1px;
	background-color:#FF0000;

}