
body {
	margin:0;
	padding:0;
	background:#45646b url(/images_gui/mainBgGradient.png) top left repeat-x;
	font-family: Arial;
	font-size:12px;
	color: #43656e;
	overflow: -moz-scrollbars-vertical;
}


A:link,
A:visited {
	color: #45646b !important;
	text-decoration: none !important;
}
A:hover,
A:active {
	color: #009 !important;
	text-decoration: underline !important;
}
.feed {
	background: url(/images_gui/icons/feed-icon-14x14.png) no-repeat scroll 0 50% transparent;
	font-size: 110%;
	padding: 0 0 0 19px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
body, p, td {
	line-height: 1.4em;
}

h1, h2, h1 a, h2 a, h1 a:visited, h2 a:visited {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}

h1, h2 {
	font-family: 'Times New Roman', Times, serif;
}

h1, h2, h3 {
    margin-bottom:0.4em;
}

h1.teaserHeading {
	padding-left: 15px;
}

p {
    margin-top:0.5em;
}

.theBox {
	margin:24px auto;
	width:976px;
}

.round {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.shady {
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, .2);
}

.content {
    background:url(/images_gui/shadows/rightMid.png) 966px 10px repeat-y;
}

.header {
    background:white;
    margin-top:-10px;
    height:51px;
}

.header {
    float:left;
    width:910px;
	border-bottom:6px solid #c6062f;
	background:white;
	padding:20px 28px 0 28px;
}

.topLeftShadow {
    height:10px;
    background:url(/images_gui/shadows/rightTop.png) top right no-repeat;
}

.logo {
	height:41px;
	padding-left:200px;
	background:white url(/images_gui/logo.png) top left no-repeat;
	float:left;
	font-size:16px;
	padding-bottom:10px;
	cursor: pointer;
}

.moto {
	margin-top:25px;
    color:#608189;
}

.searchBox {
	float:right;
    margin-right:-10px;
    margin-top: 5px;
}

.searchBox .searchBoxLeft {
    float:left;
    background:url(/images_gui/roundedCorners/searchRoundedLeft.png) top left no-repeat;
    height:39px;
    width:11px;
}

.searchBox .searchBoxMid {
    height:39px;
    width:150px;
    float:left;
    background:url(/images_gui/roundedCorners/searchRoundedMid.png) top left repeat-x;
}

.searchBox .searchBoxRight {
    float:left;
    background:url(/images_gui/roundedCorners/searchRoundedRight.png) top left no-repeat;
    height:39px;
    width:7px;
}

.searchBox .searchMid {
    float:left;
    background:url(/images_gui/roundedCorners/searchBoxMid.png) top left repeat-x;
    padding:9px 10px 0 10px;
    height:31px;
}

.searchBox .seachRight {
    float:left;
    background:url(/images_gui/roundedCorners/searchRight.png) top left no-repeat;
    width:15px;
    height:39px;
}

.searchBox input[type=text] {
	border-width:0;
	height:18px;
	margin:6px 5px 0 0;
	width:99%;
}

.searchBox input[type=submit] {
	border:none;
	background:transparent;
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
	color:white !important;
}

.stuff {
	padding:10px 28px 70px 28px;
	background:white;
	float:left;
	width:910px;
}
#template_article_full_width .stuff {
	padding-bottom: 28px;
}

.bottomLeftShadow {
    height:10px;
    width:10px;
    background:url(/images_gui/shadows/bottomLeft.png) top left;
    float:left;
}

.bottomMidShadow {
    width:956px;
    height:10px;
    background:url(/images_gui/shadows/bottomMid.png) top left;
    float:left;
}

.bottomRightShadow {
    height:10px;
    width:10px;
    background:url(/images_gui/shadows/bottomRight.png) top left;
    float:left;
}

.topMenu {
    position:relative;
    top:-231px;
    clear:both;
    height:41px;
    padding:0;
	margin:0;
	list-style-type:none;
}

.noRelative .topMenu {
    position:static;
}

.noRelative {
    margin-bottom:10px;
}

ul.topMenu li.active {
	border-width:0;
	padding:3px 0;
    margin-top:0;
}

