/* 
    Document   : mobile
    Created on : May 24, 2013, 10:55:43 AM
    Author     : steve
    Description:
        Purpose of the stylesheet follows.
*/



.gr_columns {
 -moz-column-count: 1;
 -webkit-column-count: 1;
 column-count: 1;
}


/* override to make the days of the week smaller */

td.calendar-day-head { font-size: .5em; background:#ccc; font-weight:bold; text-align:center; width:80px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999;  border-right:1px solid #999; }



#mapInfoBox 
{
    
 font-size: 2em;
    
    
}
#content {

	width:700px;

	 margin:0px auto; 

 	/* border: 1px solid #C0C0C0; */
	background-color:#FFFFFF; /*#F2F2F2;*/


	
	
}

.grTitle {
    font-size: 1em;
  
  
        padding: 20px 20px 20px;
	
	color:   #ffffff;/* #2a80ab; teal */ /* DELL pinkish #c95f83;*/ /*firebrick; */             /*#514b47; */
	font-weight:600;
}

.grbody {
    font-size: .6em;
    
}

div#ballDiamonds {
	margin-left: 0px;;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
	width: 680px;
	height: 800px;
	border: 1px solid black;
	
}

.fullParagraphNoBorder{


width: 700px;
margin:0px;
padding: 0px 10px 0px 10px;
 
}

.fullParagraphTopBorder{


width:700px;
margin:0px 0px 0px 0px; 

}



.mTitle {
       line-height: 40px; 
       font-size: 40px;
}

.calendar-month {
       line-height: 45px; 
       font-size: 45px;
}

.calendar-content {
    
    line-height: 18px;
}

body  {

 font-size: 2em; 
 line-height:45px; 

	}

table.schedule {
    white-space: nowrap;
    width: 640px;
    table-layout: fixed;
}

table.schedule td {
    overflow: hidden;
  

}

tr.header th.game-no , th.away-list, th.record, th.score {
    display: none;
}

td.game-no, td.away-list, td.record, td.score{
    display:none;
    
}

tr.header th.day, th.date, th.time {
	
	
	width: auto;
}

tr.header th.record{
	width: auto;
}

tr.header th.away, th.home {
	
	width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
}

tr.header th.diamond, th.score, th.diamond, th.report {
	
	width: auto;
}




.mmenu
{
	padding: 0px 10px 0px 10px;
        
}

a {

color: #514b47;

}

a:link  {
    text-decoration: underline;
    
}


table.roster td.nickname {

    font-size: .7em;
	width:0px;
	padding-left:0px;
	text-align:center;
}

table.roster td.bio {
	
	text-align:left;
	width:525px;
	padding-left: 20px;
        font-size: .6em;
        line-height: 30px;
}

table.roster td.pic {
	text-align:center;
	width: 200px;
        font-size: .6em;
        line-height: 30px;
}

#footer {

 font-size: .8em;


}

.boxTitle
{
	/* font-family:  Arial, Helvetica, sans-serif; */
	font-size:1.3em; 
        padding: 20px 100px 50px;
	
	color:   #ffffff;/* #2a80ab; teal */ /* DELL pinkish #c95f83;*/ /*firebrick; */             /*#514b47; */
	font-weight:600;


}

.boxTitle a 
{
    
    color: #ffffff;
    font-size: .8em;
}

#header{
    
    width: 720px;
     margin:0px auto; 
     height: 125px;
}

#menu-content {
    margin-left: auto;
    margin-right: auto;
}


#change-view {
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
a.change-view {
  
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    display: block;
   

    
}

img.menu-button {
    
    padding-top: 30px;
      display: block;
    margin-left: auto;
    margin-right: auto;  
}