/* header */
.iphone h1.page-title {
  background:#F3F6F8;
  height:71px; 
  padding:0;
  border-bottom:5px solid #000;
}

/* header logo */
.iphone h1.page-title a { 
  text-indent:-999px;  
    background:url(/images/mobile/header.png) 50% 50% no-repeat;    
}

/* main content background */
body.iphone, .iphone #wrapper_content { background:#309FDC}

/* shadow for top stories image */
.iphone #slider .slides .slide .image .image-shadow { background:url("/images/mobile/image-shadow.png") repeat-x scroll 0 0 transparent; height:43px }


/* schedules background */
.iphone .schedule { background:url("/info/mobile/schedules-bg.png") repeat-x scroll 0 0 #309FDC}

/* schedules line background and border */
.iphone .schedule .item { border-top:1px solid #000; background:#309FDC}

/* schedules even line background*/
.iphone .schedule .table .item.even { background-color:#309FDC} 

/* show more block for schedules */
.iphone .schedule .table .item .more {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  background:-moz-linear-gradient(center top , #000, #000) repeat scroll 0 0 transparent;
  background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  border:1px solid #CCCCCC;
  height:auto;
  margin:5px 5px 0;
  position:relative;
  top:-4px
}


/* roster background */
.iphone .roster .table .titles { background: url("/info/mobile/schedules-bg.png") repeat-x scroll 0 0 #309FDC}

/* roster line border and background */
.iphone .roster .table .item { border-top:1px solid #000;    background:#309FDC;  }

/* roster even line background */
.iphone .roster .table .item.even { background:#309FDC} 

.iphone .roster .table .item .data { border-bottom:0  }


/* bios background */
.iphone .bios .details, .iphone .bios .profile { background:none repeat scroll 0 0 #309FDC; }

/* bios details */
.iphone .bios .details { color:#FFFFFF; font-size:12px; line-height:18px; }

.iphone a { color: #FFF}

@font-face {
  font-family: 'GlyphIcons';
  src: url('/info/webfonts/glyphicons.eot?42417090');
  src: url('/info/webfonts/glyphicons.eot?42417090#iefix') format('embedded-opentype'),
       url('/info/webfonts/glyphicons.woff?42417090') format('woff'),
       url('/info/webfonts/glyphicons.ttf?42417090') format('truetype'),
       url('/info/webfonts/glyphicons.svg?42417090#glyphicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="gicon-"]:before, [class*=" gicon-"]:before { font-family:"GlyphIcons"; font-style:normal; font-weight:normal; font-variant:normal; display:inline-block; width:1em; line-height:1em; text-align:center; text-decoration:none; text-transform:none; speak:none }

.gicon-prev:before { content: '\e80f' }
.gicon-next:before { content: '\e810' }

.date-tabs{ display:inline-block !important }

.stats-table{border-collapse:collapse;border-width:0;margin-bottom:20px; display:block; width:100%; overflow:auto !important; background:#000; padding:10px }
.stats-table td{line-height:22px;}
.stats-table td:first-child { min-width:250px }
.stats-table .stats-header td{background-color:#2E3192;color:#FFFFFF;font-size:12px;font-weight:400;padding-right:0;width:980px;}
.stats-table .stats-table td{background-color:#2E3192;color:#FFFFFF;font-size:12px;font-weight:400;padding-right:0;width:980px;}
.stats-table .conf-field{background-color:#2E3192;color:#fff;font-size:12px;text-align:center;}