ul.topMenu li.nextToActive {
    border-right:none;
}

#placeholder {
    margin-top:10px;
}

ul.topMenu li.active a{
	color:white !important;
}

.topMenu .active .roundedLeft {
    background:url(/images_gui/roundedCorners/roundedLeft.png) top left no-repeat;
    width:11px;
    height:32px;
    float:left;
}

.topMenu .active .mid {
    background:url(/images_gui/roundedCorners/roundedMid.png) top left repeat-x;
    height:32px;
    float:left;
    padding-top:3px;
    padding-right:6px;
}

.topMenu .active .roundedRight {
    background:url(/images_gui/roundedCorners/roundedRight.png) top left no-repeat;
    width:13px;
    height:32px;
    float:left;
}

ul.topMenu a, ul.topMenu a:hover, ul.topMenu a:visited {
	color:black !important;
	text-decoration:none !important;
}

ul.topMenu li {
	display:block;
    float:left;
	font-size:15px;
	border-right:1px solid black;
	padding:0 11px;
    margin-top:7px;
}

.topMenu .flags,
.topMenu .social {
	font-size: 11px;
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
	border: none;
	float: right;
	margin-top: 0;
}
.topMenu .flags {
	padding-top: 8px;
}

.flags a, .flags img{
    text-decoration:none;
    border:none;
}

.columns {
	padding:0 25px 25px 15px;
    position:relative;
    top:-10px;
}

.leftCol {
	width:50%;
	float:left;
}

.imageDescription {
    margin-top:1px;
}

ul.teasers {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.teasers > li {
	border-top: 1px solid #eaeaea;
	padding: 10px 15px;
}

.teasers .topTeaser {
	border-top: none;
	padding-top: 0;
}
.teasers .topTeaserNoBorder {
	border-top: none;
}

.rightCol {
	width:45%;
	float:right;
}

.sideRect {
	width:390px;
	height:218px;
	margin-bottom:30px;
	border-radius:4px;
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, .2);
	-moz-border-radius:4px;
	-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, .2);
    background: no-repeat top left;
}

.sideRect h2 {
    color:white;
    padding-top:60px;
    padding-left:180px;
}

.left-menu {
	float:left;
	width:213px;
}

.right-double-side {
	float:right;
	width:678px;
}

#fullWidth {
	float: none;
	width: 100%;
}

.left-menu .midPart{
	background:#063746 url(/images_gui/roundedCorners/leftMenuBg.png) top left repeat-x;
	padding:0 10px 25px 10px;
    min-height:186px;
    width:190px;
}

.left-menu .leftMenuMid {
    background:url(/images_gui/roundedCorners/leftMenuRight.png) top right repeat-y;
}

.left-menu .leftMenuTop {
    background:url(/images_gui/roundedCorners/leftMenuTop.png) top left no-repeat;
    height:11px;
}

.left-menu .leftMenuBottom {
    background:url(/images_gui/roundedCorners/leftMenuBottom.png) top left no-repeat;
    height:10px;
}




UL#leftmenu,
UL#leftmenu UL {
	list-style-type: none;
	display: block;
	padding: 0;
}

UL#leftmenu LI {
	display: block;
	margin: 0;
}
UL#leftmenu LI A SPAN {
	display: block;
	margin: 0 0 1px 0;
	padding: 4px 10px;
}

UL#leftmenu A {
	display: block;
	font: 11px Verdana, Geneva, sans-serif;
	color: #fff !important;
	text-decoration: none !important;
}
UL#leftmenu A:active,
UL#leftmenu A:hover,
UL#leftmenu A.selected {
	color: #000 !important;
	background-color: #fff !important;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	filter: alpha(opacity=80);
}

UL#leftmenu LI.lev1 SPAN {
	padding-left: 15px;
}
UL#leftmenu LI.lev2 SPAN {
	padding-left: 27px;
}
UL#leftmenu LI.lev3 SPAN {
	padding-left: 39px;
}
UL#leftmenu LI.lev4 SPAN {
	padding-left: 51px;
}

