/*   general styles   */
body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    text-align: center;
    background: #fff;
}
body, td, th, select, input, textarea, h2, h3, h4, h5, h5, h6 {
    font-size: 12px;
	font-family: Verdana, Tahoma, sans-serif;
    color: #000000;
}
select, input, textarea {
    font-size: 14px;
}
select, input {
	height: 26px;
}
small {
    font-size: 9px;
}
a {
    color: #1d9a3d;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
table {
    border: 0;
    border-collapse: collapse;
}
form, img, div, td, th {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
p {
    padding: 0 0 12px 0;
    margin: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
}
h1 {
    color: #000000;
    font: normal 20px Arial;
    padding: 0 50px 15px 50px;
    margin: 0;
}
.ah1 {
    color: #000000;
    font: normal 20px Arial;
    padding: 0 50px 15px 0px;
    margin: 0;
    display: block;
    text-align: left;
    text-decoration: none;
}
.ah1:hover {
    text-decoration: underline;
}

h2 {
    color: #000000;
    font: bold 22px Arial;
    font-style: italic;
    padding: 1px 0 3px 0;
    margin: 0;
    line-height: 24px;
}
h2.border {
    border-bottom: 6px solid #239d42;
    color: #000000;
    font: bold 22px Arial;
    font-style: italic;
    padding: 5px 0 0 0;
    margin: 0 0 3px 0;
    line-height: 20px;
	clear: both;
}
h2.border span.date {
	display: block;
	position: relative;
	top: -2px;
	float: right;
	font: bold 18px Arial !important;
	line-height: 20px;
	font-style: italic !important;
	color: #ffffff !important;
	background: #1d9a3d url('/i/corners-date-right.gif') no-repeat 100% 0;
}
h2.border span.date strong {
	display: block;
	background: transparent url('/i/corners-date-left.gif') no-repeat 0 0;
	padding: 3px 6px 5px 6px;
	line-height: 20px;
	//padding-right: 3px;
}
.blue h2.border {
    border-bottom: 6px solid #4a70ff;
}
h3.border {
    border-bottom: 6px solid #239d42;
    color: #000000;
    font: bold 18px Arial;
    font-style: italic;
    padding: 0;
    margin: 0 0 4px 0;
	clear: both;
}
.blue h3.border {
	padding-top: 5px;
	border-bottom: 6px solid #4a70ff;
}
.common h3.border {
	background: #ffffff;
	margin: 0;
	padding-top: 5px;
}
h4.border {
    border-bottom: 6px solid #239d42;
    color: #000000;
    font: bold 16px Arial;
    font-style: italic;
    padding: 0;
    margin: 0 0 4px 0;
    line-height: 18px;
	clear: both;
}
.grey {
	color: #919191;
}	
h3.grey {
	display: block;
	background: #919191;
	font: normal 16px/19px Arial;
	padding: 6px 9px 8px 9px;
	margin: 0;
}
h3.grey a, h4.grey a {
	color: #ffffff;
	text-decoration: none;
}
h3.grey a:hover, h4.grey a:hover {
	text-decoration: underline;
}
h4.grey {
	text-align: left;
	display: block;
	background: #919191;
	font: normal 14px/17px Arial;
	padding: 5px 8px 6px 8px;
	margin: 0;
}

h5 {
	font: normal 16px/normal Arial;
	padding: 5px 0 4px;
	margin: 0;
}
.search-results h5 a {
	color: #000000;
	text-decoration: none;
}
.search-results h5 a:hover {
	text-decoration: underline;
}
h6 {
    font: bold 11px Verdana;
    color: #ffffff;
    text-transform: uppercase;
    background: #239d42;
    padding: 3px 5px 4px 5px;
    margin: -3px 0 7px 0;
    line-height: 13px;
}

.content h2 {
	font-size: 16px;
	font-style: normal;
	padding: 5px 0 12px 0;
	margin: 0;	
	color: #1d9a3d;
}
.content h3 {
	padding: 5px 0 12px 0;
	margin: 0;
	font-size: 14px;
}

ul {
    list-style: none;
    margin: 5px 0 12px 0;
    padding: 0;
}
ul li {
    padding: 0 0 1px 16px;
    margin: 0;
    background: transparent url('/i/li.gif') no-repeat 0 10px;
}
.clear {
    display: block;
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0 0 -1px;
}
.br5, .br28, .br10, .br15, .brfoot, .br18 {
    display: block;
    clear: both;
    font-size: 1px;
    height: 5px;
    line-height: 1px;
    margin: 0;
}
.br10 {
    height: 10px;
}
.br15 {
    height: 15px;
}
.br18 {
    height: 18px;
}
.br28 {
    height: 28px;
}
.brfoot {
	height: 180px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
img.fleft {
	margin: 3px 20px 10px 0;
}
.png { behavior:	url('pngbehavior.htc'); }
.blue a, a.blue {
    color: #4a70ff;
}
.green, .green a, a.green, * .green, * a.green {
	color: #239d42 !important;
}
/*   /general styles   */

/*   the basic layout blocks   */
#wrapper {
	min-height: 100%;
    text-align: center;
	position: relative;
	z-index: 5;
}
* html #wrapper {
    height: 100%;
}
.main {
	text-align: left;
	width: 962px;
    margin: 0 auto;
	position: relative;
	z-index: 5;
}

/* head */
#top {
    font-size: 11px;
    height: 22px;
    padding: 0 0 0 260px;
}
#top p {
    padding: 6px 0 0 0;
}
#head {
    height: 88px;
}
#logo {
    float: left;
    width: 260px;
}
#head .fright {
	float: right;
	padding: 14px 0 0 0;
	width: 291px;
}
#head .fright a img {
	float: right;
	//margin: 0 -3px 0 0;
}
#head form.singline {
	float: left;
	padding: 11px 0 0 0;
	text-align: left;
}
form.singline div.form {
	background: transparent url('/i/field-search.gif') no-repeat 0 0;
	margin: 0;
	height: 27px;
	width: 200px;
	position: relative;
	top: -3px;
	padding: 0 0 10px 0;
}
#head form.singline div.form {
	width: 243px;
	top: 0;
	padding: 0;
}
form.singline div.form input {
	width: 30px;
	height: 27px;
	background: #f1f1f1;
	border: none;
	padding: 0;
	margin: 0;
	float: right;
}
* html form.singline div.form input {
	//margin: 0 -3px 0 0;
}
#head form.singline div.form input {
	background: #ffffff;
}
form.singline div.form input.field {
	width: 140px;
	height: 23px;
	background: transparent;
	border: none;
	padding: 6px 0 0 0;
	margin: 0;
	color: #999999;
	font-size: 12px;
	font-style: italic;
	float: left;
	left: 13px;
	position: relative;
}
#head form.singline div.form input.field {
	width: 200px;
	margin: 1px 0 0 0;
	background: transparent;
}
/* input button with green background and text value */
.button {
	text-align: center;
	line-height: 11px !important;
}
.button span {
	display: block;
	position: relative;
	height: 27px;
	width: 159px;
	margin: 9px auto 0 auto;
	background: transparent url('/i/button-left.gif') no-repeat 0 0;
}
.button input {
	width: 100%;
	height: 27px;
	background: transparent url('/i/button-right.gif') no-repeat 100% 0;
	border: none;
	padding: 0 0 4px;
	//padding: 0 0 1px;
	margin: 0;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	//cursor: hand;
}

