body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #282522;
	background: #fff url(bodybg.gif) center 0 repeat-x;
}

.bodyBackground {
	background: url(header.jpg) center 0 no-repeat;
}

.wrapper {
	clear: both;
	width: 970px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 259px;
	margin-bottom: 1px;
	font-size: 13px;
}

#header p {
	margin: 0;
	padding: 10px 0 0 12px;
	font-weight: bold;
	color: #d3c9c0;
}

#header p span {
	margin-left: 10px;
}

#header p a {
	color: #79d1eb;
}

#header p a:hover {
	color: #fff;
}

#header div#userMenu {
	left: 709px;
	width: 168px;
}

#header div#userMenu,
#header a#lang {
	position: absolute;
	top: 0;
	color: #fff;
	line-height: 14px;
}

#header a#login,
#header a#signup,
#header a#lang,
#header div#userMenu #userNick {
	float: left;
	height: 21px;
	padding-top: 7px;
	color: #fff;
	text-decoration: none;
}

#header a#login,
#header a#signup,
#header a#lang {
	text-transform: uppercase;
}

#header #userMenu a:active,
#header #userMenu a:focus {
	outline: none;
}

#header div#userMenu #userNick {
	width: 100%;
	font-style: normal;
	text-align: center;
}

#header a#login {
	width: 56px;
	padding-left: 11px;
}

#header a#signup {
	width: 101px;
}

#header a#login:hover,
#header a#signup:hover {
	color: #79d1eb;
}

#header a#lang {
	float: none;
	text-align: center;
	right: 14px;
	width: 72px;
	color: #79d1eb;
}

#header a#lang:hover {
	color: #fff;
}

#header a#login span,
#header a#signup span {
	display: block;
}

#header a#login span {
	border-right: 1px solid #fff;
}

#header a#signup span {
	padding-left: 6px;
	border-left: 1px solid #a19992;
}

#headerText {
	position: absolute;
	top: 68px;
	left: 11px;
	width: 420px;
	height: 157px;
/*	background: url(headerText.jpg); */
}

#headerText h1 {
	width: 190px;
	margin: 0;
	padding: 0;
    position: absolute;
    top: 0;
}

#headerText h1 a {
	display: block;
	width: 190px;
	height: 156px;
	text-indent: -1000px;
	overflow: hidden;
}

#headerText table {
	position: absolute;
	top: 0;
	left: 190px;
	width: 230px;
	height: 157px;
}

#headerText table td {
	padding-left: 30px;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
}

#loginBox {
	display: none;
	position: absolute;
	top: 32px;
	left: 709px;
	width: 250px;
	height: 200px;
	color: #484848;
	background: url(loginBox.png?v=2);
}

#loginBox h5 {
	margin: 10px 0 0 61px;
	font-size: 14px;
}

#loginBox a {
    position: absolute;
    top: 130px;
    left: 18px;
    padding: 4px 0 0 41px;
    width: 175px;
    height: 24px;
    font-weight: bold;
    color: #484848;
}
#loginBox a.forgot {
    top: 163px;
}

#loginBox label {
	float: left;
	margin: 6px 0;
	width: 54px;
	padding-right: 7px;
	text-align: right;
	!background: #edeef1;
}

#loginBox input.text {
	float: left;
	width: 166px;
	margin: 6px 0;
	padding: 0 1px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#loginBox input.button {
	margin-right: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
	border: none;
    float: right;
}

#loginBox input.checkbox {
    margin-left: 18px;
}
#loginBox label.checkbox {
    float: none;
}

#headerMenu {
	position: relative;
	margin: 0 0 1px;
	padding: 0;
	list-style: none;
	float: left;
	width: 970px;
	height: 32px;
	background: #484848;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 2;
}

#headerMenu li {
	float: left;
	_width: 100px;
	position: relative;
	margin: 0 3px 0 11px;
}

#headerMenu li a {
	position: relative;
	display: inline-block;
	z-index: 10;
	padding: 0 22px 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #79d1eb;
	text-decoration: none;
	cursor: pointer;
}

#headerMenu li a:hover {
	color: #007791;
	_color: #eee;
	background: url(common.png) 100% 0;
	_background: none;
}

