@charset "UTF-8";

/* GENERIC */ 
.L {
	float: left;

}
.R {
	float: right;
}
.C {
	clear: both;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.error {
	border: #F00 solid 1px;
}
.errorRed {
	color: #c00000;
	font-weight: bold;
}
.green {
	color: #00a26b;
	font-weight: bold;
}
.errorMessage {
	border: #e28e8e solid 1px;
	color: #c00000;
	margin: 20px 0px 10px 0px;
	background-image: url(img/error-msg-cross.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	width: 459px;
	height: 50px;
	font-size: 9px;
	padding-left: 44px;
	display: none;
}

h2 {
	color: #004768;
	text-transform: uppercase;
	margin: 0px 0px 15px 15px;
}
/* END. generic */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	text-align: center;
	background-color:#e3e4e4;
}
img {
	border: 0px;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: underline;
}

.content {
	margin: 0px auto;
	width: 948px;
	text-align: left;
	color: #707070;
	background-color:#FFF;
	padding: 4px 4px 0px;
    border-right:4px solid #f1f5f6;
}

#contentLeftBorder {
	position: absolute;
	margin: -4px 0px 0px -11px;
}
#contentRightBorder {
	position: absolute;
	margin: -4px 0px 0px 952px;
}

/* INDEX */
.blockTitle {
	background-color:#814d9a;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	padding: 3px 0px 0px;
	margin: 0px -2px 14px 0px;
    }
    .blockTitle a {
        color:#FFF;
        text-decoration:none;
    }
.blockTitle .bg {
	margin-top: -3px;
}
.blockTitle .txt {
	margin-left: 5px;
}


.allNews {
	font-size: 11px;
    margin-bottom: 5px;
    }
    .allNews a {
        text-decoration: none;
        color:#707070;
    }
    .allNews a:hover {
        text-decoration: underline;
    }

.mapBottom {
	margin-right: 8px;
}

.newsItem {
	width: 315px;
	background-image: url(img/news-bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 7px;
    }
    .newsItem .txt {
        padding: 0px 7px;
        line-height: 1.5;
        }
        .newsItem .txt a {
            text-decoration: none;
            
        }
        .newsItem .txt .L {
            font-size: 10px;
            width: 243px;
            color:#814d9a;
            margin-bottom: 3px;
        }
        .newsItem .txt .R {
            font-size: 10px;
            font-weight: bold;
            color:#814d9a;
            margin-bottom: 3px;
        }
/* END. index */

/* TOP */
.top {
	width: 948px;
	height: 106px;
	margin-bottom: 5px;
    }
    .top #logo {
        margin: 14px 50px 0px 15px
    }
    .top #moto {
        margin: -4px 40px 0px 0px;
    }
