/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dbc1a7;
	background: #110915;
}

a:link, a:visited { color: #cfa3eb; text-decoration:none; } 
a:active, a:hover { color: #CCFF00; }

h1 {
	margin: 0px;
	padding: 10px 0;
	font-size: 26px;
	color: #dbb4e0;
	font-weight: normal;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #dbc1a7;
	border-bottom: 1px dotted #663e17;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #dbb4e0;
	border-bottom: 1px dotted #663e17;
}

p {
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;	
}


/* ----- Form ----- */

form {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
}

.inputfield {
	background: #ffffff;
	border: 1px solid #c9f5f6;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	height: 14px;
	line-height: normal;
	padding: 4px;
	margin-bottom: 5px;
	width: 240px;
}

#searchfield {
	background: none;
	border: 1px solid #874d76;
	color: #ffffff;
	font-size: 13px;
	font-variant: normal;
	height: 15px;
	line-height: normal;
	padding: 4px;
	width: 230px;
}


#searchbutton {
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	margin: 0 0 0 7px;
	padding: 0 6px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 66px;
}

.button {
	width: 60px;
	height: 25px;
}

/* end of form */


#templatemo_header_panel {
	width:100%;
	margin: 0 auto;
	height: 145px;
}

#templatemo_header_panel #templatemo_header_section {
	width: 960px;
	height: 145px;
	margin:0 auto;
	background: url(images/templatemo_top_panel_bg.jpg) center top no-repeat;
}

#templatemo_header_section #templatemo_title_section {
	float: left;
	width: 400px;
	padding: 90px 0 15px 30px;
	font-size: 30px;
	color: #d3c2f9;
}

#templatemo_header_section #templatemo_search_section {
	float: right;
	margin-right: 30px;
	width: 330px;
	padding: 70px 0 15px 0;
}

#templatemo_header_section #templatemo_search_section form {
	text-align: left;
}

#templatemo_menu_panel {
	width:100%;
	height: 59px;	
	margin: 0 auto;
	color: #ffffff;
}

#templatemo_menu_panel #templatemo_menu_section {
	width: 930px;
	height: 59px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #03a0a6;
	background:  url(images/templatemo_menu_panel_bg.jpg) no-repeat;	
}

#templatemo_menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#templatemo_menu_section ul li {
	display: inline;
}

#templatemo_menu_section ul li a {
	float: left;
	width: 110px;
	padding: 5px 0;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #660e4c;	
}

#templatemo_menu_section li a:hover, #templatemo_menu_section li .current {
	color: #d3c2f9;
}
/* end of menu */

/* content panel */
#templatemo_content_container {
	clear: both;
	overflow: hidden;
	width:100%;
	margin: 0 auto;
}

#templatemo_content_container #templatemo_content {
	overflow: hidden;
	height: 100%;
	width: 930px;
	padding: 30px 0 0 15px;
	margin:0 auto;
	background: url(images/templatemo_content_top.jpg) top center no-repeat;
}

#templatemo_content_left {
	float: left;
	width: 600px;
	margin-bottom: 15px;
}

#templatemo_content_right {
	float: right;
	width: 300px;
	margin-bottom: 15px;
}

#templatemo_content_left .templatemo_post {
	width: 600px;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border: 1px solid #1e1125;
	background: #180d1e;	
}

* html #templatemo_content_left .templatemo_post {
	margin-bottom: 15px;
}

.templatemo_post .post_title {
	width: 570px;
	height: 55px; /* padding 20px + */
	margin: 0px;
	padding: 20px 0px 5px 30px;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	background: url(images/templatemo_post_title_bg.jpg) no-repeat;
}

.templatemo_post .post_title .post_info {
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	color: #dbc1a7;
	margin-top: 6px;
}

.templatemo_post .post_body {
	padding: 15px 30px;
}

.templatemo_post .post_body img {
	margin-bottom: 15px;
}

.templatemo_post .post_comment {
	padding: 5px 30px;
	font-weight: bold;
}

