body, div, p, ul, h1, h2, h3, h4, h5, form {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-size: 90%;
	background-color: #fff;
	font-family: 'Tahoma', sans-serif;
}

a {
	padding: 0;
	color: #009900;
}

img {
	border: none;
	margin: 0;
}

.clear {
	clear: both;
}

#layout {
	min-width: 990px;
	max-width: 2000px;
	min-height: 100%;
	position: relative;
	top: 0;
}


/*CONTENT*/
#picture {
	background: url(/i/bg/bg.jpg) 100% 0px no-repeat;
	width: 23%;
	height: 530px;
	position: absolute;
	left: 0;
	top: 90px;
	max-width: 308px;
}

#main {
	clear: both;
	padding: 70px 0 0px 0;
	min-height: 450px;
	position: relative;
}

#leftframe {
	margin: 10px 0;
	padding: 0;
	width: 26%;
	float: left;
}

#leftframe ul#menu_left {
	margin: 10px 115px 10px 40px;
	padding: 15px;
	/*background-color: #ededed;*/
}

/*#
leftframe li {
	line-height: 200%;
	list-style: none;
}

#leftframe ul a {
	color: #330066;
}

#leftframe ol li {
	margin-left: -20px;
}
*/

#content {
	width: 50%;
	position: relative;
	float: left;
}

#content .wrapper {
	padding: 0 20px 90px 20px;
}

#content h1 {
	margin: 0 0 20px -20px;
	font-size: 170%;
	font-weight: normal;
	font-family: 'Tahoma', sans-serif;
}

#content h2 {
	margin: 0 0 10px 0;
	font-weight: normal !important;
	font-size: 100%;
	color: #666666 !important;
}

#content p.data {
	margin: 30px 0 0 -20px;
	font-size: 85%;
	color: #666666;
}

#rightframe {
	position: absolute;
	width: 20%;
	overflow: hidden;
	right: 0; top: 90px;
}


/*FOOT*/
#before {
	height: 200px;
	clear: both;
}

#footer {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
}

#footer .col1 {
	width: 50%; height: 3px;
	background-color: #d4e7c9;
	margin: 0 2px 0 0;
	position: absolute;
	z-index: 1;
	right: 24%; top: -3px;
}

#footer .col2 {
	position: absolute;
	z-index: 1;
	right: 0; top: -3px;
	width: 24%; height: 3px;
	padding: 0; margin: 0;
	background-color: #009900;
}

#footer .copyright {
	margin: 0;
	padding: 0;
	background-color: #009900;
	clear: both;
	position: relative;
	z-index: 2;
}

#footer .copyright div.circle {
	padding: 0;
	margin: 26px 0 0 0;
	width: 24%;
	background: #009900 url(/i/bg/circle_r.gif) 0 0 no-repeat;
	height: 32px;
	border: none;
	float: right;
	position: relative;
	z-index: 2;
}

#footer .copyright div {
	padding: 0 0 20px 0;
	margin: 0 24% 0 0;
	background: #53c521 url(/i/bg/circle_l.gif) 100% 26px no-repeat;
	border-right: 1px solid #fff;
	color: #fff;
	float: none;
}

#footer .copyright div ul {
	padding: 35px 0 0 0;
	margin: 0 0 0 34%;
	font-size: 85%;
}

#footer .copyright div li {
	display: inline;
	float: left;
	padding: 0 10px 0 0;
	margin-right: 10px;
	list-style: none;
	border-right: 1px solid #fff;
	color: #054620;
	font-weight: bold;
}

#footer .copyright div li.last {
	border-right: none;
}

#footer .copyright div a {
	color: #fff;
}

#footer .copyright div p {
	clear: both;
	font-size: 85%;
	padding: 15px 0px;
	margin: 0 0 0 34%;
}


/*CONTENT*/
a.more,
a.less
{
	font-size: 75%;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #006600;
}

a.more {
	padding: 0 12px 0 0;
	background: url(/i/bg/more.gif) 100% 60% no-repeat;
}

