﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 6px 0px 12px;
	background-color: #F0F0F0;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	text-decoration: underline;
}

a:hover {
	color: #305785;
	background-color: inherit;
}

/*
span {
	display: none;
}
*/

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 10px;
	text-align: justify;
	line-height: 15px;
}

#container {
	margin: 0px auto;
	padding-top: 7px;
	width: 732px;
	background: url('../images/background_top.gif') repeat-x 0px 0px;
	text-align: justify;
}

.HeaderRight 
{
	color: #333333;
	margin-bottom: 1px;
	background: url('../images/header_image.gif') no-repeat 100% 0px;
	width: 732px;
	height: 100px;
	overflow: hidden;
}

.HeaderLeft {
	width: 300px;
	height: 100px;
	background: url('../images/website_name.gif') #666699 no-repeat 50% 50%;
}

#page_menu {
	width: 732px;
	height: 25px;
	overflow: hidden;
	background-color: #891d1c;
	cursor: default;
}

#page_menu li 
{
	margin-left: 1px;
	height: 25px;
	float: left;
	width: 145px;
	text-align: center;
	overflow: hidden;
}

#page_menu li a {
	padding: 5px 12px;
	color: silver;
	background: #333399 no-repeat 0px 0px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	text-decoration: none;
	height: 25px;
}

#page_menu li a:hover {
	color: silver;
	background-color: #891d1c;
	text-decoration: none;
}

#page_menu li.selected a {
	color: silver;
	background-color: #891d1c;
	text-decoration: none;
}

#page_menu li.selected a:hover {
	color: silver;
	background-color: #891d1c;
	text-decoration: none;
}

.page_content {
	padding: 5px 0px 0px;
	width: 732px;
	background: url('../images/content_background.gif') repeat-y 0px 0px;
}

.content_box {
	margin: 0px auto;
	padding: 11px 0px 0px;
	width: 710px;
}

#footer_nav {
	padding: 18px 0px 0px;
	color: #083360;
	background: url('../images/footer_background.gif') repeat-x 0px 1px;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

#footer_nav a {
	color: #083360;
	text-decoration: none;
	background-color: inherit;
}

#footer_nav a:hover {
	color: #185799;
	background-color: inherit;
}

#footer {
	padding: 15px 20px 0px;
	color: #333333;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #555555;
}


/* BackOffice */
.clsError 
{
	color: Red;
}

.clsPageHeader 
{
	color: white;
	font-size: 21pt;
	font-weight: bold;
}

.clsSubHeading
{
	vertical-align:	middle;
	font-size:	14px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #666699;
	line-height: 20px;
}

.clsSubHeading2
{
	vertical-align:	middle;
	font-size:	13px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #777799;
}

.clsFormLabel 
{
	color: #333333;
	font-weight: bold;
}

.clsBookedSlot
{
	background-color: #FF0000;
	color: Black;
}

.clsBookedSlot2
{
	background-color: #FF6666;
	color: Black;
}

.clsHighLight 
{
	background-color: #DDDDDD;
}

.clsLowLight 
{
	background-color: #EEEEEE;
	color: #CCCCCC;
}

.clsButton
{
	cursor: HAND;
   font-size:11px;
   font-family:Verdana,sans-serif;
   color:#777777;
   width:100px;
   background-color:#FFEEDD;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffFFFFFF',EndColorStr='#ffFFEEDD');
   border-top-style:solid;
   border-top-color:#AAAAAA;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#AAAAAA;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#FFEEDD;
   border-left-width:1px;
   border-right-style:solid;
   border-right-color:#FFFFFF;
   border-right-width:1px;
}