UL#leftmenu LI.branch_inact_lev1 A SPAN {
	background: transparent url(/images_gui/icons/leftmenu_right.png) 1px 5px no-repeat;
}
UL#leftmenu LI.branch_inact_lev2 A SPAN {
	background: transparent url(/images_gui/icons/leftmenu_right.png) 13px 5px no-repeat;
}
UL#leftmenu LI.branch_inact_lev3 A SPAN {
	background: transparent url(/images_gui/icons/leftmenu_right.png) 25px 5px no-repeat;
}
UL#leftmenu LI.branch_inact_lev4 A SPAN {
	background: transparent url(/images_gui/icons/leftmenu_right.png) 37px 5px no-repeat;
}

UL#leftmenu LI.branch_inact_lev1 A:active SPAN,
UL#leftmenu LI.branch_inact_lev2 A:active SPAN,
UL#leftmenu LI.branch_inact_lev3 A:active SPAN,
UL#leftmenu LI.branch_inact_lev4 A:active SPAN,
UL#leftmenu LI.branch_inact_lev1 A:hover SPAN,
UL#leftmenu LI.branch_inact_lev2 A:hover SPAN,
UL#leftmenu LI.branch_inact_lev3 A:hover SPAN,
UL#leftmenu LI.branch_inact_lev4 A:hover SPAN,
UL#leftmenu LI.branch_inact_lev1 A.selected SPAN,
UL#leftmenu LI.branch_inact_lev2 A.selected SPAN,
UL#leftmenu LI.branch_inact_lev3 A.selected SPAN,
UL#leftmenu LI.branch_inact_lev4 A.selected SPAN {
	background-image: url(/images_gui/icons/leftmenu_right_hover.png);
}

UL#leftmenu LI.branch_act_lev1 A SPAN {
	background: transparent url(/images_gui/icons/leftmenu_down.png) 0 7px no-repeat;
}
UL#leftmenu LI.branch_act_lev2 A SPAN {
	background: transparent url(/images_gui/icons/leftmenu_down.png) 12px 7px no-repeat;
}
UL#leftmenu LI.branch_act_lev3 A SPAN {
	background: transparent url(/images_gui/icons/leftmenu_down.png) 24px 7px no-repeat;
}
UL#leftmenu LI.branch_act_lev4 A SPAN {
	background: transparent url(/images_gui/icons/leftmenu_down.png) 36px 7px no-repeat;
}

UL#leftmenu LI.branch_act_lev1 A:active SPAN,
UL#leftmenu LI.branch_act_lev2 A:active SPAN,
UL#leftmenu LI.branch_act_lev3 A:active SPAN,
UL#leftmenu LI.branch_act_lev4 A:active SPAN,
UL#leftmenu LI.branch_act_lev1 A:hover SPAN,
UL#leftmenu LI.branch_act_lev2 A:hover SPAN,
UL#leftmenu LI.branch_act_lev3 A:hover SPAN,
UL#leftmenu LI.branch_act_lev4 A:hover SPAN,
UL#leftmenu LI.branch_act_lev1 A.selected SPAN,
UL#leftmenu LI.branch_act_lev2 A.selected SPAN,
UL#leftmenu LI.branch_act_lev3 A.selected SPAN,
UL#leftmenu LI.branch_act_lev4 A.selected SPAN {
	background-image: url(/images_gui/icons/leftmenu_down_hover.png);
}

UL#leftmenu LI.leaf_lev1 A SPAN,
UL#leftmenu LI.leaf_lev2 A SPAN,
UL#leftmenu LI.leaf_lev3 A SPAN,
UL#leftmenu LI.leaf_lev4 A SPAN {
	background-image: none !important;
}



.left-menu h1 {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0 5px 0 15px;
}
.left-menu h1,
.left-menu h1 a,
.left-menu h1 a:visited {
	color: #fff !important;
}

.one-line-banner {
	margin-bottom:15px;
	clear:both;
}

.entreTeasers {
	float:left;
	width:400px;
}

.entreTeasers .topTeaser {
	margin-right:-20px;
}

.small-side-teasers {
	float:right;
	width:220px;
}

