
html {
  background-color: #D8D8D8;
}
body {
  margin: 0;
  padding: 0;
}

#page {
  background-color: #ffffff;
  padding-top: 4px; 
}

#homeheader {
	background: transparent url(/images/home-header.gif) no-repeat 0 0;
	display: block;
	height: 47px;
    margin: 4px auto 4px;
    position: relative;
	text-align: center;
	width: 306px;
}

#input {
    width:100%;
    height: 42px;
    /*margin:0px;
    margin: 0 10px 12px 8px;
    padding: 0 11px;
    padding: 0 10px 12px 8px;
    margin: 0 10px 12px 8px;*/
    /*padding: 0 11px;*/
    position: relative;
    margin-bottom:12px;
}
#input .lt, #input .rt {
    position: absolute;
    background: url(/images/input-back.gif) no-repeat 0 0;
    height: 42px;
    width: 11px;
    top: 0;
}
#input .lt {
    left: 0;
    margin-left:9px;
}
#input .rt {
    background-position: -12px 0;
    right: 0;
    margin-right:9px;
}
#input .mid {
    background: url(/images/input-back-mid.gif) repeat-x 0 0;
    height: 42px;
    padding: 0 22px 0 0;
    margin-left:20px;
    /*position: relative;*/
    margin-right:20px;
}

.iContainer {
    width: 100%;
}

#i {
    border: 0;
    margin-left: -1px;
    margin-top: 10px;
    padding: 2px 0 4px;
    width: 99.99999%;
    font-size: 14px;
    color: black;
    overflow: hidden;
    padding-right:25px;
}

#query {
    height: 15px;
    position: absolute;
    right: 22px;
    top: 13px;
    width: 13px;
}

a {
    text-decoration: none;
}

#homecontent {
    background: url(/images/mobile-home-back.gif) repeat-x 0 0 #d8d8d8;
    padding: 6px;
}

#homecontent .btn {
    display: block;
    height: 49px;
    position: relative;
    padding: 0 16px;
}
#homecontent .btn .lt, #homecontent .btn .rt {
    background: transparent url(/images/mobile-home-btn.png) no-repeat 0 0;
    display: block;
    height: 51px;
    top: 0;
    position: absolute;
}
#homecontent .btn .lt {
    left: 0;
    width: 16px;
}
#homecontent .btn .mid {
    background: transparent url(/images/mobile-home-btn-mid.png) repeat-x 0 0;
    color: #333;
    display: block;
    font-size: 16px;
    height: 51px;
    line-height: 50px;
    padding: 0 1px;
}
#homecontent .btn .rt {
    background-position: -17px 0;
    right: 0;
    width: 16px;
}

#homecontent .btn.ad {
    height: 74px;
    margin: 10px 0 20px;
    padding: 0 16px;
}
#homecontent .btn.ad .lt, #homecontent .btn.ad .rt {
    background: transparent url(/images/mobile-home-ad-btn.png) no-repeat 0 0;
    height: 77px;
    top: 0;
    position: absolute;
}
#homecontent .btn.ad .lt {
    width: 16px;
}
#homecontent .btn.ad .mid {
    background: transparent url(/images/mobile-home-ad-btn-mid.png) repeat-x 0 0;
    height: 60px;
    line-height: 20px;
    padding: 21px 1px 0 60px;
    position: relative;
    color:#db0303;
}
#homecontent .btn.ad .rt {
    background-position: -17px 0;
    width: 16px;
}
#homecontent .btn.ad img {
    position: absolute;
    left: 0;
    top: 15px;
}

#homecontent .btn.iPad {
	padding: 1px 6px;
	background-image: none;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 0;
	margin: 5px 5px 8px;
    background: #fefdf6; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefdf6 0%, #fff9de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefdf6), color-stop(100%,#fff9de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefdf6 0%,#fff9de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefdf6 0%,#fff9de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefdf6 0%,#fff9de 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefdf6 0%,#fff9de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefdf6', endColorstr='#fff9de',GradientType=0 ); /* IE6-9 */
    padding: 21px 1px 26px 117px;
    line-height: 20px;
    position: relative;
    color:#db0303;
    font-size: 16px;
    height: auto;
    -moz-box-shadow: inset 0 0 3px 0 #999,  0 0 1px 0 #bbb ;
	-webkit-box-shadow: inset 0 0 3px 0 #999,  0 0 1px 0 #bbb;
	box-shadow: inset 0 0 3px 0 #999,  0 0 1px 0 #bbb;
   
}

#homecontent .btn.iPad span {
	line-height: 10px;
}
#homecontent #iPhoneCourseApps img.iPad-img {
 	left: 24px;
    top: 13px;
}

#homecontent #iPhoneApp img.iPad-img {
	left: 33px;
    top: 16px;
}

#homecontent .btn.ad img.iPad-img{
   left: 28px;
}

#homecontent .btn.ad img.android {
    position: absolute;
    height: 33px;
    width: 33px;
    left: 9px;
    top: 24px;
}
/* START ad tweaks */
#homecontent a#iPhoneCourseApps .mid img { top:14px; }
/* END ad tweaks */

.opt {
    color: #888888;
    font-size: 13px;
}

#homefooter {
    background: #d8d8d8 url(/images/footer-back.gif) repeat-x 0 0;
    line-height: 17px;
    padding-bottom: 6px;
    padding-top: 1px;
    text-align: center;
}

#homefooter p {
    font-size: 12px;
    margin: 6px 0 0;
}

#viewStandard {
    color: #ff0000;
}
#iClear {
    background: transparent url(/images/iphone-close-btn.gif) scroll no-repeat 0 0;
    position: absolute;
    height: 30px;
    width: 30px;
    cursor: pointer;
    right: 40px;
    top: 6px;
    z-index: 100;
}
#loadingResults {
  color: ##555555;
  display: none;
  font-family: Arial, Verdana, Georgia, San-Serif;
  font-size: 17px;
  padding: 50px 0;
  text-align: center;
}
#loadingResults img {
  margin-top: 15px;
}

