html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {w
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    display:block;
}
            
html, body{
    margin: 0px;
    padding: 0px;
    background: #EDEFED url() fixed;
    font-family: 'Lucida Sans Unicode','DejaVu Sans','Bitstream Vera Sans','Liberation Sans','Verdana','Verdana Ref',sans-serif;
    font-size: 11.2px;
    line-height: 16.8px;

}
a {
    color: #AA22AA;
    text-decoration: underline;
}
a:hover {
    
}
#pageWrap{

    /*max-width: 300px;*/
    width: 1000px;    
    margin-left: auto;
    margin-right: auto;
}
#pageTitle{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 5px;
    padding-left:auto;
    padding-right:auto;
    text-align:center;
    font-size: 18pt;
    border-bottom: solid 1px #663366;
    line-height: 135%;
    font-weight:bold;
    
}

#menuWrap {
    max-width: 250px;
    padding-left: 10px;
    min-height: 19.2px;
    float:left;
    margin-top: 50px;
    /*clear:right;
    border-bottom: solid 1px #efefef;*/
}

#menuWrap .menuTab{
    width: 250px;
    float:left;
    clear:left;
    margin-left: 1px;
    margin-right: 1px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid 1px #663366;
    border-left: solid 1px #663366;
    cursor: pointer;
    color: #AA22AA;
    text-decoration: underline;

    /*
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;
    -khtml-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topright: 10px;
    -khtml-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    */
}
#menuWrap .current{
    background-color: #ffffff;
    border-bottom: solid 1px #663366;
}
#menuWrap {
    margin-right: -3px;
}

#formsWrap{
    background-color: #ffffff;
    width: 700px;
    float:left;
    clear:right;
    position:relative;
    padding: 0px 10px 40px;
        
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;

    
    -moz-border-radius-topRight: 10px;
    -webkit-border-radius-topRight: 10px;
    -khtml-border-radius-topRight: 10px;
    border-top-right-radius: 10px;
}

#formsWrap .current {
    visibility: visible;
    display: block;
}
.formWrap{
    visibility: hidden;
    display: none;
    width: 100%;
    padding: 10px;
    padding-right: 0px;
    margin-right: 10px;
    /*border:solid 1px #efefef;*/
    border-top: none;
    
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;

    /*
    -moz-border-radius-topRight: 10px;
    -webkit-border-radius-topRight: 10px;
    -khtml-border-radius-topRight: 10px;
    border-top-right-radius: 10px;*/
}
form, .formWrap{
    position: relative;
}

.formTitle {
    font-size: 14pt;
    margin-bottom: 10px;
    font-weight:bold;
    text-align:center;
}

/* Reports By radio buttons*/
.reportsByWrap{
    position:relative;
    float:right;
    clear:both;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    border: solid 2px #999;
    /*background-color:#ffffff;*/
    width: 200px;
    
    
    /*
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;

    
    -moz-border-radius-topRight: 10px;
    -webkit-border-radius-topRight: 10px;
    -khtml-border-radius-topRight: 10px;
    border-top-right-radius: 10px;
    */
    
}
.reportsByWrap input, .reportsByWrap div{
    margin-left:5px;
    padding : 0px;
}

.reportsByTitle{
    font-weight:bold;
    text-align: center;
    margin-bottom: 10px;
}
.reportsByWrap input{
    float: left;
    clear: left;
    margin-bottom: 5px;
}
.reportsByWrap label{
    float: left;
    clear: right;
    margin-bottom: 5px;
}

.bookletTitle_wrap, .booklet_wrap {
    /*border: solid 1px black;*/
    height: 35px;
    margin-right: 20px;
    clear: both;
}
.bookletTitle_wrap {
    height:15px;
    margin-bottom:10px;
}
.bookletTitle_wrap .clear{
    display: none;
}
.bookletTitle_wrap div {
    font-weight:bold;
}
.bookletTitle_wrap div, .booklet_wrap div{
    float:left;
    margin-left: 10px;
    width: 150px;
}

.bookletTitle_wrap .numClassesTitle, .booklet_wrap .numClasses{
    clear:right;
}

.bookletTitle_wrap .bookletTitle {
    text-align :center;
}
.bookletTitle_wrap .bookletTitle, .booklet_wrap .booklet {
    width: 100px;
}

.bookletTitle_wrap .yearTitle { text-align :center;}
.bookletTitle_wrap .yearTitle, .booklet_wrap .year {
    width: 40px;
    text-align: center;
}
.booklet_wrap .numStudents, 
.booklet_wrap .numClasses {
    width: 130px;
    text-align: center;
}
.booklet_wrap .numStudents input, 
.booklet_wrap .numClasses input{
    margin-left:50px;
    margin-right:50px;
    width: 50px;
}
.booklet_wrap .numClasses {
    width:100px;
}
.booklet_wrap .numClasses input{
    margin-right:10px;
}

.booklet_wrap:nth-child(even) {
    background-color: #efefef;
}

.bookletTitle_wrap .numStudentsTitle, .bookletTitle_wrap .numClassesTitle {
    width: 130px;
}

.bookletTitle_wrap .testTitle, .booklet_wrap .test {
    width: 250px;
}

.reportTypeValue{
    float: right;
    text-align:center;
    /*width: 22px;
    margin-left: 10px;*/   
}
.alpha_wrap, .merit_wrap, .percent_wrap, .group_wrap, .profiles_wrap{
    min-height:20px;
}

.report_wrap .column_2, .report_wrap .column_3{
    float:left;
}

.report_wrap, .reportTitle_wrap{
    width: 550px;
    margin-left:25px;
    margin-right:auto;
    clear:both;
}

