#greenBackground {
	background: url(../../Images/School-Choice-Banner.jpg) top left no-repeat;
}
table.schoolChoiceLayout {
	border-spacing: 10px;
	padding-top: 15px;
}
table.schoolChoiceLayout h1 {
	margin-top: 0;
}
table.schoolChoiceLayout tr td.schoolChoiceLayout {
	border: 2px solid #015017;
	background: white;
	vertical-align: top;
	width: 50%;
}
table.schoolChoiceLayout tr td.schoolChoiceLayout div {
	padding: 10px;
}
table.schoolChoiceLayout tr td.schoolChoiceLayout div img.heading {
	margin-bottom: 10px;
}
table.schoolChoiceLayout tr td.schoolChoiceLayout div h3 {
	text-transform: uppercase;
	color: #AE0824;
	margin: 0 0 5px 0;
	font-size: 110%;
}
table.schoolChoiceLayout tr td.schoolChoiceLayout div p {
	margin: 0 0 10px 0;
}
.bannerText {
	cursor: pointer;
	font-size: 22px;
	color: white;
	font-family: "Times New Roman";
}

.bannerText {
	cursor: pointer;
	font-size: 22px;
	color: white;
	font-family: "Times New Roman";
}

#fixAlignmentTab {
	margin-left:20px;
}

img {
	border: 0px;
}

table.schoolsTable {
}
table.schoolsTable tr th {
	background-color: #E1EBE4;
}
table.schoolsTable tr th, table.schoolsTable tr td {
	padding: 3px 5px;
}

.DarkenScreenDiv {
	z-index:			100;
	position:			fixed;
	width:				100%;
	height:				100%;
	top:				0px;
	left:				0px;
	background-color:	black;
	filter:				alpha(opacity=20);
	-moz-opacity:		0.20;
	-khtml-opacity:		0.20;
	opacity:			0.20;
}

#SchoolProfilePopup {	
	position:			fixed;
	z-index:			102;
	width:				800px;
	height:				500px;
	top:				50%;
	left:				50%;
	margin-left:		-400px;
	margin-top:			-250px;
	
	background-color:	white;
	border:				2px solid black;
}

#SchoolProfileSearchResults {	
	position:			fixed;
	z-index:			102;
	width:				800px;
	height:				500px;
	top:				50%;
	left:				50%;
	margin-left:		-400px;
	margin-top:			-250px;
	
	background-color:	white;
	border:				2px solid black;
}

#videoPopup {	
	position:			fixed;
	z-index:			102;
	width:				800px;
	height:				500px;
	top:				50%;
	left:				50%;
	margin-left:		-400px;
	margin-top:			-250px;
	text-align:			center;
	background-color:	black;
	border:				2px solid black;
}

#SchoolProfilePopupShadow {
	position:			fixed;
	z-index:			101;
	width:				820px;
	height:				520px;
	
	top:				50%;
	left:				50%;
	margin-left:		-408px;
	margin-top:			-258px;

	background-color:	black;
	filter:				alpha(opacity=23);
	-moz-opacity:		0.23;
	-khtml-opacity:		0.23;
	opacity:			0.23;
}


#HelpPopupBoxText {	
	position:			fixed;
	z-index:			102;
	width:				400px;
	height:				300px;
	top:				50%;
	left:				50%;
	margin-left:		-200px;
	margin-top:			-250px;
	
	background-color:	white;
	border:				2px solid black;
}
#HelpPopupBoxTextShadow {
	position:			fixed;
	z-index:			101;
	width:				420px;
	height:				320px;
	
	top:				50%;
	left:				50%;
	margin-left:		-208px;
	margin-top:			-258px;

	background-color:	black;
	filter:				alpha(opacity=23);
	-moz-opacity:		0.23;
	-khtml-opacity:		0.23;
	opacity:			0.23;
}

.helpButton {
	cursor: pointer;
	z-index:10;
}



.popupBalloon {
	margin: 50px;
	padding: 10px;
	background-color: #FFFF66;
	border: 1px solid black;
	position: absolute;
	z-index: 15;
	z-index:9;
	display:none;
	font-size:10pt;
	text-align: left;
}
.popupBalloon .topleft, .topright, .bottomleft, .bottomright, .tail {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
}
.popupBalloon .topleft {
	top: -1px;
	left: -1px;
}
.popupBalloon .topright {
	top: -1px;
	right: -1px;
}
.popupBalloon .bottomleft {
	bottom: -1px;
	left: -1px;
}
.popupBalloon .bottomright {
	bottom: -1px;
	right: -1px;
}
.popupBalloon .tail {
	bottom: -33px;
}

#loadingBar {
	position:absolute;
	margin-left:350px;
	margin-top:200px;
	padding:20px;
	z-index:100;
	background-color:#E8E8E8;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity:0.60;
	opacity:0.60;
	text-align:center;
}
label { cursor:pointer; }

table.schoolChoiceHeader {
	border-spacing: 10px;
	padding-top: 15px;
}
table.schoolChoiceHeader h1 {
	margin-top: 0;
}
table.schoolChoiceHeader tr td.schoolChoiceHeader {
	border: 2px solid #015017;
	background: white;
	vertical-align: top;
	width: 50%;
}
table.schoolChoiceHeader tr td.schoolChoiceHeadersdf div {
	padding: 10px;
}
table.schoolChoiceHeader tr td.schoolChoiceHeader div img.heading {
	margin-bottom: 10px;
}
table.schoolChoiceHeader tr td.schoolChoiceHeader div h3 {
	text-transform: uppercase;
	color: #AE0824;
	margin: 0 0 5px 0;
	font-size: 110%;
}
table.schoolChoiceHeader tr td.schoolChoiceHeader div p {
	margin: 0 0 10px 0;
}
.bannerText {
	cursor: pointer;
	font-size: 22px;
	color: white;
	font-family: "Times New Roman";
}