/* override to accomadate ie7 */
#wrapper {
    min-height: 900px;
}

#programWrapper {
    width: 94%;
    min-height: 800px;
    margin: 30px auto 0;
}

#mainContent {
    float: left;
}

#headerText {
    width: 100%;
    min-height: 40px;
    margin: 16px 0 0 0;
    color: #30416f;
    font-size: 26px;
    font-weight: bold;
}

#advisoryText {
    width: 100%;
    min-height: 40px;
    color: #30416f;
    font-size: 13px;
    float:left;
}

#programForm {
    width:100%;
    min-height: 500px;
    font-size: 10pt;
    margin: auto;
}

#programForm #upper,
#programForm #lower {
    width: 94%;
    min-height: 200px;
    float: left;
    background-color: #E5E5E5;
    padding:0px 3%;
    box-shadow: 2px 2px 10px 3px #CCC;
    -webkit-box-shadow: 2px 2px 10px 3px #CCC; 
    -moz-box-shadow: 2px 2px 10px 3px #CCC; 
    
}

#programForm .middle {
    width: 94%;
    min-height: 150px;
    float: left;
    background-color: #E5E5E5;
    padding:0px 3%;
    box-shadow: 2px 2px 10px 3px #CCC;
    -webkit-box-shadow: 2px 2px 10px 3px #CCC; 
    -moz-box-shadow: 2px 2px 10px 3px #CCC;
}

#programForm #lower,
#programForm .middle {
    margin: 25px 0 0 0;
}

#programForm #upper h4,
#programForm #lower h4,
#programForm .middle h4 {
	margin-left: 9px;
	padding-left: 5px;
	width: 250px;
	color: #30416F;
	border-bottom: 1px dotted #30416F;
	font-size: 15px;
}

#programForm .column, #locationWrapper .column {
    width: 430px;
    float: left;
}

#programForm .column .row {
    width: 430px;
    height: 20px;
    padding: 10px;
}

#locationWrapper .column .row {
    width: 430px;
    height: 20px;
    padding: 10px;
    clear : both;
    float : left;
}

#programForm .column .rowTall {
    height: 110px;
}

#locationWrapper .column .rowTall{
    height : 40px;
}

#programForm .column .odd,
#programForm .rowFull .odd,
#locationWrapper .column .odd{
    background-color: #E5E5E5;
}

#programForm .column .row .label,
#programForm .rowFull .label,
#locationWrapper .column .row .label,
#customLocation .row .label{
    width: 160px;
    float: left;
    font-weight: bold;
    color: #30416f;
    clear : both;
}

#customLocation .row{
    width : 100%;
    float : left;
    clear : both;
}

#programForm .column .row .input,
#locationWrapper .column .row .input,
#customLocation .row .input{
    width: 200px;
    float: left;
}

#locationsTable{
    width : 100%;
}

#programForm .column .row .input select, #locationWrapper .column .row .input select {
    width: 220px;
    border: 1px solid #898686;
}

#programForm .column .row .input input, #locationWrapper .column .row .input input {
    width: 205px;
    /* border: 1px solid #898686; */
    font-size: 13px;
    padding: 5px 6px;
}

#programForm .column .row .input input.radio, #locationWrapper .column .row .input input.radio {
    width: 25px;
    float: left;
    border: none;
}

#programForm .column .row .input .radioText, #locationWrapper .column .row .input .radioText {
    float: left;
}

#programForm .rowFull .input textarea {
    border: 1px solid #898686;
    padding: 6px 5px;
    font-size: 13px;
    width: 89%;
}

#programForm .column .row .input .small {
    width: 25px;
}

#programForm .column .row .label img {
    width: 16px;
    height: 16px;
}

#programForm .rowFull {
    width: 880px;
    min-height: 20px;
    clear: both;
    float: left;
    padding: 10px;
}

#programForm .tall {
    height: 140px;
}

#programForm .codes {
    min-height: 120px;
}

#programForm #displayNpcCodes,
#programForm #displayPopulationCodes{
    width: 625px;
    min-height: 120px;
    border: 1px solid #CCCCCC;
    float: left;
}

