/*
'' inline style usage
'' ul#leftnav li a.lnactive -> sidebars
'' .subheading              -> careers
'' .photo-box-center        -> logout
'' h1 a                     -> subcat page, heading link
'' .form-input-error        -> form error message
'' .paginate select.perpage -> search page rpp dropdown
*/
/*
   below copied from .result-tools select.perpage because results to display drop down was bigger on search than on schedule
*/

.paginate select.perpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	width: 50px;
	white-space: nowrap;
}
/*
	below added to make registration pages have just one blue box.
*/
#form-body {
	float: left;
	background-color: #e6f4fc;
	padding: 15px;
	width: 475px;
	border: 1px solid #bee4f8;
	margin-bottom: 15px;
	text-align: left;
}

.form-body {
	float: left;
	background-color: #e6f4fc;
	padding: 15px;
	width: 475px;
	border: 1px solid #bee4f8;
	margin-bottom: 15px;
	text-align: left;
}

.reg-table1{ width:50%;
	vertical-align: top;
}
.reg-table2 { width:100%;
	vertical-align: top;
}

/*
	below copied from .result-tools a because paging options on searchresults were wacky!
*/

.paginate a {
	margin-left: 3px;
}
ul#leftnav li a.lnactive {
	text-decoration: underline;
	color: #FEB60E;

}

.subheading
{
	color: #F09615;
	font-weight: bold
}

.photo-box-center {
	font-size: 10px;
	font-style: italic;
	color: #2487EB;
	float: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
}

h1 a {
	color: #f09615;
	text-decoration:none;
}

#topmast-container a {
	cursor:pointer;
}



.msg-negative-jp {
	color: #ff0000;
	line-height:.5em;

}
.format-left-outline	{float: left; font-size: 13px; width: 100%;}
#add_this { float: left;
text-align: left;
margin: 0px 0 0 0;

}

/*
   below added because when pages are crawled, pages with tables do not render properly. Take this out and you'll see what I mean. The text in the table cells is much bigger than it should be
*/

table.results td, table.category-list td
{
	font-size: 11px;
}
/*
   jp classes added to eliminate dup id errors
*/
.jp-body-center-column-divide
{
	float: left;
	width: 505px;
}

.jp-body-center-left-column {
	float: left;
	width: 242px;
}

.jp-body-center-right-column {
	float: left;
	width: 242px;
	margin-left: 20px;
}

.jp-register-box-blue {
	background-color: #e6f4fc;
	padding: 15px;
	border: 1px solid #bee4f8;
	margin-bottom: 15px;
	text-align: left;
}

.jp-registration-container {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #bee4f8;
	margin-bottom: 15px;
	line-height: 1.8em;
	text-align: left;
}

.jp-registration-container-h1 {
	margin-top: 0;
}

.jp-registration-container-order {
	background-color: #e6f4fc;
	padding: 10px;
	margin-bottom: 0;
	line-height: 1.8em;
	text-align: left;
}

/* These were in Jenn's RFI HTML so I put them here */
.block { padding-left: 5px;
}
.register-fields2  {
	font-size: 11px;
	color: #1D3E5F;
	margin: 2px 0 5px;
	width: 75px;
}
.register-fields3  {
	font-size: 11px;
	color: #1D3E5F;
	margin: 2px 0 5px;
	width: 450px;
}

/* added this so Highmark registration form training objectives numbers displayed
the way Karl told me Steve wanted it to display */

.jp-topalign {
	vertical-align: top;

}
 
.small-register-fields  {
	font-size: 11px;
	color: #1D3E5F;
	margin: 2px 0 5px;
	width: 40px;
}
 
 /* added for Virtual Setup page */
#form-body2 {
	background-color: #e6f4fc;
	border: 1px solid #bec4f8;
	margin-bottom: 15px;
	padding: 15px;
	width: 665px;
	margin-left: 25px;
}

#full-page { width: 735px;
	float: left;
	margin-left: 20px;
}

#full-page ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
#full-page ul li 
{
	display: block;
	background: url(http://www.learnquest.com/assets/images/bullet-body.gif) no-repeat 20px 7px;
	padding: 0 35px;

}
#full-page ul li ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#full-page ul li ul li {
	background-image: url(http://www.learnquest.com/assets/images/bullet-body-sub.gif);
}
li.li-none {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1d3e5f;
	margin: 0 0 0 0;
}
ol li.bold-list {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2487eb;
	margin: 0 0 0 0;
}
.photo-box2 {
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
	text-align: center;
}

.onepx { font-size:1px; display:inline } 

table.category-list td a.point-down 
{
	background-image: url(../images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right:  15px;
	display: inline-block;
	text-decoration:none; 
}

table.category-list td a.point-up
{
	background-image: url(../images/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 15px;
	display: inline-block;
	text-decoration:none; 	
}

.jp-catalog-height {

	height:85px; 
}

.ri-popup {
	position:absolute;
	left:300px;
	top:500px;
	width:300px;

	}

.course-detail-topics ol {
	list-style-type: decimal;
}

.course-detail .course-detail-topics ol li 
{
	xmargin: 4 0 4px 0px;
}
.course-detail .course-detail-topics ol li 
{
	display: list-item ;
}