/* CSS Document */
html { 				
	height: 100%; margin-bottom: 1px; 
}
body {
	font-family:"trebuchet MS", Helvetica, Verdana, Arial, sans-serif;	
	font-size: 14px; 
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#a4a5a7;
	color:#191919;
	margin:0; 
	padding:0; 
}

p {
	font-size: 14px;
	line-height: 16px;
	margin-top:0px;
	padding-top:0px;
	text-align:justify;
}
	
h1 
{
	font-size:18px;
	line-height:18px;
	margin-top: 28px;
	margin-bottom:18px;
	color:#002b54;
}

h2 {
	font-size:18px;
	line-height:18px;
	margin-top: 0px;
	margin-bottom:8px;
	color:#640018;
}

.bold-quotes {
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom:8px;
	color:#640018;
}
a:link, a:visited {	
	color:#0099FF;
	text-decoration:none; 
}
a:hover {		
	color:#00CCFF;
	text-decoration:none; 
}
li {	
	list-style:none;
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;	
	padding-left:20px;
	line-height:16px;
	margin-bottom:6px;
	margin-left:-20px;	
}

#container {
	position:relative;
	display:block;
	width:948px;	
	border-left:1px solid #e9e9e9;	
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	background-image:url(/images/content-bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}
#header {
	position:relative;	
	height:151px;
	text-align:left;
	background-color:#FFFFFF;	
}
#logo {
	position:absolute;
	top:18px;
	left:40px;
}
#hd-image {
	position:absolute;
	top:0px;
	left:233px;
}
#cab {
	position:absolute;
	top:0px;
	left:576px;
	z-index:5;
}
#contact {
	position:absolute;
	right:0px;
	top:151px;
	z-index:7;
	height:32px;
	line-height:32px;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;	
}
#menu {
	position:absolute;
	top:151px;
	left:233px;	
	height:32px;
	width:715px;
	line-height:32px;
	background-color:#002b54;
	border-top:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	z-index:4;	
	text-align:left;
}
#menu a:link, #menu a:visited, #contact a:link, #contact a:visited {
	color:#FFFFFF;
	font-size:14px;	
	font-weight:bold;
	text-decoration:none;	
	padding-left:14px;
	padding-right:14px;
	float:left;	
	border-right:1px solid #456482;
	display:block;	
}
#menu a:hover, #contact a:hover {
	background-color:#003d77;
}
#contact a:link, #contact a:visited, #contact a:hover {
	border-left:1px solid #456482;	
}


/* CONTENT Column */
#middle {
background-image:url(/images/lhs-book-online.jpg);
background-repeat:no-repeat;
}
#content {
	padding:0px;
	margin:0px;	
	padding-top:50px;
	margin-left:257px;
	margin-right:15px;
	text-align:left;
	min-height:374px;		
}

#content_rhs {
	padding:0px;
	margin:0px;	
	padding-top:20px;
	margin-left:257px;
	margin-right:197px;
	text-align:left;
	min-height:374px;				
}
#content_teaser {
	padding:0px;
	margin:0px;	
	padding-top:50px;
	margin-left:257px;
	margin-right:280px;
	text-align:left;
	min-height:374px;				
}
.grey {
	color:#666666;
}
/* LHS Column */
#lhs_column {
	float:left;
	width:233px;
	margin:0px;
	padding:0px;
}
/* RHS Column */
#rhs_column {
	float:right;
	width:130px;
	height:314px;
	padding-top:52px;
	padding-left:25px;
	padding-right:23px;
	text-align:left;
	background-image:url(/images/rhs-bg.jpg);
	background-repeat:repeat-x;
	margin-top:32px;	
}
#rhs_teaser {
	float:right;
	width:240px;
	height:314px;
	padding-top:52px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;	
	margin-top:32px;	
}
#rhs_column a:link, #rhs_column a:visited {
	background-image:url(/images/smenu.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:22px;	
	line-height:15px;
	text-align:left;
	display:block;
	margin-bottom:8px;
	color:#191919;
	font-weight:bold;
	font-size:12px;
}
#rhs_column a:hover, #rhs_column a:hover, #rhs_column .active:link, #rhs_column .active:visited, #rhs_column .active:hover {	
	background-position:top left;		
}
#footer {
	position:relative;
	text-align:center;
	background-color:#002b54;
	height:24px;
	line-height:24px;
	border-bottom:1px #FFFFFF solid;
	width:950px;	
}
#footer span {
	color:#2a4e71;
}

