body
{
    font-family: Helvetica, Arial, Verdana;
    background-color: #ace6ac;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width:100%;
    line-height: 1.5;
}
p
{
    font-size: 1.2em;
    font-family: Helvetica, Arial, Verdana;
}
ul li
{
    list-style-type: square;
}

img
{
    margin: 0;
}

input[type='text'], input[type='password'], select
{
    border: 1px solid #375C2D;
}

input[type='submit']
{
    background-color: #99CC99;
    border-color: #666869;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    color: #375C2D;
    cursor: pointer;
    padding: 1px 3px;
}

.rightAlign
{
    text-align: right;
}

.leftAlign
{
    text-align: left;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}


.signInContainer
{
    margin: auto;
    width: 380px;
}

.signInInputBox
{
    float: left;
    width: 180px;
    height: 41px;
    border: 0 solid red;
    padding-top: 15px;	
}

.signInImageButton
{
    float: left;
    width: 100px;
    height: 51px;
    border: 0 solid red;
    text-align: left;
}

.managerSignInContainer
{
    margin: auto;
    width: 650px;
}

.managerSignInInputBox
{
    float: left;
    width: 350px;
    height: 30px;
    border: 0 solid red;
    padding-top: 14px;
    padding-right: 10px;
    text-align: right;
}

.managerSignInPasswordBox
{
    float: left;
    width: 350px;
    height: 30px;
    border: 0 solid red;
    padding-top: 16px;
    padding-left: 0px;
    padding-right: 10px;
    text-align: right;
}

.managerSignInImageButton
{
    float: left;
    width: 100px;
    height: 30px;
    border: 0 solid red;
    text-align: left;
}

.managerSignInLinkButton
{
    float: left;
    width: 215px;
    border: 0 solid red;
    height: 30px;
    text-align: left;
    padding-top: 19px;
    padding-left: 5px;
}

.WAContainer
{
    margin: auto;
    width: 730px;
    border: 0;
    height: 50px;
    border-style: solid;
}

.WAInputBox
{
    float: left;
    width: 280px;
    text-align: left;
    padding-left: 140px;
}

.WAImageButton
{
    float: right;
    width: 180px;
    text-align: right;
    padding-top: 7px;
    padding-left: 0px;
    padding-right : 10px;
}

.calenderContainer
{
    width: 690px;
    margin: auto;
}

.keyRetrievalContainer
{
    margin: auto;
    width: 350px;
}

.keyRetrievalInputBox
{
    float: left;
    width: 150px;
    height: 35px;
    border: 0 solid red;
    padding-top: 5px;
}

.keyRetrievalImageButton
{
    float: left;
    width: 100px;
    height: 35px;
    border: 0 solid red;
    text-align: left;
}

.studentContainer
{
    margin: auto;
    width: 97%;
}

.gradeContainer
{
    text-align: left;
    width: 35%;
    vertical-align: top;
}

.alphabetContainer
{
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px;
    border-left: 1px;
    border-color: #375c2d;
    border-style: dashed;
}

.nameContainer
{
    width: 35%;
    vertical-align: top;
    text-align: right;
}

.selectionContainer
{
    width: 630px;
    overflow: scroll;
    margin-left: 10px;
    margin-top: 10px;
    border-width: 1px;
    border-color: #375c2d;
    border-style: solid;
}

/* Structural IDs *****************************************/
#mainWrapper
{
    width: 100%;
    min-width: 1000px;
}

#headerWrapper
{
    background-color: #375c2d;
    width: 100%;
    margin-bottom: 15px;
    height: 134px;
}

#header
{
    width: 100%;
    background-color: #375c2d;
    float: left;
}

#headerLeftCol
{
    background: #FFFFFF; /*url(../../Images/MasterPages/bgHeaderLeftCol.gif) no-repeat scroll right top;*/
    float: left;
    height: 134px;
    width: 380px;
    font-size: 0;
}

#headerRightCol
{
    float: left;
    width: 472px;
    height: 134px;
}

#headerPhoto
{
    float: left;
    width: 151px;
    height: 134px;
    line-height: 0;
    font-size: 0;
}

#headerRightCol #topRow
{
    margin: 12px 0 0 100px;
    font-size: 0;
    padding: 0;
}

