/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom-width:1px;
 border-bottom-color:#CCCCCC;
 border-bottom-style:solid;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #CCCCCC;
 border-bottom: none;
 background: #CCCCCC;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #192450; }
ul.tabbernav li a:visited { color: #CCCCCC; }

ul.tabbernav li a:hover
{
	color: #ffffff;
	background: #CCCCCC;
	border-color: #666666;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #DDDDDD;
 background-color:#EEEEEE;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #192450;
 background: #EEEEEE;
 border-bottom: 1px solid white;
 
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 background-color:#EEEEEE;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:150px;
 overflow:auto;
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family:Arial, Helvetica, sans-serif;
  z-index: 1000;
  position:relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px;
  background-image:url(../images/navbg.jpg);
  color: #1e3363;
  display: block;
  padding: 5px 9px 5px 9px;
  text-decoration: none; 
}
.nav li a:hover {
  color: #ffffff;
  background-image:url(../images/navbg-over.jpg);
  border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:#FFFFFF;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  color: #ffffff;	
  background-image:url(../images/navbg-over.jpg);
    border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:#FFFFFF;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #1e3363;
  background-image:url(../images/navbg-over.jpg);
    border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:#FFFFFF;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #eee;
  color: #1e3363;	
}
.nav ul {
  list-style: none;
  margin: 0;
  width: 200px;
  position: absolute;
  top: -999em;
  left: 0px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 33px;
}
.nav ul li {
  border: 0;
  float: none;
  width: 180px;
}
.nav ul a {
  /*padding-right: 20px; */
  white-space: nowrap;
  width: 180px;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
  width: 180px;
}

#container #top #nav #nav-one .navspacer {
	height:32px;
	background-image: url(../images/navbg-white.jpg);
}
    #container #top #nav {
	height:32px;
	background-image: url(../images/navbg.jpg);
	width:980px;
}
 #container
{
	width: 980px;
	line-height: 140%;
	text-align:left;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color:#192450;
}
#top
{

}
#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
	float: left;
	width: 275px;
	margin-left: 0px;
}

#content
{
	float: left;
	width: 655px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	position: relative;
	z-index: 0;
		
}
.time-content{
	min-height:600px;
	height:700px;
}
.time-content p{
	text-align:left;
	vertical-align:bottom;
 }
#footer
{
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}


#booknow {
	float: left;
	height: 500px;
	width: 250px;
	background-color: #CCCCCC;
}
#bodycontent {
	width: auto;
	float: left;
	background-color: #00FFFF;
}

.tabbedcontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	width: 140px;
}
#floater {
	position:absolute;
	visibility:hidden;
	width:246px;
	height:auto;
	margin:0px;
	padding:0px;
	padding-left: 20px;
	background-image: url(../images/booknow-body.jpg);
	padding-right: 20px;
	background-repeat: repeat-x;
}

.tableleft {
	border-left-width:1px;
	border-left-style:dotted;
	border-left-color:#999999;
}
.tableleft-header {
	border-left-width:1px;
	border-left-style:dotted;
	border-left-color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color:#192450;
}

.tableleft2 {
	border-left-width:1px;
	border-left-style:dotted;
	border-left-color:#999999;
	padding-left: 8px;
}

.table-content-headings {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#000000;
}
.tablel-bottom {
	border-left-width:1px;
	border-left-style:dotted;
	border-left-color:#999999;
	padding-left: 8px;
	
}#container #content #topimage img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	
}.tableleft2heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#192450;
	padding-left: 8px;
}
.tablepad {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 0px;
	float: left;
	width: 305px;
	max-width: 305px;
}
body {
	background-image: url(../images/bodybg.jpg);
	background-position-y: 120px;
	background-repeat: no-repeat;
	text-align:left;
}
/*css for time.php*/

.booking{
	width:650px;
	
}
.booking .emptyrow{
	height:10px;
}
.booking .emptyclm{
	width:3px;}
.booking .steps{
	background:#e9d06b;
	font-weight:bold;
	height:25px;
	padding:5px;
	_padding:5px;	
	width:275px;
	_width:300px;
	font-size:12px;
	text-align:left;
	float:left !important;
}
.booking .steps span{
	font-weight:bold;
	font-size:14px !important;
		float:left;
	
	}
.booking .select{
	background:#cacbc6;
	width:210px;
	padding-left:10px;
}
.booking .select select{
	width:200px;
	height:20px;
}
.booking h1{
	color:#1e3363;
	float:left;
	height:40px;
	font-size:18px;
}
 
.booking input{
 width:40px;
 }
.top-view{
	height:40px;
	text-align:center;
	background:#e9d06b;
	font-weight:bold;
}
.view .heading{
	height:32px;
	width:250px;
	background:#e9d06b;
	padding-left:15px;
	color:#1e3363;
	vertical-align:text-top;
	font-size:11px;
	font-weight:bold;
}
.view .times{
	text-align:center;


	}
.booking .emptycorn{
	width:135px;}
.view{
	border:#cccccc 1px solid;
	border-bottom:none;
	width:650px;
	margin-left:15px;
}
.time-row{
	width:130px;
	

}
.view .border{
		border-left: #999999 1px solid;
}
h4{
	padding-left:5px;
	font-size:12px;
}
.booking .td-view-table{

}
.times div{
	
	width:31px;
	float:left;
	font-size:10px;
	padding-top:15px;
	padding-bottom:10px;
	_padding-top:10px;
}
.admin-times div{
	
	width:50px;
	float:left;
	font-size:10px;
	padding-top:15px;
	padding-bottom:10px;
	_padding-top:10px;
}
.admin-times div a{

	font-size:9px;
;
}
.color{
	background:#cccccc;
}
#head-td #tab-heading .subnavspacer {
	
	background-image: url(../images/navbg-white.jpg);
	padding: 5px 1px 5px 1px !important;
}
#head-td{
	background-image:url(../images/navbg.jpg);
	padding: 5px 9px 5px 9px;
	}
#head-td a{
	text-decoration:none;
	padding:5px;
}
.subnavtop{
	background-image:url(../images/navbg.jpg);
}
.outer-tab{
	border:#cccccc solid 1px;
}
.inner-table .label{
	text-align:right;
	width:150px;
	_width:150px;
}
.inner-table td{
	padding:2px;
}
.innerr-table
{
	border:#999999 1px solid;
}
.innerr-table .tf-index{
	width:150px;
}