.small-side-teasers .teaser {
    margin-bottom:15px;
}

.small-side-teasers .top {
    height:10px;
    background:url(/images_gui/smallGrayTeasers/top.png) top left no-repeat;
}

.small-side-teasers .mid {
    background: url(/images_gui/smallGrayTeasers/mid.png) top right repeat-y;
	padding:0 0 10px 0;
}

.small-side-teasers h3.plate_heading {
	background: url(/images_gui/smallGrayTeasers/grayGradBg.png) top left repeat-x;
	margin: 0 8px 0 2px;
	padding: 0 10px 7px 12px;
	border-bottom: 1px solid #d6d6d6;
}

.small-side-teasers .actualText {
    background: url(/images_gui/smallGrayTeasers/grayGradBg.png) top left repeat-x;
    margin-left:2px;
    margin-right:8px;
    padding: 10px 18px 10px 12px;
    min-height:101px;
}

.small-side-teasers .bottom {
    height:10px;
    background:url(/images_gui/smallGrayTeasers/bottom.png) top left no-repeat;
}

.entreBanner {
    margin-bottom:15px !important;
}

.clear {
	clear:both;
}

.footer {
	margin-top:10px;
	text-align:center;
	color:white;
}

/* GALLERY */
#gallery {
	padding: 0 14px 10px 0;
}
#gallery .item_table {
	width: 100%;
}

#gallery .item_table TD.itemImage {
	padding: 5px 0 5px 10px;
	text-align: center;
	vertical-align: bottom;
}
#gallery .item_table TD.itemImageFirstCol {
	padding-left: 0;
}
#gallery .item_table TD.itemText {
	padding: 5px 0 20px 10px;
	text-align: center;
	vertical-align: top;
}
#gallery .item_table TD.itemTextFirstCol {
	padding-left: 0;
}

#gallery .item_table TD.itemText,
#gallery .item_table TD.itemText A {
	font: 10px Verdana,Geneva,sans-serif;
	color: #666;
	text-decoration: none;
}
#gallery .item_table TD.itemText A:hover {
	color: #669;
	text-decoration: underline;
}


.adminLinksTable {
	border: 1px solid #000000;
	border-width: 0 1px 1px 0;
}

.noHitTips ul {
    padding:0 15px;
}

.noHitTips li {
    border:none;
    padding:1px 0;
}

.article .summaryText {
    font-size:1.1em;
    font-weight:bold;
}


#fadeImageDiv {
	margin-bottom: 25px;
}
.bigRect {
	font-size: 18px;
	line-height: 22px;
	color: #fff !important;
	padding: 20px;
	margin-bottom: 25px;
	text-align: left;
}

.bigRect h1, .bigRect h2, .bigRect h3, .bigRect h4 {
	color: #fff !important;
}

.bigRect A:link,
.bigRect A:visited {
	color: #fff !important;
	text-decoration: none !important;
}
.bigRect A:hover *,
.bigRect A:active * {
	color: #fff !important;
	text-decoration: underline !important;
}

.bigRect img {
	padding-right: 10px;
	float: left;
	border:none;
}



/* *******************************************************************************************
 *         Paging                                                                            *
 ******************************************************************************************* */

.paging {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font: 10px Verdana;
	color: #616d98 !important;
}
.pagingTop {
	border-bottom: 1px solid #eaeaea;
}
.pagingBottom {
	border-top: 1px solid #eaeaea;
}
.paging A,
.paging A:link,
.paging A:visited,
.paging SPAN {
	display: inline-block;
	margin: 1px;
	padding: 2px 3px;
	color: #444 !important;
	background: #d8d8d8 url(/images_gui/buttons/bg_btn_light_disabled.gif) 0 0 no-repeat;
	border: 1px solid #d8d8d8;
}
.paging SPAN.paging_dots {
	margin: 2px !important;
	background: transparent !important;
	border: 0 !important;
}
.paging .oneDigit {
	padding: 2px 5px !important;
}
.paging .prevBtn {
	margin-right: 5px !important;
	padding: 2px 10px !important;
}
.paging .nextBtn {
	margin-left: 5px !important;
	padding: 2px 10px !important;
}
.paging .dim {
	color: #aaa !important;
}
.paging A:active,
.paging A:hover,
.paging .active {
	color: #fff !important;
	background: #596878 url(/images_gui/buttons/bg_btn.gif) 0 0 no-repeat;
	border: 1px solid #495868;
	text-decoration: none !important;
	text-shadow: 0 1px 0 #333 !important;
}