.reportTitle_wrap{
    height:18px;
    clear:both;
    font-weight:bold;
    z-index:2;
}
.report_wrap{
    margin-top: 10px;
}

.report_wrap div{
    
}


.report_wrap [class*="_wrap"]:nth-child(even){
    background-color : #efefef;
}

.report_wrap .column_1, .reportTitle_wrap .column_1{
    float:left;
    clear:left;
    width: 275px;
}
.report_wrap .column_2, .reportTitle_wrap .column_2{
    width: 75px;
}
.report_wrap .column_3, .reportTitle_wrap .column_3{
    width: 75px;
}
.report_wrap .column_4, .reportTitle_wrap .column_4{
    float: right;
    clear:right;
    width: 65px;
}
.reportDesc{
    float:left;
    clear:left;
    width: 200px;
}


#reportDescTitle{
    margin-bottom: 5px;
    width: 275px;
    float:left;
}
#hardCopyTitle{
    width: 75px;
    float:left;
    text-align:center;

}
#electronicTitle{
    float:left;
    text-align:center;

}
#reportTypeValueTitle{
    float:right;
    text-align: center;

}
.alpha_wrap, .merit_wrap, .percent_wrap, .group_wrap, .profiles_wrap{
    border-bottom: solid 1px #eeeeee;
}

/*  */
.summary_wrap{
    width: 425px;
    float: right;
    margin-right: 25px;
    margin-top: 30px;
    clear: right;
    
}
.summary_wrap h3 {
    border-bottom: solid 1px #cccccc;

}
.summary_value {

    padding-left:5px;
    padding-right:5px;
    margin-left:20px;
    min-width:80px;
    min-height:18px;
    background-color: white;
    border: solid 1px grey;
    float:right;
}

.summary_wrap .orderSummaryRow:nth-child(even){
    background-color: #efefef;
}
.orderSummaryWrap h3{
    font-weight: bold;
    height: 18px;
}

.orderSummaryRow{
    width:400px;
    margin-bottom:5px;
    height:20px;
    padding: 3px;
}
.orderSummaryRow .orderSummaryRow_1{
    float:left;
    clear:left;
    width: 250px;
}
.orderSummaryRow div:first-child{
    width: 250px;
    float:left;
}
.orderSummaryRow .summary_value{
    margin-left:10px;
    min-width:80px;
    min-height:18px;
    background-color: white;
    border: solid 1px grey;
    float:right;
    width: 80px;
}

.orderSummaryRow .summaryDollarSign{
    float:right;
}

.numStudents, .numClasses, .summary_value{
    text-align: right;
}
/*
#handMarkingNote {
    display:block;
    margin-left:0px;
    display:block;
    clear:both;
    width: 700px;
    padding:10px;
}*/

#agreementWrap{
    display:none;
}
.printButton{
    width:20px;
    height:20px;
    float:right;
    clear:both;
    background-image: url('../images/printbutton.png');
    background-repeat: no-repeat;
    z-index: 10;
}
#printButtonTop{
    position:absolute;
    top:10px;
    right:10px;
}
#printButtonBottom{
    position:absolute;
    bottom:10px;
    right:10px;
}

.numClassesNote {
    position: absolute;
    right: -5px;
    top: 76px;
    width: 145px;
    border: solid 1px yellow;
    background-color: yellow;
    font-size: 10pt;
    padding:10px;
}
/*
.plusSign{float: right;clear:left;}
.minusSign{float: right; clear: right;}
*/
.plusSign {
    float:left;
    clear:left;
    width: 20px;
    height:20px;
}
.minusSign{
    width: 20px;
    height:20px;
    float:left;
    clear:right;
    margin-left:10px;
}
.clear{
    height:1px;
    width:100%;
    clear: both;
}

#freeECopy {
    background-color: #efefef;
    border: solid 1px #AA22AA;
    color: #AA22AA;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
/**
 * #####################styles added by DT#################
 */
#menuWrap #instructions {
    color: #000;
    text-decoration: none;
}
#menuWrap #navTitle {
    color: #000;
    text-decoration: none;
    border-top: 1px solid #000;
}
#instructions h4, #navTitle h4 {
	font-weight: bold;
	font-size: 14px;
}

.cart #menuWrap {
	width: 120px;
}
.cart #formsWrap {
	width: 830px;
}
.booklet_wrap .cost {
	padding-left: 10px;
    width: 30px;
    text-align: center;
}
.booklet_wrap .remove {
    width: 40px;
    float: right;
}

table.details {
	width: 100%;
	padding: 4px;
}
.details td {
    padding: 4px;	
}
.details input[type=text] {
	width: 200px;
}
.label {
	width: 35%;
	font-weight: bold;
	text-align: right;
}
.details_wrap {
    width: 300px;
    float: left;
    margin-top: 30px;
}
.details_wrap h3 {
	font-weight: bold;
}
#proceedSummary {
    float: right;
    margin-right: 40px;
}

.required {
	color: #f00;
}
.error {
	display: block;
}
.bold {
	font-weight: bold;
}
.addToCartButton {
	padding-top: 30px;
	float: right;
}
.instructionsList {
	list-style-type: decimal;
	margin: 0px 25px;
	padding-bottom: 20px;
}
.omrLine {
	border-bottom: 1px solid #636;
}
#cartUpdateAlert {
	position: fixed;
	background: #ededed;
	color: #333;
	width: 200px;
	height: 40px;
	top: 50%;
	left: 50%;
	display: none;
	text-align: center;
	z-index: 99;
	padding-top: 20px;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #636;
}
* html #cartUpdateAlert {
	padding-top: 10px;
    position:absolute;
}
.fiftyPercent {
	width: 50%;
}
