/* 
$Id: style.css,v 1.27 2010/02/26 15:54:31 keithm Exp $

Acceptable Colors:
553d6f  dark purple
927aac  medium purple
D4D3E3  light purple
2b296a  dark blue
c8d0e5  light blue
7e8fbb  medium blue
ffdeab  sandy tan
ECECEC  light gray
BAB30A  dark olive
D8D180  light gold/olive
E49933  dark gold

*/  

body, td, p, em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url(../images/banner-gradient.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

h1 {
	margin: 0px 2px 10px 0px;
	font-size: x-large;
	color: #553d6f;
}

h2 {
	font-size: medium;
	margin: 4px 2px 0px 0px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7e8fbb;
	font-size: small;
	margin: 4px 0px 0px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #553d6f;
	padding: 3px 0px 3px 4px;
	margin: 0px;
	border-top: 2px solid #2b296a;
	background-image: url(../images/h4-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #C0C6E6;
	text-transform: uppercase;
}

h5 {
	color: #BAB30A;
}

p {
	margin: 9px 0px 9px 0px;
}

a, a:link, a:visited  {
	color: #2b296a;
}

a:hover, a:active {
	color: #7e8fbb;
}

.everything {
	margin: 0px 0px 20px 0px;
}

/* 
The following hack deals with the problem of disappearing text in IE. 
For an explination of this hack go to
http://www.positioniseverything.net/explorer/peekaboo.html
and 
http://www.positioniseverything.net/explorer/escape-floats.html
*/
/* Hides from IE-mac \*/
* html .everything {height: 1%;}
/* End hide from IE-mac */

.banner {
	height: 110px;
	background-image:  url(../images/banner-login.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.printonly, #game_note {
	display: none;
}

.belowbanner {
	margin: 0px;
	background-image:url(../images/left-color.gif);
	background-repeat:repeat-y;
	background-position: left;
}

.navcol {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #553d6f;
}

.navcol p {
	color: #ffffff;
	font-size: 9px;
	padding: 26px 3px 6px 10px;
}

.leftnav a, .leftnav a:link, .leftnav a:visited, .youAreHere {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 121px;
	margin: 0px;
	color: #ffffff;
	padding: 6px 0px 6px 20px;
	text-decoration: none;
	border-bottom: 1px solid #927aac;
	background-image: url(../images/menu-triangle.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.leftnav a:hover, .leftnav a:active {
	text-decoration: underline;
	background-image: url(../images/menu-triangle-over.gif);
}

.submenu a, .submenu a:link, .submenu a:visited, .submenu a:hover, .submenu a:active {
	background-image: none;
	background-color: #ffffff;
	color: #553d6f;
}

#glosssearch {
	width: 137px;
	background-color: #ffdeab;
	padding: 3px 0px 5px 2px;
	margin: 0px;
	display: none;
}

#glosssearch input {
	border: solid #2b296a 1px;
	font-size: 10px;
}

#glosssearch a:hover, #glosssearch a:active{
	background: #E49933;
	color: #ffffff;
}

#glosssearch b {
	color: #2b296a;
	font-size: small;	
}

.youAreHere {
	color: #553d6f;
	background-image: url(../images/menu-triangle-here.gif);
	background-color: #D4D3E3;
}

/* The following is a hack fix to deal with IE.5x box model. */
* html .leftnav a, * html .leftnav a:link, * html .leftnav a:visited, * html .leftnav a:active, * html .youAreHere {
	width: 141px;
	w\idth: 121px;
}

.loggedin {
	color: #D4D3E3;
	padding: 20px 0px 10px 10px;
	font-size: 10px;
    max-width: 102px;
}

.highlight {
	font-weight: bold;
	color: #7e8fbb;
}

.shaded {
	background-color: #ECECEC;
	margin: 0px 0px 6px 0px;
}

.shaded p {
	padding: 2px 4px 0px 4px;
}

.whiteText {
	color: #ffffff;
}

.maincol {
	margin: 0px 4px 0px 145px;
	padding: 0px 0px 0px 15px;
}

/* The following is a hack fix to deal with IE.5x box model. */
* html .maincol {
	\width: 100%;
	w\idth: auto;
}

.callout {
	border: 1px solid #69B245;
	margin: 2px 10px 10px 10px;
	background-color: #d4e2cd;
	padding: 5px;
    width: 95%;
}

.crosscol {
	clear:both;
	padding: 6px 6px 6px 6px;
	margin: 30px 10px 20px 0px;
	background-color: #ECECEC;
	border-top: 1px solid #999999;
}

.footer {
	float: left;
	font-size: 9px;
}

.fineprint {
	font-size: 9px;
	margin-left: 130px;
	text-align: right;
}

.tagline {
	font-size: 9px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.survey_required { 
	color: red; 
}

.callout2 {
	border: dotted #E49933 2px;
	background-color: #ffdeab;
	padding: 3px;
}

.flashcards {
	background-color: #ffdeab;
	border-right: solid #cccccc 4px;
	border-bottom: solid #cccccc 4px;
	width: 50%;
}

.flashcards th {
	background-color: #ECECEC;
	color: #2b296a;
	font-weight: bold;
}

.indivreport {
	font-size: 9px;
}

.indivreport th {
	font-size: 11px;
	background-color: #D4D3E3;
	padding: 2px;
}

.indivreport hr {
	border-top: 1px solid #000000;
}

.inactive_demo_link {
	color: #777777;
	text-decoration: none;
}

.demoNote {
	margin: 4px 3px 4px 3px; 
	font-size: small; 
	background-color: #D4D3E3; 
	padding-top: 0px; 
	top: 165px;
	left: 204px;
	width: 70%;
	border-top: solid #fff 1px;
	border-left: solid #fff 1px;
	border-right: solid #aaaaaa 2px;
	border-bottom: solid #aaaaaa 2px;
}

.demoNote h5 {
	color: #ffffff; 
	background-color: #927aac; 
	font-weight: bold; 
	text-align: center; 
	margin: 0px; 
	padding: 3px 0px 3px 0px;
}

.demoNote p {
	padding: 3px 4px 2px 4px;
}

.demoNote a, .demoNote a:link {
	color: #5D9F3B;
}

.demoNote a:visited  {
	color: #376F1B;
}

.demoNote a:hover, .demoNote a:active {
	color: #67CF33;
}


.tabletop {
	border-top: 2px solid #2b296a;
}

.menu blockquote {
	margin: 6px 0px 8px 15px;
	padding: 0px;
}

#userid, #password {
	width: 115px;
	border: 1px solid #000000;
	padding-left: 2px;
}

#login {
	width: 118px;
	padding: 1px;
}


