/* CSS Document */

.aside .current_page_ancestor a
{
	color:#333;
}

table.meetingrooms
{
	border:none;
}


table.meetingrooms td, table.meetingrooms th
{
	vertical-align:middle;
	padding:10px;
}

table.meetingrooms td
{
	background:#fff;
}

table.meetingrooms th, table.meetingrooms td
{
	border-collapse:collapse;
	border:1px solid #ddd;
	border-bottom:1px solid #666;
	border-top:0;
}

table.meetingrooms th
{
	vertical-align:bottom;
	background:#f6f5f3;
	border-top:1px solid #666;
	border-bottom:2px solid #666;
}


table.meetingrooms tr.empty, table.meetingrooms td.empty, table.meetingrooms th.empty
{
	border:none;
}

/** Plan Your Event subnavigation **/
#plan-event-nav, #plan-event-nav ul
{
	margin-left:0;
	list-style:none;
}

#plan-event-nav li.page_item
{
	float:left;
	list-style:none;
}

#plan-event-nav li.page_item a
{
	display:block;
	background:#f8f8fa;
	border:1px solid #e6e6e6;
	padding:3px 5px;
	width:150px;
	margin-right:5px;
	margin-bottom:5px;
}

#plan-event-nav li.page_item a:hover
{
	background:#fff;
	text-decoration:none;
}

#plan-event-nav li.page_item.current_page_item a,
#plan-event-nav li.page_item.current_page_ancestor a
{
	background:#e9e9eb;
}

div.clear.spaced
{
	height:15px;
}

/** Conference center header **/
a#conference-center-masthead
{
	width:595px;
	height:174px;
	text-indent:-999px;
	overflow:hidden;
	background:url('../images/drake-conference-header.png');
	display:block;
	border-top:1px solid #999;
	margin-bottom:20px;
}

#conference-tour
{
	height:300px;
	width:550px;
	margin-left:20px;
}

#pavillion-tour
{
	height:300px;
	width:400px;
	margin-left:20px;
	padding:20px;
	background:#fff;
	border:1px solid #ddd;
}


/** Form Markup **/
#contactForm
{
}

#contactForm legend
{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#contactForm ul
{
	margin-left:0;
}

#contactForm li
{
	list-style:none;
}

#contactForm li label
{
	display:block;
	margin-top:10px;
}

#contactForm table,#commentForm table tr, #contactForm table td
{
	border:none;
}

#contactForm table td
{
	padding:3px;
}

#contactForm .rbTable td label
{
	display:inline;
}

#contactForm li.radioListInline label
{
	display:inline;
}

#contactForm .paddedBottom
{
	padding-bottom:20px;
}