*				{ margin: 0px; padding: 0px; outline:none }

html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center, dir,
hr, menu, pre	{ display: block }
li				{ display: list-item }
head			{ display: none }
table			{ display: table }
tr				{ display: table-row }
thead			{ display: table-header-group }
tbody			{ display: table-row-group }
tfoot			{ display: table-footer-group }
col				{ display: table-column }
colgroup		{ display: table-column-group }
td, th			{ display: table-cell }
caption			{ display: table-caption }
th				{ font-weight: bolder; text-align: center }
caption			{ text-align: center }
body			{ margin: 0px }
h1				{ font-size: 24px; margin: 0px 0px 20px 0px }
h2				{ font-size: 20px; margin: 0px 0px 20px 0px }
h3				{ font-size: 18px; margin: 0px 0px 15px 0px }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu			{ margin: 0px 0px 7px 0px }
h5				{ font-size: 14px; margin: 0px 0px 5px 0px }
h6				{ font-size: 12px; margin: 0px 0px 5px 0px }
h1, h2, h3, h4,
h5, h6, b,
strong			{ font-weight: bold }
blockquote		{ margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address	{ font-style: italic }
pre, tt, code,
kbd, samp		{ font-family: monospace }
pre				{ white-space: pre }
big				{ font-size: 1.17em }
small, sub, sup	{ font-size: .83em }
sub				{ vertical-align: sub }
sup				{ vertical-align: super }
table			{ border-spacing: 2px; }
thead, tbody,
tfoot			{ vertical-align: middle }
td, th			{ vertical-align: inherit }
s, strike, del	{ text-decoration: line-through }
ol, ul, dir,
menu, dd		{ margin-left: 40px }
ol				{ list-style-type: decimal }
ul				{ margin-top: -5px; margin-bottom: 10px }
ol ul, ul ol,
ul ul, ol ol	{ margin-top: 0; margin-bottom: 0 }
u, ins			{ text-decoration: underline }

center			{ text-align: center }
:link, :visited	{ text-decoration: underline }

@media print {
	h1			{ page-break-before: always }
	h1, h2, h3,
	h4, h5, h6	{ page-break-after: avoid }
	ul, ol, dl	{ page-break-before: avoid }
}

/* ovl */

#divOvl {
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;

	background-color: black;
	/* -moz-opacity: 0.4; */
	opacity: 0.4;
	width: 100%;
	height: 100%;
}

#divOvlPos {
	z-index: 1001;
	position: absolute;
	top: 0;
	left: 0;
}

#divOvlContent, #divOvlLoading {
	margin: 0 auto;
}

#iframeOvl {
	border: solid 1px #ffffff;
	background: #ffffff;
}

#divOvlClose {
	z-index: 1002;
	position: absolute;
	right: -25px;
	cursor: pointer;
}

#imgOvl {
	border: solid 1px #ffffff;
}

/* -- main ---------------------------------------------------------- */

@media print {
	.dont_print {
		display: none;
	}
}

html { height: 100% }

body {
	margin: 0 10px 0 10px;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	font-family:tahoma, arial, verdana;
	font-size:11px;
	background:#ffffff;
}

table		{ border-collapse:collapse; padding:0 }
.fw			{ width: 100% }
.fw td		{ text-align:left; vertical-align:top }
td			{ vertical-align:top }
.fh			{ height: 100% }
.fwh		{ width: 100%; height: 100% }

