/* ******* TAGS ******* */

html {
	background-color: #DFDDD7;
}
body {
	min-width: 942px;
	background: #ffffff url(../images/bg.png) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	/*word-break: break-all;*/
	font-size: 13px;
	color: #464646;
}
input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	outline: none;
}
a {
	outline: none;
	color: #0191c8;
	text-decoration: underline;
}
area, map {
	outline: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
select {
	height: 24px;
}
h1,
h1 .editable-block .text {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #055370;
	margin: 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 18px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 18px;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 18px;
}
h6 {
	font-size: 9px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 18px;
}
p {
	line-height: 18px;
	margin: 0 0 18px;
}
ol, ul {
	margin: 0 0 18px;
}
br {
	height: 18px;
	line-height: 18px;
}
header, nav, section, article, aside, footer {
	display: block;
}

/* ******* STATIC CLASSES ******* */

.w350 { width:350px !important; }
.w300 { width:300px !important; }
.w180 { width:180px !important; }
.w172 { width:172px !important; }

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.zend_form dd input[type="submit"],
.button {
	height: 26px;
	background: #0191c8 url(../images/button.png) 0 0 repeat-x;
	border: 1px solid #004e6c;
	border-radius: 3px;
	box-shadow: inset 0 0 1px #004e6c;
	margin: 0;
	padding: 0 15px;
	font-size: 13px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	
	-o-transition: box-shadow 0.1s ease-in-out;
	-moz-transition: box-shadow 0.1s ease-in-out;
	-webkit-transition: box-shadow 0.1s ease-in-out;
	transition: box-shadow 0.1s ease-in-out;
}
.ie7 .button {
	padding: 0 2px;
}
.button:hover {
	box-shadow: inset 0 0 1px #004e6c, 0 0 3px rgba(0,78,108,0.9);
}
a.button {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	text-decoration: none;
}
.button-map {
	height: 30px;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}
.title-bn {
	font-size: 24px;
	font-weight: normal;
	color: #055370;
}
.link-line a {
	font-weight: bold;
	color: #004990;
	text-decoration: none;
}
.link-line a:hover {
	text-decoration: underline;
}
.button-line {
	height: 28px;
	clear: both;
	margin-top: 28px;
}
.button-line .button {
	float: right;
}
.li-links {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.li-links li {
	margin-top: 5px;
}
.li-links li:first-child {
	margin-top: 0;
}
.blue {
	color: #024C85;
}
a.box-hint-link,
.box-hint-link {
	color: #0191c8 !important;
	font-size: 13px !important;
	text-decoration: underline !important;
	margin-left: 4px;
	cursor: pointer;
}
a.box-hint-link:hover,
.box-hint-link:hover {
	text-decoration: none !important;
}
.link {
	color: #0191c8;
	text-decoration: underline;
	cursor: pointer;
}
.link:hover {
	text-decoration: none;
}
h1.label,
h1.label .editable-block .text {
	font-size: 18px;
	line-height: 24px;
}

.button-biggest {
	height: 43px;
	background: #01b1b1 url(../images/button-biggest.png) 0 0 repeat-x;
	border: 1px solid #08aeae;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.5);
	border-radius: 3px;
	line-height: 43px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	padding: 0 40px;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
.button-biggest:hover {
	box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 0 1px 1px rgba(255,255,255,0.8);
}

.button-big-line {
	height: 43px;
}
.button-big-line .button-biggest {
	float: right;
	margin-left: 8px;
}

.simple-table {
	width: 100%;
	table-layout: fixed;
}
.simple-table th {
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	font-size: 15px;
	color: #666666;
}
.simple-table td {
	line-height: 18px;
}

.title-button {
}
.title-button .r {
	float: right;
}
.title-button .r .button-biggest {
	padding: 0 10px;
}
.ie7 .title-button .r .button-biggest {
	padding: 0;
}
.title-button .l {
	width: 440px;
	float: left;
}

.content-box {
	margin: 20px 0 0 0;
	line-height: 18px;
}
.content-box:first-child {
	margin: 0;
}
.content-box dt {
	color: #333333;
    font-weight: bold;
}
.content-box dd {
}
.content-box dd.more {
	font-weight: bold;
}
.content-box dd.more a {
}

/* Check-Line */

.check-line {
	min-height: 22px;
	clear: both;
	overflow: hidden;
	margin-top: 4px;
}
.check-line:first-child {
	margin: 0;
}
.check-line input[type="radio"],
.check-line input[type="checkbox"] {
	margin: 4px 0 0 0;
	vertical-align: top;
	padding: 0;
	cursor: pointer;
}
.ie7 .check-line input[type="radio"],
.ie7 .check-line input[type="checkbox"] {
	margin: -1px -3px 0 -3px;
	vertical-align: middle;
}
.check-line label {
	line-height: 16px;
	padding: 3px 20px 3px 6px;
	cursor: pointer;
	display: inline-block;
}

/* ******* ICONS ******* */

.icon {
}
.icon.youtube {
	width: 24px;
	height: 24px;
	background: url(../images/icons/youtube.png);
	display: block;
	cursor: pointer;
}
.icon.flickr {
	width: 24px;
	height: 24px;
	background: url(../images/icons/flickr.png);
	display: block;
	cursor: pointer;
}
.icon.newsletter {
	width: 20px;
	height: 23px;
	background: url(../images/icons/newsletter.png);
	display: block;
	cursor: pointer;
}
.icon.plus {
	width: 10px;
	height: 10px;
	background: url(../images/icons/plus.png);
}
.icon.minus {
	width: 10px;
	height: 10px;
	background: url(../images/icons/minus.png);
}
.icon.d-arrow-r {
	width: 9px;
	height: 9px;
	background: url(../images/icons/d-arrow-r.png);
}
.icon.gallery-preview {
	width: 32px;
	height: 32px;
	background: url(../images/icons/view-gallery.png);
}
.icon.datepicker {
	width: 24px;
	height: 24px;
	background: url(../images/icons/calendar.png);
	display: block;
}
.icon.print {
	width: 28px;
	height: 25px;
	background: url(../images/icons/print.png);
}
.icon.share {
	width: 22px;
	height: 22px;
	background: url(../images/icons/share.png);
}
.icon.facebook {
	width: 22px;
	height: 22px;
	background: url(../images/icons/facebook.png);
}
.icon.twitter {
	width: 22px;
	height: 22px;
	background: url(../images/icons/twitter.png);
}
.icon.gplus {
	width: 22px;
	height: 22px;
	background: url(../images/icons/gplus.png);
}
.icon.arrow-filter-up {
	width: 16px;
	height: 16px;
	background: url(../images/arrow-filter-up.png);
}
.icon.arrow-filter-down {
	width: 16px;
	height: 16px;
	background: url(../images/arrow-filter-down.png);
}

/* ******* BLOCKS ******* */

header section.inner,
.content section.inner,
footer section.inner {
	width: 942px;
	margin: 0 auto;
}

/* ******* HEADER *******/

header section.inner {
	height: 158px;
	position: relative;
	z-index: 3;
}
header .top {
	height: 89px;
	position: relative;
	z-index: 2;
}
header .logo {
	display: block;
	position: absolute;
	z-index: 2;
	top: 25px;
	left: -7px;
}
header .slogan {
	position: absolute;
	left: 125px;
	top: 36px;
	width: 500px;
}
header .slogan .title {
	font-size: 18px;
	color: #000000;
}
header .slogan .descr {
	font-size: 14px;
	color: #454545;
}
header .top nav {
	position: absolute;
	top: 60px;
	right: 14px;
}
header .top nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .top nav li {
	float: left;
	margin-left: 6px;
	padding-left: 6px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #333333;
	border-left: 1px solid #333333;
}
header .top nav li:first-child {
	border:	none;
	margin: 0;
	padding: 0;
}
header .top nav li a {
	text-decoration: underline;
	color: #333333;
}
header .top nav li a:hover {
	text-decoration: none;
}
header .top nav li.active {
	color: #014570;
}
header .top nav li.active a {
	color: #014570;
	text-decoration: none;
}

/* Top Menu */

.topmenu {
	height: 41px;
	background: #0091c9 url(../images/topmenu.png) repeat-x;
	border-radius: 0 5px 5px 0;
	margin: 0 0 0 100px;
	position: relative;
	z-index: 1;
	padding: 0;
}

.topmenu .add-ico {
	width: 24px;
	height: 24px;
	position: absolute;
	right: -30px;
	top: 8px;
	cursor: pointer;
}
.topmenu .add-ico:hover {
	opacity: 0.6;
}

/* Dropdown Menu */

.mit-menu {
	height: 41px;
	padding: 0 0 0 18px;
	margin: 0;
	list-style-type: none;
	position: relative;
	z-index: 2;
	float: left;
}
.templateEditor-menu .mit-menu {
	height: 26px;
	padding: 0 0;
	margin: 0;
}
.mit-menu .item {
	position: relative;
}
.mit-menu li {
	height: 41px;
	vertical-align: middle;
	background-color: transparent;
	position: relative;
	float: left;
	-webkit-transition: background-color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out;
	line-height: 39px;
}
.mit-menu li:first-child{
	margin: 0;
}
.templateEditor-menu .mit-menu>li:hover {
	background-color: transparent;
}
.templateEditor-menu .mit-menu li:first-child{
	padding: 0 0;
}
.templateEditor-menu .mit-menu li:first-child input{
	margin: 0;
}
.mit-menu li:hover {
	background-color: #005696;
}
.mit-menu li a {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	line-height: 16px;
	font-size: 13px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	text-decoration: none;
	padding: 0 9px;
	cursor: pointer;
}
.fr .mit-menu li a {
	padding: 0 12px;
}
.templateEditor-menu .mit-menu li a{
	line-height: 26px;
}
.mit-menu li:hover > a,
.mit-menu .item:hover > a {
}
.mit-menu li a:hover {
	text-decoration: none;
}
.mit-menu li.active {
	background-color: #005696;
}

.mit-menu ul {
	background-color: #2b9dc8;
	background-color: rgba(43,157,200,0.9);
	border-radius: 0 0 5px 5px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
}
.ie7 .mit-menu ul {
	background-color: #2b9dc8;
}
.templateEditor-menu .mit-menu ul {
	top: 26px;
}
.templateEditor-menu .mit-menu ul li {
	top: 0;
}
.mit-menu li:hover > ul,
.mit-menu .item:hover > ul {
	display: block;
}
.mit-menu ul li {
	height: 39px;
	float: none;
	margin: 0;
}
.mit-menu ul li:last-child {
	border-radius: 0 0 5px 5px;
}
.mit-menu ul li:hover {
	background-color: rgba(0,86,150,0.9)
}
.mit-menu ul li a {
	display: block;
	font-weight: normal;
	padding: 0 13px;
	line-height: 39px;
	white-space: nowrap;
}
.fr .mit-menu ul li a {
	padding: 0 13px;
}
.mit-menu ul li.hr {
	height: 1px;
	background-color: #aad8e9;
	margin: 0 9px;
	padding: 0;
}
.mit-menu ul li.hr:last-child {
	display: none;
}
.ie7 .mit-menu ul li.hr {
	margin: -14px 9px -3px;
}
.mit-menu ul ul {
	left: 100%;
	top: 0;
}
.mit-menu ul li ul {
	border-radius: 0;
}
.mit-menu ul li ul li {
	border-radius: 0;
}

.mit-menu.collapsed {
	overflow: hidden;
	float: none;
}

/* Search Form */

.search-form {
	height: 41px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.search-form.expand {
	width: 100%;
}
.search-form form {
	height: 41px;
	background: #5b7300 url(../images/topmenu.png) 0 0 repeat-x;
    border-radius: 0 5px 5px 0;
	padding-left: 12px;
	float: right;
}
.search-form input[type="submit"] {
	width: 11px;
	height: 16px;
	background: transparent url(../images/search.png);
	border: none;
	float: left;
	cursor: pointer;
	padding: 0;
	margin: 13px 6px 0 0;
}
.search-form input[type="text"] {
	width: 70px;
	height: 18px;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0;
	float: left;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	margin: 11px 6px 0 0;
	padding-right: 20px;
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: 0.3s ease-in-out;
	-webkit-transition-property: box-shadow, border-color, color, background-color, padding;
	-moz-transition: 0.3s ease-in-out;
	-moz-transition-property: box-shadow, border-color, color, background-color, padding;
	transition: 0.3s ease-in-out;
	transition-property: box-shadow, border-color, color, background-color, padding;
}
.fr .search-form input[type="text"] {
	width: 90px;
}
.ie .search-form.expand input[type="text"],
.search-form.expanded input[type="text"] {
	background-color: #fff;
	color: #464646;
    font-size: 13px;
	border-color: #0075a4;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	padding: 0 20px 0 5px;
}
.search-form.expand input[type="text"] { 
	height: 29px;
	margin: 6px 6px 0 0;
	line-height: 29px;
	border-radius: 3px;
}
.search-form select {
	float: left;
	margin: 6px 6px 0 0;
}
.search-form .cm-select {
	position: absolute;
    right: 10px;
    top: 7px;
}
.search-form .cm-select-input {
	visibility: visible !important;
}
.search-form .cm-select-text {
	display: none;
	font-size: 11px;
	float: right;
	margin: 0 4px 0 0;
	line-height: 27px;
	padding: 0;
	font-style: italic;
	cursor: default;
}
.search-form .cm-select-menu {
	width: 200px;
	border: none;
	right: 0;
	left: auto;
	top: 34px;
	border-radius: 0 0 3px 3px;
}
.search-form .cm-select-input .cm-select-inner {
	height: 27px;
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}
.search-form .cm-select-arrow {
	width: 16px;
	height: 12px;
	background: url(../images/search-arrows.png) -13px 0;
	margin: 8px 0 0 0;
	border: none;
}
.search-form.expand .cm-select-arrow {
	background-position: 0 0;
}
.search-form .cm-select-scroll {
	max-height: none;
}

/* Select */

.cm-select {
	position: relative;
}
.cm-select-input {}
.cm-select-input .cm-select-inner {
	height: 20px;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #DADADA;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.cm-select-arrow {
	width: 24px;
	height: 20px;
	background: #6f6f6f url(../images/select-arrow.png) 9px 8px no-repeat;
	border-radius: 3px;
	float: right;
	cursor: pointer;
	margin-left: 5px;
	
	-o-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.cm-select-arrow:hover {
	opacity: 0.7;
}
.cm-select-text {
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 5px;
	font-size: 13px;
	color: #666666;
}
.cm-select-menu {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #B6BCC1;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	border-radius: 3px;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	z-index: 10;
}
.cm-select-menu .cm-select-inner {
	border-radius: 3px;
	padding: 3px;
}
.cm-select-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cm-select-menu ul li,
.cm-select-menu ul li a {
	background-color: #fff;
	border-radius: 3px;
	line-height: 18px;

	font-size: 13px;
	color: #333333;
	cursor: pointer;
	
	-o-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.cm-select-menu ul li:hover,
.cm-select-menu ul li a:hover {
	background-color: #6f6f6f;
	color: #fff;
}
.cm-select-menu ul li.active,
.cm-select-menu ul li.active a {
	background-color: #6f6f6f;
	color: #fff;
}
.cm-select-menu ul li.hr {
	height: 1px;
	background-color: #cacaca;
	margin: 0 4px;
	padding: 0;
	overflow: hidden;
}
.ie7 .cm-select-menu ul li.hr {
	margin: -14px 4px -3px;
}
.cm-select-menu ul li input[type="radio"] {
	display: none;
}
.cm-select-menu ul li label {
	display: block;
	cursor: pointer;
	overflow: hidden;
	padding: 4px;
}
.cm-select-scroll {
	max-height: 161px;
	overflow-x: hidden;
	overflow-y: auto;
}
.cm-select.border .cm-select-input {
	border: 1px solid #e5e5e5;
}
.cm-select.border .cm-select-menu .cm-select-inner {
	border: 1px solid #e5e5e5;
}

.cm-select.disabled .cm-select-input .cm-select-inner {
	background: #f5f5f5;
}
.cm-select.disabled .cm-select-text {
	color: #a6a6a6;
}

/* ******* CONTENT ******* */

.content {
	/*padding-bottom: 214px;*/
}
.content section.inner {
	position: relative;
	z-index: 2;
}
.content img {
	max-width: 100%;
}
.content td img {
	max-width: none;
}

/* Slider */

.slider {
	background-color: #ffffff;
	border: 1px solid #c7c4be;
	border-color: #c7c4be #c7c4be #afafaf #c7c4be;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	padding: 3px;
	margin-top: 16px;
}
.slider .inner {
	position: relative;
	z-index: 1;
	overflow:hidden;
}
.slider .line {
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
}
.ie8 .slider .line,
.ie7 .slider .line {
	filter: alpha(opacity=0);
}
.slider .buttons {
	position: absolute;
	z-index: 3;
	top: 12px;
	right: 39px;
}
.slider .buttons .arrow-l {
	width: 18px;
	height: 18px;
	background: url(../images/slider-left.png);
	float: left;
	cursor: pointer;
	margin-right: 3px;
}
.slider .buttons .arrow-r {
	width: 18px;
	height: 18px;
	background: url(../images/slider-right.png);
	float: left;
	cursor: pointer;
	margin-left: 3px;
}
.slider .buttons .scroll {
	width: 10px;
	height: 18px;
	overflow: hidden;
	float: left;
	position: relative;
}
.slider .buttons .scroll .inside {
	left: 0;
    position: absolute;
    top: 0;
	padding-top: 3px;
}
.slider .buttons .scroll .inside div {
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
.slider .buttons .scroll .inside .normal {
	background-image: url(../images/slider-point.png);
	cursor: pointer;
}
.slider .buttons .scroll .inside .active {
	background-image: url(../images/slider-point-a.png);
}

.slider .text1 {
	max-width: 700px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	position:absolute;
	top: 72px;
	left: 200px;
}
.slider .text1 p {
	line-height: 32px;
}
.slider .text2 {
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
	position: absolute;
	bottom: 14px;
	left: 20px;
}
.slider .block1 {
	width: 312px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	right: 40px;
	top: 60px;
	border-radius: 5px;
}
.ie7 .slider .block1 {
	background-color: #fff;
}
.slider .b-line {
	height: 39px;
	margin: 0 22px;
	border-top: 1px solid #666666;
	line-height: 39px;
	color: #333333;
	font-size: 14px;
}
.slider .b-line:first-child {
	border: none;
}
.slider .b-line a {
	display: block;
	color: #333333;
	text-decoration: none;
}
.slider .b-line .icon {
	display: inline-block;
	margin-left: 8px;
}
.ie7 .slider .b-line .icon {
	display: inline;
	zoom: 1;
	vertical-align: middle;
}
.slider .b-hidden {
	height: 0;
	background: #e9dfc1 url(../images/slider-h-top.png) 0 0 repeat-x;
	overflow: hidden;
	margin-bottom: -1px;
	position:relative;
	z-index: 1;
}
.slider .b-inner {
	background: url(../images/slider-h-bt.png) 0 100% repeat-x;
	border-top: 1px solid #90714c;
	border-bottom: 1px solid #c6bfac;
	padding: 12px 18px;
}
.slider .f-line {
	height: 28px;
	margin-top: 10px;
}
.slider .f-line:first-child {
	margin: 0;
}
.slider .f-line select {
	width: 180px;
	float: left;
}
.slider .f-line .cm-select {
	float: left;
}
.slider .f-line .button {
	float: left;
	margin-left: 12px;
	padding: 0 20px;
}
.slider .image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slider .image img {
	max-width: none;
}
.slider .button {
	position: absolute;
	bottom: 40px;
	left: 200px;
}

/* Widgets */

.widgets {
	margin-top: 19px;
}
.widget {
	float: left;
}
.widget.empty {
	min-height: 20px;
	background: none;
}
.widget .inner {
	background-color: #eae4d7;
	border-radius: 0 0 5px 5px;
	padding: 10px;
}
.widget .name {
	background-color: #cfcbc2;
	border-radius: 5px 5px 0 0;
	font-size: 20px;
	color: #ac7324;
	line-height: 24px;
	padding: 10px 12px;
}
.widget .name .editable-block .text {
	font-size: 20px;
	line-height: 24px;
}
.widget .descr {
	font-size: 13px;
	color: #464646;
}
.widget .bottom {
	min-height: 26px;
}
.widget .descr a {
}
.widget p {
	padding: 0 0 18px;
	margin: 0;
	line-height: 18px;
}
.widget .date {
	line-height: 18px;
	color: #000100;
}
.widget-admin {
	margin-top: 12px;
}
.widget .add-ico {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.widgets.cols-4 .widget {
	width: 23.5%;
	margin-left: 2%;
}
.widgets.cols-4 .widget:first-child {
	margin-left: 0;
}
.widgets.cols-3 .widget {
	width: 32%;
	margin-left: 2%;
}
.widgets.cols-3 .widget:first-child {
	margin-left: 0;
}
.widgets.cols-2 .widget {
	width: 49%;
	margin-left: 2%;
}
.widgets.cols-2 .widget:first-child {
	margin-left: 0;
}
.widgets.cols-1 .widget {
	width: 100%;
}

.widgets-content {
	margin-top: 19px;
}
/*
.widgets-content .widget {
	margin-left: 19px;
}
.widgets-content .widget:first-child {
	margin-left: 0;
}
*/

/* Content Share */

.content-share {
	height: 32px;
}
.content-share .inner {
}
.content-share .button {
	float: right;
	margin-left: 28px;
	padding: 0 14px;
}
.ie7 .content-share .button {
	padding: 0;
}
.content-share .addthis_toolbox {
	float: right;
	margin-top: 6px;
}

/* Two Cols */

.content-two-cols {
	padding-top: 16px;
}
.content-two-cols > .l {
	width: 220px;
	float: left;
	margin-right: 22px;
}
.content-two-cols > .r {
	width: 700px;
	float: left;
}

/* Left Menu */

.leftmenu {
	margin: 0 0 16px 0;
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #c7c4be;
	border-color: #c7c4be #c7c4be #afafaf #c7c4be;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.leftmenu .inner {
	background-color: #d1e4ea;
	border-radius: 3px;
}
.leftmenu .title {
	background-color: #005696;
	border-bottom: 1px solid #fff;
	border-radius: 3px;
	padding: 12px 20px;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
}
.leftmenu .title a {
	text-decoration: none;
	color: #fff;
}
.leftmenu .title a:hover {
	text-decoration: underline;
}
.leftmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.leftmenu ul.main {
}
.leftmenu ul.main > li > a {
	background: url(../images/lm-point.png) 0 13px no-repeat;
	color: #343433;
	line-height: 16px;
	padding: 9px 0 9px 12px;
	margin: 0 9px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	border-top: 1px solid #666666;
}
.leftmenu ul.main > li:first-child > a {
	border: none;
}
.leftmenu ul.main > li > a:hover {
	color: #004990;
}
.leftmenu li.holder.closed > a {
	background-image: url(../images/lm-closed.png);
}
.leftmenu li.holder.open > a {
	background-image: url(../images/lm-open.png);
	color: #004990;
}
.leftmenu ul.main > li.active > a {
	color: #004990;
}
.leftmenu li.holder.closed .sub {
	height: 0;
}
.leftmenu .sub {
	overflow: hidden;
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
	background-color: #dbf0f5;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
}
.leftmenu .sub ul {
	padding: 2px 9px 0 9px;
	border-top: 1px solid #9eb6be;
	border-bottom: 1px solid #ffffff;
}
.leftmenu .sub ul li a {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	color: #808080;
	line-height: 16px;
	padding: 6px 0 6px 22px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	border-top: 1px solid #ffffff;
}
.leftmenu .sub ul li a:hover {
	color: #004990;
}
.leftmenu .sub ul li:first-child > a {
	border: none;
}
.leftmenu li.active > a,
.leftmenu .sub ul li.active > a {
	color: #004990;
}
.leftmenu .sub ul .sub {
	box-shadow: none;
}
.leftmenu .sub ul .sub ul {
	border-top: none;
}
.leftmenu .sub ul .sub ul li a {
	border: none;
}
.leftmenu .add-ico {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0 0 -5px 5px;
	cursor: pointer;
}
.leftmenu .add-ico:hover {
	opacity: 0.7;
}
.ie7 .leftmenu .add-ico {
	display: inline;
	zoom: 1;
}

/* Interactive Maps */

.map-container {
	margin-bottom: 30px;
}
.interactive-map-form {
	margin-top: 22px;
}
.interactive-map-form .line {
	height: 28px;
	margin-top: 32px;
}
.interactive-map-form .line:first-child {
	margin: 0;
}
.interactive-map-form .line select,
.interactive-map-form .line .cm-select {
	margin-left: 20px;
	float: left;
}
.interactive-map-form .line select:first-child,
.interactive-map-form .line .cm-select:first-child {
	margin: 0;
}

/* Article */

.custom-article {
}
.custom-descr {
	margin-top: 10px;
}
.article {
}
.article-descr {
	margin-top: 16px;
}
.gallery-open-line {
	clear: both;
}
.gallery-open-line > .right {
	width: 224px;
	float: right;
}
.gallery-open-line > .left {
	width: 462px;
	float: left;
}
.gallery-open-line > .left:first-child {
	width: auto;
	float: none;
}

/* Cols */

.c-two-cols > .r {
	width: 222px;
	float: right;
	margin-left: 34px;
}
.c-two-cols > .l {
	width: 444px;
}
.c-right-block {
	background-color: #fff;
	padding: 2px;
	border-radius: 3px;
}

/* Right Image Block */

.image-block {
	display: block;
	text-decoration: none;
}
.image-block img {
	-o-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.image-block:hover img {
	opacity: 0.7;
}
.blue-stick {
	height: 24px;
	background-color: #279fcd;
	border: 1px solid #8bc7dc;
	line-height: 24px;
	color: #fff;
	padding: 0 8px;
	font-size: 13px;
}

/* Calendar */

.com-calendar {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.com-calendar .dates {
    border: medium none;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.com-calendar .dates tbody {
    border: 2px solid #FFFFFF;
}
.com-calendar .dates td div {
    display: block;
    text-align: center;
    text-decoration: none;
}
.com-calendar .month {
    overflow: hidden;
}
.com-calendar .month .r {
    float: right;
}
.com-calendar .month .l {
    float: left;
}
.com-calendar .month .c {
    overflow: hidden;
    text-align: center;
}
.com-datepicker {
    background-color: #FCFCFC;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #333333;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 180px;
}
.com-datepicker.com-calendar .dates tbody {
    border-width: 1px;
}
.com-datepicker .dates td {
    border: 1px solid #CCCCCC;
    color: #333333;
    font-size: 11px;
    height: 20px;
}
.com-datepicker .dates td div {
    -moz-transition: all 0.2s ease-in-out 0s;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) inset, -1px -1px 0 rgba(255, 255, 255, 0.8) inset, 0 4px 8px rgba(255, 255, 255, 0.4) inset;
    color: #333333;
    cursor: pointer;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.com-datepicker .dates td div:hover {
    background-color: #DDFACB;
}
.com-datepicker .dates td.past div {
    background-color: #EBEBEB;
    cursor: default;
}
.com-datepicker .dates td.weekend div {
    background-color: #FFEDED;
    color: #CC0000;
}
.com-datepicker .dates td.weekend div:hover {
    background-color: #DDFACB;
    color: #333333;
}
.com-datepicker .dates td.today div {
    background-color: #BFE7A6;
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.zend_form div.hint{
	color: #999999;
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    padding: 2px 0;
}
.com-datepicker .dates td.today div:hover {
    background-color: #DDFACB;
    color: #333333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.com-datepicker .dates td.selected div {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    font-weight: bold;
}
.com-datepicker .dates td.selected div:hover {
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) inset, -1px -1px 0 rgba(255, 255, 255, 0.8) inset, 0 4px 8px rgba(255, 255, 255, 0.4) inset;
    font-weight: normal;
}
.com-datepicker .dates thead {
    color: #999999;
    font-size: 8px;
    text-transform: uppercase;
}
.com-datepicker .dates thead th {
    height: 20px;
}
.com-datepicker .month {
    margin-bottom: 6px;
}
.com-datepicker .month .c {
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 0 white;
}
.com-datepicker .month .l, .com-datepicker .month .r {
    -moz-transition: all 0.2s ease-in-out 0s;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) inset, -1px -1px 0 rgba(255, 255, 255, 0.8) inset;
    cursor: pointer;
    height: 12px;
    line-height: 14px;
    margin: 2px 0 0;
    overflow: hidden;
    text-align: center;
    width: 22px;
}
.com-datepicker .month .l:hover, .com-datepicker .month .r:hover {
    background-color: #EFEFEF;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) inset, -1px -1px 0 rgba(255, 255, 255, 0.8) inset, 0 0 2px rgba(0, 0, 0, 0.15);
}
.com-datepicker .close {
    -moz-transition: all 0.2s ease-in-out 0s;
    background-color: #EBEBEB;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 17px;
    line-height: 18px;
    margin-left: 3px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 17px;
}
.com-datepicker .close:hover {
    background-color: #E56161;
    border-color: #B92222;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
    color: #FFFFFF;
}
.com-datepicker .title {
    background-color: #EBEBEB;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    height: 17px;
    line-height: 17px;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 0 3px;
    text-align: left;
}
.com-datepicker .selectors {
    margin-top: 10px;
}
.com-datepicker .selectors input, .com-datepicker .selectors select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    height: 14px;
    padding: 2px;
    vertical-align: top;
}

.com-datepicker .selectors input[type="text"] {
    width: 22px;
}
.com-datepicker .selectors input[type="button"] {
    -moz-transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    float: right;
    font-size: 10px;
    height: 20px;
    padding: 0;
    text-transform: uppercase;
    width: 30px;
}
.com-datepicker .selectors input[type="button"]:hover {
    background-color: #EBEBEB;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.com-datepicker .selectors select {
    height: 20px;
    margin: 0 0 0 4px;
    padding: 0;
    width: 50px;
}
.com-datepicker .selectors span {
    margin: 0 4px;
}

/* News & Events Filter */

.filter-from-to {
}
.filter-from-to dl {
	width: 200px;
	float: left;
}
.filter-from-to .input-block {
	margin-right: 10px;
}
.filter-from-to dt {
	margin-bottom: 4px;
	line-height: 16px;
}
.filter-from-to .button-block {
	margin-top: 20px;
}
.filter-from-to .button {
	padding: 0 10px;
}

/* ******* FOOTER ******* */

footer {
	/*
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	*/
	margin-top: 48px;
}
footer section.inner {
	position: relative;
	z-index: 1;
}
.footer-bottom {
	height: 136px;
	background-color: #dfddd7;
}
.footer-left {
	float: left;
	padding: 20px 0 0 0;
}
footer .copy {
	font-size: 11px;
	color: #666666;
	margin-bottom: 6px;
}
footer nav {
}
footer nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer nav li {
	float: left;
	margin-left: 6px;
	padding-left: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border-left: 1px solid #333333;
}
footer nav li:first-child {
	border:	none;
	margin: 0;
	padding: 0;
}
footer nav li a {
	text-decoration: underline;
	color: #333333;
}
footer nav li a:hover {
	text-decoration: none;
}
.footer-right {
	float: right;
	padding: 13px 0 0 0;
}
footer .icon {
	float: right;
	opacity: 1;
	margin-left: 8px;
	
	-o-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
footer .icon:hover {
	opacity: 0.7;
}
footer .icon.youtube {
	margin-left: 12px;
}
footer .icon.flickr {
	margin-left: 10px;
}
footer .icon.share,
footer .icon.twitter,
footer .icon.facebook {
	margin-top: 2px;
}
footer .follow-us {
	float: right;
	line-height: 14px;
	padding-top: 7px;
	color: #a76f29;
	font-size: 11px;
	font-weight: bold;
	margin-left: 28px;
}
footer .icon.newsletter {
	margin: 1px 0 0 8px;
}
footer .signup-newsletter {
	float: right;
	display: block;
	line-height: 14px;
	padding-top: 7px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
footer .signup-newsletter:hover {
	text-decoration: underline;
}

/* DropDowm menu */

.dropdown-menu {
	position: relative;
	float: left;
}
.dropdown-menu input.button {
	margin: 0;
}
.dropdown-menu:hover input.button {
	background: #fff none;
	border: 1px solid #999;
	color: #464646;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3), inset 0 0 1px rgba(0,0,0,0.2);
}
.dropdown-menu ul {
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
	position: absolute;
	top: 26px;
	left: 1px;
	right: 1px;
	z-index: 100;
}
.dropdown-menu:hover ul {
	display: block;
}
.dropdown-menu ul li {
	height: 24px;
	display: block;
	line-height: 24px;
}
.dropdown-menu ul li.hr {
	height: 1px;
	background-color: #ccc;
	line-height: 1px;
	overflow: hidden;
	margin: 0 4px;
}
.dropdown-menu ul li:last-child {
	border-radius: 0 0 5px 5px;
}
.dropdown-menu ul li a {
	background-color: #fff;
	display: block;
	padding: 0 4px;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	
	-o-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.dropdown-menu ul li a:hover {
	color: #fff;
	background-color: #666;
}
.dropdown-menu ul li:last-child a {
	border-radius: 0 0 5px 5px;
}
.dropdown-menu ul li a.disabled,
.dropdown-menu ul li a.disabled:hover {
	background-color: #fff;
	color: #999;
	cursor: default;
}

/* Gallery Preview Button */

.big-icon-line {
	cursor: pointer;
}
.big-icon-line div {
	float: right;
}
.big-icon-line .text {
	line-height: 32px;
	margin-right: 8px;
}
.big-icon-line:hover .icon {
	opacity: 0.6;
}

/* Footer Site Map */

.footer-center {
	height: 0px;
	overflow: hidden;
	background-color: #d1e4ea;
	position: relative;
}
.footer-map {
	padding: 24px 0 42px;
}
.footer-map-col {
	width: 220.5px;
	float: left;
	margin-left: 20px;
}
.footer-map-col:first-child {
	margin: 0;
}
.footer-map-block {
	margin-top: 14px;
}
.footer-map-block:first-child {
	margin: 0;
}
.footer-map-block .title {
	font-size: 18px;
	color: #333333;
}
.footer-map-block ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer-map-block ul li {
	line-height: 18px;
	background: url(../images/sitemap-point.png) 0 6px no-repeat;
	padding: 0 0 0 9px;
	font-size: 13px;
	color: #000100;
}
.footer-map-block ul li a {
	color: #000100;
	text-decoration: none;
}
.footer-map-block ul li a:hover {
	text-decoration: underline;
}

/* Login Form */

.login-form {
	width: 350px;
}

/* Glossary */

dl, dt, dd {
	padding: 0;
	margin: 0;
	display: block;
}

.content-wide {
	padding-top: 16px;
}
.inline-list {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
.inline-list dt,
.inline-list dd,
.inline-list li {
	display: inline;
	line-height: 16px;
	vertical-align: middle;
}
.inline-list li.hr {
	font-size: 11px;
	margin: 0 4px;
}
.inline-list li a {
	font-weight: bold;
}

/*
.inline-list li a:visited {
	color: #813b9e;
}
*/
.inline-list li.active {
	font-weight: bold;
}
.inline-list li.active a {
	color: #464646;
	text-decoration: none;
}

hr {
	height: 0;
	overflow: hidden;
	border: none;
	border-top: 1px dotted #666666;
	margin: 18px 0;
	padding: 0;
	display: block;
	clear: both;
}
.tool-link {
	font-size: 13px !important;
	margin-left: 6px;
	text-decoration: none;
}
.tool-link:hover {
	text-decoration: underline;
}

dl.filter-search {}
dl.filter-search dt {
	width: 80px;
}
dl.filter-search dd {
	overflow: visible;
}
.form dl.filter-search input[type="text"] {
	width: 350px;
	margin: 0 8px 0 0;
	float: left;
}
dl.filter-search .button {}

.glossary-line > dt {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
	text-shadow: 0 1px 0 #ffffff;
}
.glossary-line > dd {
	margin-bottom: 22px;
}
.glossary-line .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
.glossary-line .title a {
	text-decoration: none;
}
.glossary-line .title a:hover {
	text-decoration: underline;
}
.glossary-line .moderator {
	text-align: center;
}
.content-keywords dt {
	font-weight: bold;
}
.content-keywords dd {
	font-style: italic;
	margin-left: 4px;
}
.glossary-word{
	color: #0191C8;
	font-weight: bold;
	cursor: pointer;
}
.glossary-popup{
	display: none;
	position:absolute;
	top:0;
	left:0;
	background-color:white;
	border: 1px solid black;
	z-index:4;
	width: 300px;
}
.glossary-popup > .content{	
	padding: 5px 5px;
}
.glossary-popup > .content > .title{
	font-weight: bold;
	color: black;
	padding-bottom: 10px;
}
.glossary-popup > .content > .description{
	padding-left: 10px;
}

/* Pagination */

.pagination {
	clear: both;
	margin-top: 18px;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination ul li {
	height: 21px;
	display: inline-block;
	border-radius: 3px;
	line-height: 21px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #383838;
	cursor: pointer;
}
.ie7 .pagination ul li {
	display: inline;
	zoom: 1;
}
.pagination ul li a {
	min-width: 11px;
	padding: 0 5px;
	height: 21px;
	display: block;
	color: #383838;
	text-decoration: none;
}
.pagination ul li:hover {
	background: #eaeaea;
	background: -moz-linear-gradient(to bottom, #f5f5f5 0%, #eaeaea 100%);
	background: -o-linear-gradient(to bottom, #f5f5f5 0%, #eaeaea 100%);
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #eaeaea 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #eaeaea 100%);
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.pagination ul li.active {
	min-width: 11px;
	padding: 0 5px;
	
	background: #00d1f6;
	background: -moz-linear-gradient(to bottom, #00d3f6 0%, #00acef 100%);
	background: -o-linear-gradient(to bottom, #00d3f6 0%, #00acef 100%);
	background: -webkit-linear-gradient(top, #00d3f6 0%, #00acef 100%);
	background: linear-gradient(to bottom, #00d3f6 0%, #00acef 100%);

	color: #fff;
	text-shadow: 0 1px 2px rgba(3,113,156,0.7);
}
.pagination ul li.active a {
	padding: 0;
	color: #fff;
}

/* Projects */

.grid-list,
.projects-list {
	width: 100%;
}
.grid-list th,
.projects-list th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 4px;
}
.grid-list td,
.projects-list td {
	padding: 4px;
	vertical-align: top;
}
.grid-list tr.gray td,
.projects-list tr.gray td {
	background-color: #f4f4f4;
}
.grid-list .red-link,
.grid-list .orange-link,
.projects-list .red-link,
.projects-list .orange-link {
	font-size: 11px;
}

.grid-list .duration,
.grid-list .date {
	font-size: 11px;
}

.priority-btn, .priority-btn-pub  {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
.ie7 .priority-btn {
	display: inline;
	zoom: 1;
}

/* Right Image Block */

.image-block {
	display: block;
	text-decoration: none;
	margin-bottom: 36px;
	cursor: pointer;
}
.image-block img {
	max-width: 100%;
	display: block;
	border: 1px solid #5b7300;
	overflow: hidden;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-o-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-webkit-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.image-block:hover img {
	opacity: 0.7;
}
.blue-stick {
	margin: 14px 0 0 0;
	text-decoration: underline;
}
.blue-stick:hover {
	text-decoration: none;
}


/* Form Design */

.form hr {
	border-color: #666666;
}
.form .title {
	font-size: 13px;
	margin-bottom: 16px;
}
.form dl {
	margin-top: 5px;
}
.form dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.form dl:first-child {
	margin-top: 0px;
}
.form dt {
	line-height: 29px;
	margin-right: 16px;
	text-align: right;
}
.form dd {
	width: 300px;
	overflow: visible;
	float: left;
}
.input,
.form dl input[type="text"],
.form dl input[type="password"] {
	height: 29px;
	line-height: 29px;
	//height: 16px;
	line-height: 16px;
	padding: 0 5px;
	//padding: 5px;
}
.input,
.form dl input[type="text"],
.form dl input[type="password"],
.form dl textarea {
	background-color: #fff;
	color: #464646;
    font-size: 13px;
	border: 1px solid #DADADA;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.textarea,
.form dl textarea {
	height: 68px;
	min-height: 29px;
}
.select,
.form dl select {
	height: 29px;
	color: #464646;
    font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #b6bcc1;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 #fff;
	padding: 4px;
}
.select.disabled,
.form dl select.disabled {
	background: #f5f5f5;
	color: #a6a6a6;
}
.form .btn-wrap input.button {
	height: 26px;
}
.form .btn-wrap {
	height: 26px;
	line-height: 26px;
	margin-top: 28px;
}
.select[multiple],
.form dl select[multiple] {
	background: none;
	padding: 0;
	text-shadow: none;
}

.form-wide {
}
.form-wide dl dt {
	width: auto;
	min-height: 0;
	margin-right: 0;
	float: none;
	text-align: left;
	line-height: 18px;
}
.form-wide dl dd {
	width: auto;
	float: none;
}

/* Zend Form (Must Die) */

.zend_form {
}
.zend_form dt {
	line-height: 18px;
	margin-bottom: 2px;
}
.zend_form dd {
	margin-bottom: 12px;
}
.zend_form dd:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.zend_form dd input[type="file"] {
	width: 100%;

}
.zend_form dd input[type="text"],
.zend_form dd input[type="password"],
.zend_form dd textarea {
	width: 100%;
	//width: 90%;
	height: 22px;
	//height: 15px;
	padding: 2px;
	line-height: 15px;
	font-size: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: top;
	outline: none;
	//display:block;
}
.zend_form dd textarea {
	//width: 97.5%;
	min-height: 29px;
	height: 68px;
	max-height: 200px;
	overflow: auto;
	resize: vertical;
}
.zend_form dd select {
	width: 100%;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: normal;
	font-size: 12px;
	vertical-align: top;
}

.zend_form dd input[type="text"],
.zend_form dd input[type="password"] {
	height: 29px;
	line-height: 29px;
	//height: 16px;
	line-height: 16px;
	padding: 0 5px;
	//padding: 5px;
}
.zend_form dd input[type="text"],
.zend_form dd input[type="password"],
.zend_form dd textarea {
	background-color: #fff;
	color: #464646;
    font-size: 13px;
	border: 1px solid #DADADA;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.zend_form dd select {
	height: 29px;
	color: #464646;
    font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #b6bcc1;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 #fff;
	padding: 4px;
}

.zend_form .form-errors {
	list-style-type: none;
	padding: 0;
	margin: 0 0 12px;
}
.zend_form .form-errors .errors {
	color: red;
	padding-left: 12px;
}
.zend_form dd select[multiple] {
	background: none;
	padding: 0;
	text-shadow: none;
}

.form .zend_form dt {
	line-height: 29px;
}

.calendar input,
.calendar select {
	width: 150px !important;
	float: left;
}
.calendar .icon {
	float: left;
	margin: 3px 0 0 8px;
	cursor: pointer;
}
.calendar .icon:hover {
	opacity: 0.6;
}

/* Info Box */

.info-box {
	margin-bottom: 18px;
}
.info-box dt {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.info-box dd {
	overflow: hidden;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}
.info-box dd p {
	margin: 18px 0 0 0;
}
.info-box dd p:first-child {
	margin-top: 0;
}
.info-box dd.more {
	font-weight: bold;
	color: #0091c9;
}
.info-box dd.more a {
	color: #0091c9;
	text-decoration: none;
}
.info-box dd.more a:hover {
	text-decoration: underline;
}

/* Scroll Box */

.scroll-box {
	border-radius: 5px;
	background-color: #ffffff;
	border: 1px solid #DADADA;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 8px;
}
.scroll-box > .inner {
	max-height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 8px 0 0;
}

/* Coemmnt Box */

.comment-box {
	margin: 20px 0 0 0;
}
.comment-box:first-child {
	margin: 0;
}
.comment-box .title {
	font-style: italic;
	margin-bottom: 4px;
}

/* Page Edit Form */

.pade-edit-form {
}
.oo .pade-edit-form .zend_form dt {
	width: 200px;
}
.oo .pade-edit-form .zend_form dd {
	width: 466px;
}

/* COMMENTS TEMP START */

.comments .date {
    font-size: 8pt;
	font-style: italic;
}
.comments dd {
    font-size: 10pt;
    margin: 5px 0 0;
}
.comments .username {
    font-size: 14pt;
	font-weight:bold;
}

/* COMMENTS TEMP STOP */

/* Meeting */

.meeting-container {
}
.meeting-container > .r {
	width: 220px;
	float: right;
	margin-left: 20px;
}
.meeting-container > .l {
	overflow: hidden;
}
.meeting-block {
	margin-top: 20px;
}
.meeting-block:first-child {
	margin-top: 0;
}
.meeting-box {
	margin-top: 10px;
	word-wrap: break-word;
}
.meeting-box dd {
	height: 0;
	overflow: hidden;
}
.meeting-box dd p {
	margin: 0;
}
.meeting-box .date {
	font-weight: bold;
	margin-right: 6px;
}
.meeting-box .title {
	font-weight: bold;
}
.meeting-box .links * {
	margin-right: 4px;
}

/* Custom Form */

.form-box {
}
.form-box > dt {
	width: auto;
	float: none;
}
.form-box > dd {
	width: auto;
	float: none;
	overflow: visible;
}
.form-box dd textarea {
	height: 100px;
	max-height: 300px;
}

.custom-form {
}
.custom-form dl {
	margin-top: 22px;
}
.custom-form dl:first-child {
	margin-top: 0;
}
.custom-form dt {
	width: 236px;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
.custom-form .btn-wrap {
	height: 45px;
	line-height: 45px;
	margin-top: 45px;
}
.custom-form .btn-wrap input {
	height: 45px;
}
.custom-form .form-box {
	width: 552px;
}
.custom-form .form-box dt {
	width: auto;
}

/* Comments */

.comments-container .comments-block {
	margin-top: 20px;
}
.comments-container .comment-box {
	margin-top: 24px;
}
.comments-container .comment-box:first-child {
	margin-top: 0;
}
.comments-container .comment-box dt {
}
.comments-container .comment-box dt .username {
	font-weight: bold;
	margin-right: 6px;
	font-size: 16px;
}
.comments-container .comment-box dt .date {
}
.comments-container .comment-box .info {
	margin-bottom: 4px;
}
.comments-container .comment-box .links {
	margin-top: 4px;
}
.comments-container .comment-box .links span {
	margin-right: 6px;
}

#edit-comments-block {
	display: block;
	float: right;
	line-height: 28px;
    margin: 0 12px 0 0;
}

/* Module Tags */

.moduletags {
}
.moduletags ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.moduletags ul li {
	text-align: left;
	margin-top: 4px;
}
.moduletags .title {
	font-weight: bold;
	margin: 10px 0;
	font-size: 11pt;
}
.moduletags ul li:first-child {
	margin-top: 0;
}

.microsite-list {
}
.microsite-list .info-box {
	margin-top: 12px;
}




/*TINYMCE*/
.image-left-top {  
     float:left;  
     margin-right:10px;  
}  
.image-right-top {  
     float:right;  
     margin-left:10px;  
}  
.image-left {  
     float:left;  
     margin:10px 10px 10px 0;  
}  
.image-right {  
     float:right;  
     margin:10px 0 10px 10px;  
}

/*fileset rtesouce uploader*/

.fileset-remove{
	float: right;
	margin: 0 0 0 8px;
	color: #0191C8;
	outline: medium none;
	text-decoration: underline;
	cursor: pointer;
}
.fileset-list {
	line-height: 16px;
	margin: 10px 0;
	padding: 0;
}
.fileset-list li {
}

.fileset-list li .text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* Contact Form */

.contact-form .button-big-line {
	width: 552px;
}
ul.errors{
    list-style: none outside none;
}

/* imap */
img.imap{
	width: auto;
}

/* Search Page */

.search-layout {
}
.search-layout h2 {
	margin: 20px 0 0 0;
}
.search-where {
	color: #666666;
    line-height: 18px;
}
#search-category-form {
	padding: 8px;
}