.menu .tab {
	background-image: url(img/tab-bg.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 34px;
	float: left;
	margin-top: 80px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 11.5px;
}
.menu .tab a {
    text-decoration: none;
}
.menu .tab a:hover {
	text-decoration: underline;
}

.currTime {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px; /* TMP */
}

.menuChilds {
	background-color: #FFF;
	position: absolute;
	margin-top: 4px;
	display: none;
}
.menuChilds .one {
	width: 97px;
	height: 20px;
	border: 1px solid #D2D2D2;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
}
.menuChilds .double {
    height: 40px !important;
}
.menuChilds .one a {
	text-decoration: none;
}
.menuChilds .one a:hover {
	text-decoration: underline;
}

.menuChilds .one a.special {
    color: brown;
}
/* END. top */

/* CONTENT */
.separator {
    background-color: silver;
    height: 3px;
    margin-top: 6px;
}

.typeTab, .typeTabSel {
	background-repeat: no-repeat;
	width: 130px;
	height: 28px;
	text-transform: uppercase;
	float: left;
	margin-right: 1px;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0px 0px 13px;
	display: block;
	text-decoration: none;
}
.typeTab {
	background-image: url(img/type-tab-bg.jpg);
}

.typeTabSel {
	background-image: url(img/type-tab-bg-sel.jpg);
}

.typeItem {
	border-top: 3px solid silver;
	margin-top: 1px;
	padding: 10px 0px 5px 0px;
	width: 725px;
}
.typeItem .oneItem {
	background-image: url(img/one-item-bg.jpg);
	background-repeat: no-repeat;
	width: 725px;
	height: 150px;
	margin: 10px 3px 0px 0px;
}
.typeItem .oneItem table {
	margin: 12px 6px 10px 6px;
}
.typeItem .numb {
	background-color: #eeeeee;
	display: block;
	float: left;
	text-decoration: none;
	margin: 3px;
	padding: 2px 5px 1px 5px;
	font-weight: bold;
	font-size: 11px;
}
.typeItem .numb:hover {
	background-color: #D2D2D2;
}
.typeItem .title {
	margin: -6px 0px 15px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px !important;
	color: #814d9a;
}
.typeItem .description .title {
	color: #0482bc;
}
.typeItem .description {
	color: #000;
}
.typeItem .oneItem .second {
	vertical-align: top;
	padding-left: 10px;
	font-size: 11px;
	line-height: 1.5;
	color: #000;
}
.typeItem .oneItem .second a {
	text-decoration: none;
	font-size: 12px;
	color: #008e8a;
	font-weight: bold;
}
.typeItem .oneItem .second .R a {
	color: #0598a5;
	font-size: 11px;
}
.typeItem .oneItem .second a:hover {
	text-decoration: underline;
}
.typeItem .itemPhoto {
	margin: 0px 15px 30px 0px;
}
.typeItem .imgBtns {
	position: absolute;
	margin-top: 105px
}
.typeItem .back {
	text-align: right;
	margin-top: 15px;
}

.typeItem .info {
	font-size: 14px;
}

.withFilter {
	border-top: none !important;
	padding-top: 3px !important;
}

.filter {
	background-image: url(img/filter-bg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	color: #0697b0;
	padding: 8px 5px 5px;
}
.filter select {
	margin-top: 4px;
	width: 160px;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
}

.ie6 {
	border: 2px solid #F00;
	margin-bottom: 5px;
	padding: 20px;
	font-size: 12px
}
.ie6 .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 500px;
}

.banners {
	width: 216px;
}
.bannerContainer {
	margin-bottom: 3px;
}
.indexLeftBlock,
.indexRightBlock {
	padding-top: 8px;
	margin-bottom: 47px;
}

.description {
	margin: 30px 3px 0 10px;
	font-size: 11px;
	line-height: 1.5;
}
img.itemPhotoSize {
	height: 104px;
	width: 182px;
}

.typeItem #filterFake {
	margin-bottom: -3px;
}

.text {
    padding: 20px;
	font-size: 12px;
	background-color: #ffffff;
	color: #000;
}
.text p {
	text-align: justify;
}
/* END. content */

/* PLANNER */
.planner {
	background-color: #003399;
}
/* END. planner */

/* INDEX */
.indexFlash {
	/*
  background-image: url(img/map-background.png);
	background-repeat: no-repeat;
	*/
	background-position: center;
	width: 397px;
	height: 335px;
	padding: 7px 8px 9px 8px;
}
/* END. index */

/* NEWS */
.news,
.newsText,
.newsForm,
.newsThankYou {
	padding: 8px 10px 0px 0px;
	font-size: 12px;
    vertical-align:top;
}
.newsForm {
	display: none;
}
.newsThankYou {
	padding-top: 25px;
	display: none;
}
.news input[type='image'] {
	margin-top: 1px;
}
.newsForm input {
	font-size: 12px;
	margin-top: 2px;
}
.newsForm input[type='image'] {
	margin-top: 2px;
}
.newsForm #fakeSubscribeBtn2 {
    margin-top:-1px;
}

.newsCont {
    background-color: #FFFFFF;
    color: #000;
    padding: 15px;
    text-align: justify;
	font-size: 12px;
}
.newsItemShort .newsCont .head {
    padding: 0px;
}
.newsCont .head strong {
    text-transform: uppercase;
    font-size: 12px;
}
.newsCont img {
    margin: 20px 0px 15px 15px;
}

