@charset "utf-8";
/* CSS Document */

/*Style Information for the School Information window*/
#school_container{
	width: 628px;
	/*background-color: #e3e3e2;*/
}

#school_content{
	/*Layout settings for the page*/
	margin: -1px 3px 20px 4px;
	background-image: url(/pbImages/SchoolInfo_bg.png);
	background-repeat: repeat-x;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding: 0 5px 0 5px;
	/*min-height: 300px;*/
	background-color: #e3e3e2;
	float: left;
	text-align: left;
	width: 609px;
}

#school_content table{
	/*Style for the information table*/
	border: solid 1px #CCCCCC;
	width: 100%;
}

#school_content table tr td{
	/*Style for the table cells*/
	border: solid 1px #CCCCCC;
	text-align: left;
	padding: .3em;
}

#school_content table tr td p{
	padding: .3em 0 .3em 0;
}

#school_content_elements{
	border: 1px solid #CCCCCC;
}

#topborder{
	border-top: solid 1px #CCCCCC;
	height: 16px;
	width: 588px;
	float: left;
	margin-top: 4px;
	background-color:#FFFFFF;
}

#bottomborder{
	border-bottom: solid 1px #CCCCCC;
	height: 16px;
	width: 587px;
	margin-bottom: 4px;
	margin-top: -20px;
	margin-left: 20px;
	float: left;
	clear: left;
	background-color: #e3e3e2;
}

#topleft{
	background-image: url(/pbImages/SchoolInfo_topleft.png);
	/*background-repeat: no-repeat;*/
	height: 20px;
	width: 20px;
	float: left;
}

#topright{
	background-image: url(/pbImages/SchoolInfo_topright.png);
	/*background-repeat: no-repeat;*/
	margin-top: 1px;
	height: 20px;
	width: 20px;
	float: right;
}

#bottomleft{
	background-image: url(/pbImages/SchoolInfo_bottomleft.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: left;
	margin-top: -20px;
}

#bottomright{
	background-image: url(/pbImages/SchoolInfo_bottomright.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: right;
	margin-right: 1px;
	margin-top: -20px;
}

#close_button{
	margin-top: -12px;
	float: right;
	cursor: pointer;
}

.center{
	text-align: center;
}

#print_button{
	float: right;
	cursor: pointer;
	margin-top: -14px;
	margin-right: 15px;
}

#print_button img{
	height: 25px;
	width: 25px;
}

/*End School Information Window Style*/
/*Style Information for the Information Directory*/
#left_sub_column, #right_sub_column{
	padding-bottom: .5em;
	text-align: left;
}

#left_sub_column{
	width: 46%;
	float: left;
	padding-left: 1em;
}

#right_sub_column{
	position: relative;
	right: 0;
	float: right;
	width: 46%;
	padding-left: 1em;
}

#left_sub_column ul, #right_sub_column ul{
	/*margin-left: 1.1em;*/
}

#left_sub_column ul li, #right_sub_column ul li{
	padding-top: .3em;
	margin-top: .8em;
	list-style: none;
	text-align: left;
}

#left_sub_column ul li a, #right_sub_column ul li a{
	font-weight: bold;
	font-size: .8em;
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*color: #3366CC;*/
}

#left_sub_column select{
	font-size: .8em;
	margin-bottom: .2em;
}

/*.sub_link{
	font-size: .8em;
}*/

.left{
	float: left;
}

#schools_footer{
	clear: both;
	text-align: center;
}

#school_footer a{
	margin: 0;
	padding: 0;
}

#directory_container{
	width: 750px;
	height: 500px;
	font-size: 100%;
}

#sub_container{
	width: 95%;
	margin: auto;

}

#sub_col_left{
	text-align: left;
	float: left;
	width: 49%;
}

#sub_col_right{
	text-align: left;
	width: 49%;
	float: right;
}

#sub_col_right input{
	margin-bottom: .5em;
	margin-left: .5em;
	width: 150px;
}

#sub_col_right form{
	display: inline;
}

#clear_both{
	clear: both;
}

.closeText{
	position: relative;
	top: -6px;
}

/*End Style for the Information Directory*/




