
/* CSS Document */

body
{
   text-align: center;
   font-family: Arial;
   font-size: 10pt;
	background: url('/site/images/bg.jpg');
   background-repeat: no-repeat;
}

h1
{
	color: #000000;
	font-size: 12pt;
}

h2
{
	color: #000000;
	font-size: 12pt;
   text-align: left;
}

img
{
	border: 0;
}

#page-wrapper
{
	width: 1010px;
	margin: 0px auto;
	background: url('/site/images/panels.jpg');
   background-repeat: no-repeat;
	overflow: hidden;
}

div.row-wrapper
{
	overflow: hidden;
	width: 1010px; 
}

#header-left
{
	width: 333px;
	float:left;
	vertical-align:middle;
}

#header
{
	width: 999px;
	float:left;
	vertical-align:middle;
	text-align: center;
   height: 72px;
   margin-bottom: 10px;
   border: 1px solid black;
   position: relative;
   z-index: 1;
}

#header-right
{
	width: 333px;
	float:right;
	vertical-align:middle;
}

#main-left
{
	width:323px;
	float:left;
	vertical-align:middle;
   height: 750px;
   border: 1px solid black;
}

#main
{
	width: 326px;
	float:left;
	vertical-align:middle;
	text-align: center;
   margin-top: -761px;
   margin-left: 334px;
   border: 1px solid black;
   height: 750px;
}

#main-right
{
	width: 323px;
	float:right;
	vertical-align:middle;
   margin-top: -761px;
   margin-right: -675px;
   border: 1px solid black;
   height: 750px;
}

#footer-left
{
	width: 333px;
	float:left;
	vertical-align:middle;
}

#footer
{
	width: 999px;
	float:left;
	vertical-align:middle;
	text-align: center;
   height: 70px;
   margin-top: 10px;
   border: 1px solid black;
   position: relative;
   z-index: 1;
}

#footer-right
{
	width: 333px;
	float:right;
	vertical-align:middle;
}

#header_text
{
   font-size: 24pt;
   font-weight: bold;
   margin-top: 16px;
   color: #000000;
}

#left_panel
{
	overflow:auto; 
   position:relative; 
   margin-top:10px; 
   height:750px;
}

#center_panel
{
	overflow:auto; 
   width:100%; 
   position:relative;
   height:750px;
}

#right_panel
{
	overflow:auto; 
   height:750px; 
   position:relative; 
   width:100%;
}

.link a:link
{
	font-family: Arial; 
	font-size: 12px; 
	color: blue; 
	font-weight: bold; 
	text-decoration: underline;
}

.link a:visited
{
	font-family: Arial; 
	font-size: 12px; 
	color: blue; 
	font-weight: bold; 
	text-decoration: underline;
}

.link a:hover
{
	font-family: Arial; 
	font-size: 12px; 
	color: #E79748; 
	font-weight: bolder; 
	text-decoration: underline;
}

.footer
{
	width: 900px;
	font-family: Arial;
   font-weight: bold;
	color: #000000;
	margin-right: -10px;
   margin-top: 20px;
   font-size: 12px;
}

.footer a:link
{
	font-family: Arial; 
	font-size: 12px; 
	color: blue; 
	font-weight: bold; 
	text-decoration: underline;
}

.footer a:visited
{
	font-family: Arial; 
	font-size: 12px; 
	color: blue; 
	font-weight: bold; 
	text-decoration: underline;
}

.footer a:hover
{
	font-family: Arial; 
	font-size: 12px; 
	color: #E69748; 
	font-weight: bolder; 
	text-decoration: underline;
}

.con_table
{
	width: 475px;
	color: #000000;
   font-family: Arial;
   font-size: 12px;
   background-color: #ffffff;
   text-align: justify;
   margin-left: 10px;
   margin-right: 10px;
}

.con_table input
{
	background: #cccccc;
}

.con_table select
{
	background: #cccccc;
}

.con_table textarea
{
	background: #cccccc;
}

#nav
{
	font-family: Arial;
   font-size: 14px;
	color: #000000;
	background-image: url(/site/images/nav/default_mid.gif);
	background-repeat: repeat-y;
   margin-left: 0px;
   margin-top: -5px;
   width: 160px;
}

.nav
{
	margin-left: 25px;
   text-align: left;
}

.nav a:link
{
	font-family: Arial; 
	font-size: 14px; 
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: underline;
}

.nav a:visited
{
	font-family: Arial; 
	font-size: 14px; 
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: underline;
}

.nav a:hover
{
	font-family: Arial; 
	font-size: 14px; 
	color: yellow; 
	font-weight: bolder; 
	text-decoration: underline;
}

#blog
{
	width: 420px;
   background-color: #738FB9;
   margin-left: 25px;
   margin-right: 25px;
   margin-top: -5px;
}

.blog
{
	width: 400px;
	margin-left: 10px;
   font-size: 12px;
   padding-bottom: 5px;

}

.blog_date
{
	font-size: 16px;
	font-weight: bolder;
	color: #ffffff;
}