#templatemo_content_right .templatemo_right_section {
	clear: both;
	display:inline-block;
	width: 250px;
	padding: 15px 15px 10px 15px;
	margin-bottom: 30px;
	color: #dbc1a7;	
	background: #180d1e url(images/templatemo_right_section_bg.jpg) top center no-repeat;	
	border-bottom: 1px solid #361d40;	
}

#templatemo_content_right .templatemo_right_section ul {
	clear: both;
	margin: 0 0 0 15px;
	padding: 0px;
}

#templatemo_content_right .templatemo_right_section ul li {
	margin: 0 0 5px 0;
}

#templatemo_content_right .templatemo_right_section ul li a, a:hover {
	font-weight: normal;
}

#templatemo_bottom_panel {
	width:100%;
	margin: 0 auto;

}

#templatemo_bottom_panel #templatemo_bottom_section {
	overflow: hidden;
	height: 100%;
	width: 930px;
	margin:0 auto;
	padding: 40px 0 15px 30px;	
	background: url(images/templatemo_content_bottom.jpg) center bottom no-repeat;
	border-top: 1px solid #3d234d;
}

#templatemo_bottom_section .templatemo_bottom_section_content {
	display: inherit;
	float: left;
	width: 270px;
	padding-right: 20px;
	margin:0 0 15px 10px;
}

#templatemo_bottom_section .templatemo_bottom_section_content ul {
	margin: 0 0 0 10px;
	padding: 0 0 5px 10px;
}

#templatemo_bottom_section .templatemo_bottom_section_content li a {
	color: #dbc1a7;
}

#templatemo_footer_panel {
	width:100%;
	margin: 0 auto;
	background: #000000 url(images/templatemo_footer_bg_repeat.jpg) repeat-x;
	color: #ffffff;
}

#templatemo_footer_panel #templatemo_footer_section {
	width: 960px;
	margin:0 auto;
	padding: 20px 15px;	
	text-align: center;
	background: url(images/templatemo_footer_bg.jpg) no-repeat;
}

.red {
	color:red;
	font-weight:bold;
}

.yellow {
	color:#ffd502;
	font-weight:bold;
}

/* *** Start Capacity Chart Styles *** */

#capacityChartWrapper {
	width:551px;
	margin-left:10px;
	margin-top:10px;
}

/* *** Start HWS Form Styles *** */
#resultsMatrix {
	margin-bottom:15px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
#tableMatrix table {
	margin-bottom:11px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}

#resultsMatrix th {
	background-color:#ebebdb;
	height:19px;
	margin:0px;
	padding-left:5px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	vertical-align:middle;
	font-weight: bold;
	font-size:12px;
	line-height:14px;
	color: #333333; 
	font-family: arial, sans-serif;
	text-decoration: none;
}
#tableMatrix th {
	background-color:#cecdbe;
	height:19px;
	margin:0px;
	padding-left:5px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	vertical-align:middle;
	font-weight: bold;
	font-size:12px;
	line-height:14px;
	color: #333333; 
	font-family: arial, sans-serif;
	text-decoration: none;
}
#tableMatrix th a {
	font-weight: bold;
	font-size:12px;
	line-height:14px;
	color: #333333; 
	font-family: arial, sans-serif;
	text-decoration: none;
}
#resultsMatrix img, #tableMaxtrix img {
	margin:0px;
	padding:0px;
	display:block;
}
#resultsMatrix h2, #tableMatrix h2,
#subSections #resultsMatrix h2, #subSections #tableMatrix h2 {
	margin:0px;
	padding:0px;
	vertical-align:middle;
	font-weight: bold;
	font-size:12px;
	line-height:14px;
	background-color:transparent;
	color: #333333; 
	font-family: arial, sans-serif;
	text-decoration: none;
}
#resultsMatrix h2 a, #tableMatrix h2 a,
#subSections #resultsMatrix h2 a, #subSections #tableMatrix h2 a {
	font:bold 12px/14px arial, sans-serif;
}
#resultsMatrix h3, #tableMatrix h3 {
	font-size:10px;
	line-height:12px;
	color:#333333;
	font-family:arial, verdana, sans-serif;
	font-weight:normal;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