a.less {
	padding: 0 0 0 12px;
	background: url(/i/bg/less.gif) 0 60% no-repeat;
}


/*FIlE*/
p.download a {
	padding: 3px 0 3px 20px;
	background: url(/i/icons/void.gif) 0 40% no-repeat;
}

a.file-doc, a.file-docx, a.file-rtf {
	background: url(/i/icons/doc.gif) 0 40% no-repeat !important;
}

a.file-pdf {
	background: url(/i/icons/pdf.gif) 0 40% no-repeat !important;
}

a.file-mp3, a.file-wav, a.file-mpg, a.file-avi {
	background: url(/i/icons/audio.gif) 0 40% no-repeat !important;
}

a.file-zip, a.file-rar {
	background: url(/i/icons/arch.gif) 0 40% no-repeat !important;
}

a.file-jpg, a.file-jpeg {
	background: transparent url(/i/icons/jpg.gif) 0 40% no-repeat !important;
}

a.file-gif {
	background: transparent url(/i/icons/gif.gif) 0 40% no-repeat !important;
}

a.file-png {
	background: transparent url(/i/icons/png.gif) 0 40% no-repeat !important;
}

a.file-xls {
	background: transparent url(/i/icons/xls.gif) 0 40% no-repeat !important;
}
a.file-ppt, a.file-pptx {
	background: transparent url(/i/icons/ppt.gif) 0 40% no-repeat !important;
}

a.file-ai {
	background:  url(/i/icons/ai.gif) 0 40% no-repeat !important;
}

a.file-tif, a.file-tiff {
	background:  url(/i/icons/tif.gif) 0 40% no-repeat !important;
}

a.file-eps {
	background:  url(/i/icons/eps.gif) 0 40% no-repeat !important;
}

a.file-psd {
	background:  url(/i/icons/psd.gif) 0 40% no-repeat !important;
}


/**FORM*/
form {
	margin: 20px 0 0 0;
	padding: 0;
}

form.simple div {
	padding: 0;
	margin: 10px 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
}

form.simple p {
	padding: 0;
	margin: 0;
	width: 85%;
	text-align: right;
	color: #666666;
	font-size: 84%;
}

form.simple p.warning {
	color: #cd0000;
}

form.simple div p {
	padding: 0;
	margin: 3px -85% 0 30%;
	display: inline;
	width: 55%;
	float: left;
	text-align: left;
	clear: both;
}

form.simple label {
	display: block;
	float: left;
	width: 30%;
	margin: 3px 0 0px 0;
	color: #666666;
	font-size: 85%;
}

form.simple label.reg {
	font-weight: bold;
}

form.simple label.reg img {
	margin-top: 10px;
}

form.simple input.textfield,
form.simple select
{
	width: 55%;
	padding: 0;
	margin: 0;
	float: left;
}

form.simple select {
	margin: 0 5px 0 0;
	width: 18%;
}

form.simple select#smitype {
	width: 55.5%;
	margin: 0;
}

form.simple div.registration-captcha img {
	height: 40px;
	margin: 0 20px 0 0;
	width: 100px;
	vertical-align: middle;
}

form.simple div.registration-captcha input {
	margin: 0;
	float: none;
	width: 100px;
	vertical-align: middle;
}

form.simple input#registration_photo {
	float: left;
}

form.simple textarea {
	width: 85%;
}

form.simple input.submit {
	position: relative;
}

form.simple div.remember input#remember {
	width: 15px;
	height: 14px;
	float: left;
	margin: 4px -15px 0 0;
}

form.simple div.remember label {
	width: 25%;
	margin: 4px -25% 0 0;
	float: left;
	left: 17px;
	position: relative;
	z-index: 10;
}

p.down {
	margin: 50px 0 0 0 !important;
}

p.download {
	margin: 30px 0 0;
	color: #808080;
	font-size: 85%;
	font-weight: bold;
}

.img-framed p.download, .movie p.download {
	margin: 15px 0 0;
}

.allaudio p.download {
	margin: 15px 0 30px;
}