/* *******************************************************************************************
 *         Booking Calendar                                                                  *
 ******************************************************************************************* */

#calendarContainer {
	background: #45646b url(/jsp/calendar/images/bg_table.jpg) top right no-repeat;
}

#calendarContainer TD,
#calendarContainer INPUT {
	font: 10px Verdana, Geneva, sans-serif;
	color: #000;
}

#calendarContainer {
	border: 0;
}
#calendarContainer .data TD {
	padding-top: 5px;
	border: 0;
}

#calendarContainer .tableCaption {
	font: italic 24px Verdana, Geneva, sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 #333;
	vertical-align: middle;
}

#calendarContainer .dateNavigation {
	white-space: nowrap;
	padding: 0 20px;
	text-shadow: 0 1px 0 #333;
	vertical-align: middle;
}
#calendarContainer .dateNavigation A:link,
#calendarContainer .dateNavigation A:visited {
	font: bold 36px/12px Verdana, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
}
#calendarContainer .dateNavigation A:active,
#calendarContainer .dateNavigation A:hover {
	font: bold 36px/12px Verdana, Geneva, sans-serif;
	color: #fff;
	text-decoration: underline;
}

#calendarContainer .weekNbr {
	background: #45646b url(/jsp/calendar/images/bg_tr_weekdays.jpg) 50% 50% no-repeat;
	font: bold 10px Verdana, Geneva, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}

#calendarContainer .dayNames TD {
	background: #45646b url(/jsp/calendar/images/bg_tr_weekdays.jpg) bottom left no-repeat;
	font: 13px Verdana, Geneva, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}

#calendarContainer TD.weekday,
#calendarContainer TD.saturday,
#calendarContainer TD.saturday {
	color: #000;
	text-shadow: 0;
}
#calendarContainer TD.weekday TD.weekday,
#calendarContainer TD.saturday TD.saturday,
#calendarContainer TD.saturday TD.saturday {
	font: bold italic 13px Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 0 #bbb;
}
#calendarContainer TD.weekday {
	background-color: #fff;
}
#calendarContainer TD.saturday {
	background-color: #f0f0f2;
}
#calendarContainer TD.sunday {
	color: #c00;
	background-color: #f0f0f2;
}

#calendarContainer .inactiveWeekday TD {
	font: bold italic 13px Verdana, Geneva, sans-serif;
	color: #ccc !important;
	text-shadow: 0;
	cursor: pointer;
}

#calendarContainer TD.todayDate {
	border: 4px solid #9e9;
}
#calendarContainer TD.todayDate TD {
	border: 0;
}

#calendarContainer DIV.event {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: left;
}
#calendarContainer DIV.event DIV {
	font: 10px Arial,Helvetica,sans-serif;
	color: #333;
	padding: 1px 1px;
	text-align: center;
}
#calendarContainer DIV.eventSubj {
	text-align: left;
}
#calendarContainer DIV.eventSubj DIV {
	padding: 1px 3px;
	text-align: left;
}
#calendarContainer DIV.event DIV DIV.text {
	font: 9px Verdana, Geneva, sans-serif;
	color: #555;
	padding-left: 10px;
}

#calendarContainer .data A:link,
#calendarContainer .data A:visited {
	color: #006 !important;
	text-decoration: none !important;
}
#calendarContainer .data A:hover,
#calendarContainer .data A:active {
	color: #00f !important;
	text-decoration: underline !important;
}

/* *******************************************************************************************
 *         toolTip                                                                           *
 ******************************************************************************************* */

