@import url(messages.css);
@import url(displaytag.css);

a {
    color: #404040;
}

a img {
    border: 0
}

a:hover {

}

body {
    background-color: white;
    color: #404040;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    height: 100%;
}

table, table tr, table td {
    border-collapse: collapse ;
    border-spacing: 0px;
    padding: 0px;
}

h1 {
    color: #404040;
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

h2 {
    color: #404040;
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

.level1 { 
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin: 0px 0px 1px 0px;
}

.level2 { 
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px 0px 15px 0px;
}

.level3 {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0px 0px 15px 0px;
}

div#header {
    height: 125px;
    width: auto;
    text-align: left;
    left: 0;
    top: 0;
    padding : 0;
    margin: 0;
    border: none;
}

div#footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding : 3px;
    margin: 0;
    bottom: 0px;
    background: #FFFFFF;
    border : none;
    font-weight: bold;
    color: #666666;
    font-size: .9em;
    text-align: center;
}

div#footer a, div#footer a:visited {
    background: transparent;
    color: #666666;
}

div#footer a:hover {
    background: transparent;
    color: #000000;
    text-decoration: underline;
}

div#loginHeaderDiv {
    position: absolute;
    right: 25px;
    top: 108px;
    font-size: 12px;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    height: 25px;
    line-height: 1.2;
    text-align: right;
    font-weight: bold;
    color: white;
    z-index: 2;
}

div#loginHeaderDiv a {
	text-decoration: none;
	color: white;
}

div#loginHeaderDiv a:hover {
	color: #FF9E1B;
}

div.scrollBox {
    padding: 5px;
    margin: 0;
    border-top: solid 1px #d0d0d0;
    border-bottom: solid 1px #d0d0d0;
    /* overflow: auto;*/
    /* height: 400px; */
}

div#content {
    border: 0px;
    height: 450px;
    margin: 5px;
    padding: 2px;
    background-color: white;
    color: #404040;
    overflow: auto;
    text-align: left;
    z-index: -1;
}

div#activeUsers {
    float: right;
    margin-right: 5px;
    font-size: .9em;
    background: transparent;
    color: #000;
}

div#tableSearch {

}

div#info {
    font-weight: bold;
    color: #204b7f;
    text-align: left;
    background: transparent;
}

div#error {
    font-weight: bold;
    color: red;
    background: transparent;
}

div#loginTable th {
    text-align: right;
}

div#menu {
    position: absolute;
    bottom: 100px;
    right: 120px;
    width: 250px;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #c0c0c0;
    line-height: 17px;
    /* Again, the ugly brilliant hack. 
    voice-family: "\"}\""; */
    voice-family: inherit;
    width: 166px;
}

div#menu a:visited {
    background: transparent;
    color: black;
}

div#readme {
    background: #ffd;
    border: 1px solid silver;
    color: #008000;
    height: 300px;
    margin-top: 10px;
    overflow: auto;
    padding: 5px;
    width: 600px;
}

div#readme pre {
    border: 0;
}

div#flags {
    position: absolute;
    left: 20px;
    top: 10px;
}

div#userStatus {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: .9em;
    height: 40px;
    line-height: 1.2;
    text-align: right;
}

div#validators {
    float: right;
}

div.separator {
    border-bottom: 1px solid #FAFAFA;
    margin: 10px 0px;
}

div.standardsNote {
    display: none;
}

div.schoolName {
    font-family: inherit;
    font-size: 11pt;
    font-weight: normal;
    color: white;
    text-align: center;
    width: 100%;
    height: 25px;
}

div#dailyMessage {
	position: absolute; 
	height: 50px; 
	width: 250px;
	top: 20px; 
	right: 20px; 
	border: 3px solid #0067B9; 
	border-radius: 5px; 
	padding: 5px; 
	background-color: white;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10pt;
}

div.tableHeader {
    margin: 0px 0px 15px 0px;
    overflow: auto;
}