p.download a {
	font-variant: small-caps;
	text-transform: uppercase;
	color: #006600;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

p.download span,
.two-column span,
.videoframe span,
span.photo
{
	font-size: 100%;
	font-weight: normal;
	display: block;
	color: #808080;
}

#rightframe h2 {
	padding: 10px;
	margin: 0;
	color: #515C4B;
	background-color: #EEF5E9;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}

#rightframe form {
	padding: 18px 10px;
	margin: 0;
	border-bottom: 2px solid #dbdbdb;
}

#rightframe form select {
	margin: 0 5px 0 0;
	font-size: 90%
}

#rightframe form input {
	font-size: 90%;
	vertical-align: top;
	margin: -1px 0 0 0;
}

#rightframe .search form {
	border-bottom: 0;
	background-color: #eef5e9;
	margin: 1px 0 44px 0;
	padding: 5px 8px;
	white-space: nowrap;
}

#rightframe .search input.textfield {
	vertical-align: middle;
	color: #7a7a7a;
	padding: 1px 5px;
	width: 73%;
}

#rightframe .search input.image {
	vertical-align: top;
	margin: 5px 0 0 5px;
}

/*NEWS**/
body.news p,
body.list p,
body.pressreview p
{
	margin: 10px 0;
}

body.news #content h2,
body.list #content h2,
body.pressreview #content h2
{
	color: #666;
	font-weight: bold;
}

body.news #content h2 a,
body.list #content h2 a,
body.pressreview #content h2 a
{
	font-weight: normal;
}


/*ARCHIVE*/
body.archive div.year {
	width: 25%;
	float: left;
}

body.archive #content div.year h2 {
	margin: 0 0 10px 0;
	font-size: 140%;
}

body.archive #content div.year ul {
	margin: 0 0 0 1px;
}


body.archive #content div.year li {
	line-height: 150%;
	list-style: none;
}

body.archive #content div.year span {
	font-weight: bold;
	font-size: 120%;
	vertical-align: middle;
	color: #D0D0D0;
}


/*CALENDAR*/
body.calendar div.year {
	width: 25%;
	float: left;
}

body.calendar #content div.year h2 {
	margin: 0 0 10px 0;
	font-size: 140%;
}

body.calendar #content div.year ul {
	margin: 0 0 0 1px;
}


body.calendar #content div.year li {
	line-height: 150%;
	list-style: none;
}

body.calendar #content div.year span {
	font-weight: bold;
	font-size: 120%;
	vertical-align: middle;
	color: #D0D0D0;
}

/*LIST*/
body.marchive #content {
	width: 70%;
}

#main #content .marchive {
	clear: left;
	padding: 30px 0 0px 0;
}

.marchive .img-framed {
	overflow: hidden;
}

#main #content .marchive div {
	margin: 0 0 10px 220px;
}

#main #content .marchive div a.less,
#main #content .marchive div a.more
{
	display: block;
	float: left;
	margin: 7px 0;
}

#main #content .marchive img {
	float: left;
	margin: 5px 0 0 0;
}

#main #content .marchive h2 {
	color: #009900;
	margin-bottom: 5px;
}

#main #content .marchive p.data {
	font-size: 81%;
	margin: 0;
}

#main #content .allphoto,
#main #content .allaudio
{
	padding: 10px 0;
	clear: both;
	float: none;
	overflow: hidden;
}

#main #content .allphoto {
	margin-top: 30px;
}

#main #content .allphoto .column {
	display: block;
	float: left;
	width: 30%;
	max-width: 202px;
	height: 150px;
	max-height: 202px;
	margin: 10px 20px 40px 0;
	text-align: center;
	padding: 0;
}

#main #content .allphoto .column a {
    display: block;
}

#main #content .allphoto .column img {
	max-width: 200px;
}

#main #content .allphoto .download a,
#main #content .movie .download a,
#main #content .allaudio .download a
{
	margin: 0;
	display: inline;
	float: none;
	margin-left: 3px;
}

#main #content .movie .download a
{
	margin: 0;
	display: inline;
	float: none;
}

/*CONTACTS*/
body.singlearticle-regions #main .contacts-html p {
	margin: 0;
	padding: 0;
	width: 85%;
}

