﻿body {
	margin-left:10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #aaa;
}

a {
	color:#0000c0;
	text-decoration:none;
}
a:hover {
	color:#0000c0;
	text-decoration: underline;
}
h2
{
	display: inline;
	color: #00289b;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
h3
{
	display: inline;
}
h4
{
	font-weight: bold;
	font-size: 20px;
	color: #c00000;
	display: inline;
}
#page 
{
	width: 790px;
	background-color: #fff;
	border: solid 1px #666;
}
#header 
{
	background-image: url(../Images/header.jpg);
	width: 100%;
	height: 100px;
}
#linkBar 
{
	background-color: #3366CC;
	width: 100%;
	text-align: right;
}
#linkBar img 
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 12px;
	border-width: 0px;
}
#content 
{
}
#footerLinks 
{
	background-color: #3366CC;
	width: 100%;
	height: 10px;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	clear: both;
}
#footer 
{
	background-color: #000098;
	width: 100%;
	height: 24px;
	color: #fff;
	padding-top: 10px;
	font-size: 10px;
	font-style: italic;
	clear: both;
}

#Container 
{
	margin: 40px;
	text-align: left;
}
#HorizBox 
{
	width: 100%;
	background-color: #ffffff;
	border: solid 0px #999999;
	text-align: left;
}
#RegFormBox 
{
	margin-left: 50px;
	width: 600px;
	background-color: #ffffff;
	border: solid 0px #999999;
	text-align: left;
}
#Map
{
	float: left;
	margin-left: 20px;
	margin-right: 23px;
}
#VerticalLine 
{
	float: left;
	margin-right: 20px;
}
#LocationLinks 
{
	margin-left: 200px;
	padding: 0px;

}
.Selections 
{
	font-size: 16px;
	font-style: normal;
	padding-top: 0px;
	margin-top: 0px;
}
.Selections a 
{
	font-size: 16px;
	font-style: normal;
}
.Selections a:hover 
{
	font-size: 16px;
	font-style: normal;
	text-decoration: underline;
	color: #c00000;
}
.continueButton
{
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}
.button {
	background: #e8ecf0 url(../Images/button_bg.jpg) bottom repeat-x;
	color: #335373;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #647b92;
	-moz-border-radius: 3px;
	cursor: pointer;
	float: right;
}
.price 
{
	color: #c00000;
	font-weight: bold;
	font-size: 16px;
}
.FormLabels 
{
	text-align: right;
	vertical-align: text-top;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
}

.textbox 
{
	background-color: #fff;
}
.textbox_disabled 
{
	background-color: #ddd;
}

#dhtmltooltip
{
	font-family: Arial;
	font-size: 8pt;
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 3px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=125);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: visible;
}

.Error 
{
	font-weight: bold;
	color: #c00000;
}

.ResultRow 
{
	border-bottom: solid 1px #000;
}
.FormError 
{
	color: #c00000;
	font-weight: bold;
	font-size: 14px;
}


.GridRow 
{
	border-bottom: solid 1px #ccc;
}
.PianoImage 
{
	width: 180px;
	height: 180px;
	border: solid 1px #333;
}
.PianoName 
{
	font-size: 14px;
	font-weight: bold;
}
.PianoDesc 
{
	
}