.button a {
	display: block;
	position: relative;
	width: 100%;
	background: transparent url('/i/button-right.gif') no-repeat 100% 0;
	border: none;
	padding: 7px 0 9px 0;
	margin: 0;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	//cursor: hand;
	text-decoration: none;
}
.button.search-form span {
	margin: 6px auto 0;
	width: 89px;
	background: #249d43 url('/i/button-search-green.gif') no-repeat 0 0;
}
.button.search-form input {
	padding-left: 20px;
	background: none;
}
.button.bgWhite a {
	background: transparent url('/i/button-right-white.gif') no-repeat 100% 0;
}
.button.bgWhite span {
	background: transparent url('/i/button-left-white.gif') no-repeat 0 0;
}
.button.fleft {
	margin: 0 0 14px 0;
	position: relative;
	left: -2px;
}

#head .fright form p {
	text-align: right;
	font-size: 10px;
	padding: 2px 5px;
}

#nav {
    width: 100%;
    margin: 0 0 4px 0;
}
#nav th, #nav th img {
    width: 3px;
}
#nav th img {
    height: 1px;
}
#nav td {
    background: transparent url('/i/nav-left.gif') no-repeat 0 0;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
	vertical-align: top;
}
#nav td a {
    display: block;
    background: transparent url('/i/nav-right.gif') no-repeat 100% 0;
    color: #000000;
    text-decoration: none;
    padding: 8px 0 4px 0;
}
#nav td a:hover {
    text-decoration: underline;
}
#nav td.active {
    background: #1d9a3d url('/i/navgreen-left.gif') no-repeat 0 1px;
}
#nav td.active a {
	border-top: 1px solid #ffffff;
    background: transparent url('/i/navgreen-right.gif') no-repeat 100% 100%;
    color: #ffffff;
    padding: 6px 0 6px;
}

.avplace {
    text-align: center;
    padding: 14px 0;
}
.avplace1 {
    text-align: center;
    padding: 5px 0;
}
.columns .avplace {
    text-align: center;
    padding: 24px 0;
}
td.avplace {
	vertical-align: top;
	padding: 8px 0 0 50px;
}
/* /head */

/* foot */
#foot {
    height: 164px;
    text-align: center;
    margin-top: -164px;
    position: relative;
    z-index: 9;
    background: #e5e5e5;
}
#foot .content {
    margin: 0 auto;
    width: 962px;
    font-size: 11px;
    text-align: left;
    padding: 17px 0;
}
#foot .fright div {
    padding: 0 0 3px 0;
}
#foot .fright p {
    line-height: 13px;
    text-align: right;
    padding: 0 0 5px 0;
}
#foot p.nav {
    padding: 0 0 26px 0;
}

/* /foot */

/* content */

div.dotted {
    position: relative;
    height: 13px;
    margin: 0 3px;
    background: transparent url('/i/dotted.gif') repeat-x 0 0;
    font-size: 1px;
    line-height: 1px;
    left: 0;
}
div.dotted div {
    position: absolute;
    padding: 4px 0 0 0;
    right: 50%;
    min-width: 1100px;
    width: 100%;
}
* html div.dotted div {
    width: expression( document.body.clientWidth < 1100  ? "1100px" : "100%");
}
div.dotted div img {
    position: absolute;
    left: 50%;
    margin: 0;
}

.gallery td {
	width: 100%;
	vertical-align: top;
}
.gallery div.galleryContainer {
	width: 915px;
	overflow: hidden;
	position: relative;
}
.gallery td table {
	width: auto;
}
.gallery td table td {
    border: 1px solid #b1b1b1;
    font-size: 13px;
    vertical-align: top;
	padding: 0;
	width: auto;
}
.gallery td table td img {
    border-bottom: 1px solid #b1b1b1;
}