body.singlearticle-regions .contacts-html br {
	clear: both;
}

/*ERROR*/
body.error #content h2 {
	margin: 20px 0;
	font-size: 170%;
}

body.error #leftframe ul {
	display: none;
}


/*SEARCH*/
body.search #content h2 {
	margin: 10px 0px;
	font-size: 150%;
}

body.search form input.textfield {
	width: 70%;
	margin: 0px 10px 0 0;
}

body.search form input.submit {
	vertical-align: top;
	margin: -2px 0 0 0;
}

body.search ol li {
	line-height: 135%;
	margin: 0 0 20px 0;
}


/*FRAMES FOR ANKORED IMAGES*/
.img-framed a.cont {
	position: relative;
}

.img-framed a img {
	border: 1px solid #009900;
}

.img-framed a[title]:hover img {
	border-color: #000000;
}

.img-framed a div.videopreview,
.img-framed a div.videoplay
 {
	display: none !important;
}

.img-framed a[title] div.videopreview,
.img-framed a[title] div.videoplay
 {
	display: block !important;
	cursor: pointer;
}

.img-framed a[title]:hover div.videopreview {
	opacity: 0.4;
	filter: alpha(opacity = 40);
}
/*LEFT MENU*/
/* Level 1 */
#menu_left
{
	font-family: Tahoma, sans-serif;
	font-size: 9.75pt;
	list-style-type: none;
	color: #515c4b;

}
#menu_left li
{
	width: 170px;
	margin-bottom: 2px;
}
#menu_left li.last
{
	margin-bottom: 0;
}
#menu_left li.active
{
	width: 100%;
	font-weight: bold;
	padding: 7px 10px 7px 25px;
}

#menu_left li a,
#menu_left li span
{
	display: block;
	font-weight: normal;
	padding: 7px 10px 7px 25px;
}
#menu_left ul li span
{
	font-weight: bold;
	background: url(/i/submenu-hand.gif) 100% 0.6em no-repeat;
}

#menu_left li a {
  color: #330066;
  background: #EEF5E9;
}

#menu_left li.active a
{
	color: #515c4b;
	background: transparent;
}


/* Level 2 */
#menu_left ul
{
	font-family: Tahoma, sans-serif;
	font-size: 8.25pt;
	list-style-type: none;
	color: #515c4b;
}

#menu_left ul li
{
	width: 170px;
	margin-bottom: 0;
	margin-left: -20px;
	line-height: 130%
}

#menu_left ul li.last
{
	margin-bottom: 0;
}

#menu_left ul li a,
#menu_left ul li span
{
	display: block;
	padding: 7px 12px 7px 40px;
}

#menu_left ul li a
{
	background: #eef5e9;
}

#menu_left ul.active li a
{
	color: #515c4b;
	background: transparent;
}


/* Level 3 */
#menu_left ul ul
{
	display: none;
}


/*BANNER*/
#menubanner {
	padding-left: 55px;
}


/* VEIL */
#veil {
	min-width: 990px;
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: transparent url(/i/bg/veil/shadow.png) 0 0 repeat;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: none;
}

#veil .position {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 100px;
	margin-left: -372px;
	margin-top: 0px;
	width: 743px;
}

#veil img {
	display: block;
}

#veil .position #popup-content {
	background: transparent url(/i/bg/veil/middle.png) 0 0 repeat-y;
	width: 743px;
}

#veil .top,
#veil .bot {
	width: 100%;
	height: 20px;
}

#veil .position .top {
	background: transparent url(/i/bg/veil/top.png) 0 0 no-repeat;
}

#veil .position .bot {
	background: transparent url(/i/bg/veil/bottom.png) 0 0 no-repeat;
}

#veil iframe {
	width: 730px;
	height: 376px;
	margin: 0 7px 0 5px;
	border: none;
}

#veil iframe,
#veil embed {
	position: relative;
	z-index: 100;
}

#veil img.close {
	position: absolute;
	z-index: 150;
	top: 20px;
	padding: 5px 0;
	right: 25px;
	cursor: pointer;
}

