/* CSS Document */
/* styles in main */
h1, h2, h3, h4 
{
	color:#FFCC33;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	margin:2px;
}

h1 {
	color: #000033;
	font-size:13px;
	font-weight:700;
	margin-bottom:0px;
	padding-bottom:0px;
}

#main ul 
{
	list-style-image:url(../design/icon_list4.gif);
}
#main li
{
	padding-left:10px;
	margin:0px;
}

#main span.important
{
	font-weight:bold;
	color:#edd92f;
}

#main table.contact TD
{
	vertical-align:top;
}

#main table.contact td.contact_left
{
	font-style:italic;
}


#main table.contact td.formError
{
	color:#edd92f;
}

#main table.pricelist
{
	text-align:justify;
}

#main table.pricelist td.title
{
	margin:0px;
	padding:0px;
	text-align:left;
	background-color: #edd92f;
	padding-left:15px;
	height:26px;
	background-image:url(../design/td_title_back.gif);
	background-position: bottom right;
	background-repeat:repeat-x;
	
}

#main table.pricelist td.day
{
	text-align:left;
	white-space:nowrap;
}
#main table.pricelist td.time
{
	white-space:nowrap;
	text-align:right;
	width:10%;
}

#main table.pricelist td.price
{
	text-align:right;
	white-space:nowrap;
}

#main table.pricelist td.small
{
	font-size:7pt;
	padding-top:0px;
}


#main table.photos
{
	text-align:center;
}


#main table.photos td
{
	padding-top:14px;
	padding-bottom:14px;
	font-size:12px;
	width:50%;
}

#main table.calendar
{
	font-size:10px;
	text-align:center;
	border:1px solid #888888;
}

#main table.calendar tr.weekend 
{
	color:#551111;
	background-color:#edd;
}


#main table.calendar tr.weekday 
{
	color:#222222;
	background-color:#ddd;
}

#main table.calendar tr.th
{
	background-image:url(../design/td_title_back.gif);
	background-position: bottom right;
	background-repeat:repeat-x;

}
#main table.calendar th 
{
	margin:0px;
	padding:0px;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:1px;
	padding-right:2px;
/*	border-left:1px solid #888888;
	border-top:0px; */

}

#main table.calendar td
{

	border-left:1px solid #888888;
	border-top:1px solid #888888;
}

#main table.calendar td.day_title {

	text-align:right;
	padding:2px;
	border-left:0px;
	border-top:0px;
	white-space:nowrap;
}

input.reservation
{
	height:12px;
	font-size:9px;
}
table.reser_input{
	font-size:9px;
}

div.reser_links{
	font-size:9px;
}
sup.minutes 
{
	font-size:7px;
}