#headerMenu li.withSub a:hover,
#headerMenu li.withSub:hover a {
	padding-bottom: 4px;
	color: #007791;
	_color: #eee;
	background: url(subMenu.png) 100% 0;
	_background: none;
}

#headerMenu li a:hover b {
	background: url(common.png);
	_background: none;
}

#headerMenu li.withSub a:hover b,
#headerMenu li.withSub:hover a b {
	background: url(subMenu.png);
	_background: none;
}

#headerMenu li.active a,
#headerMenu li.active a:hover {
	color: #423c36;
	cursor: default;
	pointer-events: none;
	background: url(common.png) 100% 0;
	_background: none;
}

#headerMenu li.active.withSub a,
#headerMenu li.active.withSub a:hover {
	pointer-events: auto;
	cursor: pointer;
}

#headerMenu li.active.withSub a:hover {
	background: url(subMenu.png) 100% 0;
	_background: none;
}

#headerMenu li a b {
	display: block;
	height: 24px;
	margin: 0;
	padding: 7px 0 0 20px;
}

#headerMenu li.active a b {
	background: url(common.png);
}

#headerMenu div {
	display: none;
	position: absolute;
	z-index: 9;
	left: 0;
	top: 34px;
	width: 202px;
	padding-bottom: 15px;
	background: url(subMenu.png) no-repeat 0 100%;
}

#headerMenu li.withSub:hover div {
	display: block;
}

#headerMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(subMenu.png) no-repeat 0 -35px;
}

#headerMenu ul li {
	float: none;
	margin: 0 14px;
	padding: 10px 0;
	border-bottom: 1px solid #45a0b5;
}

#headerMenu ul li.last {
	padding-bottom: 0;
	border: 0;
}

#headerMenu li.withSub ul li a,
#headerMenu li.withSub:hover ul li a {
	display: block;
	padding: 0;
	color: #007791;
	background: none !important;
}

#headerMenu li.withSub ul li a:hover,
#headerMenu li.withSub ul li.active a {
	color: #282522;
	background: none !important;
}

#content {
	float: left;
	width: 100%;
}

#leftSide {
	float: left;
	width: 149px;
}

#leftMenu {
	margin: 0;
	padding: 26px 0 0 10px;
	list-style: none;
	background: url(common.png) 0 -149px no-repeat;
	border-right: 1px solid #c7c7c7;
}

#leftMenu li a {
	display: block;
	width: 120px;
	height: 24px;
	padding: 6px 0 0 18px;
	font-weight: bold;
	color: #252525;
	text-decoration: none;
	background: url(common.png) 0 -32px;
}

#leftMenu li a:hover {
	background-position: 0 -62px;
}

#leftMenu li.active a,
#leftMenu li.active a:hover {
	cursor: default;
	pointer-events: none;
	background-position: 0 -92px;
}

#facebookBox {
	float: right;
	width: 140px;
	height: 65px;
	margin-bottom: 20px;
	padding-top: 30px;
	font-size: 12px;
	line-height: 14px;
	background: url(facebookBox.png);
}

#facebookBox div {
	width: 110px;
	overflow: hidden;
	padding: 8px 0px 0px 30px;
}

#leftSide a.banner {
	float: right;
	margin-bottom: 8px;
	border: 1px solid #999;
}

#center {
	position: relative;
	float: left;
	width: 525px;
	padding: 50px 22px 10px 23px;
	background: url(contentShadowTop.png) no-repeat;
	z-index: 1;
}

#breadcrumb {
	position: absolute;
	left: 24px;
	top: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: #0084a0;
}

#breadcrumb li {
	display: inline;
	margin-right: 2px;
	!border-right: 1px solid #0084a0;
	!margin-right: 8px;
}

#breadcrumb li:after {
	content: '/';
}

#breadcrumb li.last {
	font-weight: bold;
	!border: none;
}

#breadcrumb li.last:after {
	content: none;
}

#breadcrumb li a {
	margin-right: 5px;
	color: #0084a0;
	text-decoration: none;
}

