.teams-header {
	background:url(/images/mobile/menu.png) no-repeat;
}

.iphone h1.page-title a { 
  text-indent:-999px;  
  background:url(/images/mobile/header.png) 50% 50% no-repeat;    
}

.iphone h1.page-title { 
  background:#4C79AE; 
  height:68px; 
  border-bottom:5px solid #2b4158; 
}

body.iphone, .iphone #wrapper_content { background:#191951}

.iphone #slider .slides .slide .image .image-shadow { background:url("/images/mobile/image-shadow.png") repeat-x scroll 0 0 transparent; height:43px }


/* schedules */
.iphone .schedule { background:url("/info/mobile/schedules-bg.png") repeat-x scroll 0 0 #001c3d}

.iphone .schedule .table .item.even { background-color:#243a55}

.iphone .schedule .item { border-top:1px solid #606060; background:#0c2645}

.iphone .schedule .table .item .more {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;

  background:-moz-linear-gradient(center top , #0C253E, #24394F) repeat scroll 0 0 transparent;
  background:-webkit-gradient(linear, left top, left bottom, from(#0C253E), to(#24394F));
  border:1px solid #CCCCCC;
  height:auto;
  margin:5px 5px 0;
  position:relative;
  top:-4px
}

/* roster */
.iphone .roster .table .titles { background: url("/info/mobile/schedules-bg.png") repeat-x scroll 0 0 #191951}

.iphone .roster .table .item.even { background:#243a55} 

.iphone .roster .table .item { border-top:1px solid #606060;    background:#0c2645;   }

.iphone .roster .table .item .data { border-bottom:0  }


/* bios */
.iphone .bios .details, .iphone .bios .profile { background:none repeat scroll 0 0 #191951; }

.iphone .bios .details { color:#FFFFFF; font-size:12px; line-height:18px; }


