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

@media screen, projection
{
    .xcalender_loading
    {
            height: 785px;
            background : white url("../images/load_big.gif") no-repeat scroll center center;
    }
        
    #x_calendar
    {
            /*margin: 10px;*/
    }
    
    #x_calendar caption
    {
            text-align: center;
    }
    
    #x_calendar thead tr
    {
            color: White;
            background: transparent url("../images/bar_dull_blk.png") repeat-X scroll;
            height: 33px;
            text-align: center !important;
            font-style: oblique;
    }
    
    #x_calendar
    {
            border-left: thin solid black;
    }
    
    #x_calendar tbody td
    {
            vertical-align: top;
            background-color: white;
            
            padding: 2px;
            width: 122px;
            height: 122px;
            border-right: thin solid Black;
            border-bottom: thin solid black;
    }
        
    .cg_normal
    {
            background: transparent url("../images/vs.png") no-repeat scroll center center;
    }
    
    .tcg_normal
    {
	border: thin solid Black;
    }
    
    .cg_practice
    {
            background: transparent url("../images/and.png") no-repeat scroll center center;
    }
    
    .cg_open
    {
	height: 18px;
	width: 128px;
	background: #809B66 url("../images/open.png") no-repeat scroll center center;
    }
    
    .cg_open div.icon
    {
	visibility: hidden;
	display: none;
    }
    
    
    .cg_practice div
    {
            float: left;
    }
    
    .cg_practice div img
    {
            width: 40px;
            height: 40px;
            padding-left: 9px;
            padding-right: 9px;
    }
    
    .cg_double_header
    {
            background: transparent url("../images/vs2.png") no-repeat scroll center center;
    }
    
    .cg_double_header div
    {
            float: left;
    }
    
    .cg_double_header div img
    {
            width: 40px;
            height: 40px;
            padding-left: 9px;
            padding-right: 9px;
    }
    
    .cg_makeup
    {
            background: transparent url("../images/vs_red.png") no-repeat scroll center center;
    }
    
    .cg_makeup div
    {
            float: left;
    }
    
    .cg_makeup div img
    {
            width: 40px;
            height: 40px;
            padding-left: 9px;
            padding-right: 9px;
    }
    
    .cg_tournament
    {
            background: transparent url("../images/tvs.png") no-repeat scroll center center;
    }
    
    .cal_entry
    {
    	float: left;
    }

    #calendar_link
    {
            float: right;
            padding-left: 4px;
            padding-right: 4px;
            margin-left: 15px;
            margin-right: 15px;
            font-weight: bold;
    }
    
    .calendar_next
    {
            float: right;
            padding: 8px;
            cursor: pointer;
    }
    
    .calendar_previous
    {
            float: left;
            padding: 8px;
            cursor: pointer;
    }
    
    .calendar_event_title
    {
            font-weight: bold;
            background-color: #EF3E33;
            color: White;
            float: none;
            text-align: center;
            border: thin solid black;
    }
    
    .calendar_game
    {
            float: left;
    }
    
    .calendar_game .icon
    {
            float: left;
    }
    
    .calendar_game .icon img
    {
            width: 40px;
            height: 40px;
            padding-left: 9px;
            padding-right: 9px;
            cursor: pointer;
    }
    
    .xtip h3
    {
    	color: black;
    	text-align: center;
    	font-size: xx-large;
    	font-weight: bolder;
    }
    
    div.dialog_team img
    {
    	vertical-align: text-top;
    	float: left;
    }
    
    .dialog_field
    {
    	font-weight: bolder;
    }
}

@media print
{
	body
	{
		padding: 10px;
	}
	
	.calendar_previous, .calendar_next
	{
		display: none;
	}	
	
	#x_calendar
	{
		margin: 10px;
	}
	
	#x_calendar caption
	{
		text-align: center;
	}
	
	#x_calendar thead tr
	{
		height: 33px;
		text-align: center !important;
		font-style: oblique;
	}
	
	#x_calendar
	{
		border-left: thin solid black;
	}
	
	#x_calendar tbody td
	{
		vertical-align: top;
		background-color: white;
		
		padding: 2px;
		width: 122px;
		height: 122px;
		border-right: thin solid Black;
		border-bottom: thin solid black;
	}
	
	#x_calendar
	{
		margin: 10px;
	}
	
	#x_calendar td
	{
		border: thin solid black;
	}
	
	.tcg_normal, .tcg_practice, .tcg_makup, .tcg_makeup, .tcg_tournament, .double_header .calendar_event_title
	{
	    border: thin solid Black;
	}
	
}
