﻿ .schedule
        {
         	border:solid 1px #363636;        	
        	font-family:Tahoma;
        	font-size:12px;
        	width:720px;
        }
        .schedule H2
         {
         	background:#5E5711 url(http://i244.photobucket.com/albums/gg23/prestigedevgroup/LibbyMontana/title-bg2.gif);
         	border-bottom:solid 1px #363636;
         	height:28px;
         	line-height:28px;
         	margin:0px;
         	padding:0px 0px 0px 5px;
        	color:#363636;
        	font-size:15px;
         }
         
         .scheduleHeader TH
         {
         	background:#5E5711 url(http://i244.photobucket.com/albums/gg23/prestigedevgroup/LibbyMontana/title-bg2.gif);
         	border-bottom:solid 1px #363636;
         	height:20px;
         	line-height:20px;
         	margin:0px;
         	padding:0px 0px 0px 5px;
        	color:#363636;
        	font-size:12px;
         }
         
        .schedrow:hover
		{
			background-color:#fffacd;
			color:#000;
		}
         
         .schedule TABLE
         {
         	width:720px;
         }
         
         /* grid headers */
         .schedule #standings .head TH
         {
         	background:white;
         	height:2px;
         	line-height:24px;
         	padding-left:6px;
         	color:#363636;
         	text-align:left;
         }
         .schedule #standings .head TH.first
         {
         	/* get rid of the first slash */
         	background:white;
         	width:20px;
         	height:2px;
         } 
         
         /* group header */
         .schedule #standings .group TH
         {
         	padding:10px 0px 2px 0px;
         	color:#363636;
         	text-align:left;
         	border-bottom:solid 2px #363636;
         } 
         .schedule #standings .group TH.first
         {
         	text-align:center;         	
         	border-bottom:none;
         }              
         
         /* data items */                                       
         .schedule #standings .item TD
         {
         	padding:3px 0px 3px 6px;
         	border-bottom:solid 1px #eae9e1; 
         	color:#363636;       	
         } 
         
         /*---Game Schedule */
         
         .schedule #GameSchedule .head TH
         {
         	background:white;
         	height:2px;
         	line-height:24px;
         	padding-left:6px;
         	color:#363636;
         	text-align:left;
         }
         .schedule #GameSchedule .head TH.first
         {
         	/* get rid of the first slash */
         	background:white;
         	width:20px;
         	height:2px;
         } 
         
         /* group header */
         .schedule #GameSchedule .group TH
         {
         	padding:10px 0px 2px 0px;
         	color:#363636;
         	text-align:left;
         	border-bottom:solid 2px #363636;
         } 
         .schedule #GameSchedule .group TH.first
         {
         	text-align:center;         	
         	border-bottom:none;
         }              
         
         /* data items */                                       
         .schedule #GameSchedule .item TD
         {
         	padding:3px 0px 3px 6px;
         	border-bottom:solid 1px #eae9e1; 
         	color:#363636;       	
         } 
         
         /* pager */    
        .schedule #pager .pager TD
        {
        	height:40px;
        }  
        .schedule #pager .pager .commands
        {
        	height:40px;
            padding:4px 0px 0px 25px;
        }               
        .schedule #pager .pager .info
        {
            padding:4px 25px 0px 0px;
        	text-align:right;
        }       
        .schedhidden
        {
        	display:none;
        	visibility:hidden;
        }      