/* Default CSS Stylesheet for a new Web Application project */
.jserror
{
	border-bottom: #990000 2px solid;
	position: absolute;
	text-align: center;
	border-left: #990000 2px solid;
	background-color: #ff3300;
	width: 100%;
	font-family: Tahoma;
	height: 100%;
	font-size: 12pt;
	border-top: #990000 2px solid;
	font-weight: bold;
	border-right: #990000 2px solid;
}
.jserror a
{
	color: gold;
	font-size: 13pt;
}
.jserror a:HOVER
{
	color: goldenrod;
	font-size: 13pt;
}
.Land_Section_Title
{
	font-weight:bold;
	font-family:Tahoma;
	font-size:12px;
}
.hidden
{
display:none;
}
.title
{
	font-weight: bold;
	font-size: 9pt;
	margin: 0px;
	font-family: Tahoma;
}
.value
{
	font-size: 9pt;
	margin: 0px;
	font-family: Tahoma;
	width:250;
}
BODY
{
	font-size: 9pt;
	font-family: Tahoma;
	margin:0px;
}
input,textarea
{
	font-size: 9pt;
	font-family: Tahoma;
	margin:0px;
}
TD
{
	font-size: 9pt;
	margin: 0px;
	font-family: Tahoma;
}
a
{
	color: #0033ff;
	text-decoration: none;
}
a:hover
{
color: #0000cc;
	text-decoration: none;
}

.Msg
{
	color: red;
}
.Uc_Container
{
	width:100%;
}
.Botton
{
	font-size: 10pt;
	font-family: Tahoma;
}