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(/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;
}

h3.name {
	color: #000;
	text-decoration: none;
}

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

#footer {
	position: relative;
	margin-top: -23px;
	height: 23px;
	width: 100%;
	color: #c9d5e2;
	background: #003366;
	clear: both;
	text-align: left;
	font-size: small;
	padding-left: 10px;
}

#footer a {
	color: #adb3b6;	
}

.usec {
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font: bold 12pt Myriad, "Lucida Grande";
	background: url(/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(/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 .lsec2 {
	padding-left: 10px;
	margin-bottom: 10px;
}

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

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

#linx a.noroll:hover {
    background: #dfecfa;
}

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;
}

.image {
	margin-bottom: 30px;
}

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(/learn/img/tabrt.png) no-repeat right center;
	padding-right: 20px;
	font-weight: bold;
	margin-right: 0;
}

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

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

.note {
	border: 2px solid #630107;
	background: #fbc2c2 0;
	color: #630207;
	padding: 10px;
}

.newnote {
	border: 2px solid #346564;
	background: #bdffeb 0;
	color: #2c5d64;
	padding: 10px;
}

.lisec {
	padding-bottom: 10px;
}

td.center {
	text-align: center;
}

table.centercells td {
	text-align: center;
}

input.box, textarea.box {
	border: 1px solid #c9d1d7;	
}

.comment {
	background-color: #eeeeee;
	border: 1px solid #c9d1d7;
	padding: 5px;
	margin-bottom: 5px;
}

.comment_author {
	font-weight: bold;
	font-size: 12pt;
}

.comment_date {
	font-size: small;
	color: #999999;
	margin-top: 5px;
}

#formbutn {
	margin-top: 10px;
}

.icode {
	font: 9pt Monaco, Courier, mono;
	color: #254b90;
}

.code_old {
	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 {
	font: 9pt Monaco, Courier, mono;
	padding: 0 0 0 10px;
	background-color: #f1f5f9;
	border: 1px solid #c9d1d7;
	border-left-width: 3px;
}

pre {
	font: 9pt Monaco, Courier, mono;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    width: 99%;   /* remove horizontal scroll-bar in IE7 */
}

.code_blue {
	color: #0203e7;
}

.code_purple {
	color: #6700b6;
}

.code_green {
	color: #009300;
}

.code_pink {
	color: #cf3abd;
}

.code_red {
	color: #b90d02;
}

.code_brown {
		color: #8c4a29;
}

.red {
	color: #b90d02;
	font-weight: bold;
}

.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(/learn/img/mini-search.png) no-repeat 2px center;
	padding: 2px 5px 2px 13px;
}

#search input {
   background: url(/img/searchInput.png);
   width: 146px;
   height: 18px;
   float: right;
   display: inline;
   border: none;
   padding: 5px 10px 0 23px;
   font-size: 12px;
   outline: none;
   margin-right: 10px;
}

#search2 input {
   background: url(/img/searchInput.png);
   width: 146px;
   height: 18px;
   float: right;
   display: inline;
   border: none;
   padding: 5px 10px 0 23px;
   font-size: 12px;
   outline: none;
   margin-right: 10px;
}

#content2 a.showme {
    color: #ffffff;
}

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