/* color.css */html { background-color : #fff; }body { padding-top : 0px;}div#header {position : relative;/*z-index : 10;*/height : 131px;}div#content { }/* WAY TOP NAV LINKS */ul#nav_global {	position : absolute;	top : 10px;	left : 850px;	text-decoration: none;}ul#nav_global li {	display : inline;	text-decoration: none;}/* FOOTER STYLES */div#site_info { position : relative;width : 100%;height : 83px;background : transparent url(site_info.png) no-repeat 0 0; }div#site_info p { position : absolute;left : 10px; top : 10px;margin : 0; }div#site_info h5 + p { text-indent : -9999px; } /* Calendar Events Table */#calendar_events {margin-left: 20px;margin-bottom: 20px;}#calendar_events tr.date  td { background-color: #eae7e5; height:20px;}#calendar_events tr.description  td {padding: 10px 10px 20px 10px; background-color: #fff;}/* MESSAGE BOARD STYLES */.messageboard{padding-left:100px;padding-right:20px;}/* USER PROFILE STYLES */.profileform{margin-bottom:10px;}#table_userprofile td {height:50px;}/* STYLES THE QUICKLINKS */#quicklinks td {padding-top:10px;padding-bottom: 10px;border-bottom: 1px solid #9f9f9f;}/*///////////////////////////////////////////////////////////////// PROGRESS BAR /////////////////////////////////////////////////////////////////*/ #progressbar {    display: inline;    width: 296px;    height: 25px;    }.graph {     position: relative; /* for IE */	margin-top:0px;	margin-left:10px;    width: 260px;     border: 1px solid #9F9F9F;	background: white;	vertical-align:middle;    }.graph .bar {     display: block;    white-space: nowrap;    position: relative;    background: #ccc;     text-align: center;     height: 11px;     }.graph .bar span#descript {     font-family: verdana, arial, sans-serif;	font-size: 11px;    color: #888;    position: absolute;     left: 290px;	margin-top:-1px;    }.graph .bar span#descript #num {    font-weight: bold;    }#bar_display{background: #F0861F;}	 /*/////////////////////////////////////////////////////////////////  EXAM HISTORY TABLES  /////////////////////////////////////////////////////////////////*//* FIXIE... *html #table_examhistory { height: auto;}fixes exam hist table in IE */.examhistory_content{height:31px;text-align:center;}.examhistory_content td { /* Puts the rule below the cell*/border-bottom: 1px solid #9f9f9f;}/*/////////////////////////////////////////////////////////////////  EXAM SCORE TABLE and QUIZ SCORE TABLE WILL CARRY THE SAME STYLES  /////////////////////////////////////////////////////////////////*//* EXAM SCORE TABLE */#examscore_table{width:594px;}#examscore_table td{border-bottom:solid 1px #9f9f9f;padding: 10px;}/* All reg rows have been set to 31px*/#examscore_table tr{height:31px;}/* Makes the top row of table a color and a little taller than the rest */#table_heading{background-color:#F0861F;}#table_heading th{height: 41px;vertical-align:middle;}/*/////////////////////////////////////////////////////////////////  FLASHCARD & CUSTOM QUIZ SELECTION TABLE  /////////////////////////////////////////////////////////////////*/ #selection_table{width:594px;}/* Sets the column widths */#chaptername{width: 260px;}#correct{width: 90px;}#incorrect{width: 90px;}#percent_correct{width: 70px;}#wrong{width: 100px;}/* All reg rows have been set to 31px*/#selection_table tr{border-bottom:solid 1px #9f9f9f;height:31px;}#selection_table td{text-align:left;}/*///////////////////////////////////////////////////////////////// EXAM ***REPORT***  NOT EXAM SCORE/NOT QUIZ SCORE  /////////////////////////////////////////////////////////////////*/#examreport_table{width:829px;}#examreport_table td{border-right:dotted 1px #9f9f9f;border-left:dotted 1px #9f9f9f;border-bottom:solid 1px #9f9f9f;padding: 10px;}/* All reg rows have been set to 31px*/#examreport_table tr{height:31px;}/* Sets the column widths */#number{width: 5%;}#question{width: 20%;}#correct{width: 25%;}#youranswer{width: 25%;}#explanation{width: 25%;}/* Styles the Diag box*/#dialoguebox {padding:20px;}#dialoguebox li img { /* positions the plus symbol*/vertical-align: middle;}/*///////////////////////////////////////////////////////////////// Quiz & Test Pages  /////////////////////////////////////////////////////////////////*/  #questionarea { /* top aligns the question*/vertical-align: top }/*///////////////////////////////////////////////////////////////// Flashcard Selection Pages  /////////////////////////////////////////////////////////////////*/ #flashcard_selection { /* top aligns the question*/vertical-align: top }/*///////////////////////////////////////////////////////////////// TIER PAGES 7-13 **TERMS,PRIVACY,CONTACT, CREDITS, FAQ  /////////////////////////////////////////////////////////////////*/#tier_7to13 {padding:20px;} #contactus{border-top:solid 1px #9f9f9f;margin-top:20px;margin-bottom:20px;padding-top:20px; } .contactus_feedbackbutton img {margin: 10px 20px 0px 20px;text-align:right;} #forgotpassword{border-top:solid 1px #9f9f9f;margin-top:20px;margin-bottom:20px;padding-top:20px; }