#headerRightCol #topRow img
{
    margin-left: 25px;
}

#headerRightCol #divider
{
    background: transparent url(../../Images/MasterPages/hr-464x1.gif) no-repeat scroll 0 0;
    width: 464px;
    height: 1px;
    font-size: 0;
    padding: 0;
    margin: 14px 0 10px 0;
}

#headerRightCol #bottomRow img.pmrn
{
    margin-top: 0;
}

#columnWrapper
{
    /* background: url(../../Images/MasterPages/bgColumnWrapper.gif) repeat-y; */
}

#menu
{
    float: left;
    width: 153px;
    background-color: #99cc99;
}

#menu h2
{
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    margin: 5px 0 5px 0;
}

#menu ul#primaryNav
{
    width: 150px;
    background-color: #fff;
    padding-top: 5px;
}

#menu ul#primaryNav li
{
    text-align: right;
    list-style: none;
}

#menu ul#primaryNav li a
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    height: 20px;
}

#menu ul#primaryNav li a:hover
{
    color: #000;
    background-color: #99cc99;
}

#content
{
    margin-left: 15px;
    margin-right: 15px;
    width: 97%;
}

.ErrorMessage
{
    border: solid 1px #375C2D;
    margin-top: 10px;
}

.ErrorMessage #errorMessageHeader
{
    text-align: center;
    background: #FF3939;
}

.ErrorMessage #errorMessageHeader h5
{
    display: inline;
    vertical-align: middle;
    font-weight: bold;
}

.ErrorMessage #errorMessageContainer
{
    padding: 3px;
    color: #FF3939;
    font-style: italic;
}

.SessionTimeoutWarning
{
    margin-top: 3px;
    padding: 3px;
    border: 1px solid #c6c8ca;
    text-align: center;
}

/* Homepage-sepecific *****************************************/
#content #homepageLeftCol
{
    float: left;
    width: 485px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid #eee;
}

#content #homepageLeftCol img
{
    margin-bottom: 10px;
}

#content #homepageRightCol
{
    float: left;
    width: 227px;
}

