body,html{
	padding: 0;
	margin: 0;
	/*font: 13px arial;
	color: #000066;*/
	font: 15px Arial;
	color: rgb(136,136,136);
	text-align: center;
	background: #eee;
	height: 100%;
}
#content{
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
	background: #fff url(images/adoption-logo.gif) no-repeat;
	border-left: 1px solid #aaaacc;
	border-right: 1px solid #aaaacc;
	min-height: 100%;
	*height: 100%;
}
#content-header{
	padding: 10px 35px 12px 20px;
	position: relative;
}
#content-header img{
	margin-left:-4px;
	margin-top:-4px;
	position: absolute;
	clip:rect(0px,120px,55px,0px);
}
#content-header h1{
	padding-left:140px;
	margin-top: 14px;
}
#logout{
	float: right;
	width: 350px;
	height: 20px;
	text-align: right;
	position:absolute;
	right:35px;
}
#logout #main_men{
	display: inline-block;
	float: right;
	font-size: 13px;
}
#welcome{
	width: 260px;
	font-size:11px;
	padding-top:6px;
	color: #999;
	height: 20px;
	float: right;
	text-align: right;
	clear:both;
}
#inner-content{
	padding: 10px 40px 10px 40px;
}
p{
	margin: 10px 0 10px 0;
}
a{
	color: #3366bb;
	text-decoration: none;
}
a:hover{
	color:#6699ff;
}
h1,h1 a, h1 a:hover{
	line-height: 50px;
	font: 28px Georgia;
	color: #555588;
}
h2{
	line-height: 28px;
	font: 24px Georgia;
}
h3{
	background-color: #eee;
	font: normal 20px Georgia;
	letter-spacing: 2px;
	font-style: italic;
	color: #555588;
	line-height: 28px;
	margin-right: -41px;
	*position: relative;
	*height: 28px;
	margin-left: -10px;
	padding-left: 10px;
	border-top: 2px dashed #bbb;
	border-left: 2px dashed #bbb;
	border-bottom: 2px dashed #bbb;
}
h4{
	line-height: 20px;
	font: 16px Georgia;
	margin-top:20px;
	margin-bottom: 0px;
}
.clearall{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

/*FORM STYLES*/
.form-row{
	padding: 20px;
	background: #efefff;
	border: 1px solid #aaaacc;
	margin: 0px 40px 0px 40px;
}
.form-row hr, hr.dashed{
	margin: 0 10px 0 10px;
	padding: 0px;
	border: none;
	border-bottom: 3px dashed #ccc;
	background-color: none;
	color: none;
	height: 10px;
	*height: 3px;
}
.form-row label{
	width: 200px;
	display: block;
	text-align: right;
	float: left;
	font-size: 14px;
	line-height: 14px;
	padding-top: 2px;
}
.form-row label.full{
	padding-top: 8px;
}
.form-row input{
	width: 320px;
	height: 24px;
	margin: 4px 10px 4px 10px;
}
.form-row textarea{
	width: 320px;
	height: 240px;
	margin: 4px 10px 4px 10px;
}
.form-row select{
	height: 24px;
	margin: 6px 0px 4px 10px;
}
.form-row .xsmall{
	display: block;
	text-align: right;
	font-size: 11px;
	line-height: 11px;
	color: #999;
}
.form-row .xsmall a{
	color:#6699ff;
}
.form-row .req{
	position: absolute;
	margin-right: -6px;
	margin-left: 1px;
	color: #ff0000;
}
.form-row button{
	background-color: #666;
	color: #fff;
	border: 1px solid #333;
	margin-left: 210px;
	margin-top: 10px;
}
label.error{
	color: #ff0000;
	position: absolute;
	width: 160px;
	text-align: left;
	margin-left: 535px;
	*margin-left: 0px;
	*left: 75%;
	margin-top: -25px;
	*margin-top: 5px;
	font-size: 11px;
}

/* journal list */
.journal-row{
	clear: both;
	padding: 4px;
	border-top: 1px solid #ddd;
}
.journal-row div{
	padding-right: 10px;
}
.journal-row .jr-title{
	width: 100px;
	float: left;
	
}
.journal-row .jr-description{
	width: 300px;
	float: left;
	padding-bottom: 4px;
}
.journal-row .jr-price{
	width: 60px;
	float: left;
}
.journal-row .jr-active{
	width: 50px;
	float: left;
}
.journal-row .jr-options{
	width: 150px;
	float: left;
}
/* details */
.detail-right{
	width:200px;
	padding:0 0 20px 20px;
	float:right;
}
.detail-right img{
	padding-bottom:20px;
}
.detail-files{
	background: url(images/file-icon.jpg) no-repeat;
	padding-left: 18px;
	font-size: 14px;
}
a.subscribe{
	display: block;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	width: 100px;
	margin-left:-40px;
	padding-left:40px;
	*padding-right:40px;
	background: #fff url(images/subscribe-arrow.gif) no-repeat center right;
	font-size: 14px;
	letter-spacing: 1px;
}
/* misc */
.gray{
	color: #999;
}
.subtitle{
	color: #666;
	font-size: 11px;
	font-style: italic;
}
#test-notice{
	z-index:99;
	position:absolute;
	color:#ff0000;
	font-size: 11px;
}
ul.course-students{
	position:absolute;
	display:none;
	width:400px;
	background: #fff;
	border: 1px solid #aaaacc;
	padding: 0;
	list-style-type:none;
	margin:0;
}
ul.course-students li{
	padding: 4px;
}
.stripe{
	background: #efefef;
}
.cjournals{
	padding-bottom:10px;
}
.mess-head{
	display: block;
	font-size: 16px;
	font-weight:bold;
}
p.payment-errors{
	color: #ff0000;
	font-weight:bold;
}
#home_overview_tbl, #how_it_works_tbl, #using_lit_mags_tbl{
	border-left: 10px solid #efefff;
	margin-bottom:10px;
}
#home_overview_tbl .mceLast, #how_it_works_tbl .mceLast, #using_lit_mags_tbl .mceLast{
	border-left:1px solid #ccc;
}
ul.past-course-list{
	display:none;
}
a.teacher-remove-journal{
	display: inline-block;
	border-radius: 8px;
	height: 16px;
	width: 16px;
	line-height: 13px;
	text-align: center;
	background: #999;
	color: #fff;
	font-style: normal;
}
a.teacher-remove-journal:hover{
	background: #ff0000;
}
button{
	cursor: pointer;
}