/**
 * Style sheet xBasic
 */
.booked
{
	background-color:#ff6633;
	color:#ffffff;
}

/* clsdate */
.clsdate
{
	font-weight:bold;
	text-decoration:underline;
}

.clsrink
{
	font-weight:bold;
	text-decoration:underline;
}

.free
{
	background-color:#66cc66;
	color:#000000;
}

#header .inside
{
	margin:0px auto 0px 0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	background-color:#41a356;
	background-image:url("tl_files/grad.jpg");
	background-position:right top;
	background-repeat:repeat-y;
	white-space: nowrap;
}

#main .inside
{
	padding-top:10px;
	padding-left:10px;
}

.auto_footer
{
	padding-top:5px;
	font-style:italic;
}

.auto_head
{
	text-decoration:underline;
	font-size:15px;
	color:#cc0000;
}

.auto_headlink
{
	text-decoration:underline;
	font-size:15px;
	color:#0000ff;
	cursor: pointer;
}

body
{
	margin:0px;
	padding:0px;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:13px;
	color:#666966;
}

h1, h2, h3, h4, h5, h6
{
	font-size:15px;
	color:#666966;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:20px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	text-decoration:underline;
}

