@import "/stylesheets/reset.css";

/* ................GLOBAL................... */
body { 
    padding: 0;
    margin: 0; 
    color: #000;
	font-size: 87.5%;
	margin-top: 20px;
	background: #fff url(/images/bg.png) top left repeat-x;
	font-family: 'Lucida Grande', arial, sans-serif; }
html > body	 {
    font-size: 14px; }	/* Non-IE browsers */
p {
    line-height: 1.4em; }

.note { 
  font-size: .7em;}
h1 .note {
  font-size: .5em; }

a:link,
a:visited {
    color: #00E; }

#wrap {
    text-align: center; }
#header {
    width: 960px;
    margin: 0 auto;
    text-align: left; }
#logo {
    width: 220px;
    text-align: center;
    margin-top: 8px;
    float: left; }

#student {
    margin-left: 40px;
    margin-top: 32px;
    float: left;
    height: 45px;
    background: url(/images/nav-student-right.png) top right no-repeat; }
#student span {
    display: block;
    float: left;
    height: 45px;
    padding: 8px;
    padding-right: 18px;
    color: #fff;
    font-size: 1.3em;
    font-family: Helvetica, "Lucida Grande", Verdana, Arial, sans-serif;
    background: url(/images/nav-student-left.png) top left no-repeat; }

#nav a {
	background:url(/images/nav.png);
	height:45px;
	display:block;
	float:left;
	width: 100px;
	margin-left: 12px;
	background-color: #ccc;
 }
#nav #read-tab a{ background-position:0 45px; }
#nav #read-tab.active a,
#nav #read-tab a:hover { background-position:0 0; }

#login-tab,
#pilot-tab,
#contact-me-tab,
#catalog-tab,
#diagnostics-tab,
#nav {
  float: left;
  width: 496px;
  height: 45px;
	margin-top: 32px; }
#nav li {
  display: inline; }
#login-tab {
  width: 258px; }
#login-tab a,
#pilot-tab a,
#catalog-tab a,
#contact-me-tab a,
#diagnostics-tab a,
#nav a {
	background:url(/images/nav.png);
	height:45px;
	display:block;
	float:left;
	width: 100px;
	margin-left: 20px;
	background-color: #ccc;
	position: 0 0;
  margin-left: 24px;
	text-indent:-9999px; }
#login-tab a {
    width: 258px;
    background:url(/images/nav-login.png); }
#pilot-tab a {
    width: 366px;
    background:url(/images/nav-pilot.png); }
#contact-me-tab a {
    width: 296px;
    background:url(/images/nav-contact_me.png); }
#catalog-tab a {
    width: 336px;
    background:url(/images/nav-catalog_request.png); }
#diagnostics-tab a {
    width: 296px;
    background: url(/images/nav-diagnostics.png);}


#nav #read-tab a{ background-position:0 45px; }
#nav #read-tab.active a,
#nav #read-tab a:hover { background-position:0 0; }
#nav #scores-tab a { background-position: 300px 45px; }
#nav #scores-tab.active a,
#nav #scores-tab a:hover { background-position: 300px 0; }
#nav #assessment-tab a { background-position: 200px 45px; }
#nav #assessment-tab.active a,
#nav #assessment-tab a:hover { background-position: 200px 0; }
#nav #logout-tab a { background-position: 100px 45px; }
#nav #logout-tab.active a,
#nav #logout-tab a:hover { background-position: 100px 0; }
#content {
    clear: left;
    width: 920px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: left; }

h1 {
    font-size: 1.65em;
    line-height: 1em;
    margin-bottom: 1em;
    font-family: 'Lucida Grande', arial, sans-serif; }
h2 {
    font-size: 1.45em;
    font-family: 'Lucida Grande', arial, sans-serif; }

#books_wrap,
#assessments_wrap {
    position: relative; }
#assessments_wrap #books {
  width: 100%; }
#books_wrap .book {
    width: 650px; }
#assessments_wrap .book {
  width: 100%; }
