html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	background : #FFFFFF;
	font: 10pt "Lucida Grande";
/*	font:normal 10pt tahoma,arial,helvetica,sans-serif; */
}

#hdr {
	background: #003366 url(/dev/iphone/blue.gif) repeat-x;
	color: #fff;
	height: 82px;
	white-space: nowrap;
}

#main, #main2 {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content2	 {
	padding-left: 10px;
	padding-top: 25px;
	margin-left: 190px;
	padding-bottom: 20px;
}

#content2 .ind {
	margin-left: 25px;
	margin-bottom: 10px;
}

#content2 a {
	font-weight: bold;
	color: #007ade;
	text-decoration: none;
}

#content2 a:hover {
	text-decoration: underline;
}

#footer {
	position: relative;
	margin-top: -23px;
	height: 23px;
	width: 100%;
	color: #ffffff;
	background: #003366;
	clear: both;
	color: #ffffff;
	text-align: left;
	font-size: 9pt;
}

#footer a {
	color: #adb3b6;	
}

.usec {
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font: bold 12pt Myriad, "Lucida Grande";
	background: url(/dev/iphone/img/whitegrade.png) repeat-x 0 bottom;
	vertical-align: bottom;
	color: #325c86;
	padding-top: 3px;
}

#linx {
	float: left;
	width: 180px;
	background: #dfecfa no-repeat left top url(/dev/img/gear-top-blu.gif);
	border: 1px solid #ccd6e0;
	padding-top: 25px;
	font-size: 10pt;
	border-top-style: hidden;
	border-left-style: hidden;
}

#linx .lsec {
	padding-left: 20px;
	margin-bottom: 10px;
}

#linx a {
	margin-left: -10px;
	padding-left: 5px;
	text-decoration: none;
	color: #004a94;
	padding-right: 5px;
}

#linx a:hover {
	background: #fff;
}

h2.gray, h3.gray {
	background: #eee;
	border: 1px solid #ccc;
	padding: 4px 4px 4px 10px;
}

.linkback {
	font-size: 10pt;
	text-decoration: none;
	color: #7c7c7c;
}

.linkback:hover {
	color: #3562da;
}

.sec {
	margin-left: 30px;
	margin-right: 50px;
}

ul.spaced li {
    padding-bottom: 8px;
}

ul.next {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	clear: both;
	padding: 0;
	margin-bottom: 30px;
}

.next li {	
	/* float: left; */
	margin: 0;
	padding: 5px 10px 5px 5px;
	list-style: none;
	display: inline;
	background-color: #eeeeee;
}

.next a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

.next a:hover {
	background: #ffffff;
}

.next li.label {
	color: #ffffff;
	background: #003366 url(/dev/iphone/learn/img/tabrt.png) no-repeat right center;
	padding-right: 20px;
	font-weight: bold;
	margin-right: 0;
}

.next li.link {
	background: #eeeeee url(/dev/iphone/learn/img/tabgrey.png) no-repeat right center;
	padding-right: 25px;
	font-weight: bold;
	margin-right: 0;
}

.exercise {
	border-top: 3px solid #eeeeee;
	padding-top: 5px;
	padding-left: 100px;
	color: #656565;
	min-height: 28px;
	background: url(/dev/iphone/learn/img/exercise.png) no-repeat left 5px;
}

.icode {
	font: 9pt Monaco, Courier, mono;
	padding-right: 4px;
	padding-left: 4px;
	color: #003366;
}

.code {
	font: 9pt Monaco, Courier, mono;

	white-space: pre-wrap;       /* CSS-3                  */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999    */
    white-space: -pre-wrap;      /* Opera 4-6              */
    white-space: -o-pre-wrap;    /* Opera 7                */
    word-wrap: break-word;
	padding: 0 0 0 10px;
	background-color: #f1f5f9;
	border: 1px solid #c9d1d7;
}

.code_blue {
	color: #0203e7;
}

.code_purple {
	color: #6700b6;
}

.code_green {
	color: #077801;
}

.code_red {
	color: #b90d02;
}

.code_gray {
	color: #716d6e;
}

.small {
	font-size: small;
}

.showme {
	font-variant: small-caps;
	color: #fff;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	margin-top: 2px;
	background: #789ed9 url(/dev/iphone/learn/img/mini-search.png) no-repeat 2px center;
	padding: 2px 5px 2px 13px;
}

.showme:hover {
	background-color: #fff;
	color: #789ed9;
}
