body 			{ font-family: tahoma, verdana, sans-serif, arial; font-size: 12px; letter-spacing: 0px; }
td,span 	{ font-size: 12px; letter-spacing: 0px; }
p	{ margin-top: 5px; margin-bottom: 10px}

.nav		{ color: #ffffff }
.nav_href	{ color: #ffffff; text-decoration: none; text-transform: lowercase }
.nav_href:hover	{ color: #A6D9F3; text-decoration: none }

a	{ color: #004F8C; }
.print	{ font-size: 10px; color: #004F8C; font-weight: normal; text-transform: lowercase }

a.white			{ color: #ffffff; text-decoration: underline }
a.white:hover	{ color: #ffffff; text-decoration: underline }

.nav2		{ padding-bottom: 3px; padding-left: 7px; padding-right: 7px }
.nav_href2	{ color: #ffffff; text-decoration: none; text-transform: uppercase; font-weight: bold; filter:progid:DXImageTransform.Microsoft.glow(color='#007BB9',Strength=1); height: 12px}
.nav_href2:hover	{ color: #A6D9F3; text-decoration: none }

h1, h2, .news_title	{ font-weight: bold; text-transform: uppercase; color: #484848; font-size: 10px; margin: 0px; padding: 0px }
h3					{ font-weight: bold; text-transform: uppercase; color: #000000; font-size: 10px; margin: 0px; padding: 0px }


.slidebar_bg	{ background: #80C9EE }
.pageslide_bg	{ background: #0093DD; padding-left: 5px; padding-right: 5px; font-family: sans-serif }
.pageslide_href	{ text-decoration: none; color: #000000 }
.pageslide_href:hover	{ text-decoration: underline; color: #000000 }
.numslide_bg	{ color: #ffffff; padding-left: 5px; padding-right: 5px; }
.numslide_bg_a	{ background: #FF9711; padding-left: 5px; padding-right: 5px; border-right: solid 5px #ffffff; border-left: solid 5px #ffffff }
.numslide_href			{ text-decoration: none; color: #344749; font-weight: normal }
.numslide_href:hover	{ text-decoration: underline; color: #344749; font-weight: normal }
.numslide_href_a		{ text-decoration: none; color: #ffffff; font-weight: normal }
.numslide_href_a:hover	{ text-decoration: underline; color: #ffffff; font-weight: normal }

.menu {
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3,Color='#0067A2', Positive='true');
	border: solid 1px #ffffff;
}
.menu_href { color: #ffffff; }
.menu_href:hover { color: #A6D9F3; }
.menu_bg	{ background: #0093DD; }

.title	{ padding-bottom: 27px; text-transform: uppercase; color: #000000; font-weight: bold; font-size: 11px }
.title2	{ font-size: 10px; padding-bottom: 10px; padding-left: 15px; padding-top: 0px; text-transform: uppercase; color: #ffffff; letter-spacing: 1px }

@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;
}

/* png */

.png {
	//background-image: none ! important;
	behavior: url('/common/static/pngfix/pngfix.htc');
}
.png_img { behavior: url('/common/static/pngfix/pngbehavior.htc'); }

/* -- main ---------------------------------------------------------- */

@media print {
	.dont_print {
		display: none;
	}
}

html { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.fw			{ width: 100% }
.fh			{ height: 100% }
.fwh		{ width: 100%; height: 100% }

/* general content */
.page-content, body.fck, body.fck-pannel div.SC_Panel {
	background-color: #e5e7e7;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #516765;
}

/* general fck editor area */
body.fck {
	height: auto !important;
	padding: 10px;
}

/* general hover items in fck editor comboboxes */
body.fck-pannel div.SC_ItemOver {
	border: solid 1px #ffffff;
}

/* nav_path */
div.nav_path {
	border: solid 1px #000000;
	background-color: #aaaaaa;
	padding: 5px;
	margin: 0 0 5px 0;
}

div.nav_path a {
}

/* msg */
.error_msg {
	border: solid 1px #cc0000;
	background-color: #ffe4db;
	padding: 5px;
	margin: 0 0 5px 0;
}

.info_msg {
	border: solid 1px #00cc00;
	background-color: #e5ffdb;
	padding: 5px;
	margin: 0 0 5px 0;
}

/* forms */
div.forms fieldset				{ width:350px; padding: 0px 10px 20px 10px; }
div.forms fieldset legend		{ padding: 0 5px 0 5px; font-weight:bold; font-size: 20px }
table.forms						{ width:100%; border-collapse:collapse }
div.forms fieldset table.forms	{ margin-top: 10px; }
table.forms td					{ width:70%; padding: 2px 5px 2px 5px }
table.forms th					{ width:30%; padding-right: 10px; text-align:right; white-space:nowrap }
table.forms td input			{ width:100% }
table.forms td textarea			{ width:100% }
table.forms td select			{ width:100% }
table.forms td input.checkbox	{ width:auto; margin: 0px 5px 0px 0px; }
table.forms td label			{  }
table.forms td img.captcha		{ border: solid 1px #000000 }
table.forms ul					{ list-style:none; margin:0px }
table.forms ul.errorlist li		{ color:#cc0000; }
table.forms tr.buttons td		{ white-space: nowrap }
table.forms tr.buttons td input	{ width:auto; margin: 10px 5px 0 0 }


/* 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: separate; background-color: #ffffff; border: none; }
table.wed-table td		{ background-color: #eeeeee; padding: 2px; border: none; }
table td.wed-common-td	{ background-color: #eeeeee; }
table td.wed-h1-td		{ background-color: #888888; color: #ffffff; font-weight: bold; }
table td.wed-h2-td		{ background-color: #bbbbbb; font-weight: normal; }

/* photos */
div.photo {
	width:144px;
	text-align:center;
}

div.photo a.descr {}

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; }

ol,ul	{ margin: 0; padding:5px 0 15px 15px }
li	{ margin: 0 }

ul li a { color:#000000 }
ul ul li a { color:#574d38 }
ul ul ul li a { color:#8c7c59 }

img { border:none }