@charset "UTF-8";
/* CSS Document */

/*
#content div {border:dotted 1px red;margin: 6px;}
#content span.label_extra {border:dotted 1px green; margin: 6px;}
*/

.pageContent_heading {
    color: #7CB017 !important;
    display: block;
    font: italic 26px/30px georgia;
    overflow: hidden;
    padding: 0 0 5px;
    width: 100%;
    }

.halfleft {
    width:49.98%;
    float:left;
    }

.h_space {
    margin: 20px 0 0;
    }
    
.v_space {
    margin:0 20px;
    }

.halfright {
    width:49.98%;
    float:right;
    }

#register {
    border-right: 1px dotted lightgrey;
    float: left;
    margin-right: 20px;
    padding: 15px;
    width: 56%;
    }

#contact_widget {   
    float: left;
    padding: 30px 0 0;
     
    }

#register p {
	margin: 0 0 15px 0;
}

#content {
	}

input, textarea, button {
	font-family: helvetica, arial, sans-serif;
	}

form label, h5 {
	margin-right: 15px;
	color: #2A3D55;
	width: 100%;
	text-align: left;
	font-weight: bold;
	display: block;
	font-size: 1em;
	}
	
form .label_extra {
	display: block;
	width: 100%;
	float: right;
	font-style: italics;
	font-size: 10px;
    color: #727272;
    clear:both;
	}
	
	.label_check {
		margin-left: 5px;
		}

.button {
}

a.button:hover, a.cancel:hover, .button:hover, button:hover, .submit:hover {
}

form .clearBoth {
	height: 15px;
	clear:both;
	}
	
form .input_text, form textarea {
	padding: 5px 4px;
	border: 1px solid #2A3D55;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	}
	
/*
	form .input_text:focus,
	form textarea:focus {
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
		border-color: #1b4309;
		background-color: #CAA16D;
		}
*/

/*
form .formsubmit {
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
	form .formsubmit .submit,
	form .formsubmit .reset {
		margin-right: 10px;
		padding: 5px 10px 3px 10px;
		background: #DAD5BC;
		color: #2A3D55;
		font-weight: bold;
		border: 1px solid #2A3D55;
		font-size: 20px;
		}
		
	form .formsubmit .submit:hover,
	form .formsubmit .reset:hover {
		background: #CAA16D;
		}
*/

form label.label_check,
form label.label_radio {
		margin-right: 20px;
}
	
form input.input_text,
form select,
form textarea {
	width: 255px;
}

.fake_iframe {
    width:92%; 
    height:8em;
    overflow:auto; 
    border: 1px solid #2A3D55; 
    margin: 5px 0 15px 0;
    padding: 15px;
	}

#agreementstatement {
	width: 600px;
	float: left;
}

.label_check {

}

.form_checkbox {
	
	margin-top:1px;
}

form .grade_list .form_checkbox {
    }

form .grade_list ul li label {
    display: inline;
    }

form .grade_list .col {
	float: left;
	list-style: none;
	width: 49%;
    }
    
.topic_window ul li div.closed {
    background: url(../img/topicwindow/topics_plus.gif) no-repeat 3px 3px;
    cursor: pointer;
    }
    
.topic_window ul li div.open {
    background: url(../img/topicwindow/topics_minus.gif) no-repeat 3px 3px;
    cursor: pointer;
    }

.subject_list_item, .grade_list .col li {
    margin-top: 4px;
    }
    
#User_register_requestmsg {
    width: 92%;
}

