/***********************************************************************
* file		forms-tour.css
* 
* 
* author: 	taopro.com
* version: 	version 1.0
* since: 	version 1.0
* created:	July 2008
*
* description:
* Global stylesheet for the Gateway website - forms-tour.
*
*
* This document contains the following sections:
* 	HTML Entities
*	Header Navigation
* 	Container
*		Elements inside contaner
*		Clearfloat
*	Footer
*	Text 
*
*
* Colors:
* #fff		white global-background, navigation global text 
* #f0984a	primary orange 	 
* #7e696d 	primary brown 	
* #e5e1e2 	gray footer background 
* #d88642 	orange footer left rule	
* #999		gray footer text	
* #b9b2b3	gray margin modules, contact/schedule a tour text
* #ff6a0b 	orange global left rule at 70 percent: final color #f0984a color=ff9654	
* #c2b9ba	gray global navigation italic sub heading 	
* #574b4d 	vertical lightbox module background 	
* #3f3436 	service request modules text 	
* #f3ad6e	text fields—service request modules 	 
* #c2bdb5	text legal terms
*
*	
* Fonts:
* Veranda is the standard font
* Font sizes and leading (line-height are one of the following:
* 11px/15px (map instructions)
* 11px/16px (most body copy / featured listing module / margin module)
* 10px/16px (service request, resident and conformation modules / neighborhood image and footer modules)
*
************************************************************************/


/* ****************** */
/* HTML Entities      */
/* ****************** */

/* global attributes */

a:hover {
	background-position: 0 0;
}

body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 0;
	font-size: 11px;
	line-height: 16px;
	background-color: #f0984a;
}

img {  border-style: none;
} /* removes blue link border on all images */

* {
  border: none;
}

#TourformContainer {
	background-color: #f0984a;
	border:none !important;
	padding: 15px;
	height: 335px;
	width: 286px;
	float: left;
	overflow: hidden;
}

#TourConfirmFormContainer {
	background-color: #f0984a;
	border:none !important;
	padding: 15px;
	height: 275px;
	width: 286px;
	float: left;
	overflow: hidden;
}
#TourformTitle {
	float: left;
	color: #fff;
	width: 285px;
}

#TourformTitleText {
	float: left;
	color: #fff;
	width: 285px;
}

#TourformDataContainer {
	float: left;
	width: 286px;
}

#TourformFieldNames {
	float: left;
	color: #3f3436;
	width: 100%;
	line-height: 47px;
}

#month {
	width: 120px;
	float: left;
	display: block;
	color: #7e696d;
}

#monthLabel {
	width: 120px;
	float: left;
}

#day {
	width: 66px;
	float: left;
	display: block;
	color: #7e696d;
}

#dayLabel {
	width: 66px;
	float: left;
}

#year {
	width: 66px;
	float: left;
	display: block;
	color: #7e696d;
}

#yearLabel {
	width: 66px;
	float: left;
}

#submit {
	width: 135px;
	height: 26px;
	float: right;
	background-repeat: no-repeat;
}

#formServiceRequest {
	float: left;
}

#closeBox {
	background-image: url(../media/button/btn_closebox_white_brown200px.gif);
	background-repeat: no-repeat;
	float: right;
	height: 13px;
	width: 50px;
	overflow: hidden;
	cursor:pointer;
	cursor:hand;
	background-position: left;
	line-height: 12px;
	display: block;
}

#closeBox:link {
	background-image: url(../media/button/btn_closebox_white_brown200px.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#closeBox:hover {
	background-image: url(../media/button/btn_closebox_white_brown200px.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#closeBox a:link {
	color: #f8cca5;
	text-decoration: none;
}

#closeBox a:visited {
	color: #f8cca5;
	text-decoration: none;
}

#closeBox a:hover {
	color: #7e696d;
	text-decoration: none;
}

#closeBox a:active {
	color: #7e696d;
	text-decoration: none;
}

input {
	background-color: #f3ad6e;
	height: 25px;
	width: 285px;
	float: left;
}

label {
	display: block;
	margin-top: 5px;
}

label.top {
	float: none;
}

textarea:focus, input:focus {
	background-color: #ffc181;
	border:none !important;
}

/*fancy-forms js*/
.unchecked {
	background-image:url(http://thegateway.com/scripts/fancy-form/readme_files/btn_formCheckBox_16X16_off.gif);
	background-repeat: no-repeat;
	}
	
.checked {
	background-image:url(http://thegateway.com/scripts/fancy-form/readme_files/btn_formCheckBox_16X16_on.gif);
	background-repeat: no-repeat;
	}
	
.fancy {
	background-image:url(http://thegateway.com/scripts/fancy-form/readme_files/btn_formSubmit_135X26_off.gif);
	background-repeat: no-repeat;
	}
	
.checked_click {
	background-image:url(http://thegateway.com/scripts/fancy-form/readme_files/btn_formSubmit_135X26_click.gif);
	background-repeat: no-repeat;
	}

#TourformTitleText .errorText {
	font-weight: bold;
}

#TourformTitleText .errorTextCgi {
	font-weight: bold;
	color: #7e696d;
}