.book {
    float: left;
    padding: 10px 0;
    border-bottom: 1px dotted #999; }
.book .thumb {
    width: 110px;
    float: left; }
.book .thumb img {
    border: 1px solid #ccc; }
.book h2 {
    font-size: 1.2em;
    margin-bottom: .5em; }
.book .description {
    margin-left: 130px; }
.book p {
    margin-bottom: 1em; }
.book ul li {
    color: #666;
    font-size: .9em;
    margin-right: 1em;
    margin-bottom: .5em; }
.book ul li strong {
    color: #000; }
    
#user_login {
    margin: 0 auto;
    width: 400px;
    padding: 20px;
    background: #f0f0f0;
    line-height: 1.5em;
    text-align: left;
    border: 6px solid #e0e0e0; }
#user_login h2 {
    margin-bottom: 0px;
    font-size: .95em; }
#user_login input {
    width: 80%;
    padding: .25em;
    font-size: 1.1em; }
#logo.large {
    float: none;
    width: auto;
    text-align: center;
    margin: 0 0 30px; }
#user_login input {
    font-size: 1.2em;
    margin-bottom: 10px; }
#user_login input.submit { 
    font-size: 1.2em;
    width: auto ; }
    
h2#error {
    color: #fff;
    padding: 8px;
    font-size: .95em;
    font-weight: normal;
    margin-bottom: 10px;
    background-color: #f00; }
#books h2#error {
    font-size: 1.2em;
    padding: 20px;
    width: 448px;
    text-align: center;
    border: 6px solid #A60000; }

#main-col {
    margin-left: 260px; }
#sub-col {
    float: left;
    width: 220px; }
#filters {
    float: left;
    padding: 12px 24px;
    background: #f0f0f0;
    border: 2px solid #e0e0e0; }
#sub-col .filter h2 {
    margin-left: -16px;
    margin-bottom: .5em;
    font-size: 1.15em;
    background: url(/images/bullet_arrow_down.png) 0 0 no-repeat;
    padding-left: 16px; }
.filter {
    clear: left;
    float: left;
    width: 172px;
    margin-bottom: 1.5em; }
.filter ul {
    margin: .5em 0; }
.filter li {
    font-size: .85em;
    margin-bottom: .25em; }
.filter a {
    font-weight: bold;
    font-size: .85em; }
.filter h2 span {
    display: block;
    border-bottom: 1px dotted #999; }
.filter div.selectors {
    float: right;
    margin-top: -22px;
    font-size: .8em; }
.filter div.selectors a {
    color: #000; }
.filter div {
    margin-bottom: .5em; }
.filter p {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: .8em; }
.filter table th,
.filter table td {
    padding: 0 5px 8px; }
    
#books {
    float: left;
    margin-bottom: 20px; }
#login #footer {
    width: 100%;} 
#footer {
    color: #666;
    float: left;
    width: 500px;
    font-size: .8em;
    text-align: center;
    padding: 10px; }
h2#search {
    float: left;
    width: 221px;
    height: 33px;
    margin: 0;
    text-indent: -1000em;
    background: url(/images/search_books.png) 0 0 no-repeat; }

#scorecard {    
    margin: 0 auto;
    height: 400px;
    width: 400px;
    padding: 20px;
    background: #f0f0f0;
    line-height: 1.5em;
    text-align: left;
    border: 6px solid #e0e0e0; }
#scorecard_overlay {
    background-color: #000; }
#scorecard table th,
#scorecard table td {
    padding: 4px; }
#scorecard table td {
    font-size: 1.2em; }
#scorecard h2 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 1em;
    border-bottom: 1px solid #ccc; }
#scorecard p {
    font-size: 1.1em; }
#scorecard large {
    font-size: 1.2em; }
    
#difficulty_range {
     text-align: center; }
#difficulty_range span {
    border: 1px solid #ccc;
    padding: 4px 6px;
    background: #fff;
    font-weight: bold;
    font-size: .85em; }

#updating {
    width: 460px;
    padding: 40px 10px;
    background-color: #ff9;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    border: 6px solid #CDCC78; }

#carrier_overlay {
    background: #000; }
#carrier_container {
    padding: 0 6px;
    background: #fff; }