.gallery td table th {
    background: #d3d3d3;
    width: 3px;
}
.gallery td table th img {
    width: 3px;
    height: 1px;
}
.gallery th#begin {
    background: transparent url('/i/gallery-left.gif') repeat-y 0 0;
    width: 23px;
    vertical-align: middle;
    padding: 0 0 12px 0;
}
.gallery th#begin img {
    width: 24px;
    height: 24px;
    margin: 0 -1px 0 0;
}
.gallery th#end {
    background: transparent url('/i/gallery-right.gif') repeat-y 0 0;
    width: 23px;
    vertical-align: middle;
    padding: 0 0 12px 0;
}
.gallery th#end img {
    width: 24px;
    height: 24px;
    margin: 0 -1px 0 0;
}
span.picture-icon {
    display: none;
    position: relative;
    z-index: 98;
    width: 23px;
}
span.picture-icon img {
    position: absolute;
    z-index: 98;
    top: 144px;
    left: 193px;
    //left: 196px;
    float: none !important;
}
.importantToday .newslist p.first span.picture-icon img {
    top: 144px;
    left: 193px;
    //left: 196px;
}
.gallery td span.icon {
    display: block;
    position: absolute;
    z-index: 98;
    margin: 91px 0 0 122px;
}
img.icon {
    position: absolute;
    z-index: 98;
    margin: 143px 0 0 192px;
    border-bottom: none;
}
.gallery td p a {
    color: #000000;
    text-decoration: none;
}
.gallery td p a:hover {
    text-decoration: underline;
}
.gallery td p {
    line-height: 15px;
    padding: 3px 5px 10px 8px;
}
.date {
    font-size: 10px !important;
    color: #a8a8a8 !important;
}
.gallery .corners-top, .gallery .corners-top div {
    height: 9px;
    font-size: 1px;
    line-height: 1px;
}
.gallery .corners-top {
    background: transparent url('/i/gallery-top.gif') repeat-x 0 0;
}
.gallery .corners-top div {
    background: transparent url('/i/gallery2.gif') no-repeat 100% 0;
}
.gallery .corners-top div div {
    background: transparent url('/i/gallery1.gif') no-repeat 0 0;
}
.gallery .corners-bottom, .gallery .corners-bottom div {
    height: 13px;
    font-size: 1px;
    line-height: 1px;
}
.gallery .corners-bottom {
    background: transparent url('/i/gallery-bottom.gif') repeat-x 0 0;
}
.gallery .corners-bottom div {
    background: transparent url('/i/gallery4.gif') no-repeat 100% 0;
}
.gallery .corners-bottom div div {
    background: transparent url('/i/gallery3.gif') no-repeat 0 0;
}

.columns td {
    vertical-align: top;
    font-size: 11px;
}
.columns td.content {
	font-size: 12px;
}
.columnWidth220 {
	width: 220px;
}
.columnWidth240 {
	width: 240px;
}
.columnWidth170 {
	width: 170px;
}
.columnWidth247 {
	width: 247px;
}
.columnWidth234 {
	width: 234px;
}
.columnWidth100 {
	width: 100% !important;
	padding-top: 5px !important;
}
div.main.content .columnWidth100 {
	padding: 0 !important;
	text-align: justify;
}
.columnWidth467 {
	width: 467px;
}
.columnWidth183 {
	width: 183px;
	vertical-align: top;
}
.columnWidth183  p {
	padding: 0 8px 5px 12px;
}
.columnWidth183 h5 {
	font: bold 13px/normal Verdana;
	padding: 8px 8px 0 12px;
	margin: 0;
	line-height: 15px;
}
.columnIndents {
	padding: 0 14px;
}
.columnIndents2 {
	padding: 0 13px 0 28px;
}
.columnIndents3 {
	padding: 0 0 0 28px;
}
.columnIndents4 {
	padding: 0 14px 0 28px;
}
.columnIndents5 {
	padding: 0 28px 0 0;
}
.columnIndents6 {
	padding: 0 14px 0 0;
}

div.newslist, div.newslist p {
    line-height: 13px;
	font-size: 11px;
}
.newslist, div.newslist {
	padding: 0 0 15px 0;
}
.newslist p {
	margin: 0 0 5px 0;
    padding: 0;
	clear: both;
}
.newslist p a {
    color: #000000;
    text-decoration: none;
}
.newslist p a:hover {
    text-decoration: underline;
}
.newslist p.first {
    font-size: 13px;
    line-height: 16px;
	margin: 0 0 4px 0;
}
.digest .newslist p.first {
    font-size: 12px;
    line-height: 14px;
	margin: 0 0 4px 0;
}
.newslist p img {
    float: left;
	position: relative;
    margin: 0 8px 0 0;
}
.newslist p img.picture {
	margin: 0 0 9px 0;
	float: none;
}
.importantToday .newslist p.first img {
    margin: 0 0 7px 0;
    //margin: 0 3px 7px -3px;
}


