/* CSS Document */

table.tablemain td
{
	vertical-align: top;
}


body {
	background: #FFFFFF;
}
a:link {
	color: #666666;
	text-decoration: none;
}

a.cal_event:visited {
	text-decoration: none;
	color: #FF0000;
}
a.cal_event:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#container {
	background: url(images/bg.gif) 
	width: 901px;
}
#header {
	width: 900px;
}
#footer {
	clear: both;
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 30px;
	list-style-position: inside;
	list-style-type: none;
}

#all {
	width: 970px;
	
}
#availability {
	width: 710px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	
}
#content {
	width: 460px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
}
#pics {
	width: 250px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-top: 50px;
	padding-left: 25px;
}
#navigation {
	width: 170px;
	float: left;
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	list-style-type: none;
}
.maintext10 {
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	color: #666666;
}
.maintxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
table.calendar
{
	border-collapse:collapse;
}

table.calendar th
{
	text-align:center;
	border: 1px solid #cccccc;
	vertical-align: top;
	padding:0px 0px 0px 0px;
}

table.calendar span
{
	font-size: 12px;
}




table.calendar td
{
	/*font-family:Italic;*/
	font-style: italic;
	width:100px;
	height:100px;
	border: 1px solid #cccccc;
	
	/*border-right: 1px solid #598da5;
	border-bottom : 2px solid #598da5;
	border-left: 1px solid #cccccc;*/
	vertical-align: top;
	padding:2px 5px 5px 3px;
	
}

table.calendar div.times
{
	color:#FF0000;
	font-size: 10px;
	padding:0px 0px 0px 3px;
}
/*
table.calendar td.right,th.right
{
	border-right: 1px solid #cccccc
}
table.calendar td.left,th.left
{
	border-left: 1px solid #cccccc
}*/


	

.jqmWindow {

    display: none;
	position: fixed;

    top: 50%;
	left: 50%;
	margin-left: -300px;
	width: 300px;

    

    background-color: #EEE;

    color: #333;

    border: 1px solid black;

    padding: 12px;

}


.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */

* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;

	width: expression(this.parentNode.offsetWidth+'px');

	height: expression(this.parentNode.offsetHeight+'px');

}

/* 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');

}

* html .jqmWindow2 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

a.jqmClose
{
	color:#000000;
	text-decoration: none;
}

a.jqmClose:hover
{
	text-decoration:underline;
}

/* jqModal */