#footer, #footer a:link, #footer a:visited {
	color:#CCCCCC;
	font-size:9px; 
	text-decoration:none;	
}
				
#footer a:hover {
	color:#3399FF;
}

/********** Calendar CSS ***********/
.bambo_calendar_date {
    color: #000000;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    padding: 2px;
    z-index: 20;
}
.bambo_calendar_date h1{
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.bambo_calendar_date table tr td table tr th {
    font-family: "Courier New", Courier, mono;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    width: 26px;
    padding-left: 1px;
    text-align: center;
}
.bambo_calendar_date table tr td table {
    border-collapse: collapse;
}
.bambo_calendar_date table tr td table tr td {
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    width: 26px;
    height: 26px;
}
.bambo_calendar_date table tr td table tr td a {
    font-family: "Courier New", Courier, mono;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FF0000;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
}
.bambo_calendar_date table tr td table tr td a:hover {
    color: #000000;
    background-color: #C4DBFD;
    font-size: 11px;
    font-weight: bold;
}
.bambo_calendar_date table tr td table tr td strong a {
    font-family: "Courier New", Courier, mono;
    background-color: #C4DBFD;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FF0000;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
}
.bambo_calendar_date .dayNumber {
    font-weight: bold;
    background-color: #0099FF;
    color: #FFFFFF;
}
.bambo_calendar_date .dayNumberSelected {
    font-weight: bold;
    background-color: #FFFFBB;
    color: #000000;
}
.bambo_calendar_date .left {
    text-align: left;
}
.bambo_calendar_date .left a, .bambo_calendar_date .right a{
    font-family:"Trebuchet MS";
    color:#000000;
    font-size:12px;
}
.bambo_calendar_date .right {
    text-align: right;
}
/* forms */
.textBox
{
    width:300px;
}
.dateBox
{
    width:160px;
}
.formDiv
{
    position:relative;
    font-size:12px;
}
.formPass
{
    background-color:#0099CC;
    color:#FFFFFF;    
}
.formFail
{    
    background-color:#FFFF99;
    color:#000000;
}
.formLabel
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    text-transform:capitalize;
    padding-left:10px;
    width:150px;
    line-height:25px;
}
.formMessage
{    
    width:800px;
    height:25px;
    /*background-color:#CC6633;*/
    /*border:solid 2px #990000;*/
    color:#FF0000;
    text-align:center;
}
.validationMsg
{
    padding:5px;
    color:#990000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

/* styling for Pre Pay Purchase form */
.pay_text
{
	width:300px;	
}
.dollar_text
{
	width:30px;	
}





 /* styling for Videos form */  
.webtvTab
{
    position:absolute;
    right:0px;
    top:20%;
     width:30px;
     height:150px;
     background-color:#ccc;
   /* background-image:url(http://www.regencycabs.co.nz/media/webTV/watch-video.gif); */
    cursor: pointer;
    z-index: 99;
}

.webtvClose
{
    position:absolute;
    top:8px;
    left:8px;
    display:block;
    width:18px;
    height:18px;
    background-image:url(http://www.regencycabs.co.nz/media/webTV/close.png);
    background-repeat:no-repeat;
    z-index:999;
}

.webtvVideo
{
    display:block;
    width:320px;
    height:100%;
    z-index:99;
}


.fontsizeSmall
{
    font-size:10px;
}

.makeSpace
{
    position:relative;
    height:15px;
    width:100%;
    margin:0px;
    padding:0px;
}


