/* cranberry: 701A12 */
/* 660000 */
/* 55001F */

/* ********************************************************************************** */
@media print {
	body
	{
		height: 100%;
		font-family: arial, verdana, geneva, sans-serif;
		font-size: 11px;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		text-align: center;
		/* this centers the container in IE 5* browsers. */
	}

}

@media screen {
	body
	{
		font-family: arial, verdana, geneva, sans-serif;
		font-size: 11px;
		margin: 0;
		padding: 0;
		background-color: #999999;
		text-align: center;
		/* this centers the container in IE 5* browsers. */
	}

	.propertyMap {
		width: 210px;
		font-size: 12px;
		text-align: center;
	}

	#theMap {
		width: 210px;
		height: 200px;
		overflow: hidden;
	}

}

form {
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: arial, verdana, geneva, sans-serif;
}

input {
	font-family: arial, verdana, geneva, sans-serif;
}


legend {
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* IE HACKS to get rid of the huge amount of extra white space that IE/WinXP adds to buttons with long labels */
input.button {
	padding: 0 .25em;
	width: 0;
	overflow:visible;
}
input.button[class] { /*ie ignores [class]*/
	width: auto;
}

.myradio {
	height: 1.45em;
	vertical-align: top;
}

/* Strict mode - make sure we don't get extra space on the bottom */
img {
	display: block;
}

embed {
	display: block;
}

/* ********************************************************************************** */

/* wrapper is 900 pixels wide, centered, and 10 pixels from the top of the body. */
#homeWrapper {
	z-index: 1;
	position: relative;
/*	text-align: left;*/
	margin: 0px auto;
	margin-top: 10px;
	width: 900px;
/*	border: solid 1px gray;*/
	background: url("../images/background.jpg");
	background-repeat: no-repeat;
	border: solid 1px gray;
/*	border: none;*/
}

#wrapper {
	z-index: 1;
	position: relative;
/*	text-align: left;*/
	margin: 0px auto;
	margin-top: 10px;
	width: 900px;
	border: solid 1px gray;
/*	border: none;*/
	background-color: #ffffff;
}


#tableWrapper {
	padding-top: 0px;
	padding-left: 0px;
	border: none;
}

.tableWrapperRow {
}

#tableContent {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #000000;
	font-size: 12px;
/*	font-weight: bold;*/
	background-color: #ffffff;
}

a {
	color: #000000;
	padding: 3px;
}

a:hover
{
	color: white;
	background-color: #336633;
}

a.di {
	padding: 0px;
	color: #000000;
/*	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;*/
	background-color: #dddddd;
}

#pageFooter {
	margin-top: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
}

a.whiteLink {
	color: #ffffff;
}


/* ********************************************************************************** */
#masthead {
	z-index: 100;
	position: absolute;
	left: 10px;
	top: 10px;
/*	padding-bottom: 5px;*/
	font-size: 36px;
	height: 120px;
	width: 880px;
	text-align: center;
	color: #DDDDDD;
/*	background-color: #622016;*/
	background: url("../images/masthead.jpg"); no-repeat;
}

#mastheadMenu {
	z-index: 100;
	position: absolute;
	left: 10px;
	top: 130px;
}

#mastheadTag {
	font-size: 12px;
	font-weight: bold;
}

#slideShow {
	z-index: 2;
}

#mainContent {
	z-index: 100;
	position: absolute;
	left: 173px;
	top: 70px;
	padding-top: 10px;
	width: 727px;
	font-size: 12px;
	text-align: center;
	color: #dddddd;
	background-color: #000000;
}


#contactInfo {
	z-index: 100;
	height: 20px;
	width: 900px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	color: #DDDDDD;
	background-color: #666666;
}

#contactInfo a {
	color: white;
}





/* ********************************************************************************** */
#errorMessage {
	color: red;
	font-weight: bold;
}


/* ********************************************************************************** */
.grayText {
	color: #bbbbbb;
}

.grayBorder {
	border: 1px solid #bbbbbb;
}

.thinBorder {
	border: solid 1px #000000;
}

.alignTop {
	vertical-align: top;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignBottom {
	vertical-align: bottom;
}

.pageBreakBefore {
	page-break-before: always;
}

.pageBreakAfter {
	page-break-after: always;
}

/* ********************************************************************************** */
.fieldlabel {
	font-weight: bold;
	font-size: 12px;
}

.fielddata {
	font-size: 12px;
}

.formlabel {
	padding-right: 5px;
	text-align: right;
}

.formfield {
	text-align: left;
}

.errorformlabel {
	padding-right: 5px;
	text-align: right;
	color: red;
	font-weight: bold;
}

.errorformfield {
	text-align: left;
	background-color: #ff9999;
}

/* ********************************************************************************** */
.tableTitleHeader {
	background: #739669;
	color: white;
}

.tableHeader {
	background: #ccffcc; /*#99cc99;*/ /*#cccccc;*/
}

.tableSubHeader {
	background: #dddddd;
}

.tableHeaderCell {
	vertical-align: bottom;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 2px;
	border-bottom: solid 1px gray;
}

.tableFooter {
	background: #cccccc;
}

table.highlightTable tr.highlight td, tr.highlight td
{
	background-color: #99ccff; /*7799aa;*/
}

.evenRow
{
	background-color: #eef2fd; 	/*#eef2fd;*/
}

.oddRow
{
	background-color: #ffffff;
}

.grayRow
{
	background-color: #eeeeee;
}

/* ********************************************************************************** */
#dialogContent {
	width: 500px;
	padding: 5px;
	color: #000000;
	font-family: arial, verdana, geneva, sans-serif;
	text-align: left;
}

#dialog
{
	position: absolute;
	width: 425px;
	padding: 10px;
	z-index: 1000;
	background: #ffffff;
}

#dialog-header
{
	display: block;
	position: relative;
	background-color: #669966;
	height: 0px;
	font-size: 9px;
	font-weight: bold;
}

#dialog-title
{
	float: left;
}

#dialog-close
{
}

#dialog-content
{
	display: block;
	height: 140px;
	padding-top: 10px;
	background-color: #ffffff;
	color: black;
	font-size: 18px;
	border: 3px solid #000000;
	border-style: ridge;
}

#dialog-mask
{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	background: #ffffff;
	opacity: .75;
	filter: alpha(opacity=75);
	z-index: 999;
}

.pleaseWaitMessage
{
	background: #ffffff;
	border: 3px solid #000000;
	border-top: none;
	text-align: center;
}

.pleaseWaitMessageheader
{
}


.exhibitionYear
{
	background-color: #dddddd;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

.exhibitionName
{
	font-weight: bold;
	font-style: italic;
}