#textSizer {
	position: absolute;
	right: 21px;
	top: 10px;
	width: 103px;
	height: 27px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(common.png) 0 -122px;
}

#textSizer li {
	float: left;
}

#textSizer a {
	float: left;
	height: 27px;
	overflow: hidden;
	text-indent: -1000px;
	outline-color: #ccc;
}

#textSizer a#normalFont {
	width: 31px;
}

#textSizer a#biggerFont {
	width: 34px;
}

#textSizer a#bigestFont {
	width: 38px;
}

#center h2 {
	margin: 0 0 15px;
}

#center.normalFont h2 {
	font-size: 20px;
}

#center.biggerFont h2 {
	font-size: 24px;
}

#center.bigestFont h2 {
	font-size: 28px;
}

.textContent h3 {
	margin: 0;
}

.normalFont .textContent h3 {
	font-size: 14px;
}

.biggerFont .textContent h3 {
	font-size: 17px;
}

.bigestFont .textContent h3 {
	font-size: 20px;
}

#center p {
	margin: 0 0 15px;
}

#center p.lead {
	margin: 0;
	font-weight: bold;
}

p#pageLead {
	font-weight: bold;
}

p.highlight {
	font-weight: bold;
	color: #0084a0;
}

#center.normalFont p,
.normalFont a.more {
	font-size: 14px;
	line-height: 20px;
}

#center.biggerFont p,
.biggerFont a.more {
	font-size: 17px;
	line-height: 23px;
}

#center.bigestFont p,
.bigestFont a.more {
	font-size: 20px;
	line-height: 26px;
}

.fcms_container a,
#center p a {
	font-weight: bold;
	color: #9b6f0d;
	text-decoration: underline;
}

.textContent p img {
	border: 3px solid #66b5c6;
}

.textContent p img.floatLeft {
	float: left;
	margin: 2px 10px 0 0;
}

.textContent p img.floatRight {
	float: right;
	margin: 2px 0 0 10px;
}

.textContent p img.center {
	display: block;
	margin: 0 auto 15px;
}

.bluebox {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	background: #dfeff3;
	padding: 10px;
}
.hidden {
	display: none;
}

#locations {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	background: #dfeff3;
}

#locations #indexImage {
	float: left;
	margin-right: 20px;
	border: 3px solid #66b5c6;
}

#locations dl {
	float: left;
	margin: 0;
}

.normalFont #locations dl {
	font-size: 14px;
}

.biggerFont #locations dl {
	font-size: 17px;
}

.bigestFont #locations dl {
	font-size: 18px;
}

#locations dt {
	margin: 12px 0 16px;
	font-weight: bold;
}

.normalFont #locations dt {
	font-size: 16px;
}

.biggerFont #locations dt {
	font-size: 19px;
}

.bigestFont #locations dt {
	margin: 2px 0;
	font-size: 19px;
}

.block {
	clear: both;
	margin-bottom: 20px;
	background: url(blockHeading.png) 0 25px repeat-x;
}

.block h3 {
	margin: 0;
	padding-bottom: 3px;
	font-size: 16px;
	color: #0084a0;
}

.normalFont .block h3 {
	font-size: 16px;
}

.biggerFont .block h3 {
	font-size: 19px;
}

.bigestFont .block h3 {
	font-size: 22px;
}

.block h4 {
	margin: 0;
	padding: 17px 0 10px 1px;
}

.normalFont .block h4 {
	font-size: 17px;
}

.biggerFont .block h4 {
	font-size: 20px;
}

.bigestFont .block h4 {
	font-size: 23px;
}

.block h4 a {
	color: #282522;
	text-decoration: none;
}

.block ul {
	margin: 25px 0 0;
	padding: 0 0 0 15px;
	color: #9b6f0d;
}

.block ul li {
	padding: 1px 0;
}

cite.date {
	display: block;
	padding: 2px 0;
	font-style: normal;
}

.normalFont cite.date {
	padding: 2px 0;
	font-size: 12px;
}

.biggerFont cite.date {
	padding: 3px 0;
	font-size: 15px;
}

.bigestFont cite.date {
	padding: 4px 0;
	font-size: 18px;
}

#center .block p {
	margin: 0 0 0 1px;
}