#toolTipPop {
	position: absolute !important;
	border: 1px solid #000 !important;
	border-radius: 4px !important;
	
	
	padding: 5px 5px 5px 25px !important;
	font: 11px Verdana,Geneva,sans-serif !important;
	color: #000 !important;
	text-shadow: 0 1px 0 #ccc !important;
	text-align: left !important;
	background: #fff url(/images_gui/icons/icon_info.gif) 4px 5px no-repeat !important;
	z-index: 20000010 !important;
	display: none;
}


/* *******************************************************************************************
 *         FORMS                                                                             *
 ******************************************************************************************* */

.formField, SELECT, INPUT, TEXTAREA, BUTTON {
	font: 11px Verdana,Geneva,sans-serif !important;
	color: #333 !important;
}

.formField,
.formFieldFile,
TEXTAREA,
SELECT {
	border: 1px solid #7d736b;
}

.formFieldBlur {}

.formFieldFocus {
	border-color: #983334;
	background-color: #fff3ef;
}
.formFieldError {
	border-color: #f00 !important;
	background-color: #fee !important;
}

TEXTAREA {
	overflow: auto;
}

.formBtn,
.formBtnSmall,
.formBtnSmallActive {
	position: relative;
	background: #45646b url(/images_gui/buttons/bg_btn.gif) 0 0 no-repeat;
	border: 1px solid #ccc;
	border-right-color: #333;
	border-bottom-color: #333;
	font-family: Arial,Helvetica,sans-serif !important;
	color: #fff !important;
	text-shadow: 0 1px 0 #333 !important;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
}
HTML>BODY .formBtn,
HTML>BODY .formBtnSmall,
HTML>BODY .formBtnSmallActive {
	padding: 0 2px;
}

.formBtnAdmin,
.formBtnAdminSmall,
.formBtnAdminSmallActive {
	position: relative;
	background: #3075a8 url(/images_gui/buttons/bg_btn_admin.gif) 0 0 no-repeat;
	border: 1px solid #87afcd;
	font-family: Arial,Helvetica,sans-serif !important;
	color: #fff !important;
	text-shadow: 0 1px 0 #333 !important;
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
}
HTML>BODY .formBtnAdmin,
HTML>BODY .formBtnAdminSmall,
HTML>BODY .formBtnAdminSmallActive {
	padding: 0 2px;
}
.formBtnAdminSmallActive SPAN,
.formBtnAdminSmallInactive SPAN {
	display: block;
	padding-left: 14px;
}
.formBtnAdminSmallInactive SPAN {
	background: transparent url(/images_gui/icons/dot_red.gif) 0 2px no-repeat;
}
.formBtnAdminSmallActive SPAN {
	background: transparent url(/images_gui/icons/dot_green.gif) 0 2px no-repeat;
}

.formBtnDisabled,
.formBtnSmallDisabled {
	position: relative;
	background: #b7b7b7 url(/images_gui/buttons/bg_btn_disabled.gif) 0 0 no-repeat;
	border: 1px solid #a7a7a7;
	font-family: Arial,Helvetica,sans-serif !important;
	color: #999 !important;
	text-shadow: 0 1px 0 #fff !important;
	cursor: default;
	padding-right: 2px;
	padding-left: 2px;
}
HTML>BODY .formBtnDisabled,
HTML>BODY .formBtnSmallDisabled {
	padding: 0 2px;
}

.formBtn,
.formBtnDisabled {
	font-size: 11px !important;
}
.formBtnSmall,
.formBtnAdminSmall,
.formBtnSmallDisabled {
	font-size: 10px !important;
}
.formBtnSmallActive,
.formBtnAdminSmallActive {
	font-size: 10px !important;
	color: #efe !important;
}

.formGroup {
	clear: both;
	padding-bottom: 10px;
}
.formGroup TD {
	vertical-align: top;
	padding-bottom: 5px;
}
.formGroup TD.td0 {
	padding-top: 3px;
	padding-right:10px;
}
.formGroup LABEL {
	display: block;
	padding-bottom: 3px;
}
.formGroup .errorMess {
	display: none;
	clear: both;
	margin: 0;
	padding: 3px 0 10px 0;
	font-weight: bold;
	font-size: 10px;
	color: #c00;
}
.formGroupError .errorMess {
	display: block;
}
.successMess {
	clear: both !important;
	margin: 0 !important;
	padding: 10px 0 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	color: #000 !important;
}
#noSendError {
	clear: both;
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	font-size: 12px;
	color: #c00;
}
.formGroupCb LABEL {
	display: inline;
	padding-bottom: 0;
	padding-left: 5px;
}
.formGroupBtn,
.formGroupBtn TD {
	padding-top: 10px;
	text-align: right;
}