div.newslist.comments {
	background: #eeeeee;
	margin: 0;
	padding: 8px 14px 1px 14px;
}
.columns .columnIndents .columnWidth247 div.newslist.comments {
	position: relative;
	padding-top: 4px;
	top: -4px;
	padding-bottom: 8px;
}
div.newslist.comments p {
	font-size: 11px;
    margin: 0 0 3px 0 !important;
    padding: 0 !important;
	clear: both;
}
div.newslist.comments p big {
	font-size: 13px !important;
}
div.newslist.comments p, div.newslist.comments p span, div.newslist.comments p a {
    line-height: 13px !imoprtant;
}
div.newslist.comments p span {
	color: #239d42;
	display: block;
	padding: 3px 0 6px 0;
}
div.newslist.comments p img {
    //margin: 0 8px 0 0;
	margin-bottom: 7px;
}
th.line {
    background: transparent url('/i/line.gif') repeat-y 50% 0;
}
th.line img {
    width: 28px;
    height: 1px;
}
.importantToday .fontsize13.newslist p.first {
	font-size: 15px;
	line-height: 18px;
}

/* common */
td.common {
	background: #eeeeee;
}
td.common img {
	border-top: 4px solid #ffffff;
}
td.common .nav-count {
	padding: 0 13px;
}
div.newslist.common {
	background: #dfdfdf;
	border: 1px solid #919191;
	margin: 0 0 5px 0;
	padding: 0 0 15px 0;
}
div.newslist.common img {
	border-bottom: 1px solid #919191;
}
div.newslist.common h2 {
	display: block;
	background: #919191;
	font: normal 20px Arial;
	line-height: 24px;
	padding: 2px 7px 9px 7px;
	margin: 0;
}
div.newslist.common h2 a {
	color: #ffffff;
	text-decoration: none;
}
div.newslist.common p, div.newslist.common div {
    padding: 0 14px 0 14px !important;
}
div.newslist.common p.first {
    line-height: 15px !important;
	font-size: 13px !important;
    padding: 6px 14px 4px 14px !important;
    margin: 0 !important;
	background: #eeeeee;
}
div.newslist.common p.first span.date {
	position: relative;
	top: -2px;
}
div.newslist.common p a {
    color: #000000;
    text-decoration: none;
}
div.newslist.common h2 a:hover, div.newslist.common p a:hover {
    text-decoration: underline;
}
/* /common */

/* hot */
div.newslist.hot {
	background: #f5e6a3;
	border: 1px solid #df3900;
	margin: 0 0 5px 0;
	padding: 0 0 15px 0;
}
div.newslist.hot span.dotted {
	background: transparent url('/i/dotted-red.gif') repeat-x 0 100% !important;
}
div.newslist.hot img {
	border-bottom: 1px solid #df3900;
}
div.newslist.hot h2 {
	display: block;
	background: #df3900;
	font: normal 20px Arial;
	line-height: 24px;
	padding: 2px 7px 9px 7px;
	margin: 0;
}
div.newslist.hot h2 a {
	color: #ffffff;
	text-decoration: none;
}
div.newslist.hot p, div.newslist.hot div {
    padding: 0 14px 0 14px !important;
}
div.newslist.hot p.first {
    line-height: 15px !important;
	font-size: 13px !important;
    padding: 6px 14px 4px 14px !important;
    margin: 0 0 10px 0 !important;
	background: #f9f4b5;
}
div.newslist.hot p.first span.date {
	position: relative;
	top: -2px;
}
div.newslist.hot p span.date {
	color: #df3900 !important;
}
div.newslist.hot a {
	color: #df3900;
}
div.newslist.hot p a {
    color: #000000;
    text-decoration: none;
}
div.newslist.hot h2 a:hover, div.newslist.hot p a:hover {
    text-decoration: underline;
}
/* /hot */

.fontsize13.newslist p {
    line-height: 16px;
    font-size: 13px;
	margin-bottom: 3px;
}
.fontsize13.newslist p.hot {
    display: block;
    background-color: #f9f4b5 !important;
    font-weight: bold;
    margin: -3px 0 3px 0 !important;
    padding: 0 !important;
}
.fontsize13.newslist p.hot a {
    color: #df3900;
    display: block;
    padding: 5px 7px 0 7px;
}

.newslist span.dotted, div.newslist span.dotted, span.dotted {
	display: block;
    background: transparent url('/i/dotted-news.gif') repeat-x 0 100%;
	clear: both;
	height: 5px !important;
	font-size: 1px !important;
	line-height: 1px !important;
	padding: 0 !important;
	margin: 0 !important;
}
div.newslist.comments span.dotted {
	margin-top: 0px !important;
	height: 11px !important;
	padding: 0 !important;
}
.newslist span.clear, div.newslist span.clear {
	display: block;
	clear: both;
	height: 1px !important;
	font-size: 1px !important;
	line-height: 1px !important;
	padding: 0 !important;
	margin: 7px 0 0 0 !important;
}
.importantToday .fontsize13.newslist p.first span.dotted {
	margin: 0 0 6px 0 !important;
}
.fontsize13.newslist span.dotted {
	margin: 8px 0 0 0 !important;
}

div.main.content {
	padding: 0 0 20px 0;
	font-size: 12px;
	line-height: 1.5em;
}
div.main.content td.columnWidth100 {
	font-size: 12px;
	line-height: 1.5em;
}
div.main.content p.location {
	font-size: 11px;
	line-height: 13px;
	padding: 2px 0 23px 0;
}
div.main.content p.location img {
	margin: 0 6px 0 3px;
}
div.main.content h1 {
	padding-left: 0;
}


/* /content */

