body {
	margin: 0;
	padding: 0;
	font-family: 'Verdana', 'Helvetica', 'Bitstream Vera', 'Dejavu Sans', 'Tahoma', 'Arial';
	font-size: 14px;
	background-color: #FFF;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

div#header {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCC;
}

a#logo, a#partner {
	display: block;
	margin: 0 auto;
	width: 600px;
	height: 200px;
}

a#logo {
	background-image: url(images/logo.png);
}

a#partner {
	background-image: url(images/partner.png);
}

div#container {
	margin: 0 auto;
	width: 920px;
}

div#navigation {
}

div#content {
	padding: 10px 0 10px 0;
}

div#footer {
	font-size: 12px;
	padding: 5px;
	border-top: 1px solid #CCC;
	text-align: right;
	margin-top: 5px;
}

div.error, div.message {
	padding: 10px;
	border-radius: 5px;
	margin: 5px 0;
}

div.error {
	background-color: #FFBABA;
	color: #D8000C;
}

div.message {
	background-color: #BDE5F8;
	color: #00529B;
}

table {
	width: 100%;
}

table th {
	background-color: #333;
	color: white;
	padding: 8px;
}

table td {
	padding: 5px;
}

table th:first-child {
	border-radius: 5px 0 0 0;
}

table th:last-child {
	border-radius: 0 5px 0 0;
}

table tr:nth-child(odd) {
	background-color: #DDD;
}

form {
	clear: both;
}

form div.item {
	clear: both;
}

form label {
	width: 150px;
	cursor: pointer;
	padding: 7px;
	float: left;
}

form input[type=text], form input[type=password], form textarea, form select {
	padding: 5px;
	width: 200px;
	border-radius: 5px;
	border: 1px solid #CCC;
}

form textarea {
	min-width: 60%;
	min-height: 100px;
}

form select {
	width: 222px;
}

form input[type=submit], form button {
	padding: 7px;
	min-width: 100px;
}

form input[type=submit] {
	margin-left: 165px;
}

div.tabs {
	margin: 5px 0;
}

div.tabs a {
	position: relative;
	top: 2px;
	float: left;
	display: block;
	padding: 10px;
	border: 1px solid #BBB; /*#426C6C;*/
	border-bottom: none;
	margin-right: 4px;
	border-radius: 5px 5px 0 0;
	color: #555;
	background-image: url(images/grad.jpg);
	background-position: 0 -10px;
}

div.tabs a.active {
	top: 1px;
	background-image: none;
	background-color: white;
	padding-bottom: 12px;
	color: #333;
}

div.tabs div.holder {
	border: 1px solid #BBB;
	border-radius: 0 5px 5px 5px;
	padding: 10px 5px 10px 5px;
}

div.w30, div.w50, div.w70 {
	float: left;
	padding-left: 1%;
}

div.w30 {
	width: 29%;
}

div.w50 {
	width: 49%;
}

div.w70 {
	width: 69%;
}

div.clear {
	clear: both;
}

div#register {
	display: none;
}

div#book {
	display: none;
	position: absolute;
	top: 270px;
	left: 570px;
	padding: 5px;
	background-color: white;
	border: 1px solid #CCC;
	border-radius: 5px;
	width: 470px;
	height: 400px;
	overflow: auto;
	z-index: 3;
}

div#book a {
	display: block;
	text-align: center;
}

div#book a.item {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
	width: 200px;
	float: left;
}

div#book a.selected {
	background-color: #CCC;
}

span.phone {
	font-size: 12px;
}
