a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
}

a:hover {
	color: #CCCCCC;
}

#admin_content {
	margin: 16px;
}

body {
	margin: 0px;
	padding: 0px;
	color: #999999;
	background-color: #000000;
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow: -moz-scrollbars-vertical;
}

body#body_main {
	background: #666666 url('/images/body_bk.png') repeat-y center top;
}

#body_container {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.cal_day {
	color: #000000;
	background-color: transparent;
	text-align: center;
	font-size: 12px;
}

.cal_day_event {
	color: #FFFFFF;
	background-color: #3366CC;
	text-align: center;
	font-size: 12px;
}

.cal_day_notify {
	color: #FFFFFF;
	background-color: #3366CC;
	text-align: center;
	font-size: 12px;
}

.cal_day_other {
	color: #999999;
	background-color: transparent;
	text-align: center;
	font-size: 10px;
}

.cal_days {
	float: left;
	width: 20px;
	height: 16px;
	margin: 1px 0px 0px 1px;
	padding: 1px;
}

.cal_head {
	color: #FFFFFF;
	background-color: #3366CC;
	text-align: center;
	padding: 4px 0px;
	font-size: 13px;
}

.cal_month {
	width: 162px;
	float: left;
	margin: 5px;
	background-color: #CCCCCC;
}

.cal_week {
	height: 18px;
	background-color: #3366CC;
}

.cal_weekdays {
	float: left;
	width: 19px;
	padding: 2px;
	color: #FFFFFF;
	background-color: transparent;
	text-align: center;
	font-size: 12px;
}

#contact_form td {
	padding: 12px 12px 0px 0px;
}

#ees {
	width: 88px;
	margin: 0px auto;
	padding: 0px;
}

#ees li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#ees a {
	display: block;
	width: 88px;
	height: 31px;
	background: transparent url('/images/ees.png') no-repeat 0px 0px;
}

#ees a:hover {
	background-position: 0px -31px;
}

#footer {
	clear: both;
	width: 100%;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding: 16px 0px;
}

#footer a {
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}

#footer #www {
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 4px;
}

#footer_links {
	margin: 18px 0px;
	text-align: center;
}

.gray {
	color: #AAAAAA;
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-variant: small-caps;
	font-weight: normal;
}

h1 {
	margin: 12px 0px;
	padding: 0px;
	font-size: 17px;
	letter-spacing: 4px;
}

h2 {
	margin: 11px 0px;
	padding: 0px;
	font-size: 16px;
	letter-spacing: 4px;
}

h3 {
	margin: 11px 0px;
	padding: 0px;
	font-size: 15px;
	letter-spacing: 4px;
}

h4 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 14px;
	letter-spacing: 3px;
}

h5 {
	margin: 9px 0px;
	padding: 0px;
	font-size: 13px;
	letter-spacing: 3px;
}

h6 {
	margin: 8px 0px;
	padding: 0px;
	font-size: 12px;
	letter-spacing: 3px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #CCCCCC;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #FFFFFF;
}

#header {
	position: relative;
	height: 160px;
	width: 712px;
	padding: 0px 24px 16px 24px;
	color: #999999;
	/* background: transparent url('/images/hdr_bk.png') no-repeat top center; */
}

	#header.header_home {
		height: 272px;
	}

	#header_logo {
		float: left;
		width: 230px;
		height: 132px;
		margin: 16px 0px 0px 0px;
		background: transparent url('/images/logo.png') no-repeat center center;
		text-align: center;
	}

		#header_logo h1 {
			margin-top: 56px;
			padding: 0px;
		}

		#header_photos {
			float: right;
			width: 440px;
			height: 128px;
			text-align: right;
		}

		#header.header_home #header_photos {
			height: 256px;
		}

	#header_addr {
		margin: 0px;
		padding: 8px 0px;
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-size: 11px;
		font-variant: small-caps;
		text-align: center;
	}

.hilite {
	padding: 1px 2px;
	background-color: #FFFF66;
	color: #333333;
}

hr {
	height: 1px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	color: #333333;
	background-color: #333333;
	border: 0px;
}

.inactive td, .inactive td a {
	color: #AAAAAA;
	background-color: transparent;
}

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.button {
	font-size: 11px;
}

.italic {
	font-style: italic;
}

li {
	margin: 0px;
	padding: 4px 0px;
	list-style-type: square;
	font-size: 13px;
	line-height: 150%;
}

#logo {
	width: 240px;
	float: left;
	margin: 16px 0px 0px 0px;
}

.logo, .logo a {
	color: #AAAAAA;
	font-family: Tahoma, Verdana, Arial, serif;
	font-weight: bold;
	letter-spacing: 4px;
}

.logo span, .logo a span {
	color: #FFFFFF;
}

#main_content {
	float: right;
	width: 520px;
	margin: 24px 18px 24px 12px;
	padding: 0px;
}

#message {
	color: #000000;
	background-color: #EEEEEE;
	border-left-color: #333333;
	border-bottom-color: #CCCCCC;
	border-width: 0px 0px 1px 18px;
	border-style: solid;
	padding: 2px 18px;
	margin: 24px 0px;
}

#message p {
	margin: 0px;
	padding: 6px 0px;
}