/* boxes */
.rounded {
	position: relative;
	width: 220px;
	margin: 0 0 14px;
	background: transparent url('/i/rounded-bg.gif') no-repeat 100% 50%;
}
.columnIndents2 .rounded {
	margin: 0 0 10px;
}
.rounded .corners-top {
	background: transparent url('/i/rounded-info-top.gif') no-repeat 100% 0;
	//height: 1%;
}
.rounded .corners-bottom {
	background: transparent url('/i/rounded-info-bottom.gif') no-repeat 100% 100%;
	//height: 1%;
	padding: 25px 10px 13px 10px;
}
.rounded table {
	margin: 0;
}
.rounded.forms .corners-bottom {
	padding: 25px 0 13px 10px;
}


.rounded.informer {
	float: left;
	height: 53px;
	margin: 0 7px 0 0px;
	background: transparent url('/i/rounded-info-left.gif') no-repeat 0 0;
}
#head .rounded.informer {
	margin-top: 14px;
}
.rounded.informer div.bg {
	height: 53px;
	background: transparent url('/i/rounded-info-right.gif') no-repeat 100% 0;
	position: relative;
}
.rounded.informer#weather {
	width: 258px;
}
.rounded.informer#currency {
	width: 99px;
}
.rounded h6, .roundedStretch h6, #authform .rounded-content h6 {
	padding: 0;
	margin: 0;
	background: #239c42 url('/i/title-left.gif') no-repeat 0 0;
	color: #ffffff;
	font-size: 10px;
	line-height: 10px;
	display: block;
	float: left;
	text-transform: lowercase;
	position: absolute;
	top: 1px;
	left: 1px;
}
.roundedStretch h6, #authform .rounded-content h6 {
	top: 0;
	left: 0;
}
.rounded h6 span, .roundedStretch h6 span, #authform .rounded-content h6 span {
	display: block;
	margin: 1px 0 0 0;
	background: transparent url('/i/title-right.gif') no-repeat 100% 100%;
	padding: 0 5px 3px 4px;
}
#authform .rounded-content h6 {
	background: transparent url('/i/title-left-auth.gif') no-repeat 0 0;
	padding: 0 0 0 5px;
}
#authform .rounded-content h6 span {
	background: #239c42 url('/i/title-right-auth.gif') no-repeat 100% 0;
	padding: 0 5px 2px 0;
}

.rounded.informer#currency div.content {
	padding: 14px 8px 3px 8px;
}

.roundedStretch .corners-top, .roundedStretch .corners-top div, .roundedStretch .corners-bottom, .roundedStretch .corners-bottom div {
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
}
.roundedStretch .corners-top {
	position: relative;
	left: -1px;
	top: -1px;
	background: transparent url('/i/rounded-top-left.gif') no-repeat 0 0;
}
.roundedStretch .corners-top div {
	position: relative;
	right: -2px;
	background: transparent url('/i/rounded-top-right.gif') no-repeat 100% 0;
}
.roundedStretch .corners-bottom {
	position: relative;
	left: -1px;
	bottom: -1px;
	background: transparent url('/i/rounded-bottom-left.gif') no-repeat 0 0;
}
.roundedStretch .corners-bottom div {
	position: relative;
	right: -2px;
	background: transparent url('/i/rounded-bottom-right.gif') no-repeat 100% 0;
}
.roundedStretch {
	background: #f3f3f3;
	border: 1px solid #c8c8c8;
}
.content .roundedStretch {
	width: 100%;
	margin: 5px 0 25px;
	position: relative;
}
.content .roundedStretch div.content {
	padding: 14px;
}

.roundedStretch .field {
	width: 350px;
	font-size: 13px;
}
.roundedStretch .field.short {
	width: 180px;
}
.roundedStretch input.field {
	margin: 0 0 5px 0;
	//margin: -1px 0 4px 0;
}
.roundedStretch select.field {
	margin: 0 0 5px 0;
}
.roundedStretch textarea.field {
	height: 180px;
	margin-bottom: 8px;
}
.roundedStretch span.fieldname {
	display: block;
	width: 230px;
	float: left;
	padding: 3px 0 0 0;
}
.roundedStretch span.error {
	display: block;
	width: 250px;
	margin: -3px 0 9px 238px;
	font-size: 11px;
	color: #c80000;
}
.roundedStretch .checkbox {
	float: left;
	position: relative;
	top: -5px;
	//top: -3px;
	margin-right: 5px;
	//margin-right: 0;
}
.roundedStretch form p {
	padding: 0;
	margin: 0;
}


.informer#currency table {
	width: 80px;
}
.informer#currency th {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding: 3px 7px 0 0;
}
.informer#currency th.up {
	background: transparent url('/i/icons/up.gif') no-repeat 100% 6px;
}
.informer#currency th.down {
	background: transparent url('/i/icons/down.gif') no-repeat 100% 6px;
}
.informer#currency td {
	font-size: 11px;
	text-align: right;
	background: transparent url('/i/dotted-info.gif') no-repeat 2px 13px;
	padding: 3px 0 0 19px;
}