table.qheader, table.qfooter {
	width: 99%;
	background-color: #ffdeab;	
}

td.qheader, td.qfooter {
	border: none;
	padding : 2px;
	font-weight: bold
}

.feedbackbox  {
    background-color: White;
	margin: 2px 5px 3px 2px;
    padding: 4px;
    border: 2px dotted #E49933;
}

.review_row_highlight {
	background-color: #ffdeab;
}

.review_row {
	background-color: #FFFFFF;
}

.review, .review_buttons {
	width: 99%;
}

body.calculator {
	background-color: #D4D3E3;
	background-image:url(../images/gloss_gradient.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

input.calculator_screen {
	text-align: right;
	background-color: white;
	border: solid black 1px;
	padding-right: 4px;
}

input.calculator_button {
	width: 50px;
	background-image: url(../images/h4-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #C0C6E6;
	border: solid White 1px;
	border-bottom: solid #927aac 1px;
	border-right: solid #927aac 1px;
}

body.calculator table {
	width: 100%;
	height: 100%;
}

body.calculator * a {
	font-family: Verdana;
	font-size: 10px;
}

.splashgraphic {
	float: left;
}

.splashgraphicRight {
	float: right;
	margin-right: 40px;
}

.greenCells {
	width: 90%;
	text-align: center;
	clear:right;
	margin-top: 20px;
}

.greenCells td {
	background-color: #D8D180;
	font-weight: bold;
	border: 1px solid #000000;
	width: 33%;
	padding: 5px;
}

.whiteBackground {
	background-color:#FFFFFF;
	color: #000000;
	border: 1px solid #005b66;
	padding: 2px 20px 2px 20px;
	text-align: center;
}

.ovmenusample {
	background-color: #553d6f;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
	background-image: url(../images/menu-triangle.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	
}

.Button, .blueButtons, .question_button, .review_button, a.question_button, a.question_button:link, #question_button_marked {
	color: #ffffff;
	background-color: #927aac;
	border: 0px;
	padding: 1px 6px 3px 6px;
}

a.question_button, a.question_button:link {
	text-decoration: none;
}

.review_button[disabled], .question_button[disabled] {
	color: #999;
}

.styled-table td, .styled-table th {
	border-top: 1px solid #553d6f;
	border-left: 1px solid #553d6f;
	padding: 3px;
}

.styled-table {
	border-collapse: collapse;
	border-bottom: 1px solid #553d6f;
	border-right: 1px solid #553d6f;
}

.styled-table th {
	background-color: #927aac;
	color: #ffffff;
}

/* right_info is used on the login page. */
.right_info {
	float: right;
	width: 300px;
	margin: 0px 0px 10px 15px;
}

.top {
	text-align: right;
	background-color: #c8d0e5;
	font-size:smaller;
	padding: 1px 4px 2px 0px;
}

.appex_step {
	background-color: #c8d0e5;
	margin: 1px 5px 6px 1px;
	padding: 1px 2px 2px 2px;
}

th.student_name {
    vertical-align: top;
}

.next a {
	background: url(../images/next.gif) right no-repeat #553D6F;
	padding: 2px 14px 3px 7px;
	color: #FFFFFF;
	text-decoration: none;
}

.previous a {
	background: url(../images/previous.gif) left no-repeat #553D6F;
	padding: 2px 7px 3px 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav-search {
    background-color: #E1E1E1;
    padding: 7px;
}

#nav-search h5 {
    color: #553D6F;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#nav-search #search {
    width: 93px;
}

.go-button {
    border: #fff solid 1px;
    color: #fff;
    background: #69B245;
    width: 24px;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
}

.info-text {
    color: #999;
    font-weight: bold;
}