#programForm #displayNpcCodes .npcCode,
#programForm #displayPopulationCodes .populationCode{
    width: 280px;
    min-height: 18px;
    float: left;
    margin: 5px 0 0 12.5px;
    padding: 0 0 0 20px;
    overflow: hidden;
    background-image: url(../../../images/community/common/cross.png);
    background-position: left;
    background-repeat: no-repeat;
}

#programForm .column .mid {
    height: 100px;
}

#programForm .rowFull .input {
    float: left;
    width: 700px;
}

#programForm .rowFull .input input {
    width: 625px;
    padding: 6px 5px;
	font-size: 13px;
}

#programForm .rowFull .input input.small {
    width: 25px;
}

#programForm  .rowButtons {
    width: 880px;
    height: 55px;
    clear: both;
    float: left;
    padding: 10px;
}

#programForm .required {
    font-weight: bold;
    color: red;
}

#programForm .npcLookup,
#programForm .populationLookup{
    cursor: pointer;
    font-size: 11px;
    color: blue;
}

#programForm #lower .locationBox {
    min-height: 325px;
    padding: 10px 0;
    float : left;
}

#programForm #lower .added {
    min-height: 375px;
    border-top: 1px solid #000000;
    float : left;
}

#programForm #lower .locationBox .removeButton {
    margin: 15px 0 0 25px;
}

#programForm #lower .added .column {
    margin-top: 10px;
}

#programForm #lower .locationBox .column .row .label .mapIt{
    cursor : pointer;
    color: #692E20;
}


#newOutcomeForm {

}

#newOutcomeForm .row {
    height: 45px;
    width: 700px;
    float: left;
    font-size: 14px;
}

#newOutcomeForm .row .label {
    font-weight: bold;
    width: 200px;
    float: left;
}

#newOutcomeForm .row .input {
    float: left;
}

#newOutcomeForm .row .input select {
    width: 250px;
}

#newOutcomeResultForm {

}

#newOutcomeResultForm .row {
    height: 45px;
    width: 700px;
    float: left;
    font-size: 14px;
}

#newOutcomeResultForm .tall {
    height: 100px;
}

#newOutcomeResultForm .row .label {
    font-weight: bold;
    width: 200px;
    float: left;
}

#newOutcomeResultForm .row .input {
    float: left;
}

#newOutcomeResultForm .row .input input {
    width: 100px;
    float: left;
}

#newOutcomeResultForm .row .input input.dateInput {
    float: left;
    margin: 0 15px 0 0;
}

#newOutcomeResultForm .row .input .periodText {
    float: left;
    width: 50px;
    font-weight: bold;
}

#newOutcomeResultForm .row .input textarea {
    width: 350px;
    height: 100px;
}

.schoolsServedTable {
    float: left;
    clear: both;
    width: 650px;
    margin: 10px auto;
}

.schoolsServedTable table {
    width: 650px;
}

.schoolsServedTable table td {
    text-align: center;
}

.schoolsServedTable table td.left {
    text-align: left;
}

#newSchoolForm {

}

#newSchoolForm .row {
    height: 45px;
    width: 700px;
    float: left;
    font-size: 14px;
}

#newSchoolForm .tall {
    height: 55px;
}

#newSchoolForm .row .input {
    float: left;
    width: 125px;
}

#newSchoolForm .row .label {
    float: left;
    width: 550px;
}

#newSchoolForm .row .input .radio {
    width: 15px;
    float: left;
}

#newSchoolForm .row .input .inlineText {
    float: left;
}

#newSchoolForm .row .input select {
    width: 100px;
}

#newSchoolForm .row .input input {
    width: 100px;
}

#newSchoolForm .reversed .input {
    float: left;

}

#newSchoolForm .reversed .label {
    float: left;
    width: 125px;
}

#newSchoolForm .reversed .input select {
    width: 250px;
}

#newSchoolForm .reversed .input input {
    width: 550px;
}

#addSchoolButton, #addLocationButton{
    height : 35px;
}
#addLocationButton{
    float : right;
}
#customLocation{
    width : 100%;
    float : left;
    clear : both;
}
.custom .column .row{
    height : auto;
    min-height : 30px;
    float : left;
}
.custom .column .row .label{
    padding-right : 5px;
}

#programForm .custom h4{
    width : 92%;
    padding-bottom : 5px;
}
