/* CSS Document */


/* TABLE STYLES */

.name {
	font-size: 16px;
}
.resultstable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	margin-bottom: 10px;
}

#resultsinner {
	background-color: #fff;
	padding: 0px 10px 8px 6px;
	margin-right: 8px;
	margin-left: 0px;
	color: #323232;
	width: 795px;
	float: left;
	border-right: 1px solid #C4D8E3;
	}
	
#skyscraper-column {
	display: inline;
	float: right;
	width: 130px;
	margin-right: 0px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C4D8E3;
}




#ads {
	display: inline;
	float: right;
	width: 165px;
	margin: 0px;
}

#ads h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 0px;
	font-weight: bold;
}

.ad {
	border-bottom: 1px dotted #C4D8E3;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
}

#bodycontent h3 {
	font-size: 24px;
	font-weight: normal;
	color: #323232;
	margin-top: 6px;
	margin-bottom: 10px;
}

#bodycontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #323232;
	margin-bottom: 10px;
}

#update-box {
	background-image: url(http://media.studylink.com/xl/nwr/results/update-bg.gif);
	background-repeat: no-repeat;
	height: 56px;
	width: 795px;
	padding-top: 5px;
}

#update-box p {
	color: #323232;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 2px;
}

.update-form {
	margin: 0 10px 0 10px;
}

.rowrule {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b3c5cf;
}

.pic {
	border: 1px;
	border-style: solid;
	border-color: #b3c5cf;
	padding: 2px;
	margin-right: 5px;
	background-color: #FFF;
}
.variation {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #f46c16;
}

.sponsored {
	background-color: #DDF0F6;
}

.resultsListProvider{
	height: 42px;
	padding: 10px;
	border-bottom: 1px solid #b3c5cf;
	margin: 0 10px 0 10px;
}

.courseHovercard{

    /*background: #ffffff;
    padding: 10px;
    width: 300px;*/
	width: 500px;
	position:relative;
	padding:10px;
	margin: 20px 0 0 -80px;
	color:#333;
	background:#fff;
	border: 5px solid #ccc;
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.courseHovercard:after{
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	/**z-index:-1;*/
	top:-30px;
	left:50px;
	width:0;
	height:0;
	border:15px solid transparent;
	border-bottom-color:#ccc;
}

.save {
	margin-left:8px;
}

.course-features {
	background:#e6f7aa;
}

.course-data {
	background:#fff;
}

.course-table {
	background:#ccc;
	font-size:11px;
}


