/*************************************************/
/* MASTER - Html Tags ****************************/

body
{
    font-family: Trebuchet MS, Trebuchet, Arial, Sans-Serif; 
    font-size: 14px;
}
h2
{
	font-size: 16px;
	font-weight: bold;
}
img
{
    border: none;
}
input,
select,
textarea
{
    font-family: Trebuchet MS, Trebuchet, Arial, Sans-Serif; 
    font-size:14px;
}
a
{
    color: #000000;
    font-family: Trebuchet MS, Trebuchet, Arial, Sans-Serif; 
    font-size: 14px;
    text-decoration: underline;
}
a:hover
{
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
}

/*************************************************/
/* SHARED - ClearFix *****************************/

.ClearFix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.ClearFix { zoom: 1; }

/*************************************************/
/* SHARED - Frame-Exterior ***********************/
.CsMaster-Container
{
	left: 50%;
	margin-left: -490px;
	position: absolute;
	top: 0px;
	width: 991px;
}
.CsMaster-Hdr
{
	padding-bottom: 10px;
}
.CsMaster-Nav
{
	background-color: #CCCCCC;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 10px;
	text-align: center;
}
.CsMaster-Bdy
{
	padding: 10px 0;
}
.CsMaster-Ftr
{
	border-top: solid 1px #000000;
	min-height: 100px;
	padding: 10px 0;
	_height: 100px;
}

/*************************************************/
/* SHARED - Frame-Exterior ***********************/
.TC50
{
	float: left;
}
.OnDC
{
	float: left;
	margin-left: 10px;
}
.PoweredBy
{
	float: right;
	font-size: 10px;
	text-align: right;
}
.PoweredBy a
{
	font-size: 10px;
}

/*************************************************/
/* SHARED - BIZFORM Ctls *************************/
.EditingFormControlNestedControl { display:inline !important; }
.EditingFormErrorLabel { color:#CC0000; display:inline !important; }
.BizForm-Tbl { padding:10px 0; }
.BizForm-Msg { background-color:#CC0000; color:#FFFFFF; display:block; margin-bottom:10px; padding:5px; }

/*************************************************/
.BingMap { float: right; height: 400px; position: relative; width: 600px; }
.BingMap a:hover { background-color: transparent; }