.imcmsAdmBgHead { background-color:#20568D; color:#fff; }
.imcmsAdmBgCont { background-color:#f5f5f7; color:#000; }

.imcmsFormBtnPanel,
.imcmsFormBtnPanelActive {
	font: 9px/11px Verdana,Geneva,sans-serif;
	cursor: pointer;
	text-align: center;
	padding: 2px 4px;
	color: #000 !important;
	border: 1px solid #aaa !important;/*
	border-color: #fff #000 #000 #fff !important;*/
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #dddddd 8%, #e5e5e5 50%, #dddddd 92%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(8%,#dddddd), color-stop(50%,#e5e5e5), color-stop(92%,#dddddd), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#dddddd 8%,#e5e5e5 50%,#dddddd 92%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#dddddd 8%,#e5e5e5 50%,#dddddd 92%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#dddddd 8%,#e5e5e5 50%,#dddddd 92%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #cccccc 0%,#dddddd 8%,#e5e5e5 50%,#dddddd 92%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 0 1px 0 #fff !important;
}
.imcmsFormBtnPanelHover {
	color: #fff !important;
	border-color: #c00 !important;
	text-shadow: 0 1px 0 #000 !important;
	background: #f2a4a4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2a4a4 0%, #c61717 36%, #a50104 61%, #bf4e4e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2a4a4), color-stop(36%,#c61717), color-stop(61%,#a50104), color-stop(100%,#bf4e4e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2a4a4 0%,#c61717 36%,#a50104 61%,#bf4e4e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2a4a4 0%,#c61717 36%,#a50104 61%,#bf4e4e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2a4a4 0%,#c61717 36%,#a50104 61%,#bf4e4e 100%); /* IE10+ */
	background: linear-gradient(top,  #f2a4a4 0%,#c61717 36%,#a50104 61%,#bf4e4e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a4a4', endColorstr='#bf4e4e',GradientType=0 ); /* IE6-9 */	
}

.imcmsFormBtnPanelActive {
	color: #fff !important;
	border-color: #005700 !important;
	text-shadow: 0 1px 0 #000 !important;
	background: #b4ddb4; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(17%,#83c783), color-stop(33%,#52b152), color-stop(67%,#008a00), color-stop(83%,#005700), color-stop(100%,#002400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* IE10+ */
	background: linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */	
}

/* *******************************************************************************************
 *         News items                                                                        *
 ******************************************************************************************* */

.newsItem .image {
	float: right;
	padding-left: 10px;
}
.newsItem H2,
.result_item H2 {
	margin: 0;
	padding: 0 0 5px 0;
}
.newsItem .date {
	padding: 0;
	color: #999;
}
.newsItem .text {
	
}

/* *******************************************************************************************
 *         SPECIAL                                                                           *
 ******************************************************************************************* */

#adminPanelDiv {
	padding: 0 0 10px 0 !important;
}

.red {
	color: #c00000 !important;
}

DIV.postit {
	position: relative;
	display: block;
	margin: 10px auto;
	font: 10px/11px verdana,geneva,sans-serif !important;
	color: #000;
	border: 1px solid #ccc;
	border-width: 0 2px 2px 1px;
	border-color: #999 #000 #000 #999;
	background-color: #ffa;
}
DIV.postit H2 {
	margin: 0;
	padding: 3px 5px;
	font: bold 11px/13px verdana,geneva,sans-serif !important;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #000;
	background-color: #ff5;
}
DIV.postit DIV {
	padding: 5px;
	font: 11px/13px verdana,geneva,sans-serif !important;
	color: #000;
}
DIV.postit DIV DIV {
	padding: 2px;
}
DIV.postit PRE {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 1.4em;
}

