/* Appearance */

body {
	font-family: tahoma;
}
.Header {
	background-image: url(../Images/Dewberry/Header/HeaderExtender.gif);
}
.HeaderLeft {
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 500px;
	background-image: url(../Images/Dewberry/Header/HeaderGraphic.gif);
	z-index: 0;
}
.HeaderText {
	display: block;
	position: absolute;
	top: 0;
	left: 75px;
	height: 70px;
	font-size: 14px;
	font-weight: 700;
	line-height: 69px;
	color: #ffffff;
	z-index: 100;
}
.HeaderRight {
	display: block;
	height: 70px;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.ToolBar {
	background-image: url(../Images/Dewberry/DataFrame/ToolBar.gif);
}
.Contents {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.Footer {
	background-image: url(../Images/Dewberry/DataFrame/ToolBar.gif);
	line-height:30px;
	font-family: tahoma;
	font-size: 10px;
	text-align: center;
	color: #999999;
}

.DataFrame {
	background-color: #ffffff;
}
.SliderControl {
	width: 8px;
	background-image: url(../Images/Dewberry/DataFrame/Slider.gif);
}
a:focus.SliderControl,
a:active.SliderControl {
	outline: none;
}

/* DataFrame Form Items */

.Desc {
	margin-top: 0px;
	margin-bottom: 10px;
}

.FormItems {
	padding: 8px;
	overflow-x: hidden;
}
.FormItems .InputDesc {
	display: block;
	height: 16px;
}
.FormItems .InputButton {
	margin-top: 10px;
	margin-bottom: 10px;
}
.FormItems .InputButton a {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../Images/Dewberry/DataFrame/Button.gif);
	background-color: #000000;
	border: 1px solid #cccccc;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.FormItems .InputButton a:hover {
	background-image: url(../Images/Dewberry/DataFrame/ButtonHover.gif);
	text-decoration: none;
}

/* Legend */

.RadioButtonContainer {
	display: block;
	height: 20px;
}
.RadioButtonContainer input {
	padding: 0px;
	margin-left: 0px;
}
.RadioButtonContainer input,
.RadioButtonContainer span {
	float: left;
}
.RadioButtonContainer span {
	margin-left: 2px;
	line-height: 20px;
}
.LegendContainer {
	display: block;
	margin-top: 8px;
}

/* Loading Image */

.LoadImageActive {
	display: none;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.LoadImageStatic {
	display: none;
	margin-top: 3px;
	margin-left: 5px;
}

/* Tool Tip */

.ToolTip {
	position:absolute; 
	z-index:5000;
	font-size:11px;
	background-color: White;
	border: 1px solid black;
	cursor:default;
	padding:4px;
	text-align:center;
}

.SplashPage 
{
	position: absolute;
	top: 100px;
	left: 300px;	
	z-index: 5000;
	border: 3px solid black;
	background-color: Yellow;
	vertical-align: middle;
}

.SplashText
{
	font-family: Tahoma;
	font-size: 16px;	
}

.SplashButton
{
	font-family: Tahoma;
	font-size: 10px;
	padding: 5px;	
}

/* Popup */

.PopupWarning {
	width: 300px;
	font-family: tahoma;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	top: 100px;
	left: 300px;	
	z-index: 5000;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.WindowTop {
	display: block;
	height: 10px;
	clear: both;
	background-image: url(../Images/Popup/Top.gif);
}
.WindowBottom {
	display: block;
	height: 10px;
	clear: both;
	background-image: url(../Images/Popup/Bottom.gif);
}
.WindowMid {
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.PopupWarning .Close {
	display: block;
	clear: both;
	height: 22px;
	text-align: right;
}
.PopupWarning a {
	position: relative;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../Images/Dewberry/DataFrame/Button.gif);
	background-color: #000000;
	border: 1px solid #cccccc;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.PopupWarning a:hover {
	background-image: url(../Images/Dewberry/DataFrame/ButtonHover.gif);
	text-decoration: none;
}

.HoverClickText
{
 font-size: 8pt;
 color:red;
}