#content #contentBox
{
    background: #ffffff; /*url(../../Images/MasterPages/bg227BoxTop.gif) no-repeat center top; */
    border-bottom: 1px solid #375C2D;
    border-left: 1px solid #375C2D;
    border-right: 1px solid #375C2D;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#content #contentBox #titleBox
{
    background-color: #375C2D;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 1.4em;
    text-align: left;
}

.message
{
    font-size: 1.2em;
}

.layover
{
    font-size: 16px;
}

.titleBox
{
    background: #ffffff; /*url(../../Images/MasterPages/bg227BoxTop.gif) no-repeat center top; */
    border-top: 1px solid #375C2D;
    border-bottom: 1px solid #375C2D;
    border-left: 1px solid #375C2D;
    border-right: 1px solid #375C2D;
    width: 85%;
    margin: auto;
}

.titleBoxQA
{
    background: #ffffff; /*url(../../Images/MasterPages/bg227BoxTop.gif) no-repeat center top; */
    border-top: 1px solid #375C2D;
    border-bottom: 1px solid #375C2D;
    border-left: 1px solid #375C2D;
    border-right: 1px solid #375C2D;
    width: 98%;
    margin: auto;
}

#content #contentBox #leftTitleBox
{
    background-color: #375c2d;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 1.4em;
    text-align: left;
    width: 50%;
    float: left;
}

#content #contentBox #rightTitleBox
{
    background-color: #375c2d;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 1.4em;
    text-align: right;
    width: 46%;
    float: right;
}

#content #contentBox p
{
    margin: 20px 20px 20px 20px;
}

#content #contentBox #signInBox
{
    background: #ffffff; /*url(../../Images/MasterPages/bg227BoxTop.gif) no-repeat center top; */
    border-top: 1px solid #375C2D;
    border-bottom: 1px solid #375C2D;
    border-left: 1px solid #375C2D;
    border-right: 1px solid #375C2D;
    width: 85%;
    margin: auto;
}
.RCsignInBox
{
    background: #ffffff; /*url(../../Images/MasterPages/bg227BoxTop.gif) no-repeat center top; */
    border-top: 1px solid #375C2D;
    border-bottom: 1px solid #375C2D;
    border-left: 1px solid #375C2D;
    border-right: 1px solid #375C2D;
    margin: auto;
    font-size: 1.4em;
}

#content #contentBox #signInBox h3
{
    background-color: #375C2D;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 1.4em;
    text-align: center;
}

#content #contentBox #signInBox p
{
    margin: 0 4px 4px 4px;
}

.center
{
    text-align: center;
}

#Login1
{
    margin: auto;
}

#content #contentBox #signInBox label
{
    font-size: 1.2em;
    margin: auto;
}

#content #contentBox #signInBox .signIn
{
    margin: 10px auto 0 auto;
    vertical-align: text-bottom;
}

#content #contentBox #signInBox a.forgotYourPassword
{
    margin: auto; /*padding:6px 0 6px 0; 		background:url(../images/iconQuestionMark.gif) right no-repeat;*/
    width: 150px;
}

#content a.fcrrNavLink
{
    font-size: 14pt;
    font-family: inherit;
}

#content .shadowContainer
{
    border-color: #C7C8CA;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    padding: 10px;
}

#content .ferpaContainer
{
    width: 80%;
}

#content .roleSelectionLeftColumn
{
    width: 60%;
}

#content .roleSelectionRightColumn
{
    width: 33%;
    float: right;
}

#content table.roleSelection
{
    width: auto;
    border: 1px solid #C7C8CA;
}

#content table.roleSelection tr.oddRow
{
    background-color: #EBECE4;
}

#content #userInfo
{
    background-color: #375c2d;
    text-align: left;
    color: #fff;
    padding: 3px 0 3px 5px;
    font-size: .9em;
    margin-bottom: 10px;
}

#content #userInfo span.userText
{
    text-align: left;
    float: left;
}

#content #userInfo a
{
    color: #fff;
}

#content #userInfo span.dbConn
{
    color: Red;
    font-weight: bold;
    text-align: right;
    position: relative;
    top: 0;
    right: 0;
}

#content .pageTitle
{
    border-bottom: 1px dashed #C7C8CA;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    background-color: #375C2D;
}

#content .filterHeader
{
    margin-bottom: 5px;
    border: 1px solid #c6c8ca;
    padding: 5px 20px;
    height: 70px;
}

#content .filterHeader .filterHeaderRow
{
    margin: 10px;
    padding: 0px;
}

#content .filterHeader .filterContainer
{
    display: inline;
    margin-left: 20px;
}

#content .filterHeader .filterContainer .filterLabelLeft
{
    width: 100px;
}

#content .filterHeader .filterContainer select.filterDistrict, #content .filterHeader .filterContainer select.filterRegion, #content .filterHeader .filterContainer select.filterSchool
{
    width: 260px;
}

#content .filterHeader .filterContainer select.filterSchoolYear, #content .filterHeader .filterContainer select.filterCalendar
{
    width: 230px;
}


#content .reportNav
{
    height: 40px;
}

#content .reportNav ul li
{
    float: left;
    margin-right: 5px;
    list-style: none;
    max-width: 90;
}

#content .reportNav ul li a
{
    float: left;
    text-align: center;
    padding: 10px 7px 10px 7px;
    height: 20px;
    background-color: #375c2d;
    font-size: .9em;
    color: #fff;
    text-decoration: none;
    line-height: 12px;
}

#content .reportNav ul li a.doubleLine
{
    padding-top: 6px;
    height: 24px;
}

#content .reportNav ul li a.AspNet-Menu-Selected
{
    background-color: #99cc99;
    color: #375c2d;
    font-weight: bold;
}

#content .reportNav ul li.last
{
    margin-right: 0;
}

#content #reportWrapper
{
    background-color: #fff;
    border-left: 1px solid #c6c8ca;
    border-right: 1px solid #c6c8ca;
    border-bottom: 1px solid #c6c8ca;
}

#filterCountyWrapper
{
    background-color: #99cc99;
}

#content #reportWrapper #filter
{
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    background-color: #99cc99;
}

#content #reportWrapper #filter span.county
{
    text-align: right;
    font-size: .9em;
    font-weight: bold;
    padding: 10px 20px 10px 0;
    background-color: #99cc99;
}

#content #reportWrapper .inputWrapper
{
    padding: 15px;
    border-top: 1px solid #C6C8CA;
}
#content #reportWrapper .inputWrapper fieldset
{
    width: 75%;
}

#content #reportWrapper .inputWrapper fieldset
{
    border-bottom: 1px dashed #C6C8CA;
    margin-bottom: 10px;
}

#content #reportWrapper .inputWrapper .editSchoolRegistration
{
    float: right;
}

#content #reportWrapper .inputWrapper .required
{
    color: red;
    font-weight: bold;
}

#content #reportWrapper .inputWrapper .form-row
{
    clear: left;
    position: relative;
    text-align: left;
    margin-bottom: 5px;
}

#content #reportWrapper .inputWrapper label
{
    clear: left;
    float: left;
    width: 150px;
}

#content #reportWrapper .inputWrapper label.readingFirstDateLabel
{
    display: inline;
    clear: none;
    float: none;
}

.inputWrapper input.wide
{
    width: 200px;
}

.inputWrapper input.narrow
{
    width: 75px;
}

.inputWrapper input.city
{
    width: 150px;
}

.inputWrapper input.zip
{
    width: 100px;
}

.inputWrapper input.phone3
{
    width: 24px;
}

.inputWrapper input.phone4
{
    width: 31px;
}

.inputWrapper .submitContainer
{
    min-height: 25px;
    float: right;
}
.inputWrapper input.button
{
    float: right;
}

#content #reportWrapper .drillDownWrapper
{
    background-color: #fff;
    border-left: 1px solid #c6c8ca;
    border-right: 1px solid #c6c8ca;
    border-bottom: 1px solid #c6c8ca;
    margin: 10px;
}

#content #reportWrapper .drillDownWrapper .header
{
    background-color: #99cc99;
    padding: 5px;
}

#content #reportWrapper .drillDownWrapper ul
{
    margin: 15px;
}

#content #reportWrapper .drillDownWrapper ul li
{
    list-style: none;
    margin-bottom: 5px;
}

#content #reportWrapper .drillDownWrapper ul li a
{
    color: #000;
}

#footer
{
    width: 98%;
    margin: 10px 0 10px 10px;
    padding: 10px 0 0 0;
    font-size: .9em;
    text-align: center;
    height: 29px;
}

#homepageFooter
{
    text-align: left;
    padding: 20px 0 0 150px;
    margin: -20px;
    width: 710px;
    margin: 20px 0 20px 52px;
    border-top: 1px solid #c7c8ca;
}


/* Custom Classes *****************************************/
.clear
{
    clear: both;
    font-size: 0;
    height: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix
{
    display: block;
}


/* End hide from IE Mac */

/* Maze drop down style */
.dropdown
{
	font-family: Helvetica, Arial, Verdana;
    margin: 0.3em 0 0 0;
    color: black;
    border: 1px solid #cccccc;
    font-size: 1.00em;
    line-height: 1.6em;
  
}
.PageTitle
{
    background-color: #375C2D;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 1.4em;
}
.leftAlignBody
{
    /* text-align: left;
    font-family: arial, helvetica, verdana, sans-serif;
    color: black;
    font-size: 1.6em;
    margin-left: 15px;   
    line-height: 1.7em;
    word-spacing: 0.4em; */
    text-align: left;  
    margin-left: auto;
    margin-right: auto;    
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;    
    font-family: Helvetica, Arial, Verdana;
    font-size: 1.4em;
    line-height: 1.1em;
}

/* End of Maze  */

/* RC style sheet*/
.PassageText
{   
   /* text-align: left;
    font-family: arial, helvetica, verdana, sans-serif;
    color: black;
    font-size: 1.6em;
    margin-left: 15px;   
    line-height: 1.7em;
    word-spacing: 0.4em; */
    text-align: left;  
    margin-left: auto;
    margin-right: auto;    
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;    
    font-family: Helvetica, Arial, Verdana;
    font-size: 1.4em;
}

.Questions
{   
    /*text-align: left;
    font-family: arial, helvetica, verdana, sans-serif;
    color: black;
    font-size: 1.6em;
    margin-left: 15px;   
    line-height: 1.0em;
    word-spacing: 0.4em;*/
    text-align: left;  
    margin-left: auto;
    margin-right: auto;    
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;    
    font-family: Helvetica, Arial, Verdana;
    font-size: inherit;
}
/* */

#NumberAttempted
{
	font-family: Helvetica, Arial, Verdana;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    display: none;
    color: #FFFF00;
}

#NumberCorrect
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 30px;
    font-weight: bold;
    color: #FFFF00;
    line-height: normal;
    display: none;
}



.Copyright
{
    vertical-align: baseline;
}

#apDiv2
{
    margin-left: 10px;
    width: 273px;
    height: 210px;
    z-index: 1;
	font-family: Helvetica, Arial, Verdana;
    font-size: 11pt;
    padding: 10px;
    text-align: justify;
    border: solid 1px #000;
}
#imgDiv2
{
    margin-left: 10px;
    padding: 10px;
    border: solid 1px #000;
    width:150px;
    height:174px;
}

/* sStudent.css */
.mainB
{
}
.snameblock
{
    text-align: left;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    width: 760px;
    height: auto;
    padding-bottom: 10px;
    font-family: Helvetica, Arial, Verdana;
    font-size: 18pt;
    font-weight: bold;
    display: block;
    height: 30px;
}
.passblock
{
    text-align: left;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    width: 740px;
    height: auto;
    border-color: #375C2D;
    border-width: 1px;
    border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: white;
    font-family: Helvetica, Arial, Verdana;
    font-size: 12pt;
}
.intpassblock
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    width: 738px;
    border-color: #375C2D;
    border-width: 1px;
    border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: white;
    font-family: Helvetica, Arial, Verdana;
    font-size: 2em;
    height: 420px;
	display: block;
	position: absolute;
	left: 0px;
	z-index: 2;    
}
.inttxtblock
{
	text-align: left;
    overflow: auto;
    width: 740px;
    border-width: 0px;
    border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 425px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    background-color: white;
}
.passtitle
{
    font-family: Helvetica, Arial, Verdana;
    font-weight: bold;
    font-size: 14pt;
    margin-top: 10px;
    text-align: center;
}
.intpasstitle
{
    font-family: Helvetica, Arial, Verdana;
    font-weight: bold;
    font-size: 20pt;
    margin-top: 10px;
    text-align: center;
}
.quesblock
{
    text-align: left;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;    
    width: 740px;
    height: auto;
    border-color: #375C2D;
    border-width: 1px;
    border-style: solid; 
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    background-color: white;
    font-family: Helvetica, Arial, Verdana;
    font-size: 12pt; 
    display: none;
}
.intquesblock
{
    text-align: left;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;    
    width: 738px;
    height: 180px;
    border-color: #375C2D;
    border-width: 1px;
    border-style: solid; 
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    background-color: white;
    font-family: Helvetica, Arial, Verdana;
    font-size: 2em; 
    position: absolute;
    bottom: 39px;
    left: 0px;
    z-index: 3;
}
.ques
{
    padding-top: 15px;
    padding-bottom: 5px;
}
.quesid
{
    width: 25px;
    float: left;
    padding-top: 15px;
    font-weight: bold;
}
.quescont
{
    width: 690px;
    float: left;
}
.answ
{
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.contblock
{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 760px;
    height: 30px;  
}
.intcontblock
{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 740px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 4;    
}
#noCorrect
{
    position: absolute;
    width:80px;
    height:42px;
    top: 48px;
    left: 393px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color:#FFFF00;
    line-height: normal;
    display: block;
}
#noAnswered
{
    position: absolute;
    width:80px;
    height:42px;
    top: 48px;
    left: 289px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color:#FFFF00;
    line-height: normal;
    display: block;
}
#feedbackMsg
{
    position: absolute;
    height: 40px;
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    left: 8px;
    bottom: 0px;
    display: block;
    font-family: Helvetica, Arial, Verdana;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}
#rcscoreBoardContainer
{
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    width: 740px;
    border-color: #375C2D;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    background-color: white;
    height: 424px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 6;
}
.btControlClassD
{
    font-family: Helvetica, Arial, Verdana;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #d0d0d0;
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 1px;
    background-color: #375C2D;
    height: 23px;
}
.btControlClass
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	border-style: solid;
	border-color: #e0e0e0;
	border-width: 1px;
	background-color: #375C2D;
	height: 23px;
}