.block a {
	font-weight: bold;
	color: #9b6f0d;
}

#locations dd {
	margin: 0 0 8px 12px;
}

.articleItem {
	float: left;
	width: 100%;
	margin-bottom: 16px;
	padding-bottom: 17px;
	border-bottom: 1px solid #66b5c6;
}

.articleItem.first {
	padding: 16px 0 17px;
	border-top: 1px solid #66b5c6;
}

.articleItem img {
	float: left;
	margin-right: 8px;
	border: 3px solid #66b5c6;
}

.articleItem h3 {
	margin: 0;
}

.normalFont .articleItem h3 {
	font-size: 17px;
}

.biggerFont .articleItem h3 {
	font-size: 20px;
}

.bigestFont .articleItem h3 {
	font-size: 23px;
}

.articleItem h3 a {
	color: #282522;
	text-decoration: none;
}

#center .articleItem p {
	margin: 0 10px 0 0;
}

a.more {
	font-size: 13px;
	font-weight: bold;
	color: #9b6f0d;
}
a.more.small {
	font-size: 11px;
	font-weight: bold;
	color: #9b6f0d;
}

.galleryItem {
	float: left;
	width: 100%;
	margin-bottom: 7px;
	background: #e2f3f6;
}

.galleryItem.last {
	margin-bottom: 40px;
}

.galleryItem img {
	float: left;
	margin-right: 10px;
	border: 3px solid #66b5c6;
}

.galleryItem h3 {
	margin: 50px 0 0;
	line-height: 20px;
}

.normalFont .galleryItem h3 {
	margin-top: 50px;
	font-size: 14px;
	line-height: 20px;
}

.biggerFont .galleryItem h3 {
	margin-top: 35px;
	font-size: 17px;
	line-height: 23px;
}

.bigestFont .galleryItem h3 {
	margin-top: 5px;
	font-size: 20px;
	line-height: 26px;
}

.galleryItem cite.date {
	display: block;
}

#faqList {
	margin: 0;
	padding: 0 0 0 20px;
	font-weight: bold;
}

#faqList li {
	margin-bottom: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #44a5b9;
}

.normalFont #faqList strong {
	font-size: 14px;
}

.biggerFont #faqList strong {
	font-size: 17px;
}

.bigestFont #faqList strong {
	font-size: 20px;
}

#faqList strong {
	display: block;
}

#faqList p {
	display: none;
	margin: 0;
	font-weight: normal;
}

#forumList {
	margin: 15px 0;
}


#forumList th {
	padding: 0 13px 33px 0;
	color: #0084a0;
	text-align: left;
	background: url(blockHeading.png) 0 100% repeat-x;
}

.normalFont #forumList th {
	font-size: 16px;
}

.biggerFont #forumList th {
	font-size: 19px;
}

.bigestFont #forumList th {
	font-size: 22px;
}

#forumList td {
	padding: 9px 13px 9px 0;
	border-bottom: 1px solid #44a5b9;
}

.normalFont #forumList td {
	font-size: 12px;
	line-height: 18px;
}

.biggerFont #forumList td {
	font-size: 15px;
	line-height: 21px;
}

.bigestFont #forumList td {
	font-size: 18px;
	line-height: 24px;
}

#forumList tr.first td {
	padding-top: 0;
}

#forumList td a {
	font-weight: bold;
	color: #9b6f0d;
}

.normalFont #forumList td a,
.normalFont #forumList td.number {
	font-size: 14px;
	line-height: 20px;
}

.biggerFont #forumList td a,
.biggerFont #forumList td.number {
	font-size: 17px;
	line-height: 23px;
}

.bigestFont #forumList td a,
.bigestFont #forumList td.number {
	font-size: 20px;
	line-height: 26px;
}

#forumList td.number {
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#links {
	margin: 0;
	padding: 25px 0 0 10px;
	list-style: none;
	background: url(blockHeading.png) repeat-x;
}

#links li {
	padding: 1px 0;
}

#links li a.firstLevel {
	display: inline-block;
	height: 21px;
	padding-left: 25px;
	font-weight: bold;
	color: #282522;
	line-height: 20px;
	text-decoration: none;
	background: url(links.png) no-repeat;
}

