/* CSS Document */
p, h1, h2, h3, h4, h5, h6, html, body, ul, li, dl, dd, dt, label, input, select, form, img, fieldset, legend {margin:0; padding:0; line-height:1.3em; }

body {
	font: small/140% Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size:.8em;
	padding:10px;
	}

a {
	text-decoration:none
	}
.highlight {	color:#9ABB3E;	}
.grey { color:#aaaaaa; }
.mike_notes { color:#FF0000; }
.good {
	border:1px solid #A4C253;
	background-color:#E3EFC2;
}

#wrapper {
	margin: 0 auto;
	width: 780px;
	}
	
hr {
	height: 1px;
	background-color: #ddd;
	color: #ddd;
	border: none;
	padding: 0;
	margin: 1em 0;
	}

#header {
	border-bottom: 5px solid #3e3e3e;
	height:145px;
	margin-bottom:40px;
	}
	
#header img {
	width:158px;
	float:left;
	}
#header_right {
	width:550px;
	margin-left:10px;
	float:left;
	margin-top:85px;
	}
#header h1 {
	
	}
#maincontent {
	position:relative;
	min-height:600px;
	}
#maincontent a { color:#9ABB3E;	}
#maincontent a:hover { color:#000000;	}
h2 {
	margin-bottom:.5em;
	}
	
#leftcol {
	float:left;
	width:149px;
	margin-right:20px;
	}

/* Main menu */

#mainmenu {
	width: 149px;	
	}
#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#mainmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	}

#mainmenu ul li.level1 a {
	color: #FFF;
	background:#717171;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #3e3e3e;
	}
#mainmenu ul li.level1 a:hover{
	background: #000;
	color: #fff;
	}	

#mainmenu ul li.level1 ul li a {
	color: #000;
	background:#c2c2c2;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #3e3e3e;
	}
#mainmenu ul li.level1 ul li a:hover, #mainmenu ul li.level1 ul li.selected a {
	background: #000;
	color: #fff;
	}
	
#mainmenu li.sub a {
	background:#eeeeee;
	}

/* Right Column */

#rightcol {
	float:left;
	width:611px;
	}
#rightcol p {
	margin-bottom:1em;
	}
#rightcol ul {
	margin-left:1em;
	}
	
									/* Forms */

form {
	margin-bottom:2em;
	}
	
label{
	width: 550px;
}


input.input {
	width: 300px;
	border: 1px solid #ccc;
	padding: 2px;
	}
input.input.fileUpload {
	margin-bottom: 1em;
}
	
dd { margin: 0 0 10px 0;}
dd input { padding: 0;  }
dd label {padding: 0; margin: 0 0 0 4px; }

#youViolin-label, #youSectionPrinciple-label { display: none;}
#youViolin-element,
#youSectionPrinciple-element {
	float: left; clear: both;
	width: 611px;
}

select.input {
	width: 300px;
}

textarea.input {
	width: 550px;
	border: 1px solid #ccc;
	padding: 2px;
	}

input.input:hover {
	background: #F9FFE1;
	}

input.input:focus {
	border: 2px solid #000;
	background: #F9FFE1;
	padding: 1px;
	}
	
							/* Footer */
#footer {
	clear: both;
	background: #9ABB3E;
	padding: 5px;
	overflow: auto;
	height: 1%;
	margin-bottom:1em;
	}
#footer a {	color:#000000;	}	
#footer a:hover {	color:#FFFFFF;	}	
#sub-footer {
	font-size: .85em;
	color: #898989;
	text-align: center;
	}

/* MikeC - errors */
ul.errors {
    color: #CB2D1E;
    padding-left: 1em;
    padding-bottom: 1em;
    margin-top: -1em;
}
dl.submiterrors {
	
	margin-left:1em;
	margin-bottom:1em;
	}
.submiterrors dt, p.nojavascript {
	color: #CB2D1E;
}

a img {border-bottom: none !important;}


.apptable {
    border-collapse: collapse;
}
.apptable th {
    text-align: left;
    padding: 5px;
}
.apptable tr.head {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}
.apptable tr {
    border-bottom: 1px solid #eee;
}
.apptable tr:hover {
    border-bottom-color: #ccc;
}
.apptable td {
    padding: 5px;
    text-align: left;
}

.apptable img {
    border: none;
}



.clearit {clear: both; }
