@CHARSET "ISO-8859-1";

article,aside,figure,footer,header,hgroup,menu,nav,section {
	display: block;
	height: auto;
}

* {
	margin: 0;
	padding: 0;
}

h2,h3,h4,h5,p,ul,ol {
	margin: 0 auto;
	padding: .5em 0;
}

img {
	border: 0px;
}

input[type='checkbox'] {
    -webkit-appearance:none;
    width:80px;
    height:80px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -border-radius: 22px;
    background:white;
    border:2px solid #555;
}
input[type='checkbox']:checked {
    background: #111;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

#attendance {
	witdh: 100%;
	height: 100%;
}

#LBHeader {
	width: auto;
	height: Auto;
	margin: auto auto;
}

#contentContainer {
	width: 90%;
	height: 100%;
	min-height: 703px;
	background-color: #555555;
	border: 3px solid #a62;
	margin: auto;
	position: relative;
}
#studentInfoContentContainer {
	width: 900px;
	height: 750px;
	background-color: #555555;
	border: 3px solid #a62;
	margin: auto;
}


#header {
	width: 100%;
	height: auto;
	background-color: black;
	border: 0px;
	text-align: center;
}

#rollSheet {
	width: 100%;
	height: auto;
	background-color: #bbb;
	border: 0px;
	text-align: center;
}

#levelForm {
	width: 200px;
	height: 25px;
	margin-top: 3px;
}

#classForm {
	width: 200px;
	height: 25px;
}

#select {
	width: 100%;
	height: 100%;
	background-color: #bbb;
	padding-top: 10px;
	border: 0px;
	text-align: center;
}

#break {
	height: 5px;
	background-color: #A62;
}

#searchBox {
	width: 250px;
	height: 100px;
	background-color: #aaaaaa;
	float: left;
	margin-left: 90px;
}

#parentSearchBox {
	width: 250px;
	height: 100px;
	background-color: #aaaaaa;
	float: left;
	margin-left: 100px;
}

#otherSearchBox {
	width: 250px;
	height: 100px;
	background-color: #aaaaaa;
	float: left;
	margin-left: 100px;
}

#searchResults {
	width: 99%;
	height-minimum: 300px;
	background-color: #dddddd;
	margin: auto;
	margin-top: 5px;
}
#studentSearchBoxContainer {
	width: 100%;
	height: 100px;
	background-color: #aaaaaa;
	margin-top: 5px;
}
#studentInfo {
	width: 430px;
	height: 620px;
	background-color: #aaaaaa;
	float: left;
	margin-right: 0px;
}

#studentCreationForm {
	width: 900px;
	height: auto;
	background-color: #aaaaaa;
	border: 3px solid #a62;
	margin: auto auto;
}

#attendanceHistory {
	width: 430px;
	height: 150px;
	background-color: #888888;
	float: right;
	margin-right: 0px;
	margin-top: 20px;
}
#studentNotes {
	width: 430px;
	height: 150px;
	background-color: #bbbbbb;
	float: right;
	margin-right: 0px;
	margin-top: 20px;
}
#tuition {
	width: 430px;
	height: 150px;
	background-color: #bbbbbb;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}

#active {
	width: auto;
	height: auto;
	background-color: green;
	margin:10px;
}

#inactive {
	width: auto;
	height: auto;
	background-color: red;
}

#pending {
	width: auto;
	height: auto;
	background-color: blue;
}

#red {
	color: red;
	display: inline;
}
#white {
	color:white;
	display:inline;
}
#rollResult {
	background-color: #ddd;
	width: auto;
	height: 100%;
	margin: auto auto;
	text-align: center;
}

table.student {
	margin: auto;
	text-align: center;
	border: 1px solid;
	width: auto%;
	padding: 0px;
}

table.student tr:nth-child(odd){ 
		background: #bbbbbb;
}

table.student tr:nth-child(even){ 
		background: #dddddd;
}

table.student th {
	background-color: #999999;
	margin: 30px;
	border: 1px solid;
	text-align: center;
}

table.infoTable {
	margin: auto;
	border: 0px solid;
	text-align: left;
	width: auto;
	padding: 5px 5px 5px 5px;
}

table.infoTable td {
	width: auto;
	padding: 5px 5px 5px 5px;
}

table.editTable {
	margin: auto;
	border: 0px solid;
	text-align: left;
	width: auto;
	padding: 5px 5px 5px 5px;
}

table.editTable td {
	width: auto;
	padding: 5px 5px 5px 5px;
}

table.attendanceTable {
	margin: auto;
	text-align: center;
	border: 0px solid;
	width: 100%;
	padding: 5px 5px 5px 5px;
}

table.attendanceTable th {
	background-color: #a62;
	width: auto;
	padding: 5px;
	bordar: 1px solid;
}

table.attendanceTable td {
	padding: 5px 5px 5px 5px;
}

table.paymentTable {
	margin: auto auto;
	text-align: center;
	border: 0px solid;
	width:1100px;
	padding: 5px 5px 5px 5px;
}

