@charset "utf-8";
/* CSS Document */

#school_directory{}
#school_directory table, .repeatingTableC, .table_left_header {
	background-color: #EEE;
	margin-bottom: 2em;
}
#school_directory table {width: 100%;}

#school_directory table th, #school_directory table td, .repeatingTableC td, .repeatingTableC th, .table_left_header td, .table_left_header th
{
	font-size: .8em;
	border: 1px solid #999999;
	padding: 3px;
}
#school_directory table th,  .repeatingTableC th, .table_left_header th{
	
	color: #000;
	background-color: #FFEB9A;
	
}
#school_directory table th {
	width: 100px;
	text-align: right;
}
.repeatingTableC th {
	text-align: center;
	}
.repeatingTableC .division {
	padding-left: 20px;
	background-color: #E0F0C1;
	}
.repeatingTableC .program {
	padding-left: 40px;
		background-color: #FFF2BF;
	}
.table_left_header th {
	text-align: right;
	}
#school_directory table td,  .repeatingTableC td, .table_left_header td {
	/*background-color: #FFF;*/
	width: auto;
}
.repeatingTableC tr.evenrow td, .table_left_header tr.evenrow td {
	background-color: #FFF;
	}
.repeatingTableC tr.oddrow td, .table_left_header tr.oddrow td {
	background-color: #EEE;
	}
.repeatingTableC tr.even_div td {
	background-color: #e0f0c1;
	}
.repeatingTableC tr.odd_div td {
	background-color: #e0f0c1;
	}
.repeatingTableC tr.even_prog td {
	background-color: #fff2bf;
	}
.repeatingTableC tr.odd_prog td {
	background-color: #fff2bf;
	}
table.boe_member {
	text-align: center;
	margin: 2px;
	background-color: #999;
	font-size: 80%;
}
table.boe_member h3{
	margin: 0px;
	padding: 0px;
}
table.boe_member td, th {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFF;
}
table.boe_member td {}
	table.boe_member  th {
	background-color: #FFF2BF;
}
#boe_photo{
	height: 145px;
}
#boe_photo img{
	position: relative;
	bottom: -2px;
}
ul.no_bullets {
	list-style-type: none;
}
img.fileicon {
	margin-right: 5px;
}
a img {
	border-style: none;
}
table.edit_links{
	margin: 3px;
	font-size: 1.3em;
}
table.edit_links a{
	text-decoration: none;
}
table.edit_links a:hover{
	text-decoration: underline;
}
table.edit_links td{
	padding: 5px;
}
table.edit_links img{}
#banner_text{
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px;
}
.ltylw, .ltgrn, .ltorng, .ltprpl, .ltgry, .ltred{
/*	padding-top: 2px;
	padding-bottom: 20px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding-right: 10px;
	padding-left: 10px;*/
}
.ltgrn{
	background-color: #E0F0C1;
	
}
.ltylw{
	background-color: #FFF2BF;
	
}
.ltorng{
	background-color: #FC9;	
}
.ltprpl{
	background-color: #DFBFFF;
}
.ltgry{
	background-color: #eee;
}
.ltred{
	background-color: #F99;
}