a.modalCloseImg {background:url(/images/close.gif) no-repeat; width:76px; height:32px; display:inline; z-index:3200; position:absolute; top:44px; right:0px; cursor:pointer;}

#scores {
    border: 2px solid #e0e0e0;
    padding-top: 70px;
    background: #fff url(/images/scores_header.png) top left no-repeat;}
#scores table {
    width: 100%;
    border-top: 1px solid #999; }
#scores th,
#scores td {
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0; }
#scores th {
    padding-left: 3px;
    font-weight: bold;
    font-size: 1em; }
#scores td {
    width: 50px;
    text-align: center;
    border-right: 1px solid #999;
}
#scores td.date {
    width: 94px;
    padding-right: 3px;
    text-align: right;
    border-right: none;
}
#scores tr.even td,
#scores tr.even th {
    background-color: #FFFFD9; }
#scores tr:hover td,
#scores tr:hover th {
    background-color: #ff9; }
    
a#see_all{
    display: block;
    width: 172px;
    height: 24px;
    
    text-indent: -1000em;
    background: url(/images/see_all.png) top left no-repeat; }
a#see_all.disabled {
    background-position: 0 -24px; }
    
form table.editor {
	margin-bottom: 20px; }
form table.editor th,
form table.editor td {
	line-height: 1em;
	padding: 4px; } 
form table.editor th {
	text-align: right; }
form table.editor th,
form table.editor tbody td label {	 
	font-size: .85em;
	font-weight: normal; }
form table.editor tbody td label { 
    font-weight: bold; }
form table.editor tbody th {
    color: #333;
    font-size: .9em;
    font-weight: bold;
	padding-top: 8px;
	line-height: 1.5em;
	vertical-align: top; }
form table.editor tbody input,
form table.editor tbody select,
form table.editor tbody textarea {;
	font-size: 1.1em; }
form table.editor tbody tr.title label,
form table.editor tbody tr.title input {
	font-size: 1.25em;
	font-weight: bold; }
form table.editor td small{
	color: #666;
	font-size: .8em; }
	
#books-nav { margin:0 0 20px; }.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; text-decoration:none; }

#books-nav .ln-letters a { border-top:2px solid #e0e0e0; color: #00E; }
#books-nav .ln-letters a.ln-last { border-right:none; }
#books-nav .ln-letters a:hover,
#books-nav .ln-letters a.ln-selected { border-top-color:#2480FF; background-color: #e0e0e0; }
#books-nav .ln-letters a.ln-disabled { color: #ccc; }
#books-nav .ln-letters a.ln-disabled:hover { color:white; }

.book_select {
    float: left;
    width: 110px;
    height: 200px;
    text-align: center;
    margin: 0 16px 20px 0; }
.book_select p {
    margin: 0;
    background: #ccc; }
.book_select img { }
.book_select .details {
    padding: 2px 6px;
    text-align: left;
    font-size: .7em; }
#errorExplanation {
	border: 3px solid #f00;
	background-color: #FFDEDE;
	padding: 10px;
	margin-bottom: 20px; }
#errorExplanation h2 {
	color: #fff;
	margin: -10px -10px 8px;
	background-color: #f00; }
#errorExplanation p {
	font-weight: bold;
	margin-bottom: 5px; }
#errorExplanation ul {
	list-style-type: disc; }
#errorExplanation ul li {
	margin-left: 20px; }
label.fieldWithErrors {
	color: #f00;
	font-weight: bold; }
h2#error,
h2.fieldWithErrors {
	color: #fff;
	background-color: #f00; }


#half_col_left { 
  width: 440px;
  float: left; }
#half_col_right {
 margin-left: 480px; }
#marketing {
    width: 720px;
    padding: 20px;
    border: 1px solid #666;
    margin: 0 auto;
    background: #fff url(/images/marketing-bg.jpg) top left no-repeat; }
#marketing .editor th {
    color: #000; }
#marketing h2 {
    padding-left: 144px;
    color: #000;
    border-bottom: 2px solid #000;
    margin-bottom: 10px; }