.rounded.informer#weather div.content {
	padding: 6px 0 3px 0;
}
.informer#weather table {
	width: 256px;
	height: 42px;
}
.informer#weather th {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding: 18px 5px 0 5px;
}
.informer#weather td {
	border-left: 1px solid #e9e9e9;
	font-size: 14px;
	padding: 3px 4px 0 6px;
	vertical-align: top;
}
.informer#weather td small {
	font-size: 10px;
	color: #b1b1b1;
	display: block;
	padding: 1px 0 0 9px;
}
.informer#weather td img {
	float: left;
	position: relative;
	top: -5px;
	margin: 0 0 -5px 0;
	//margin: 0 0 -5px -3px;
}
.informer#weather td p {
	padding: 0;
	height: 23px;
	clear: both;
}
.informer#weather th a.dropdown {
	display: block;	
	text-decoration: none;
	width: 100px;
	height: 19px;
	background: #e9e9e9 url('/i/select-left.gif') no-repeat 0 0;
	text-indent: 5px;
	line-height: 18px;	
	cursor: pointer;
	//cursor: hand;
	color: #000000;	
}
.informer#weather th a.dropdown span {
	display: block;
	position: relative;
	z-index: 999999;
	height: 19px;
	background: transparent url('/i/select-button.gif') no-repeat 100% 0;
}
.dd_container {
	width: 100px;
    position: absolute; 
	z-index: 10000 !important;
	top: 45px;
	left: 5px;
    padding: 0 !important; 
	margin: 0 !important;    
	clear: both;
}
.dd_container div {
    padding: 5px 5px 7px 5px;
    margin: 0 !important;
	background: #e9e9e9;
}
.dd_container ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;    
	position: relative !important; 
	z-index: 10000000 !important;	
}
.dd_container ul li {
    padding: 2px 5px 0 0 !important;
    margin: 0 !important;
	background: none;
}
.dd_container ul li a {
	display: block;
	height: 1%;
    text-decoration: none;
    cursor: pointer;
    //cursor: hand;
}
.dd_container ul li a:hover, .dd_container ul li:hover {
	text-decoration: underline !important; 
}

/* /boxes */

/* add navigation */
.nav-add {
    width: 140px;
    margin: 5px 0 0 0;

}
.nav-add img {
    position: relative;
    top: -1px;
}
.nav-add div {
    width: 125px;
    background: transparent url('/i/nav-add-bg.gif') repeat-y 0 0;
}
.nav-add ul {
	background: transparent url('/i/nav-add-top.gif') no-repeat 0 0;
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}
.nav-add li {
    padding: 4px 0 5px 8px;
    margin: 0 0 0 4px;
    font-size: 12px;
    background: transparent url('/i/nav-add-border.gif') no-repeat 13px 100%;
    height: 1%;
}
.nav-add li.active {
    background: #e4e7f5;
    margin-top: -1px;
}
.nav-add a {
    text-decoration: none;
}
.nav-add a:hover {
    text-decoration: underline;
}

.nav-count ul, ul.nav-count {
    padding: 0 0 5px 0;
    margin: 0;
    list-style: none;
}
.nav-count li {
    padding: 3px 0 5px 0;
    margin: 0;
    font-size: 12px;
    height: 1%;
    border-bottom: 1px solid #c8c8c8;
	background: none;
}
.nav-count li span {
    float: right;
}
.nav-count li a {
    text-decoration: none;
}
.nav-count li a:hover {
    text-decoration: underline;
}
.nav-count li div {
    font-size: 13px;
    line-height: 15px;
    padding: 0 0 9px 0;
}
div.hidden-border {
	overflow: hidden;
	//zoom: 1;
}
.hidden-border ul.nav-count {
	margin: 0 0 -10px;
}
.nav-count li.active {
	background: #249d43;
	padding-left: 5px;
}
.nav-count li.active a, .nav-count li.active a:hover {
	color: #ffffff;
	text-decoration: none;
}

