﻿body 
	{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#a10007;
	margin:0px;
	}
	
body, td ,th
	{
	font-family:Trebuchet MS;
	font-size:10px;
	}

html, body 
	{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	}
	
a:link, a:visited, a:active {
	color:#b4343a;
	text-decoration:none;
	}

a:hover {
	color:#b4343a;
	text-decoration:none;
	}


a.popup:link, a.popup:visited, a.popup:active {
color:gray;
display:block;
text-decoration:none;
}

a.popup:hover {
color:#535145;
text-decoration:none;
}

a.verus:link, a.verus:visited, a.verus:active {
color:#c7c7c7;
display:block;
text-decoration:none;
}

a.verus:hover {
color:#000;
text-decoration:none;
}

.ul li
{
   float:left;
   list-item-style:none;
   margin-left:30px;
}

	
img {
	border:0px;
	}
	
.textfield, .textfield table, .textfield input{
	font-family:"Times New Roman";
	font-size:11px;
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border:#d6d6d6;
	color:#5d5535;
	height:12px;
	}
	
.FormLogin
	{	
	    height: 185px; 
	    width:190px;
	    background: url(images/bookingbg.gif);
	}
	
.tableTxtLeft {
	font-size:10px;
	color:#666666;
	text-align:left;
	}

.textarea {
	font-family:"Times New Roman";
	font-size:11px;
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border:#d6d6d6;
	color:#5d5535;
	width:200px;
		}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 0px;
    left: 0px;
    
    margin-left: 0px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
 	
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

	.title5
	{
	    background-color: #d7d7d7;
	color:#a10007;
	margin: 0px;
	padding: 5px; font-size:11px;}