#veil embed {
	left: 146px;
}

body.veil #veil {
	display: block;
}

body.veil #layout,
body.veil #root
{
	overflow: hidden;
	height: 100%;
}

body.veil #footer {
	position: static;
}

body.veil #menubanner {
	display: none;
}

body.veil #content {
	height: 300px;
}


/*POPUP REGIONS*/
body.popup-regions {
	height: auto;
}

body.popup-regions #content {
	padding:0;
	width:100%;
}

body.popup-regions img.map {
	float: left;
	padding-top: 60px;
}

body.popup-regions #container {
	padding: 0;
}

body.popup-regions ul {
	font-family: Tahoma, sans-serif;
	font-size: 9.75pt;
	list-style-type: none;
	color: #515c4b;
	float: left;
	padding-left: 20px;
	margin: 1em 0;
}

body.popup-regions ul li {
	padding: 0.3em;
	padding-left: 25px;
	margin-left: 20px;
}

body.popup-regions ul li a {
	font-weight: normal;
	display: inline;
}

body.popup-regions ul li.current_region {
	font-weight: bold;
	background: url('/i/submenu-hand.gif') no-repeat 0 0.4em;
}

body.popup-regions #wrapper {
	padding: 0 20px 0 40px;
}

body.popup-regions #container {
	padding: 0;
}

body.popup-regions h1.megapress {
	display: block;
	font-size: 17.5pt !important;
	font-weight: 600 !important;
	margin: 15px 0 10px !important;
	position: static !important;
}

body.popup-regions h2 {
	font-size: 11.5pt !important;
	font-weight: bold !important;
	margin: 0 !important;
	padding: 0 !important;
}


/*LIST two-column videoframe */
.marchive .photoframe {
	overflow: hidden;
}

.marchive .videoframe {
	width: 40%;
	overflow: visible;
	float: left;
	position: relative;
}

.marchive .videoframe .img-framed {
	position: relative;
	padding-bottom: 65px !important;
	padding-top: 0 !important;
	border-bottom: #bdbdbd 1px solid;
	height: 150px;
	width: 202px;
	overflow: hidden;
}

.marchive .videoframe .img-framed img {
	height: 150px;
	width: 200px;
}

.marchive .videoframe .img-framed a.more:hover,
.marchive .videoframe .img-framed a.more:active,
.marchive .videoframe .img-framed a {
	display: block;
	overflow: hidden;
}

.marchive .videoframe p {
	display: none !important;
}

.marchive .videoframe h2 {
	display: none;
}

.marchive h3 {
	display: none;
}

.marchive h3 span {
	top: 0 !important;
}

.marchive .videoframe h3,
.marchive .persons h3,
.allphoto h3,
.personsfull h3
{
	color: #515c4b;
	font-size: 155%;
	font-weight: 200;
	display: block !important;
	padding-top: 20px;
	width: 240px; height: 52px;
	overflow: hidden;
}

.marchive .persons h3 {
	width:  auto;
	height: auto;
}

h3 {
	margin-bottom: 5px;
}

.marchive .videoframe h3 {
	margin-top: 10px;
}

.marchive .photoframe .more {
	padding-bottom: 0;
	padding-top: 0;
	overflow: hidden;
}

.marchive .videoframe .more {
	position: absolute;
	left: 0;
	bottom: 22px;
	margin: 0 !important;
	padding-bottom: 0;
	padding-top: 0;
	overflow: hidden;
	clear: both;
}

.marchive .videoframe span {
	position: absolute;
	left: 0;
	bottom: 3px;
	clear: both;
}

.dl {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 16px 0 0 !important;
	margin: 0 !important;
}

.dl .more {
	position: relative !important;
	float: none !important;
	bottom: 0 !important;
}

.dl span {
	position: relative !important;
	font-size: 10px;
	margin-top: 5px;
}

.marchive .videoframe .videopreview {
	background-color: #333;
	position: absolute;
	bottom: 1px;
	left: 1px;
	margin: 0 !important;
	width: 200px;
	height: 18px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	z-index: 2;
	display: block;
}