.mgt {
	float: left;
	margin-right: 16px;
}

#nav {
	display: inline;
	float: left;
	width: 176px;
	margin: 24px 12px 24px 18px;
	color: #CCCCCC;
	background-color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-variant: small-caps;
	font-size: 13px;
	letter-spacing: 3px;
}

#nav ul {
	margin: 8px 0px 16px 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 120%;
	border-bottom: 1px solid #444444;
}

#nav a {
	display: block;
	width: 152px;
	padding: 12px 12px;
	color: #FFFFFF;
}

#nav a:hover {
	color: #000000;
	background-color: #CCCCCC;
	background-position: 0px -30px;
}

#nav a:hover.select {
	color: #000000;
	background-color: #CCCCCC;
	background-position: 0px -30px;
}

#nav a.select {
	color: #FFFFFF;
	background-color: #666666;
	background-position: 0px -60px;
}

#nav div.content {
	margin: 16px 10px;
	font-size: 11px;
}

p {
	margin: 14px 0px 28px 0px;
	line-height: 24px;
	letter-spacing: 1px;
}

#page {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background-color: #000000;
}

#page_review {
	border: 1px dotted #CCCCCC;
}

#pgs {
	height: 100%;
	color: #666666;
	background-color: #EEEEEE;
	border-left-color: #00AA00;
	border-bottom-color: #CCCCCC;
	border-width: 0px 0px 1px 18px;
	border-style: solid;
	padding: 4px 18px;
	margin: 24px 0px;
	font-size: 11px;
}

#pgs .blok {
	float: left;
	margin: 0px 24px 0px 0px;
}

#pgs .blok div {
	float: left;
	padding: 2px 2px;
}

#pgs div.lnk {
	width: auto;
	padding: 2px 4px;
	border-right: #AAAAAA solid 1px;
	text-align: center;
}

#pgs div.pg {
	width: 18px;
	border-right: #AAAAAA solid 1px;
	text-align: center;
}

#pgs div.select {
	width: 18px;
	border-right: #AAAAAA solid 1px;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
}

#pgs .pg a {
	display: block;
	width: 100%;
}

#pgs .pg a:hover {
	background: #FFFFFF;
}

#pgs .pg .select a {
	color: #FFFFFF !important;
	background-color: #FF4000;
}

#pgs .pg .select a:hover {
	color: #FFFFFF !important;
	background-color: #FF4000;
}

.photo {
	float: left;
	width: 94px;
	height: 110px;
	margin: 4px;
	color: #666666;
	text-align: center;
	font-size: 11px;
	font-style: italic;
}

.photo_caption {
	color: #999999;
	font-size: 12px;
	font-style: italic;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

.photo_info {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 15px;
	color: #666666;
}

.picl {
	margin: 16px 16px 16px 0px;
	float: left;
}

.picr {
	margin: 16px 0px 16px 16px;
	float: right;
}

.recordform {
	width: 100%;
	border: #000000 solid 0px;
	border-spacing: 0px;
}

.recordform td, .recordform th {
	margin: 0px;
	padding: 2px 4px;
}

.recordlist {
	border-spacing: 0px;
}

.recordlist a {
	display: block;
	width: 100%;
}

.recordlist input {
	width: 11px;
	height: 11px;
	margin: 2px;
}

.recordlist .sort_col {
	background-color: #222222;
}

.recordlist td, .recordlist th {
	border-bottom: #333333 solid 1px;
	padding: 2px 4px;
}

.recordlist th {
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
}

.recordlist th a {
	color: #FFFFFF;
}

.recordlist th a:hover {
	color: #CCCCCC;
}

.recordlist th.sort_col {
	background-color: #666666;
}

.recordlist tr:hover {
	color: #FFFFFF;
	background-color: #666666;
}

.reviews td {
	padding: 0px 20px 20px 0px;
}

.row {
	border-bottom-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smalltext {
	font-size: 11px;
	color: #666666;
}

.spacer {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.tablerow a:hover {
	color: #999999;
	display: block;
	width: 100%;
}

.tablerow tr {
	color: #FFFFFF;
	background-color: transparent;
}

.tablerow tr:hover {
	color: #FFFFFF;
	background-color: #EEEEEE;
}

td {
	color: #999999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	text-align: left;
}

textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tdc {
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
}

.tdl {
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

.tdr {
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

.tdcw {
	text-align: center;
	vertical-align: top;
}

.tdlw {
	text-align: left;
	vertical-align: top;
}

.tdrw {
	text-align: right;
	vertical-align: top;
}

th {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}

th a {
	color: #FFFFFF;
	background-color: transparent;
}

th a:hover {
	color: #CCCCCC;
	background-color: transparent;
}

.thumb {
	float: left;
	text-align: center;
	font-size: 11px;
	width: 90px;
	height: 100px;
	padding: 0px;
	margin: 4px;
}

.thumb p {
	text-align: center;
}

#thumbnav {
	position: absolute;
	bottom: -12px;
	right: 0px;
}

.thumbpic {
	width: 90px;
	height: 82px;
}

.warning {
	color: #CC0033;
}

.caution {
	color: #FF9900;
}

.notice {
	color: #FFCC00;
}

.mceVisualAid {
	border: 1px dotted #BBBBBB !important;
}