.newsItemShort {
    border-bottom: 0px solid #d2e3eb;
    margin-bottom: 0px;
}
.newsItemShort .head {
    background-color: #FFFFFF;
    color: #814d9a;
    padding: 3px 5px 3px 15px;
}
.newsItemShort .head a {
	color: #814d9a;
	text-decoration: none;
}
.newsItemShort .head div {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.newsItemShort .bodyContainer {
    margin-left: 15px;
}
.newsItemShort table {
    color: #000;
    margin-bottom: 15px;
    border-bottom: 2px solid silver;
}
.newsItemShort table .txt {
    background-color: #ffffff;
    padding: 4px;
    vertical-align: top;
    font-size: 11px;
}
.newsItemShort table a {
    text-decoration: none;
}
/* END. news */

/* RELATED */
.related .title {
    background-color: #814d9a;
    font-size: 12px !important;
    color: #ffffff;
    padding: 3px 0px 3px 10px;
    margin: 20px 0px 1px 0px;
    text-transform: none;
}
.withFilter .related .info {
	font-size: 13px;
	background-color: #84c5e3;
	color: #000;
	text-transform: uppercase;
}
.related .item {
    color: #626262;
    background-color: #e7e7e7;
    margin-top: 3px;
    font-size: 11px;
    padding: 2px 30px 2px 10px;
}
.related .item .R {
	color: #626262;
	font-size: 10px;
}
.related .item a {
    text-decoration: none;
}
.related .all {
	color: #814d9a;
	margin: 10px 0px 0px 10px;
	text-decoration: none;
	font-size: 11px;
}
.related .all:hover {
	text-decoration: underline;
}
/* END. related */

/* FOOTER */
.footer {
	color: #fff;
	padding: 5px 20px;
	font-size: 11px;
	background-color: #ff;
}
.footer img {
	vertical-align: middle;
}
.footerSeparator {
    height: 6px;
    width: 100%;
    background-color:#FFF;
    margin: 7px 0px 0px;
}
.copy {
    color:#bbbbbb;
    font-size:10px;
    margin:13px 9px 0px 0px;

}

.copy1 {
    color:#bbbbbb;
    font-size:10px;
}

/* END. footer */

/* AUTO MENU */
#stUI2 {
	margin: 81px 0px 0px 224px;
	position: absolute;
}
.stdv .sttb .sttr .sttd .sttr .sttd .sta .sttb {
	width: 100% !important;
}
.stdv .sttb .sttr .sttd .sttr .sttd .sta .sttb .sttd {
	width: 100px;
}
/* END. auto menu */

/* PAGING */
.paging {
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.paging a {
    text-decoration: none;
    background-image: url(img/paging-bg.png);
    width: 20px;
    height: 17px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding-top: 2px;
    margin-left: 2px;
    text-align: center;
}
.paging .corner {
    color: #000;
    background-image: url(img/paging-corner-bg.png);
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
}
/* END. paging */

/* CAKE LOG */
table.cakeSqlLog {
	text-align: left;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
table.cakeSqlLog thead {
	background-color:#CCC;
}
table.cakeSqlLog caption {
	background-color:#F4F4F4;
	margin-bottom: 3px;
	margin-top: 20px;
}
table.cakeSqlLog tr {
	margin-bottom: 3px;
}
table.cakeSqlLog tr#r1 {
	background-color: #E6E6E6;
}
table.cakeSqlLog tr#r0 {
	background-color: #F4F4F4;
}
/* END. cake log */

.nl_dst {
  font-size:12px;
  font-weight: bold;
  color: #000;
  padding-left: 5px;
	font-family: Helvetica, Arial, sans-serif;
}
.nl_date {
  font-size:12px;
  font-weight: normal;
  color: #90278e;
  padding-left: 5px;
  padding-top: 1px;
	font-family: Helvetica, Arial, sans-serif;
}
.nl_htl {
  font-size:12px;
  font-weight: normal;
  color: #000;
  padding-left: 5px;
	font-family: Helvetica, Arial, sans-serif;
}
.nl_prc {
  font-size:16px;
  font-weight: bold;
  color: #f7931e;
 	font-family: Helvetica, Arial, sans-serif;
}

.spo_dst {
  font-size:16px;
  font-weight: bold;
  color: #90278e;
  padding-left: 5px;
	font-family: Helvetica, Arial, sans-serif;
}

.spo_sub_dst {
  font-size:12px;
  font-weight: bold;
  color: #0000ff;
  padding-left: 15px;
	font-family: Helvetica, Arial, sans-serif;
}

.prc_dst {
  font-size:16px;
  font-weight: bold;
  color: #90278e;

	font-family: Helvetica, Arial, sans-serif;
}

.cr_descr {
  font-size:12px;
  font-weight: normal;
  color: #000;
  padding-left: 5px;
  padding-top: 5px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
}

.cr_link {
  font-size:12px;
  font-weight: normal;
  color: #90278e;
	font-family: Helvetica, Arial, sans-serif;
}

.tbl_bs {

    border-color: #600;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-spacing: 0;
}

.td_bs {
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #FFC;

}

.exc_sub_link {
  font-size:12px;
  font-weight: bold;
  color: #0000ff;
  padding-left: 15px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 3px;
}