#leagueboard {
	clear: both;
	background: #FFFFFF;
	height: 620px;
	width:910px;
	font-family:arial,sansserif;
	font-style:normal;
	font-size: 12px;
	padding: 5px;
	border-style:solid;
	border-width:1px;
	border-color: #CCCCCC;
}

.leagueheader {
	font-size: 16px;
	font-weight: bold;
	clear: both;
	height: 22px;
	color: #000000;
	padding: 5px;
	float: left;
	width: 540px;
}
.leagueheader2 {
	font-size: 16px;
	font-weight: bold;
	height: 22px;
	color: #000000;
	padding: 5px;
	float: right;
	text-align: center;
	width: 310px;
	background-color: #F4F5F1;
}

.leagueteam {
	float:left;
	text-align:left; 
	width: 290px;
}


#teamboard {
	clear: both;
	background: #F4F5F1;
	height: 280px;
	width:340px;
	font-family:arial,sansserif;
	font-style:normal;
	font-size: 12px;
	padding: 5px;
	border-style:solid;
	border-width:1px;
	border-color: #CCCCCC;
}

.teamheader {
	font-size: 14px;
	font-weight: bold;
	clear: both;
	height: 20px;
	color: #000000;
	padding: 5px;
}
.teamgame {
	clear: both;
	background: #E2E2E2;
	width: 334px;
	height: 244px;
	font-family: arial,sanserif;
	font-style:normal;
	font-size: 12px;
	text-align:left; 
	border-style:solid;
	border-width:1px;
	border-color: #CCCCCC;
	
}
.teamwrapper {
	clear: both;
	height: 20px;
}

.teamhead {
	background:  #666666;
	color: #FFFFFF;
	width: 330px;
	font-family: arial,sanserif;
	font-style:normal;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	height: 20px;
}

.teamline1 {
	background: #DEDEC6;
	color: #000000;
	width: 330px;
	font-family: arial,sanserif;
	font-style:normal;
	font-size: 12px;
	padding: 2px;
	height: 20px;
}
.teamline2 {
	background: #EEEEDD;
	color: #000000;
	width: 330px;
	font-family: arial,sanserif;
	font-style:normal;
	font-size: 12px;
	padding: 2px;
	height: 20px;
}
.teamdate-head {
	float:left;
	text-align:left; 
	padding: 1px;
	width: 35px;
	text-indent: 1ex;
}
.teamopp-head {
	float:left;
	text-align:left; 
	padding: 1px;
	width: 130px;
	text-indent: 1ex;
}
.teamwon {
	float:left;
	text-align:left; 
	padding: 1px;
	width: 15px;
	text-indent: 1ex;
	color: green;
}
.teamlost {
	float:left;
	text-align:left; 
	padding: 1px;
	width: 15px;
	text-indent: 1ex;
	color: red;
}
.teamresults {
	float:left;
	text-align:left; 
	padding: 1px;
	width: 60px;
	text-indent: 1ex;
}
.teamresults-head {
	float:left;
	text-align:left; 
	padding: 1px;
	width: 75px;
	text-indent: 1ex;
}

.teamfield-head {
	float:left;
	text-align:left; 
	padding: 1px;
	width: 80px;
	text-indent: 1ex;
}

#rosterboard {
	clear: both;
	background: #F4F5F1;
	height: 250px;
	width:470px;
	font-family:arial,sansserif;
	font-style:normal;
	font-size: 12px;
	padding: 5px;
	border-style:solid;
	border-width:1px;
	border-color: #CCCCCC;
}

.rosterheader {
	font-size: 14px;
	font-weight: bold;
	clear: both;
	height: 30px;
	color: #000000;
	padding: 5px;
}
.rostergame {
	clear: both;
	background: #E2E2E2;
	width: 466px;
	height: 204px;
	font-family: arial,sanserif;
	font-style:normal;
	font-size: 12px;
	text-align:left; 
	border-style:solid;
	border-width:1px;
	border-color: #CCCCCC;
	
}
.rosterwrapper {
	clear: both;
	height: 20px;
}

.rosterhead {
	background:  #666666;
	color: #FFFFFF;
	width: 462px;
	font-family: arial,sanserif;
	font-style:normal;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	height: 20px;
}

.rosterline1 {
	clear: both;background: #DEDEC6;
	color: #000000;
	width: 462px;
	font-family: arial,sanserif;
	font-style:normal;
	font-size: 12px;
	padding: 2px;
	height: 20px;
}
.rosterline2 {
	background: #EEEEDD;
	color: #000000;
	width: 462px;
	font-family: arial,sanserif;
	font-style:normal;
	font-size: 12px;
	padding: 2px;
	height: 20px;
}
.rosternum {
	float:left;
	text-align:left; 
	padding: 1px;
	width: 35px;
	text-indent: 1ex;
}
.rostername1 {
	float:left;
	text-align:left; 
	padding: 1px;
	width: 200px;
	text-indent: 1ex;
}
.rostername2 {
	float:left;
	text-align:left; 
	padding: 1px;
	width: 200px;
	text-indent: 1ex;
}
.rosterpos {
	float:left;
	text-align:left; 
	padding: 1px;
	width: 75px;
	text-indent: 1ex;
}

.team-photo {
	clear: both;
	text-align:left;
	width:480px;
	background: #E5E5C7;
}