.marchive .videoframe .videoplay {
	background: url('../i/play.png') 0 0 no-repeat;
	position: absolute;
	bottom: 2px;
	left: 6px;
	margin: 0 !important;
	width: 16px;
	height: 15px;
	z-index: 3;
	display: block;
}

.full .videoframe {
	display: none;
}

.full .movie {
	width: 80%;
	border-bottom: 1px solid #bdbdbd;
	margin-top: 30px;
}

.full .movie .download {
	margin-bottom: 10px;
}

.allvideo .more, .videoframe .dl .more {
	background: none;
}

.allvideo .cont, .videoframe .cont {
	width: 202px;
	height: 157px;
}

/*LIST persons (light photoframe) */
.marchive .persons p.data,
.persons h2,
.full .photoframe h2 {
	display: none;
}

.marchive .persons .img-framed {
	padding: 0 0 10px !important;
}

.marchive .persons .anons {
	margin-top: 5px;
}

.marchive .personsfull div p {
	display: block;
}

.marchive .personsfull p.data, .personsfull h2 {
	display: none;
}

.marchive .personsfull .img-framed {
	padding: 0 0 10px !important;
}

.marchive .personsfull div {
	padding-top: 0;
}

.illus {
	width: 200px !important;
	padding: 0 !important; margin: 0 !important;
}

.photoframe .less, .videoframe .less, .audioframe .less {
	display: none !important;
}

.allaudio {
	margin-top: 30px;
}

.back {
	display: inline;
}

.marchive a.personsfull {
	clear: both;
	display: inline !important;
}

.marchive .filesize {
	font-size:8pt;
}

.pager {
	margin: 30px 0;
	clear: both;
}

.photo {
	display: block;
	background: none !important;
	margin-top: 5px;
}

span.photo {
	margin-top: 0 !important;
}


/* new header */
#header {
	width: 100%;
	padding-top: 19px;
	overflow: hidden;
}

#header #logo {
	float: left;
	color: #3b0083;
	text-decoration: none;
	font-size: 250%;
	font-weight: bold;
	width: 20%;
	margin: 26px -20% 0 0;
	left: 50px;
	position: relative;
	display: inline;
}

#header div.menu {
	width: 75%;
	margin: 0 -75% 0 0;
	left: 25%;
	position: relative;
}

#header ul.pressclub {
	float: right;
	margin: 18px 30px 0 0;
	list-style: none;
}

#header ul.pressclub li {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

#header #region {
	float: left;
	color: #656566;
	font-size: 160%;
	font-weight: bold;
	margin: 11px -20% 0 0;
	padding: 0;
	width: 20%;
	left: 10px;
	position: relative;
	display: inline;
}

#header #region img {
	display: block;
	padding-bottom: 17px;
}

#header .uls {
	top: 11px;
	margin: 0 -80% 0 0;
	width: 80%;
	left: 20%;
	float: left;
	position: relative;
	overflow: hidden;
	display: inline;
}

#header .uls ul {
	float: left;
	padding: 0;
	list-style: none;
	position: relative;
	width: 30%;
	margin: 0 -30% 0 0;
	display: inline;
}

#header .uls ul.list1 {
	width: 15%;
	margin: 0 -15% 0 0;
	left: 30%;
}

#header .uls ul.list2 {
	width: 20%;
	margin: 0 -45% 0 0;
	left: 45%;
}

#header .uls ul.list3 {
	width: 30%;
	margin: 0 -30% 0 0;
	left: 65%;
}

#header ul li {
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#header ul li.active {
	background: #53c521 url('/i/bg/li.gif') no-repeat;
	color: #ffffff;
}

#header ul li img {
	vertical-align: middle;
}

.img-framed a[href=""] {
	cursor: default !important;
}

a.pager, b.pager {
	font-size: 110%;
	font-weight: bold;
}

/* auth form */
#form-auth {
	background: #fff;
	color: #737670;
	display: inline;
	float: right;
	margin: 0 0 0 -25%;
	overflow: hidden;
	position: relative;
	right: 0;
	width: 25%;
}

