﻿.pnlAddFacility
{
	background: #fff;
	border: 1px solid #000;
	width: 400px;
	height: 300px;
	overflow: auto;
	padding: 10px;
}
.pnlLocations
{
	background: #fff;
	border: 1px solid #000;
	width: 600px;
	height: 300px;
	overflow: auto;
	padding: 10px;
}
.mpeBG
{
	background-color: #000;
	filter: alpha(opacity=33);
	-moz-opacity: .33;
	opacity: .3;
}
.req
{
	color: red;
	font-weight: bold;
}
th
{
	text-align: left;
}
body
{
	background: #fff;
}
input
{
	/*font-family: Verdana, Tahoma, Verdana, Arial, Sans-Serif;*/
	font-size: 9pt;
}
h1
{
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	/*font-size: 14pt;*/
}
.content, .header
{
	width: 800px;
	margin: 0 auto;
}
.header h1
{
	background: #ccc;
	padding: 5px;
	text-align: center;
}
.cleaner
{
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

a
{
	color: #00f;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.Open
{
	background-color: #5A8E29;
	color: #fff;
	text-align: center;
	padding: 0 5px;
}
.Closed
{
	background-color: #C62E31;
	color: #fff;
	text-align: center;
	padding: 0 5px;
}

