﻿/* 
Venue West Conference Management CSS layout 
Date: 2007-02-19
Designer: Quick
*/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0 auto auto auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: Silver;
	color: black;
	font-size: 12px;
}

form {
	margin: 0px;
}

#wrapper {
	width: 1000px;
	height: auto;
	min-height: 700px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	background-color: White;
	position: relative;
	text-align: left;
}

#masthead {
	width: 1000px;
	min-height: 100px;
	display: block;
	background-color: White;
	text-align: center;
	/*
	background: url("images/vw_management_top.jpg") no-repeat;
    */
}

#masthead_booking {
	width: 1000px;
	height: 100px;
	background: url("images/vw_top_booking.jpg") no-repeat;
}

#top_link {
	position: absolute;
	top: 0;
	right: 10px;
	width: 100px;
	height: 21px;
	line-height: 21px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}

#top_link a {
	text-decoration: none;
	color: Black;
}

#top_link a:hover {
	text-decoration: underline;
	color: Orange;
}

#top_conference_info 
{
    text-align:left;
    position: absolute;
    top: 56px;
    left: 322px;
    width: 668px;
    height: 50px;
    line-height: 14px;
    vertical-align: top;
    font-size: 10px;
    z-index: 99;
}

#main_menu {
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	display: block;
	border-bottom: 1px solid #edead8;
	background: url("images/main_menu_bk.gif") repeat-x;
}

#container {
	position: relative;
	height: auto;
	min-height: 600px;
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}

#left_col {
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
}


#page_head {
	margin-right: 200px;
	margin-left: 170px;
}

#page_content {
	margin-right: 200px;
	margin-left: 170px;
	background: url("images/page_background01.jpg") no-repeat;
}

#page_head_title {
	width: 620px;
	padding-left: 10px;
	height: 41px;
	position: relative;
	display: block;
	background: url("images/page_head_title.jpg") no-repeat;
	line-height: 41px;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bolder;
	color: #333333;
}

#page_content_details {
	width: 610px;
	position: relative;
	display: block;
	padding: 10px;
}

#right_col {
	width: 200px;
	position: absolute;
	left: 800px;
	top: 0px;
	background: url(images/right_top.jpg) no-repeat;
}


#footer {
	position: relative;
	width: 1000px;
	height: 24px;
	color: White;
	background-color: #336699;
	display: block;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;	
	margin-top: 20px;
}

fieldset 
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #336699;
	background-color: #f7f7f7;
	overflow: auto;
}

legend {
	padding: 2px 5px;
	color: #336699;
	background-color: #f7f7f7;
	font-weight: bold;
}

hr {
	height: 1px;
	border: 0;
	color: #336699;
	background-color: #336699;
}

.title_980 
{
	padding-left: 20px;
	color: White;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background: url(images/title_bk_1000.jpg) repeat-y;
	margin-top: 6px;
	margin-bottom: 6px;
}

.edit_area
{
	background-color: #f7f7f7;
}

.submit_bar
{
	padding-right: 20px;
	text-align: right;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	background: url(images/title_bk_700.jpg) repeat-y;
}

.vw_button
{
	background-color: White;
	border: solid 2px #336699;
}

.panel fieldset 
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid silver;
	overflow: auto;
}

.panel legend {
	padding: 2px 5px;
	color: black;
	font-weight: bold;
}

.form_bk
{
    background: url(images/form_bk.png) no-repeat;
}