#links li a.firstLevel:hover {
	color: #9b6f0d;
}

.normalFont #links li a.firstLevel{
	font-size: 14px;
	line-height: 20px;
}

.biggerFont #links li a.firstLevel {
	font-size: 17px;
	line-height: 23px;
}

.bigestFont #links li a.firstLevel{
	font-size: 20px;
	line-height: 26px;
}

#links li a.firstLevel.open {
	background-position: 0 100%;
}

#links ul {
	margin: 3px 0 7px;
	padding-left: 35px;
	color: #9b6f0d;
	list-style-type: disc;
}

#links ul a {
	font-size: 13px;
	font-weight: bold;
	color: #9b6f0d;
}

.normalFont #links ul a{
	font-size: 13px;
	line-height: 19px;
}

.biggerFont #links ul a {
	font-size: 16px;
	line-height: 22px;
}

.bigestFont #links ul a{
	font-size: 19px;
	line-height: 25px;
}

#pager {
	clear: both;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 18px;
}

.normalFont #pager {
	font-size: 13px;
	line-height: 18px;
}

.biggerFont #pager {
	font-size: 16px;
	line-height: 22px;
}

.bigestFont #pager {
	font-size: 19px;
	line-height: 24px;
}

#pager a {
	color: #9b6f0d;
}

#pager a#backLink {
	position: absolute;
	top: 0;
	left: 0;
}

#pager ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#pager ul li {
	display: inline;
	margin: 0 1px;
}

#pager ul li.actual a {
	font-size: 15px;
	color: #282522;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

#rightSide {
	float: left;
	width: 240px;
	padding: 11px 11px 0 0;
	background: url(contentShadowTop.png) 100% 0 no-repeat;
}

#searchBox {
	position: relative;
	height: 77px;
	margin-bottom: 9px;
	background: url(searchBox.png);
}

#searchBox h5 {
	margin: 0;
	padding: 10px 0 5px 52px;
	font-size: 20px;
	color: #484848;
}

#searchBox input.text {
	width: 164px;
	margin-left: 14px;
	padding: 0 2px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#searchBox input.button {
	position: absolute;
	top: 24px;
	right: 2px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: -1000px;
	background: transparent;
	border: 0;
	cursor: pointer;
}

#reserveBox {
	min-height: 127px;
	margin-bottom: 22px;
	padding-bottom: 8px;
	background: url(reserveBox.png) 0 100%;
}

#reserveBox div.innerBg {
	background: url(reserveBox.png) 0 -27px;
}

#reserveBox h5 {
	margin: 0;
	padding: 16px 0 0 50px;
	font-size: 20px;
	color: #fff;
}

#reserveBox p {
	margin: 0 20px 8px 14px;
}

#reserveBox a.button {
	display: block;
	width: 210px;
	height: 23px;
	margin: 0 0 8px 14px;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #282522;
	text-align: center;
	text-decoration: none;
	background: url(reserveBox.png);
}

#reserveBox a.button:hover {
	color: #9b6f0d;
}

#reserveBox div.textDiv {
	font-size: 13px;
	line-height: 16px;
	margin-left: 14px;
	margin-bottom: 8px;
}

#reserveBox div.textDiv a {
	display: inline-block;
	margin-bottom: 8px;
	font-weight: bold;
	color: #282522;
}

#reserveBox div.textDiv a:hover {
	color: #9b6f0d;
}

#askBox {
	min-height: 130px;
	margin-bottom: 30px;
	padding-bottom: 8px;
	background: url(askBox.png) 0 100%;
}

#askBox div.innerBg {
	padding-left: 14px;
	background: url(askBox.png) 0 -27px;
}

#askBox h5 {
	margin: 0;
	padding: 20px 0 2px 34px;
	font-size: 20px;
	color: #282522;
}

#askBox p {
	margin: 0 20px 0 0;
}

#askBox a.button {
	display: block;
	width: 210px;
	height: 23px;
	margin: 10px 0 0;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #282522;
	text-align: center;
	text-decoration: none;
	background: url(askBox.png);
}