table.paymentTable th {
	background-color: #a62;
	width: auto;
	padding: 5px;
	bordar: 1px solid;
}

table.paymentTable td {
	text-decoration: white;
	padding: 5px 5px 5px 5px;
}

table.paymentReport {
	margin: auto;
	text-align: center;
	border: 10px solid;
	width: 100%;
	padding: 5px 5px 5px 5px;
}

table.attendanceEntTable {
	font-size: 30px;
}

#appSelect {
	margin: 0px auto;
	width: 100%;
	background-color: black;
	border: 3px solid #a62;
	height: 100%;
}

#navTitle {
	width: 50%;
	margin: auto auto;
	background-color: #c84;
	border: 2px solid black;
}

#studentInformationButton {
	width: 250px;
	background-color: #a62;
	border: 2px solid black;
	margin: auto auto;
	margin-top:10px;
}

#attendanceButton {
	width: 250px;
	background-color: #a62;
	border: 2px solid black;
	margin: auto auto;
	margin-top:10px;
}

#paymentButton {
	width: 250px;
	background-color: #a62;
	border: 2px solid black;
	margin: auto auto;
	margin-top:10px;
}

#emailButton {
	width: 250px;
	background-color: #a62;
	border: 2px solid black;
	margin: auto auto;
	margin-top:10px;
}

#quickLinks {
	width: 50%;
	margin: auto auto;
	background-color: #c84;
	border: 2px solid black;
	margin-top:20px;
}

#classInformationButton {
	width: 250px;
	background-color: #a62;
	border: 2px solid black;
	margin:auto auto;
	margin-top:10px;
}

#login {
	width: 100%;
	height: 80%;
	background-color: #aaaaaa;
	padding-top: 0px;
	margin: auto auto;
}

#studentHeaderLogo {
	float: left;
	height: 130px;
	width: 225px;
}
#studentHeaderBox{
	width: 100%;
	height:130px;
	background-color: black;
}
#studentHeaderText {
	color: white;
	background-color: black;
	text-align: right;
	height: 80px;
	width: 625px;
	padding-top: 50px;
	padding-right: 50px;
	float:right;
}
#blackHeader {
	background-color: black;
}


#paymentSelect {
	margin: 100px auto;
	width: 500px;
	background-color: black;
	border: 3px solid #a62;
	height: 237px;
}

#announcementEditor {
	margin: 100px auto;
	width: 500px;
	background-color: black;
	border: 3px solid #a62;
	height: 600px;
}

#paymentAppButton {
	width: 298px;
	background-color: #aaaaaa;
	border: 1px solid black;
	margin: auto;
}

#paymentContentContainer {
	width: 1100px;
	height: auto;
	min-height: 100%;
	background-color: #bbbbbb;
	border: 3px solid #a62;
	margin: auto;
}
#mainHeader {
	width: 100%;
	height: 130px;
	background-color: black;
}
#nav {
	padding-top: 20px;
	float: left;
	width: 20%;
	margin-left: 5px;
}
#bulletinBoard {
	float: left;
	width: 30%;
	height: auto;
	min-height:499px;
	background-color:#dddddd;
	padding: 3px 3px 3px 3px;	
	margin-left: 10px;
}
#attendanceChart {
	width: 100%;
	height: 50%;
	margin: auto auto;
	background-color: #888888;
}
#enrollmentChart {
	width: 47%;
	height: 250px;
	float: right;
	background-color: #888888;
	margin-top:5px;
	text-align:right;
}
#classNav {
	float:left;
	width: 25%;
	height:125px;
	background-color:#888888;
}
#levelSelect{
	width:100%;
	height:50px;
}
#classSelect{
	width:100%;
	height:50px;
}
#classInformationDisplay {
	float:right;
	width:75%;
	height:auto;
}
#studentList{
	padding-top: 20px;
	padding-left: 20px;
	width:40%;
	height:auto;
	float:left;
	background-color: #dddddd;
}
#emailList{
	padding-top: 20px;
	padding-left: 20px;
	width:40%;
	height:auto;
	float:left;
	background-color: #dddddd;
}
#classManagementForms{
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#classCreationBox{
	width: 30%;
	display:inline-block;
	height: 360px;
	background-color: #aaaaaa;
	border: 2px solid;
	float: left;
}
#classModifyBox{
	width: 30%;
	display:inline-block;
	height: 360px;
	background-color: #aaaaaa;
	border: 2px solid;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
#studentAssignBox{
	width: 30%;
	display:inline-block;
	height: 175px;
	background-color: #aaaaaa;
	border: 2px solid;
	float: left;
}
#studentRemovalBox{
	width: 30%;
	display:inline-block;
	height: 175px;
	background-color: #aaaaaa;
	border: 2px solid;
	float: left;
	margin-top:5px;
}
#classDeletionBox{
	width: 96%;
	display:inline-block;
	height: 175px;
	background-color: #aaaaaa;
	border: 2px solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#studentClassInformationBox{
	width: 40%;
	height: auto;	
	background-color: #aaaaaa;
	border: 2px solid;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}
#redText{
	color: red;
}
#dateInput{
	width: 75px;
}