.blog_head
{
	font-size: 16px;
	font-weight: bolder;
	color: yellow;
}

.blog_desc
{
   text-align: justify;
	color: #000000;
   font-size: 12px;
   font-weight: normal;
}

.blog_author 
{
	float: right;
   font-weight: bold;
	color: #000000;
   font-size: 12px;
}

.blog_link a
{
	float: right;
   margin-right: 10px;
}

.blog_link a:link
{
   font-weight: bold;
	color: blue;
   font-size: 12px;
}

.blog_link a:visited
{
	font-weight: bold;
	color: blue;
   font-size: 12px;
}

.blog_link a:hover
{
	font-weight: bolder;
	color: yellow;
   font-size: 12px;
}

#comment
{
	width: 420px;
   margin-left: 25px;
   margin-right: 25px;
}

.comment
{
	width: 400px;
	margin-left: 10px;
   font-size: 12px;
   color: #000000;
}

.comment_date
{
	font-weight: bolder;
}

.comment_desc
{
   text-align: justify;
}

.comment_auth 
{
	float: right;
}

.comment_link a:link
{
   font-weight: bold;
	color: blue;
}

.comment_link a:visited
{
	font-weight: bold;
	color: blue;
}

.comment_link a:hover
{
	font-weight: bolder;
	color: #FF6B1A;
}

.blogfooter
{
	font-size: 12px;
}

.blogfooter a:link
{
	color: #ffffff;
	text-decoration: none;
}

.blogfooter a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.blogfooter a:hover
{
	color: yellow;
	text-decoration: underline;
}

.req
{
	color: #FF0000;
}

.cal_detail
{
	width: 100%;
	background-color: #FFFFFF;
	font-family: helvetica;
	color: #ffffff;
	font-size: 16pt;
	text-align: justify;
}

.cal_detail td
{
	background: #999999;
}

.cal_detail a
{
	color: #ffff00;
}

#calendars
{	
	margin-top: -10px;
}

.calendar
{
	width: 300px;
   font-size: 10pt;
}

/* overall table */
.calendar table {
border:1px solid #fff;
padding: 0;
margin:10px;
}

/* the day headers across the top */
.calendar th {
background: #4D74B5;
color: #fff;
width: 40px;
font-size: 8pt;
}

/* how days this month will look, make dates appear in top right */
.calendar td 
{
  background: #eee;
  color: #000;
  padding: 1px;
  margin:0;
  height:20px;
  text-align:right;
  vertical-align:top;
  border:1px solid #fff;
  font-size: 6pt;
}

/* these are the days falling outside this month */
.calendar td.notInMonth 
{
	background: #999;
}

.cal_divs
{
  width:100%; 
  display:block; 
  height:25px;
  cursor:hand; 
  cursor:pointer;
}

.dayNum
{
	font-size: 7pt;
  margin-top: 5px;
}

.dayNumNoEvents
{
	font-size: 7pt;
  margin-top: 5px;
}

.day_passed
{
	width:100%; 
   height:20px; 
  display:block; 
	color: #858585;
}

.today
{
  width:100%; 
   height:25px; 
  display:block; 
  cursor:hand; 
  cursor:pointer;
  background: yellow;
}

.checkout_only
{
	width:100%; 
   height:25px; 
  display:block; 
  cursor:hand; 
  cursor:pointer;
	background: #33FF00;
}

.calendar td.day_booked
{
	background: #1FFEF3;
}

.page
{
	position: absolute;
  top: 10;
  left: 20;
  visibility: hidden;
}

.info
{
	position: absolute;
  left: 10;
  visibility: hidden;
}

#features
{
	position: absolute;
  top: 50px;
  left: 10px;
  width: 95%;
}

#locations
{
	position: absolute;
  top: 50px;
  left: 10px;
  width: 95%;
}

#arrows
{
	position: absolute;
  left: 15;
  top: 270;
}

#res_info
{
  text-align: center;
  font-size: 10pt;
  margin: 25px;
  width: 300px;
}

.res_info
{
	font-size: 10pt;
  width: 280px;
  text-align: left;
}

.head
{
	font-size: 12pt;
  color: #000000;
  text-align: left;
  font-weight: bold;
}

.guest_info
{
	font-size: 10pt;
  margin-left: 15px;
}

#trans_info
{
	width: 90%;
  text-align: left;
  margin-left: 15px;
}

#ezbook
{
	position: absolute;
  top: 120;
  left: 50;
	cursor: hand; 
  cursor: pointer;
  visibility: hidden;
} 

.center_img
{
	position: relative;
}

.center_img:hover
{
	background-color: #ffffff;
}

#dialog
{
   visibility: visible;
	text-align: justify;
	font-size: 10pt;
}

#info_dialog
{
   visibility: visible;
	text-align: justify;
	font-size: 10pt;
}

div.ui-datepicker
{
 font-size:10px;
}

.error 
{ 
	color: red; 
	font-size: 8pt;
	font-weight: bold;
}

#em_chk_msg
{
	font-size: 12pt;
	text-align: left;
}