img			{ border:none }
p			{ margin: 0 0 15px 0 }
td,div,p	{ color:#888888 }
a			{ outline:none; color:#C30 }
a:hover		{ text-decoration:none }
form		{ margin:0; padding:0 }


h1,h2,h3,h4		{ color:#000000; font-weight:normal }

.c			{ width:990px; margin:0 auto; clear:both }
.ie .c		{ width:990px; margin:0 auto; clear:both; overflow:hidden }

.main_nav	{ height:10px; text-align:right; padding:10px; font-size:10px }
	.main_nav a			{ text-transform:uppercase; color:#000000; text-decoration:none }
	.main_nav a:hover	{ text-decoration:underline }

.header		{ height:60px; background:url('/base/static/images/header_bg.jpg') center repeat-x; margin: 0 0 30px 0 }

		.search_line			{ height:46px; margin: 0 0 20px 0 }
		.red					{ background:#d1251e }
		.blue					{ background:#008fe1 }
		.green					{ background:#7fc026 }
		.gray					{ background:#cccccc }
		.search_line input		{ width:100%; background:#f5f3e2 url('/base/static/images/input_bg.gif') repeat-x; height:22px; padding:0 0 2px 0; border:none; font-family:Tahoma, Geneva, sans-serif; color:#7a7971; font-size:11px; }
		.search_line .ie input	{ margin:-1px 0 -1px 0; padding: 5px 0 0 0 ; height: 19px }

		.bookmark				{ height:46px; float:left; margin: 0 5px 0 0 }
			.bookmark div		{ height:41px; float:left; border-bottom: solid 5px #ffffff; overflow:hidden }
			.bookmark a			{ font-size:14px; color:#ffffff; text-decoration:none !important; display:block; padding: 8px 10px 5px 5px; white-space:nowrap }
			.bookmark a:hover	{ color:#fbf7d6 }
			.bookmark img		{ float:left }

		.active div				{ height:46px; border-bottom:none }

		.section				{ margin: 0 20px 20px 0; color:#dddddd }
			.section .title 	{ margin:0 }
			.section .title a		{ text-decoration:underline !important }
			.section .title a:hover	{ text-decoration:none !important }
			.section a				{ color:#008fe1; text-decoration:none !important }
			.section a:hover		{ color:#016dab }

.footer			{ background:#f5f3e2; padding: 20px 40px 20px 40px; height: 75px; color:#000000 }
.footer div		{ color:#636363 }

.clear			{ clear:both; margin:0; height:0; overflow:hidden; width:970px }

a.genum			{ width:88px; height:31px; background-image:url('/base/static/images/genum_off.png'); background-position:top; display:block; overflow:hidden; }
a.genum:hover 	{ background-image:url('/base/static/images/genum_on.png'); }
a.genum img 	{ width:88px; height:31px; }

.title		{ font-size:18px; color:#aaaaaa; margin: 0 40px 20px 40px }

/* general content */
.page-content, body.fck, body.fck-pannel div.SC_Panel, body.fck-pannel div.SC_Item {
	background: #f6f6f6;
	font-family: tahoma, arial, verdana;
	color: #000000
}

.page-content, body.fck, body.fck-pannel div.SC_Panel, body.fck-pannel div.SC_Item, body.fck table {
	font-size: 11px;
}

/* general fck editor area */
body.fck {
	height: auto !important;
	padding: 10px;
}

/* general hover items in fck editor comboboxes */
body.fck-pannel div.SC_Item {
}

body.fck-pannel div.SC_ItemOver {
}

/* page-content */
.page-content {
	margin: 0 0 20px 0;
	padding: 20px 40px 20px 40px;
}

/* page_title */
div.page_title {
	margin: 0 40px 15px 40px;
}

div.page_title div.comment {
	font-size: 11px;
	margin: 0 0 0 2px;
}

div.page_title h1 {
	font-size: 18px;
	color: #aaaaaa;
	margin: 0 0 5px 0;
	padding: 0;
}

/* nav_path */
div.nav_path {
	padding: 0 0 5px 0;
}

div.nav_path a {
	color: #888888;
}

div.nav_path span {
	color: #000000;
}

/* msg */
.error_msg {
	border: solid 1px #cc0000;
	background-color: #ffe4db;
	padding: 5px;
	margin: 0 0 0 0;
}

.info_msg {
	border: solid 1px #00cc00;
	background-color: #e5ffdb;
	padding: 5px;
	margin: 0 0 0 0;
}

/* forms */
div.forms fieldset				{ padding: 0px 10px 20px 10px; }
div.forms fieldset legend		{ padding: 0 5px 0 5px; font-weight:bold; font-size: 20px }
table.forms						{ width:570px; border-collapse:collapse }
div.forms fieldset table.forms	{ margin-top: 10px; }
table.forms td					{ padding: 2px 5px 2px 5px; width:450px }
table.forms th					{ padding-right: 10px; text-align:right; white-space:normal; font-weight:normal; color:#888888; font-size:12px; text-transform:lowercase; width:100px }
table.forms td input			{ width:430px; background-color:#ffffde; font-family:tahoma; font-size:11px; padding:5px }
table.forms td textarea			{ width:430px;background-color:#ffffde; font-family:tahoma; font-size:11px; padding:5px }
table.forms td select			{ width:440px;background-color:#ffffde; font-family:tahoma; font-size:11px; padding:5px }
table.forms td input.checkbox	{ width:auto; margin: 0px 5px 0px 0px; background:none }
table.forms td label			{ color:#888888 }
table.forms td img.captcha		{ border: solid 1px #000000 }
table.forms ul					{ list-style:none; margin:0px }
table.forms ul.errorlist li		{ color:#d7480a; margin: 3px 0 3px 0; list-style-image: none; }
table.forms td.top_errors ul.errorlist li	{ background: #d7480a; padding: 5px 10px 7px 10px; border: none; color: #ffffff; margin-bottom:10px; width:540px }
table.forms tr.buttons td		{ white-space: nowrap }
.form-button,
table.forms tr.buttons td input	{ width:auto; margin: 0 25px 0 0; font-size:18px; font-family:tahoma; color:#cc0000; text-transform:lowercase; background:none; border:none; padding:0; cursor:pointer; overflow: visible; border-bottom: solid 1px #cc0000; }
table.forms td img.image-field	{ border:solid 1px #888888; }
table.forms td #image_del		{ background:none; border:none; width:auto; }
table.forms td input.checkbox	{ border:none; }


/* slidebar */
table.slidebar						{ width:100%; background-color:#dddddd; height:24px; margin: 0; border: solid 1px #ffffff }
table.slidebar tr td 				{ vertical-align:middle; font-size:10px; padding: 0px 7px 2px 7px; color:#444444; white-space:nowrap }
table.slidebar td a					{ color:#444444; text-decoration:none }
table.slidebar td a:hover			{ text-decoration:underline; color:#444444 }
table.slidebar .left				{ width:50%; padding: 0px 15px 2px 15px; color:#444444 }
table.slidebar .right				{ width:50%; padding: 0px 15px 2px 15px; color:#444444; text-align:right }
table.slidebar .to_left				{ background-color:#aaaaaa }
table.slidebar .to_left a			{ color:#ffffff; text-decoration:none }
table.slidebar .to_left a:hover		{ text-decoration:underline;}
table.slidebar .to_right			{ background-color:#aaaaaa}
table.slidebar .to_right a			{ color:#444444; text-decoration:none }
table.slidebar .to_right a:hover	{ text-decoration:underline }
table.slidebar .active				{ background-color:#ffffff; color:#000000 }
table.slidebar .active a			{ color:#000000 }

/* wed */
img.wed-img			{ border: 1px solid #888888; }
img.wed-left-img	{ border: 1px solid #888888; margin-right: 5px; float: left; }
img.wed-right-img	{ border: 1px solid #888888; margin-left: 5px; float: right; }

hr.wed-hr	{ color: #475d6a; }
.wed-alert	{ color: #cc0000; font-weight: bold; }

table.wed-table			{ border-collapse: collapse;  border: none; }
table.wed-table tr td, table tr td.wed-common-td,
table.wed-table tr.even td, table tr.even td.wed-common-td {
	background-color: #f5f3e2; padding: 5px 10px 7px 10px; border: solid 1px #ffffff; vertical-align:middle
}
table.wed-table tr.odd td, table tr.odd td.wed-common-td {
	background-color: #f0eedc;
}
table.wed-table tr.selected td, table tr.selected td.wed-common-td {
	background-color: #edc8ac; color: #444444;
}
table tr td.wed-h1-td, table.wed-table tr th, table tr.odd td.wed-h1-td	{ background-color: #2aaa98; color: #ffffff; font-weight: bold; padding: 5px 10px 7px 10px; border: solid 1px #ffffff; }
table tr.even td.wed-h1-td, table.wed-table tr.even th					{ background-color: #777777; color: #ffffff; font-weight: bold; padding: 5px 10px 7px 10px; border: solid 1px #ffffff; }
table tr td.wed-h2-td, table tr.odd td.wed-h2-td	{ background-color: #bbbbbb; color: #ffffff; font-weight: normal; }
table tr.even td.wed-h2-td							{ background-color: #aaaaaa; color: #ffffff; font-weight: normal; }

table.wed-table td.buttons	{ width:1% !important; padding: 0 !important; text-align:center }
.buttons input	{ background:#aaaaaa; border:none; padding: 2px 7px 3px 7px; font-size:9px; margin: 0 5px 0 5px; color:#ffffff  }
.buttons input	{ background:#aaaaaa; border:none; padding: 2px 7px 3px 7px; font-size:9px; margin: 0 5px 0 5px; color:#ffffff  }

table.wed-table caption		{ font-weight:bold; font-size:15px; padding: 0 0 5px 0 }

						.towns		{ margin: 3px 9px 3px 9px; padding:0 }
						.towns li	{ list-style:none; margin: 0; padding:0 0 3px 0 }
						.towns li a	{ color:#7a7971 }						

