/*
	Client:		The Huntley Hotel
	Title:		Popup stylesheet for screen media
	Author:		Jason Garber, jgarber@esitemarketing.com
	Copyright:	E-site Marketing, LLC, http://www.esitemarketing.com
	Created:	13 October 2005
	Updated:	26 October 2005
*/

/* ----- Import external stylesheets -----------------*/
@import url("common.css");


/* ----- Generic styles ------------------------------*/
body {
	padding: 20px;
	}


/* ----- Page layout ---------------------------------*/
div#wrapper {
	border: 1px solid #b0afaf;
	padding: 12px;
	text-align: left;
	}

div#content {
	padding: 14px;
	background: #f4f3f2;
	}

div#content-extra {
    padding: 14px;
    }

/* ----- Page content layout -------------------------*/
div#content h1 {
	height: 20px;
	margin-bottom: 15px;
	font-size: 1em;
	background-repeat: no-repeat;
	background-position: 0 0;
	}

h1#h-rfp { background-image: url("../images/popup/h-rfp.gif"); }
h1#h-map { background-image: url("../images/popup/h-map.gif"); }
h1#h-contact { background-image: url("../images/popup/h-contact.gif"); }
h1#h-sitemap { background-image: url("../images/popup/h-sitemap.gif"); }
h1#h-specials { background-image: url("../images/interior/h-specials.gif"); }
h1#h-gallery { background-image: url("../images/popup/h-gallery.gif"); }
h1#h-survey { background-image: url("../images/popup/h-survey.gif"); }

div#content h2 {
	margin-top: 10px;
 	font-size: 1.3em;
 	font-weight: bold;
 	color: #666666;
	}

div#content p {
	/*margin-top: 1em; */
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666666;
	}

div#content ul, div#content ol {
	margin: 1em auto 0 2.5em;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666666;
	}

div#content ul ul, div#content ol ol {
	margin-top: 0;
	font-size: 1em;
	}

div#gallery-wrapper {
	text-align: center;
	}

div#gallery-wrapper object {
	border: 1px solid #b0afaf;
	}

div#content a {
	text-decoration: underline;
	color: #59554c;
	}

div#content a:hover {
	color: #1f1e1b;
	}


/* ----- Forms layout -------------------------*/
table.form-table {
	width: auto;
	margin: 1em 0;
	font-size: 1.1em;
	color: #666666;
	}

table.form-table col.first-col { text-align: right; }
html>body table.form-table td { text-align: right; }
html>body table.form-table th + td { text-align: left; }
html>body table.form-table td + td { text-align: left; }

table.form-table th {
	width: 135px;
	padding-top: 4px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	}

table.form-table th.form-header {
	width: auto;
	padding-top: 2em;
	padding-left: 30px;
	font-weight: bold;
	text-align: left;
	}

table.form-table td {
	padding-top: 2px;
	padding-left: 5px;
	}

table.form-table input, table.form-table select, table.form-table textarea {
	border: 1px solid #1f1e1b;
	padding: 1px 0 1px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	}

table.form-table option {
	padding-left: 3px;
	}

input#first_name, input#last_name, input#company, input#website, input#email, input#address1, input#address2 { width: 150px; }
input#city, input#state { width: 125px; }
input#phone, input#fax { width: 100px; }
input#sleeping_rooms, input#meeting_space, input#email_updates { border: 0; 	}
input#num_people, input#num_sleeping_rooms, input#meeting_space_req { width: 50px; }
input#zip, input#arrival_date, input#departure_date { width: 75px; }
textarea#comments { width: 250px; height: 75px; }

input#submit {
	border-top: 1px solid #949494;
	border-left: 1px solid #949494;
	margin-top: 1em;
	padding: 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	background: #e9e9e9;
	}