#form-auth .cornered {
	background: #eef5e9;
	width: 200px;
	float: left;
	margin: 0 -200px 0 0;
	position: relative;
}

.unauthed-info .t,
.unauthed-info .b,
#form-auth .cornered .t,
#form-auth .cornered .b {
	font-size: 0;
	height: 5px;
	position: relative;
}

.unauthed-info .t div,
.unauthed-info .b div,
#form-auth .cornered .t div,
#form-auth .cornered .b div {
	background: url(/i/auth/corners.gif) 0 0 no-repeat;
	float: left;
	font-size: 0;
	height: 5px;
	margin: 0 -5px -5px 0;
	position: relative;
	width: 5px;
}

.unauthed-info .t div.r,
.unauthed-info .b div.r,
#form-auth .cornered .t div.r,
#form-auth .cornered .b div.r {
	background-position: -5px 0;
	float: right;
	margin: 0 0 -5px -5px;
}

.unauthed-info .b div.l,
#form-auth .cornered .b div.l {
	background-position: 0 -5px;
}

.unauthed-info .b div.r,
#form-auth .cornered .b div.r {
	background-position: -5px -5px;
}

#form-auth .cornered .c {
	padding: 8px 16px;
}

#form-auth h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 6px;
}

#form-auth p {
	margin: 0;
}

#form-auth p.auth-error {
	color: #cd0000;
	margin: 0 0 5px;
}

#form-auth ul {
	list-style-type: none;
	margin: 0 0 9px;
	overflow: hidden;
	width: 170px;
}

#form-auth ul li {
	margin: 0 0 6px;
	padding: 0;
}

#form-auth ul li.cont-check {
	float: left;
	margin: 0 -100px 0 0;
	width: 100px;
	vertical-align: middle;
}

#form-auth ul li.cont-btn {
	display: inline;
	float: right;
	margin: 0 0 0 100px;
	vertical-align: middle;
}

#form-auth ul li input.text {
	border: 1px solid #b3b9c3;
	color: #666;
	width: 166px;
	position: relative;
}

#form-auth ul li input.active {
	color: #000;
}

#form-auth ul li.cont-check input {
	margin: 0; padding: 0;
	vertical-align: middle;
}

#form-auth ul li label {
	color: #737670;
	font-variant: normal;
	font-weight: normal;
	vertical-align: middle;
	padding-left: .5em;
}

#form-auth ul.refs {
	margin: 0;
}

#form-auth ul.refs li {
	border-right: 1px solid #000;
	float: left;
	font-size: 0.886em;
	font-variant: normal;
	font-weight: normal;
	line-height: 0.886em;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}

#form-auth ul.refs li.last {
	border: 0;
	margin: 0 -10px 0 0;
	padding: 0;
}

#form-auth ul.refs li a {
	float: left;
	padding: 0 0 2px;
}

.authed#form-auth {
	width: 30%;
}

.authed#form-auth .cornered {
	width: 90%;
}

.authed#form-auth .cornered .c {
	padding: 6px 15px 8px;
}

.authed#form-auth .btn-goout {
	text-align: right;
	margin: 5px 0 -5px;
}

.authed#form-auth .btn-goout input {
	background: url(/i/auth/icn-deauth.gif) 0 center no-repeat;
	cursor: pointer;
	text-decoration: underline;
	border: none;
	font-size: 13px;
	font-family: 'Tahoma', sans-serif;
	padding: 0 0 0 10px;
	width: auto;
	overflow: visible;
	text-align: left;
	color: #009900;
	display: -moz-inline-box;
	display: inline-block;
}

/* BREADCRUMBS */
#breadcrumbs {
	font-family: Tahoma, sans-serif;
	font-size: 8.25pt;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 3em;
	color: #7a8772;
	position: relative;
	left: -20px;
}
#breadcrumbs li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	padding-right: 18px;
	margin-right: 6px;
	background: transparent url('/i/bg/breadcrumbs.gif') 100% 0.45em no-repeat;
}