#askBox a.button:hover {
	color: #9b6f0d;
}

#pollBox {
	margin-bottom: 10px;
	padding-bottom: 14px;
	background: url(pollBox.png) 0 100%;
}

#pollBox div.innerBg {
	padding: 0 14px;
	background: url(pollBox.png) 0 -27px;
}

#pollBox b {
	display: block;
	padding: 13px 0;
	font-size: 15px;
}

#pollBox label {
	display: block;
	position: relative;
	margin-bottom: 5px;
	padding: 0 7px 0 20px;
	font-size: 13px;
}

#pollBox label input {
	position: absolute;
	left: 2px;
	left: -2px\9;
	top: 4px;
	top: 1px\9;
	margin: 0;
}

#pollBox input.button {
	display: block;
	width: 210px;
	height: 27px;
	margin-top: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #282522;
	background: url(pollBox.png);
	border: 0;
	cursor: pointer;
}

#pollBox input.button:hover {
	color: #9b6f0d;
}

#footer {
	clear: both;
	padding-top: 25px;
	background: #423c36 url(footer.png) repeat-x;
}

#footer .wrapper {
	position: relative;
	height: 212px;
}

#footMenu {
	margin: 0;
	padding: 19px 0 0;
	list-style: none;
	text-align: center;
}

#footMenu li {
	display: inline;
	margin-right: 11px;
	padding-right: 16px;
	line-height: 14px;
	border-right: 1px solid #fff;
}

#footMenu li.last {
	margin: 0;
	padding: 0;
	border: 0;
}

#footMenu li a {
	color: #fff;
	text-decoration: none;
}

#footer a#backTop {
	position: absolute;
	top: 20px;
	right: 14px;
	padding-right: 14px;
	font-size: 12px;
	color: #fff;
	background: url(backTop.png) 100% 6px no-repeat;
}

#footer cite {
	position: absolute;
	left: 30px;
	bottom: 11px;
	font-size: 12px;
	color: #95928e;
	font-style: normal;
}

form.cmForm {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.errors {
	clear: both;
	margin: 0 0 10px 130px;
}

ul.errors li {
	padding-bottom: 2px;
}

ul.errors li strong {
	color: #ff4444;
	line-height: 18px;
}

.normalFont ul.errors li strong {
	font-size: 13px;
	line-height: 18px;
}

.biggerFont ul.errors li strong {
	font-size: 16px;
	line-height: 21px;
}

.bigestFont ul.errors li strong  {
	font-size: 19px;
	line-height: 24px;
}

form.cmForm div,
form.cmForm fieldset {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 8px;
}

form.cmForm div p {
	margin-left: 150px !important;
}

form.cmForm fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form.cmForm h4 {
	clear: both;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	font-weight: normal;
}

form.cmForm .leftLabel {
	float: left;
	width: 140px;
	padding: 3px 10px 0 0;
	font-weight: bold;
	text-align: right;
}

form.cmForm ul.inputList {
	float: right;
	width: 374px;
	margin: 4px 0 8px;
	padding: 0 0 8px;
	list-style: none;
	border-bottom: 1px solid #c7c7c7;
}

form.cmForm ul.inputList.full {
	width: 100%;
}

form.cmForm ul.inputList.noBorder {
	border: 0;
}

form.cmForm ul.inputList li {
	float: left;
	width: 100%;
	padding: 2px 0;
}

form.cmForm ul.inputList input {
	float: left;
	margin: 0 8px 0 0;
	margin: -3px 4px 0 -4px \9;
}

form.cmForm ul.inputList label {
	float: left;
	width: 350px;
	position: relative;
	top: -3px;
	cursor: pointer;
}

form.cmForm ul.inputList.withData label {
	width: 300px;
}

form.cmForm ul.inputList.withData b {
	float: left;
	position: relative;
	top: -3px;
	width: 50px;
	font-weight: normal;
	text-align: right;
}

form.cmForm ul.inputList.full label {
	width: 500px;
}

form.cmForm input.text,
form.cmForm textarea {
	width: 368px;
	padding: 2px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #282522;
	border: 1px solid #555;
}

form.cmForm input.text.disabled {
	border: 1px solid #eee;
	background-color: #f5f5f5;
}

form.cmForm input.text.http {
	width: 320px;
	margin-left: 2px;
}

form.cmForm textarea {
	min-height: 160px;
	overflow: auto;
}

form.cmForm input.button {
	display: block;
	clear: both;
	margin: 0 auto 5px;
	width: 210px;
	height: 27px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #282522;
	background: url(button.png);
	border: none;
	cursor: pointer;
}

form.cmForm input.button:hover {
	color: #9b6f0d;
}

form.cmForm select {
	float: left;
	margin-right: 5px;
}

form.cmForm select#year {
	width: 55px;
}

