/* HTML tags */

* {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	white-space:normal;
	background-color:#FFFFFF;
}

body,input,select,textarea {
	color:#40597C;
}

a {
	color:#1D80DB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	background-color: white;
}

table {
	border-collapse: collapse;
}

.Error {
	color: #FF3333;
}

input.Error,textarea.Error,select.Error {
	color: #000000 ! important;
	background-color: #FF9999 ! important;
}

.highlighted {
	color: #4F6D95;
}

.normalHeadline {
	font-weight: bold;
}

.normalHeadline a {
	color: #1D80DB;
}

.errorHeadline {
	font-weight: bold;
	color: #DD0000;
}

.normalCaption {
	font-weight: bold;
}
.errorCaption {
	font-weight: bold;
	color: #DD0000;
}

.tableBorderColor {
	background: #4F6D95;
}

.navTopUserName {
	font-size: 10px;
	color: #FFFFFF;
}

.contactPropertyName {
	font-size: 18px;
	color: #FF9900;
}

.Highlight,.Highlight a {
	font-weight: bold;
}

.shout,.shout a,.shout a:link,.shout a:visited {
	font-weight: bold;
	font-size: 12px;
	color: #FF3333;
}

.shout a:hover {
	color: #1D80DB;
}

.propertyDescription {
	line-height: 1.5em;
}

.clearer {
	clear: both;
	background: white;
}

br.clear {
	clear: both;
	line-height: 1px;
}

/* Styles for the getTextButton function */
a.ovalbutton {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	white-space:nowrap;
}

a:link .ovalbutton,a:visited .ovalbutton,a:active .ovalbutton {
	font-weight: bold;
}

a.ovalbutton span {
	display: block;
	padding: 3px 9px 6px 0;
	/*Set 11px below to match value of 'padding-left' value above*/
	font-weight: bold;
	font-size: 12px;
}

a.ovalbutton:hover { /* Hover state CSS */
	background-position: top left;
	text-decoration: none;
}

a.ovalbutton:hover span { /* Hover state CSS */
	background-position: top right;
}

.buttonwrapper {
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

.expander_button_open {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: url(/images/buttons/add-remove-14x14.png) no-repeat;
}

.expander_button_close {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: url(/images/buttons/add-remove-14x14.png) no-repeat scroll
		left -42px;
}
.graphic_button {
	cursor: pointer;
}
	
/* datepicker mods */
.datepicker_date_display {
	height: 20px;
	width: 66px;
	white-space: nowrap;
	text-align: center;
	background: transparent;
}

.ui-datepicker-trigger {
	margin: 0 0 -4px 2px; /
	margin: 0 0 -1px 2px;
}

.datepicker_button {
	width: 19;
	height: 20;
	border: 0;
	padding-bottom: 3px;
}

/* curved boxes */
.curved_box {
	background-color: white;
	padding: 0;
	margin: 25px 0 0 0;
}

.curved_box .ulc,.curved_box .urc,.curved_box .llc,.curved_box .lrc {
	width: 8px;
	height: 8px;
	padding: 0;
	margin: 0;
	font-size: 1px;
}

.curved_box .top,.curved_box .bottom {
	height: 8px;
	background: url(/images/curved_box/edge.gif) repeat-x;
	font-size: 1px;
}

.curved_box .ulc {
	
}

.curved_box .top {
	background-position: top;
}

.curved_box .urc {
	
}

.curved_box .llc {
	
}

.curved_box .bottom {
	background-position: bottom;
}

.curved_box .lrc {
	
}

.curved_box .left,.curved_box .right {
	background: url(/images/curved_box/edge.gif) repeat-y;
	font-size: 1px;
}

.curved_box .right {
	background-position: right;
}

.curved_box .title {
	font-size: 18px;
}

.curved_box .title div, curved_box .title div a {
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}

.curved_box .indented {
	padding-left: 19px;
}

.curvedBoxContent {
	margin-top: 7px;
}

.tableOfLists td {
	vertical-align: top;
}

#priceMatchInfo {
	position:absolute;
	display:none;
	padding:10px;
	width:160px;
	height:75px;
	border:1px solid #54992E;
	font-size:11px;
	background-image: url(/images/price_match_guarantee_bg.gif);
	background-repeat: none;
}
#priceMatchInfo #closeButton {
	float:right;
	margin-top:-10px;
	/margin-top:-9px;
	margin-right:-9px;
}
.priceMatchGuarantee {
	margin:5px 0;
	white-space:nowrap;
}
a.priceMatchGuarantee {
	line-height:.9em;
	font-size: 11px;
	color: #54992E;
	vertical-align: middle;
}


/* SUPERFISH ESSENTIAL STYLES */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			100%; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
}

select option {
	padding-right:8px;
}
.selectSmall {
  font-size:12px;
}
.help_button {
	cursor:pointer;
	font-size:inherit;
	line-height:inherit;
}
.help_text li {
	margin:5px 0 5px 15px;
	line-height:15px;
}
.help_text_small {
	font-size:10px;
}
.help_text_small li {
	margin-left:15px;
	line-height:auto;
}
.help_text_small td {
	border-top:1px solid #ccc;
	padding:3px;
	vertical-align:top;
	font-size:11px;
}