@charset "UTF-8";
/**
 * Bozeman Baseball Layout
 * (en) stylesheet for team layout
 *
 * @file          team.css
 */

/* PAGE */

#league_logo
{
	height: 120px;
	padding: 15px;
}

#banner
{
	background: black url("../images/excite.png") no-repeat scroll center right;
	height: 160px;
}

#update
{
	width: 200px;
	height: 180px;
	background-color: White;
	background: transparent url(../images/chip_white.png) no-repeat scroll center;
	text-align: center;
}

.update_content
{
	height: 140px;
	overflow: hidden;
	padding: 8px;
}

/* END PAGE */
#coaches
{
	margin: 0;
}

#coaches li
{
	list-style-type: none;
	margin: 0;
}

#coaches .type
{
	font-size: x-small;
	font-style: oblique;
}

 #viewteam
 {
 	background-color: White;
 }
 
 #team_list
 {
 	background: transparent url(../images/blk_to_clear_x_tall.png) repeat-x scroll 0 0;
 	text-align: center;
 	float: right;
	width: 180px;
 }
 
 #players
 {
 	border: thin solid Black;
 	margin: 2px;
 	height: 145px;
 	overflow: auto;
	background-color: White;
 }
 
 #game_schedule_strip
 {
 	background: transparent url("../images/blk_to_clear_xx_tall.png") repeat-X scroll;
 }
 
 .game_schedule
 {
 	text-align: center;
 	background: transparent url("../images/chip_big_red_to_white_fade.png") no-repeat scroll center center;
 	height: 210px;
 	padding-top: 10px;
 	margin: 8px;
 }
 
 #game_schedule_strip .active
 {
 	background: transparent url("../images/chip_big_red_to_white_fade_selected.png") no-repeat scroll center center;
 }
 
 .game_schedule_box
 {
 		
 }
 .game_schedule_score
 {
 	float: left;
 	margin-top: 2px;
 }
 .game_schedule_score img
 {
	margin: 2px;
 	height: 60px;
 	vertical-align: middle;
 }
 .game_schedule_score span
 {
 	margin: 8px;
 	font: xx-large bold;
 }
 #team_start_button
 {
 	float: left;
 	margin-right: -30px;
	z-index: 2;
 }
 #team_end_button
 {
 	float: right;
 	margin-left: -30px;
	left: -9px;
 	z-index: 2;
 }
 #team_start_button, #team_end_button
 {
 	background-color: transparent none no-repleat scroll 0 0;
 	width: 25px;
 	height: 115px;
 	cursor: pointer;
 	position: relative;
 	text-align: center;
 }
 
 #team_menu
 {
 	float: none;
 	border-bottom: thin solid Black;
 }
 
 #team_menu .items .active
 {
	filter : alpha(opacity=100);
	-moz-opacity:1;
	opacity:1.0;
 }
 

.team_menu_item
{
	cursor: pointer;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
}

.team_menu_item div
{
	margin-left: 5px;
	margin-right: 5px;
	padding: 6px;
	background-color: white;
}

.team_menu_item img
{
	margin: 4px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.league_description
{
	background-color: #EF3E33;
	
}

.game_schedule_link a
{
	color: White;
	text-decoration: none;
}
.game_schedule_link
{
	background-color: Black;
	color: White;
	text-align: center;
}

.team_loading
{
        height: 425px;
        background : white url("../images/load_big.gif") no-repeat scroll center center;
}