form.cmForm select#month {
	width: 270px;
}

form.cmForm select#day {
	width: 40px;
	margin: 0;
}

form.cmForm hr {
	clear: both;
	height: 1px;
	margin: 5px 0;
	background: #c7c7c7;
	border: 0;
}

#forumButtons {
	position: relative;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 40px;
}

#forumButtons a {
	position: absolute;
	top: 0;
	font-size: 13px;
	font-weight: bold;
	color: #9b6f0d;
}

#forumButtons a.back {
	left: 0;
}

#forumButtons a.new {
	right: 0;
	height: 21px;
	padding-right: 25px;
	background: url(newMessage.png) 100% 0 no-repeat;
}

#forumButtons select {
	width: 150px;
	margin-left: 20px;
	font-size: 11px;
	color: #3e6573;
}

h3.forumMessagesTitle {
	margin: 0 0 10px;
	color: #0084a0;
}

.normalFont h3.forumMessagesTitle {
	font-size: 16px;
}

.biggerFont h3.forumMessagesTitle {
	font-size: 19px;
}

.bigestFont h3.forumMessagesTitle {
	font-size: 22px;
}

.forumMessage {
	margin-bottom: 5px;
	padding-top: 2px;
	border-top: 1px solid #44a5b9;
}

.forumMessage.last {
	margin-bottom: 15px;
	border-bottom: 1px solid #44a5b9;
}

.forumMessage .head {
	position: relative;
	padding: 2px 10px 3px 0;
	background: #dfeff3;
	color: #9b6f0d;
	text-align: right;
}

.normalFont .forumMessage .head {
	font-size: 14px;
}

.biggerFont .forumMessage .head {
	font-size: 17px;
}

.bigestFont .forumMessage .head {
	font-size: 20px;
}

.forumMessage .head a {
	font-weight: bold;
	color: #9b6f0d;
}

.forumMessage .head a.nick {
	position: absolute;
	top: 2px;
	left: 10px;
}

.forumMessage .head cite {
	margin-right: 5px;
	font-size: 12px;
	font-style: normal;
	color: #9b6f0d;
}

.normalFont .forumMessage .head cite {
	font-size: 12px;
}

.biggerFont .forumMessage .head cite {
	font-size: 15px;
}

.bigestFont .forumMessage .head cite {
	font-size: 18px;

}

.forumMessage .text {
	padding: 10px;
}

.normalFont .forumMessage .text {
	font-size: 12px;
	line-height: 21px;
}

.biggerFont .forumMessage .text {
	font-size: 15px;
	line-height: 18px;
}

.bigestFont .forumMessage .text {
	font-size: 18px;
	line-height: 24px;
}

table.cmTable {
	width: 100%;
}
table.cmTable th {
	background-color: #96d7ff;
	margin: 1px;
}
table.cmTable tr.main td {
	vertical-align: top;
	background-color: #ececec;
}
table.cmTable tr.main td span {
	font-weight: bold;
}
table.cmTable tr.desc td {
	padding-bottom: 10px;
	border-bottom: 1px solid #96d7ff;
}

#signupOverlay {
    z-index: 9999;
    left: 0;
    top: 0;
    position: absolute;
    width: 560px;
    border: 1px solid #84827f;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #d1cfcb;
    padding: 23px;

    -webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.3);
    box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.3);

    visibility: hidden;
}

#mobileMenu,
#mobileMenuQuickJumper {
    display: none;
}




#recaptcha_area, #recaptcha_table {
    margin: 0 auto !important;
}
