﻿body
{
	font-family:Arial;
}
.borderbuttonblue
{
	border-top: #B5C7DE 20px solid;
}
.floattop
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.floattop_left
{
	position:fixed;
	top: 0px;
	left: 5px;	
	
}

.floattop_right
{
	position:fixed;
	top: 0px;
	right: 0px;	
}

.gridviewtext
{
	font-family:Arial;
	font-size:smaller;
	height:15px;

}

BODY
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.HeaderBackColor
{
	background-color:Green;
	
	
}

.TabMenuContainer
{
	border-top: solid 1px black;
}

.TabMenuItem
{
	  background-color: #FFFFBC;  text-align:center;  font-size: xx-small;  border: solid 1px black;  border-left: none;  padding: 3px 3px 3px 3px;

}

.TabMenuItemSelected
{
	background-color: White;  text-align:center;  font-size: xx-small;  border-right: solid 1px black;  border-bottom: none;  border-top: none;  border-left: none;  padding: 5px 3px 5px 3px;
}

.SiteContentSpacer
{
	  height: 200px;  visibility: hidden;

}

.label
{
	font-size:9pt;
	white-space:pre
	
}

.detailsview
{
		font-size:x-small;
	
}

.warninglabel
{
	white-space:pre
	
}

.gridLines_td
{
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:Gray;
}

.gridview_normalfont
{
	 font-size:10pt;
	 color:Black;
	
}

.gridview_hotprice
{
	 font-size:12pt;
	 color:Red;
	 font-weight:bold;
}