.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:#856327;
  height:68px; 
  padding:0;
  border-bottom:5px solid #3c3c3c; 
}

body.iphone, .iphone #wrapper_content { background:#3A3A3A}

.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 #3A3A3A}

.iphone .schedule .item { border-top:1px solid #000; background:#222}

.iphone .schedule .table .item.even { background-color:#444}



.iphone .schedule .table .item .more {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;

  background:-moz-linear-gradient(center top , #222, #444) repeat scroll 0 0 transparent;
  background:-webkit-gradient(linear, left top, left bottom, from(#222), to(#444));
  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 #052c97}

.iphone .roster .table .item { border-top:1px solid #3A3A3A;    background:#113599;  }

.iphone .roster .table .item.even { background:#28479e} 

.iphone .roster .table .item .data { border-bottom:0  }


/* bios */
.iphone .bios .details, .iphone .bios .profile { background:none repeat scroll 0 0 #3A3A3A; }

.iphone .bios .details { color:#FFFFFF; font-size:12px; line-height:18px; }