#resultsMatrix ul, #tableMatrix ul {
	font-size:10px;
	line-height:12px;
	color:#333333;
	font-family:arial, verdana, sans-serif;
	font-weight:normal;
	text-decoration:none;
	margin:0px;
	padding:0px;
	list-style:none;
}
#resultsMatrix ul li, #tableMatrix ul li {
	font-size:10px;
	line-height:12px;
	color:#333333;
	font-family:arial, verdana, sans-serif;
	font-weight:normal;
	text-decoration:none;
	margin:0px;
	padding:0px;
	list-style:none;
}
#tableMatrix p {
	font:normal 10px/12px arial, verdana, sans-serif;
	color:#333;
}
#resultsMatrix a, #resultsMatrix a:link, #tableMatrix a, #tableMatrix a:link,
#subSections #resultsMatrix a, #subSections #resultsMatrix a:link, 
#subSections #tableMatrix a, #subSections #tableMatrix a:link  {
	color:#006;
	text-decoration:none;
}
#resultsMatrix a:visited, #tableMatrix a:visited,
#subSections #resultsMatrix a:visited, 
#subSections #tableMatrix a:visited { 
	color:#006;
}
#resultsMatrix a:hover, #tableMatrix a:hover,
#subSections #resultsMatrix a:hover,
#subSections #tableMatrix a:hover {
	color:#9d102d; 
	text-decoration: underline;
}
#resultsMatrix a:active, #tableMatrix a:active,
#subSections #resultsMatrix a:active,  
#subSections #tableMatrix a:active {
	color:#9d102d;
}
#tableMatrix tr {
	padding:5px;
	border:0px solid green;
	color:#000000;
}
#tableMatrix tr.alternate {
	background-color:#00B8F5;
}
tr.odd {
	background-color:#cecdbe;
}
tr.even {
	background-color:#ebebdb;
}
#tableMatrix tr.alternate2 {
	background-color:#66CCFF;
}
#resultsMatrix td, #tableMatrix td {
	padding:5px;
	font-size:10px;
	line-height:12px;
	color:#333333;
	font-family:arial, verdana, sans-serif;
	font-weight:normal;
	text-decoration:none;
	margin:0px;
}
#tableMatrix.capacityChart {margin-top:0px; margin-bottom:11px; border-top:0px; border-bottom:1px solid #666666;}
#tableMatrix.capacityChart th.meetingRoom {padding-top:2px;vertical-align:top;}
#tableMatrix.capacityChart td {text-align:center;}
#tableMatrix.capacityChart td.firstCol {text-align:left;}
#tableMatrix.capacityChart tr.alternate td {border-right:1px solid #ffffff;}
#tableMatrix.capacityChart th.roomSetUp a {font-weight:normal; font-size:11px; word-spacing:-0.05em; line-height:14px; height:19px; font-family:verdana, sans-serif; color:#006; text-decoration:underline; display:block; text-align:right; }
#tableMatrix.capacityChart th.roomSetUp a:visited {color:#006;}
#tableMatrix.capacityChart th.roomSetUp a:hover {color:#9d102d;}
#tableMatrix.capacityChart th.roomSetUp a:active {color:#9d102d;}
#tableMatrix.capacityChart tr.floorSetUp {background-color:#cecdbe;}
#tableMatrix.capacityChart tr.floorSetUp a {font-weight:normal; font-size:10px; line-height:12px; font-family: arial, sans-serif; color:#006; text-decoration:none; display:block; text-align:right; }
#tableMatrix.capacityChart tr.floorSetUp a:visited {color:#006;}
#tableMatrix.capacityChart tr.floorSetUp a:hover {color:#9d102d;}
#tableMatrix.capacityChart tr.floorSetUp a:active {color:#9d102d;}
#tableMatrix.capacityChart tr.floorSetUp td {border-top:1px solid #666666;}
#tableMatrix.capacityChart tr.alternate td.lastCol {border-right:0px;}
ul li.capacityChartToolList { list-style-type: none; padding-top:1px; margin:0px; border:0px; display:inline;}
ul li.capacityChartToolList span { padding-right:20px;}
/* *** End Capacity Chart Styles *** */