ul.subnav {
	padding: 2px 0 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ul.subnav li {
	padding: 0;
	margin: 0;
	//margin: 0 4px 0 0;
	white-space: nowrpap;
	background: #e9e9e9 url('/i/submenu-left.gif') no-repeat 0 0;
	display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
ul.subnav li.active {
	background: #1d9a3d url('/i/submenugreen-left.gif') no-repeat 0 0;
}
ul.subnav li.active span, ul.subnav li.active a {
	color: #ffffff;
	padding: 0 10px 1px 11px;
	background: transparent url('/i/submenugreen-right.gif') no-repeat 100% 0;
}
ul.subnav li a, ul.subnav li span {
	display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
ul.subnav a {
	color: #000000;
	text-decoration: none;
	padding: 0 10px 1px 11px;
	background: transparent url('/i/submenu-right.gif') no-repeat 100% 0;
}
ul.subnav a:hover {
	text-decoration: underline;
}

/* /add navigation */

/* affiche */
div.affiche {
    background: #f4cece;
	position: relative;
	top: -4px;
}
.affiche a, .red {
    color: #c80000;
}
a.red {
    color: #c80000 !important;
}
div.affiche .newslist {
    padding: 0 14px 9px 14px;
}
div.affiche .newslist.first {
    background: #f9e5e5;
    padding: 0 0 16px 0;
}
div.affiche .newslist.first img {
    position: relative;
    z-index: 5;
}
div.affiche .newslist.first a img {
    top: -10px;
    z-index: 4;
    margin: 0 0 -4px 0;
}
div.affiche .newslist.first p {
    font-size: 13px;
    line-height: 15px;
    padding: 0 14px 0 14px;
    margin: 0;
}
div.affiche .newslist.first span.date {
    display: block;
    padding: 0 14px;
    line-height: 12px;
    color: #df3900 !important;
}
div.affiche .newslist.first span.date a {
    text-decoration: none;
    color: #df3900;
}
div.affiche .newslist.first span.date a:hover {
    text-decoration: underline;
}
div.affiche h6 {
    background: #c80000;
    padding-left: 14px;
    position: relative;
    top: -3px;
}
div.affiche div.nav-count {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: -6px;
}
div.affiche div.nav-count li {
    border-bottom: 1px solid #e79090;
	color: #000000;
}
.affiche .date {
	color: #C80000 !important;
}
div.affiche .newslist span.date a {
	text-decoration: none;
}
div.affiche .newslist span.date a:hover {
	text-decoration: underline;
}
.affiche a.icon {
	position: relative;
	display: block;
	float: left;
}
.affiche span.icon {
	display: block;
	position: absolute;
	z-index: 98;
}
.newslist span.icon {
	display: block;
	position: absolute;
	z-index: 98;
    margin: 40px 0 0 68px;
    left: 0;
}

/* /affiche */

ul.pager {
	padding: 23px 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	word-spacing: 4px;
}
ul.pager li {
	padding: 0;
	margin: 0;
	display: inline;
	font-weight: bold;
	background: none;
}
ul.pager li a {
	font-weight: normal;
}

/* archive page */
.forms table td {
	padding: 0 6px 6px 0;
}

.search-results {
	padding: 3px 0 24px 0;
	font-size: 11px;
}
.search-results p {
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 3px 0;
}
.search-results span.date {
	margin: -2px 0 0;
	display: block;
	position: relative;
}
.search-results span.dotted {
	margin: 3px 0 0 0 !important;
}
.search-results .avplace {
	padding: 0;
	height: 90px;
	margin: 27px 0 33px 0;
	position: relative;
}
.search-results .avplace img {
	position: absolute;
	left: 0;
}
.search-results p a {
	text-decoration: none;
	color: #000000;
}
.search-results p a:hover {
	text-decoration: underline;
}

.button-onwhite {
	float: right;
	height: 27px;
	margin: 4px 0 0;
	padding: 0 0 0 12px;
	background: #249d43 url('/i/btn-left.gif') no-repeat 0 0;
}
.button-onwhite span {
	float: left;
	line-height: 27px;
	padding: 3px 12px 8px 0;
	//padding: 3px 12px 6px 0;
	background: transparent url('/i/btn-right.gif') no-repeat 100% 0;
}
.button-onwhite input{
	display: block;
	float: left;
	margin: 0;
	height: 16px;
	//height: 18px;
	color: #ffffff;
	font-size: 11px;
	line-height: 16px;
	border: none;
	padding: 0;
	background: transparent;
	cursor: hand;
	cursor: pointer;
}
.search-results h6 {
	background-image: url('/i/h6-bg.png');
	background-position: 100% 0;
	margin-bottom: 4px;
}
form.filter {
	font-size: 11px;
	line-height: 14px;
	color: #a8a8a8;
	padding: 1px 0 8px;
}
.filter select {
	width: 152px;
	float: right;
	margin: 4px 4px 0 0;
}
/* /archive page */

.newsprev {
	width: 220px;
	float: left;
	margin: 3px 20px 10px 0 !important;
	text-align: left;
	padding: 0 0 22px 0 !important;
	background: #dfdfdf;
	border: 1px solid #919191;
}
.newsprev p {
	font-size: 11px;
	line-height: 13px !important;
	padding: 0 14px 0 14px !important;
}
.newsprev p span.date {
	font-size: 10px !important;
	display: block;
}
.newsprev h6 {
	background: #919191;
	padding: 3px 5px 5px 8px;
    margin: 0 0 9px 0;
}
.newsprev p span.dotted {
	margin: 4px 0 !important;
}
.newsprev p a {
    color: #000000;
    text-decoration: none;
}
.newsprev p a:hover {
    text-decoration: underline;
}


/* sprav page */
.expert {
	background: #ffffff url('/i/expert-bg.gif') repeat-y 100% 0;
	//zoom: 1;
}
.expert .expert_top {
	padding: 7px 0 0;
	background: transparent url('/i/expert-top.gif') no-repeat 100% 0;
	//zoom: 1;
}
.expert .expert_bottom {
	padding: 0 0 12px;
	background: transparent url('/i/expert-bottom.gif') no-repeat 100% 100%;
}
.expert img {
	display: block;
	margin: 0 0 -1px 15px;
	//margin-bottom: -3px;
}
.expert .question, .expert .answer {
	position: relative;
	padding: 4px 9px 0 15px;
}
.expert .question {
	background: transparent url('/i/expert-question.gif') no-repeat 100% 0;
}
.expert .answer {
	background: transparent url('/i/expert-answer.gif') no-repeat 100% 0;
}
.expert .question p {
	padding: 3px 7px 12px;
	background: #f9f4b5;
}
.expert .answer p {
	padding: 4px 7px 3px;
	background: #eeeeee;
}
.other {
	padding-left: 22px !important;
	padding-top: 5px;
}
.expert_head {
	margin: 5px 0 0 !important;
}
/* /sprav page */

/* sugeti page */
.columnWidth170 {
	width: 170px;
	margin: 2px 0 12px 0;
	float: left;
	text-align: right;
}
.columnWidth285 {
	float: right;
	width: 286px;
	padding: 0 0 13px;
}
table.stories {
	margin: 17px 0 0;
}
.stories .newslist p {
	margin: 0 0 9px;
}
.stories .newslist span.dotted {
	margin: 0 0 13px !important;
}
/* /sugeti page */


/* photo video page */
.border-top-red {
	background: #c80000;
	//background: #c10000;
	height: 42px;
	position: relative;
	z-index: 5;
	margin: 0 0 8px;
	//margin: 0 0 10px;
}
.newslist img.icon {
	margin: 40px -24px 0 -34px;
}
.newslist.first span.icon {
	float: none !important;
	margin: 155px 0 0 205px;
}
td.video_news, .video_news .affiche {
	background: #f9e5e5 !important;
}
td.video_news .affiche .newslist.first span.icon {
	margin: 207px 0 0 205px;
}
.photo_news, .photo_news .affiche .newslist.first.photo {
	background: #f4cece !important;
}
.newslist p img {
	//margin: 0 6px 0 0;
}
.video {
	position: relative;
	left: -7px;
	background: transparent url('/i/video-bg.gif') repeat-y 50% 0;
	//zoom: 1;
}
.video_top {
	background: transparent url('/i/video-top.gif') no-repeat 50% 0;
	//zoom: 1;
}
.video_bottom {
	background: transparent url('/i/video-bottom.gif') no-repeat 50% 100%;
	//zoom: 1;
}
.video_padding {
	padding: 0 14px 10px;
	font-size: 12px;
	line-height: 14px;
}
.video p {
	padding: 5px 0 7px;
}
table.video_items {
	margin: 24px -3px 0 -4px;
}
table.video_items td {
	padding: 0 3px 0 4px;
}
table.video_items td div {
	width: 108px;
	padding: 0 0 15px;
}
table.video_items td img.picture {
	margin: 0 0 3px;
}
table.video_items td a {
	color: #000000;
	text-decoration: none;
}
table.video_items td a:hover {
	text-decoration: underline;
}
.player_position {
	padding: 3px 7px 0;
}
.video_head {
	margin: 0 14px 0 0 !important;
}
.video .icon {
	display: block;
	margin: 61px 0 0 82px;
	position: absolute;
	z-index: 98px;
}
/* /photo video page */

/* tomsk_news page */
.columnWidth309 {
	width: 309px;
}
div.articles {
	overflow: hidden;
	//zoom: 1;
}
table.articles {
	margin: -3px 0 -9px;
}
table.articles td {
	font-size: 11px;
	vertical-align: top;
	padding: 0 0 12px;
	background: transparent url(/i/dotted-news.gif) repeat-x scroll 0 0;
}
.articles th.line img {
	height: 1px;
	width: 17px;
}
.articles h5 {
	font: normal 17px/20px Arial;
	margin: 0;
	padding: 14px 0 9px;
}
.articles h5 a {
	text-decoration: none;
	color: #000000;
}
.articles h5 a:hover {
	text-decoration: underline;
}
.articles p {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
.article_icon {
	float: left;
	margin: 2px 10px 0 0;
}
.articles .date {
	display: block;
	padding: 0 0 10px;
}


.fontsize12.newslist p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 3px;
}
.fontsize13.newslist p.hot, .fontsize12.newslist p.hot { /* add 2 part in exist styles */
	background-color: #F9F4B5 !important;
	display: block;
	font-weight: bold;
	margin: -3px 0 3px !important;
	padding: 0 !important;

	font-size: 13px;
	line-height: 16px;
}
.fontsize13.newslist p.hot a, .fontsize12.newslist p.hot a {/* add 2 part in exist styles */
	color: #DF3900;
	display: block;
	padding: 5px 7px 0;
}
.fontsize12.newslist p.hot .date {
	display: block;
	font-weight: normal;
	padding: 0 7px;
}
.columnIndents3 {
	padding: 0 28px 0 0;
}
.newslist p img.picture {
	display: block;
}

/* /tomsk_news page */

/* auth form */
* html #screen {
    width: expression( document.body.clientWidth < 1100 ? "1100px" : "100%"); 	
}
#screen {
    position: absolute; top: 0; left: 0; right: 0; height: 100%; z-index: 98;
    display: none;
    min-width: 970px;
    background: url('/i/dark.png') repeat 0 0;  
    //background: none;
}
#screen div {
    //background: url('/i/dark.png') repeat 0 0;  
	position: relative; 
	z-index: 98;
}
* html #screen div {
    min-height: 100%;
    //height: 100%;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/dark.png', sizingMethod='scale');
    width: expression( document.body.clientWidth < 1100 ? "1100px" : "100%"); 	
}
#authform {
    position: absolute;
    width: 320px;    
    height: 233px;
    top: 270px;
    left: 40%;
    display: none;
    z-index: 99;
}
#authform .corners-top, #authform .corners-top div, #authform .corners-bottom, #authform .corners-bottom div {
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
}
#authform .corners-top {
	background: transparent url('/i/rounded-top-right-auth.gif') no-repeat 100% 0;
	padding: 0 5px 0 0;	
}
#authform .corners-top div {
	background: transparent url('/i/rounded-top-left-auth.gif') no-repeat 0 0;
}
#authform .corners-bottom {
	background: transparent url('/i/rounded-bottom-right-auth.gif') no-repeat 100% 0;
	padding: 0 5px 0 0;
}
#authform .corners-bottom div {
	background: transparent url('/i/rounded-bottom-left-auth.gif') no-repeat 0 0;
}

#authform .rounded-content {
	background: #ebebeb;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	padding: 30px 24px 18px 24px;
	//height: 50px;
	min-height: 50px;
}

#authform div.button {
	width: 80px;
	float: left;
}
#authform div.button span {
	width: 80px;
}
#authform form p {
	float: right;
	position: relative;
	font-size: 10px;
	padding: 0 5px;
	text-align: right;
	line-height: 18px;
}


#authform form.singline div.form {
	background: transparent url('/i/field-right.gif') no-repeat 100% 0;
	padding: 0 10px 5px 0;
	width: 260px;
}
#authform  form.singline div.form div {
	background: transparent url('/i/field-search.gif') no-repeat 0 0;
	height: 27px;
	width: 260px;
}

/* /auth form */