div.tableHeader h2 {
    float: left;
    margin: 0px;
}

div.tableHeader input {
    float: left;
    margin-left: 20px;
}

div.tableTotal {
    border: none;
    text-align: right;
    width: 95%;
}

/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input, form textarea, form select {
    padding-left: 4px;
    color: #666;
}

input.button {
    color: #000;
    padding-left: 1px;
}

input.button {
    /* fix button size in IE */
    line-height: 17px;
}

input.checkButton {
    cursor: pointer;
    width : 13px;
    height : 13px;
    border : none;
    background-color: white;
    background-image: url(../images/checkedButton.gif);
}

input.uncheckButton {
    cursor: pointer;
    width : 13px;
    height : 13px;
    border : none;
    background-color: white;
    background-image: url(../images/uncheckedButton.gif);
}

input.submitButton {
	width: 97px;
	height: 20px;
	border: none; 
	border-radius: 2px;
	color: white;
	background: #0277BD; 
}
	
input.submitButton:hover {
	background: #0288D1; 
}

input.cancelButton {
	width: 97px;
	height: 20px;
	border: none; 
	border-radius: 2px;
	color: white;
	background: gray; 
}
	
input.cancelButton:hover {
	background: #9E9E9E; 
}

form input.focus, form textarea.focus {
    border-color: red;
    color: #000;
}

form select {
    padding-left: 0px;
}

img.badge {
    border: 0px;
    height: 31px;
    margin-right: 5px;
    width: 88px;
}

p {
    font-size: 12px;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

span.attention {
    background: transparent;
    color: #0000ff;
}

/* Labels for validation and label tag */
label {
    font-weight: normal;
    cursor: pointer;
    color: #404040;
}

label.required {
    font-weight: bold;
}

label.error {
    font-weight: bold;
    background: gray;
    color: red;
}

fieldset.pickList {
    margin-top: 5px;
    padding: 5px;
    background: transparent;
    text-align: center;
    border-color:#458D76;
}

fieldset.pickList legend {
    font-weight: bold;
    color: #404040;
    border-color: #c0c0c0;
}

ul.glassList {
    list-style: url(../images/aquadot.jpg) disc outside;
    vertical-align: top;
    line-height: 1.5;
}

pre {
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 7px;
}

.addLink {
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    text-decoration: underline;
}

input.checked {
    background-image: url(../images/checkedButton.gif);
    width: 25px;
    height: 22px;
    border: none;
}

.activeTool {	

}

.inactiveTool { 
    border-style:solid;
    border-color:#E0DFE3;
    border-width:2px;
}

.selectDropDown {
    position: relative;
    z-index: 1;
}

.findButton, .findButtonHover {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.findButton {
    background-image: url(../images/icon/24x24/findBtn.png);
}

.findButtonHover {
    background-image: url(../images/icon/24x24/findBtnHover.png);
}

.printButton, .printButtonHover {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    height: 36px;
    width: 36px;
    cursor: pointer;
    z-index: 2;
}

.printButton {
    background-image: url(../images/icon/24x24/printBtnMedium.png);
}

.printButtonHover {
    background-image: url(../images/icon/24x24/printBtnHoverMedium.png);
}

label.inputError {
    font-weight: bold;
    font-family: sans-serif;
    color: red;
}

#printButtonDiv {
    position: absolute;
    top: 135px;
    right: 10px;
}

#searchButtonDiv {
    position: absolute;
    top: 120px;
    right: 32px;
}

.exportOptionsLink {
    display: block;
    text-align: left;
    margin-left: 25px;
}

#newEventForm table tr td:nth-child(2) {
    text-align: left;
}

a.exportOptionsLink {
    padding: 2px;
    padding-bottom: 4px;
    color: mediumslateblue;
    text-decoration: none;
}

a.exportOptionsLink:hover {
    color: blue;
}

textarea.inputBox {
    text-align: left;
    font-family: sans-serif;
}