


form {
	margin: 0px;
}



/****** standard size fonts *****/

.bold {
	font-weight:bold; 
}
.normal {
	font-weight:normal; 
}



.inactive {
	color: #777777;
}


.black {
	color: #000000;
}



.italic {
	font-style : italic; 
}

.no_underline {
	text-decoration : none; 
}




/****** links fonts *****/

.sub_nav_white {
	color: #ffffff;
	text-decoration : none; 
	font-weight:bold;  
}

.sub_nav_black:hover {
	text-decoration : underline; 
}


.nav {
	text-decoration : none; 
}

.nav:hover {
	text-decoration : underline; 
}








/****** small fonts *****/

.small {
	font-size: 11px;
}

.small_tr {
	font-size: 11px;
	font-weight:bold; 
}




/****** large fonts *****/

.large_bold {
	font-size: 14px;
	font-weight:bold; 
}

.huge_bold {
	font-size: 20px;
	font-weight:bold; 
}



/****** Tables *****/

.homepage_table {
	border-top: 4px solid #B2B1AC;
	border-left: 5px solid #B2B1AC;
	border-right: 5px solid #B2B1AC;
	border-bottom: 4px solid #B2B1AC;
	
	background-color: #C4C5C0;
}


.stat_table  {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
}

.stat_table td 
{
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;

	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}

.stat_cell 
{
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}



.lined_table  {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
}

.lined_table td 
{
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}





.normal_table td 
{
	border-left: 0px solid #999999;
	border-top: 0px solid #999999;
}



.border_table {

	border: 2px solid #333367;
}

.grey_header {
	
	background-color: #CCCCCC;
	color: #000000;
}

.grey_header_link {
	
	color: #000000;
	font-weight: bold; 
}





/**** watch game stuff *******/

.base_runner {
	
	border: 2px solid #36316B;
	background-color: #FFFFFF;
	
	width: 100px;
	height: 16px;
	padding-left: 2px;

	color: #000000;
}


.fielder {
	
	border: 2px solid #36316B;
	background-color: #D5D7DF;
	
	width: 100px;
	height: 16px;
	padding-left: 2px;
	
	color: #000000;
}

.message {
	
	border: 1px solid #36316B;
	background-color: #F6FBF5;
	
	width: 250px;
	height: 250px;
	
	padding: 4px;
	font-weight: bold; 

	font-size: 16px;

	overflow: auto;
	
	color: #000000;
}

.scoreboard {
	
	border: 1px solid #36316B;
	background-color: #FFFFFF;
	
	width: 20px;
	padding: 3px;
	font-weight:bold; 
	font-size: 16px;
	
	text-align: center;
	
	color: #000000;
}



/**** playoffs stuff *******/

.playoff_stats {
	
	width: 180px;
	height: 50px;
}



/**** alerts *******/


.alert_highlight {
	
	border: 2px solid #939B11;
	background-color: #F2FF1B;
}




/**** templates *******/

