/*
  terrasco.net v4.0 CSS
  Created by Markus Fumagalli "Kovu"
  http://www.terrasco.net
*/


/* General page style */

body.view {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	background: #EDE3A2;
	margin: 0px;
	color: #494949;
}

a, a:link, a:active, a:visited
{
	text-decoration: underline; 
	color: #000000;
	font-weight: normal;
}

a:hover
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

span.u {
	text-decoration: underline;
}

span.bold {
	font-weight: bold;
}


/* Marked or highlighted text, messages */

.mark
{
	color: #CC3300;
	font-weight: bold;
}


/* Layout Boxes */

div.top {
	margin: 0;
	height: 150px;
	background: #DCDCD9 url(images/gradient_dark.png) repeat-x 0 -110px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: transparent transparent #000000 transparent;
}

img.title, img.tright {
	border: 0px;
}

img.title {
	float: left;
}

img.tright {
	float: right;
}

div.contentrow {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 900px;
	display: table;
}

div.content, div.right {
	display: table-cell;
	border-style: solid;
}

div.content {
	font: normal 1.2em/1.3em Arial, Helvetica, sans-serif;
	
	border-width: 1px 1px 1px 0px;
	border-color: #FFFFFF #000000 #000000 transparent;
	padding: 8px 8px 8px 16px;
}

div.right {
	width: 312px;
	border-width: 1px 0px 1px 1px;
	border-color: #FFFFFF transparent #000000 #FFFFFF;
	padding: 8px;
}

div.pagetools {
	text-align: right;
	padding: 5px 0px 0px 0px;
}

div.clearbox {
	clear: both;
}


/* Form Design */

table.otimes, td.otimes, td.odays {
	font-size: 12px;
	border: 0px;
}

table.otimes {
	margin: 20px auto 20px auto;
}

td.otimes {
	vertical-align: bottom;
	text-align: center;
	padding: 2px
}

td.odays {
	font-weight: bold;
	vertical-align: bottom;
	text-align: right;
	padding: 2px 20px 2px 2px;
}

table.cntotimes, td.cntotimes, td.cntodays {
	font-size: 15px;
	border: 0px;
}

table.cntotimes {
	margin: 30px auto 30px auto;
}

td.cntotimes {
	vertical-align: bottom;
	text-align: center;
	padding: 2px
}

td.cntodays {
	font-weight: bold;
	vertical-align: bottom;
	text-align: right;
	padding: 2px 20px 2px 2px;
}

table.address, td.adrcont, td.adrtags {
	font-size: 13px;
	border: 0px;
}

table.address {
	margin: 25px auto 25px auto;
}

td.adrcont {
	vertical-align: top;
	text-align: left;
	padding: 1px
}

td.adrtags {
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding: 1px 20px 1px 20px;
}

img.adreml {
	border: 0px;
	position: relative;
	bottom: -4px;
}

table.message {
	margin: 25px auto 25px auto;
	width: 640px;
}

td.msgcont {
	width: 100%;
	vertical-align: top;
	text-align: left;
	padding: 1px 20px 1px 4px;
}

span.msgcont {
	position: relative;
	top: 2px;
}

td.msgtags {
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
	padding: 4px 20px 1px 1px;
}

iframe.gmaps {
	border-style: solid;
	border-width: 1px;
	border-color: #c5883a;
	width: 294px;
	height: 200px;
	display: block;
	margin: 0 auto 0 auto;
}

div.gmaps {
	text-align: center;
	font-size: 10px;
}

iframe.PanoArea {
	border-style: solid;
	border-width: 1px;
	border-color: #c5883a;
	width: 630px;
	height: 470px;
	display: block;
	margin: 20px auto 5px auto;
	
	text-align: center;
}

span.PanoText {
	position: relative;
	top: 479px;
}

img.PanoPreview {
	border-style: solid;
	border-width: 1px;
	border-color: #c5883a;
	width: 640px;
	display: block;
	margin: 20px auto 5px auto;
}

img.view {
	border-style: solid;
	border-width: 1px;
	border-color: #c5883a;
	width: 640px;
	display: block;
	margin: 20px auto 5px auto;
}

img.border {
	border-style: solid;
	border-width: 1px;
	border-color: #c5883a;
}


/* Form Design */

input, textarea, select {
	color: #91652B;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 13px;
	font-weight: normal;
	
	background-color: #fafafa;
	background-image: url(images/inputshadow.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px;
	border: 1px solid;
	border-color: #c5883a;
}

input {
	text-indent: 2px;
}


/* Form Buttons */

input.mainbutton, input.secondbutton, input.bbcode {
	color: #000000;
	border: 1px outset;
	
	text-indent: 1px;
}

input.mainbutton, input.secondbutton {
	background-color: #c5883a;
	background-image: url(images/button_bg_gold.png);
	border-color: #c5883a;
}

input.mainbutton {
	font-weight: bold;
}

input.secondbutton {
	font-weight: normal;
}

input.inactive
{
	background-color: #E3E3E3;
	color: #000000;
}


/* Footer Text */

div.footer {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: auto;
	color: #666666;
	text-align: center;
	clear: both;
	
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #FFFFFF transparent transparent transparent;
}

div.footer a:link, div.footer a:active, div.footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

div.footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}