#breadcrumbs li.current {
	background: none;
}
#breadcrumbs a {
	color: #7a8772;
}

body.marchive #content h1 {
	margin-bottom: 0;
	margin-right: 25%;
}


/*ANKETA********************************************************************************************************/
body.anketa #main {
	margin: 0 0px 20px 50px;
}
body.anketa #content {
	margin: 0;
	padding: 0;
	width: 100%;
}
body.anketa #content .wrapper {
	padding: 0;
	margin: 0;
}
body.anketa #content h1 {
	position: relative;
	margin: -60px 0 60px 300px;
	padding: 0;
	width: 70%;
}
body.anketa #content h3 {
	margin: 0 !important;
	font-weight: bold !important;
	font-size: 16px !important;
	color: #555555 !important;
}
body.anketa #content form {
	display: block;
	margin: 0;
	padding: 0;
	width: 99%;
}
body.anketa #content div.some-anketa ul {
	margin: 0;
	padding: 0;
	width: 99%;
}
body.anketa #content div.some-anketa li {
	float: left;
	color: #000;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #000;
	font-size: 10pt;
	list-style: none;
}

body.anketa #content div.some-anketa div {
	float: left;
	color: #000;
	padding: 0 0 20px 0px;
	margin: 0;
	font-weight: normal;
	color: #000;
	font-size: 10pt;
}

body.anketa #content div.some-anketa .one-cols {
	width: 90%;
	margin-top: .5em;
}

body.anketa #content div.some-anketa .two-cols {
	width: 48%;
}

body.anketa #content div.some-anketa .three-cols {
	width: 28%;
}

body.anketa #content div.some-anketa .hr {
	clear: both;
	width: 86%;
	float: none;
	margin: 0 0px 10px 0px;
	padding: 0;
	font-size: 1px;
	border-top: 1px solid #cacfc7;
}

body.anketa #content div.some-anketa label {
	display: block;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #000;
	font-size: 10pt;
}

body.anketa #content div.some-anketa p {
	margin: 10px 0 5px 0;
	padding: 0;
	color: #000;
	font-size: 10pt;
}

body.anketa #content div.some-anketa input {
	width: auto;
	margin: 0;
	vertical-align: baseline;
}

body.anketa #content div.some-anketa input.text {
	border: 1px solid #c7c7c7;
}

body.anketa #content div.some-anketa textarea {
	width: 80%;
	border: 1px solid #c7c7c7;
}

body.anketa #content div.some-anketa .two-cols input.text {
	width: 80%;
}

body.anketa #content div.some-anketa  label input.text {
	display: block;
	width: auto !important;
}

/* user profile */
div#usercp {
	margin: 0 0 10px 0;
}

div.favorites {
	margin: 1px 0 20px 15px;
}

div.check {
	margin: 5px;
}

div.favorites input {
	padding: 15px;
	margin: 1px;
	float: left;
	background: #EEF5E9;
}

div.favorites a {
	padding: 5px;
	margin: 1px;
	/* background: #EEF5E9; */
}

div.subscribe {
	width: 40%;
	float: left;
	margin: 10px;
	min-height: 180px;
}

p.subscribe {
	clear: both;
}

/* unauthed info */
.unauthed-info {
	width: 55%;
	margin: 1.2em 0 0 -20px;
	clear: both;
	position: relative;
	background: #eef5e9;
}

.unauthed-info .c {
	background: #eef5e9 url('../i/info.png') 1.5em center no-repeat;
	color: #666;
	padding: .5em 1em;
	padding-left: 5.3em;
}

.files {
	overflow: hidden;
	width: 100%;
}

.files div {
	float: left;
	width: 48%; height: 13em;
	overflow: hidden;
	min-width: 150px;
	margin-bottom: 2em;
	padding-bottom: 1em;
	padding-right: 2%;
	border-bottom: 2px solid #EEF5E9;
}

.files h3 {
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	padding-bottom: .5em;
	clear: both;
	width: 100%;
}

.files img {
	display: block;
	margin-bottom: .5em;
}

body.events #content h2 {
	margin: 20px 0 0px 0;
}
