* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%
}

body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	background: #eeeeee;
}

a {
	color: blue;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 18px
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

#root {
	padding: 0 16px;
	height: 100%;	
}

#wrapper {
	
	width:100%;
	min-width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: white;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	padding: 0;
	margin-left: -16px;
	background: #eeeeee;
	height: 165px;
}

#header-logo {
	height: 147px;
	width: 120px;
	/*background: transparent url('../images/nostroy/nostroi_holyday.jpg') no-repeat top left;*/
	margin: 12px 0 0 35px;
	float: left;
}

#header-menu-container {
	height: 159px;
	margin-left: 165px; 
}

#header-top-container {
	padding-top: 10px;
	padding-left: 18px;
	height: 21px;
}	

#login-box {
	float: left;
}

#login-box table td {
	padding-right: 8px;
}

#login-box span {
	padding-right: 5px;
}

#login-box span.field-name {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #606060;
	margin-top: -2px;
}

#login-box span.submit a {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #606060;
}

#login-box span.submit a:link, #login-box span.submit a:visited {
	color: #606060;
}

#login-box span.submit a:hover, #login-box span.submit a:visited:hover {
	color: #606060;
}

#login-box span.register a{
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #b74e55;
	
}

#login-box span.register a.register:link, #login-box span.register a.register:visited{
	color: #b74e55;
}

#login-box span.register a.register:hover, #login-box span.register a.register:visited:hover{
	color: #b74e55;
}

#login-box input {
	padding: 1px 0 2px 0;
	font-size: 11px;
	margin-right: 5px;
	height: 17px;
	width: 90px;
}

#right-top-btns {
	float: right;
	padding: 6px 17px 0 0;
}

#right-top-btns div {
	display: inline;
	float: left;
}

#right-top-btns div#language-select {
}

#ru-language-none {
	width: 18px;
	height: 12px;
	background: transparent url('../images/nostroy/ico_ru_none.gif') no-repeat top left;
	float: left;
	cursor: pointer;
}

#en-language-actv {
	width: 18px;
	height: 12px;
	background: transparent url('../images/nostroy/ico_en_active.gif') no-repeat top left;
	float: left;
	cursor: pointer;
}

#ru-language-actv {
	width: 18px;
	height: 12px;
	background: transparent url('../images/nostroy/ico_ru_active.gif') no-repeat top left;
	float: left;
	cursor: pointer;
}

#en-language-none {
	width: 18px;
	height: 12px;
	background: transparent url('../images/nostroy/ico_en_none.gif') no-repeat top left;
	float: left;
	cursor: pointer;
}

#right-top-btns div#home-page {
	width: 18px;
	height: 12px;
	background: transparent url('../images/nostroy/ico_home_active.gif') no-repeat top left;
	cursor: pointer;
	margin-left:6px;
}

#header-middle-container {
	padding-top: 16px;
	padding-left: 18px;
	height: 16px;
}

#header-top-menu {
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#header-top-menu a {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#header-top-menu a:link, #header-top-menu a:visited {
	color: #000000;
}

#header-top-menu a:hover, #header-top-menu a:visited:hover {
	text-decoration: underline;
	color: #000000;
}

#header-top-menu span.separator {
	margin: 0 2px 0 6px;
}

#res {
	background-color: none;
}

#res div {
	background-color: none;
}

#search-box {
	float: left;
	padding-left: 23px;
	margin-top: -1px;
}

#search-box input {
	width: 190px;
	height: 17px;
	
}

#search-box-input {
	float: left;
}

#search-box-input input#google-q-input {
	font-size: 11px;
	padding: 1px 0 2px;
}


#search-box-submit {
	margin: 2px 0 0 6px;
	width: 18px;
	height: 18px;
	background: transparent url('../images/nostroy/search-btn.gif') no-repeat top left;
	cursor: pointer;
	float: left;
}

#header-bottom-container {
	padding-top: 64px;
	height: 32px;
}

#header-bottom-menu {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #2b2b43;
	position: absolute;
	z-index: 11;
	padding-left: 146px;
}

#running-line-box {
	color:#2B2B43;
	font-size:13px;
	font-weight:bold;
	margin:32px 60px 0px -15px;	
}

#running-line-box a {
	color: #005625;
	margin: 0 10px;	
}


/* drop-down menu preference */
ul.drop-down-menu a {
	display: block;
	text-decoration: none;
	padding: 0;
}

ul.drop-down-menu,
ul.drop-down-menu li,
ul.drop-down-menu ul {      
	list-style: none;
	line-height: 29px;
}

ul.drop-down-menu {
	position: relative;
	z-index: 597;
	float: left;
	min-width: 900px;
}

ul.drop-down-menu li {
	vertical-align: middle;
	float: left;
	zoom: 1;
	background-color: #becad6;
	padding: 0 10px;
	height: 38px;
	margin-right: 3px;
}

ul.drop-down-menu li a {
	color: #2b2b43;
}

ul.drop-down-menu li.hover,
ul.drop-down-menu li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	background: #9cafc0;
}

ul.drop-down-menu ul {
	background: #9cafc0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	white-space: normal;
	margin-top: -5px;
	border-top: 7px solid #9cafc0;
	border-bottom: 7px solid #9cafc0;
}

ul.drop-down-menu ul li {
	background: #9cafc0;
	float: none;
	padding: 0;
	margin: 0 2px;
	width: 160px;
	height: auto;
}

ul.drop-down-menu ul.longest-data li {
	width: 401px;
}

ul.drop-down-menu ul.long-data li {
	width: 270px;
}

ul.drop-down-menu ul.medium-data li {
	width: 250px;
}

ul.drop-down-menu ul li:hover {
	background: #becedb;
	color: #de3700;
}

ul.drop-down-menu ul li.lvl2-menu {
	color: #fff;
}

ul.drop-down-menu ul li.lvl2-menu:hover {
	color: #de3700;
}

ul.drop-down-menu ul li.expand-lvl2-menu {
	color: #de3700;
	background: #becedb;
}

ul.drop-down-menu ul li.expand-lvl2-menu:hover {
	background: #becedb;
}

ul.drop-down-menu ul li.expand-lvl2-menu div.lvl2-title, 
ul.drop-down-menu ul li.expand-lvl2-menu div.lvl2-title-last {
	overflow: hidden;
	padding-left: 18px;
	border-bottom: 1px solid #9cafc0;
	margin: 0;
	padding-right: 20px;
	background: transparent url('../images/nostroy/shift2_arrow_white.gif') no-repeat center right;
}

ul.drop-down-menu ul li div.lvl2-title {
	overflow: hidden;
	padding-left: 10px;
	border-bottom: 1px solid #becedb;
	margin: 0 8px;
	padding-right: 20px;
	background: transparent url('../images/nostroy/shift_arrow_white.gif') no-repeat center right;
}

ul.drop-down-menu ul li div.lvl2-title-last {
	overflow: hidden;
	padding-left: 10px;
	padding-right: 20px;
	border-bottom: none;
	margin: 0 8px;
	background: transparent url('../images/nostroy/shift_arrow_white.gif') no-repeat center right;
}

ul.drop-down-menu ul li.last div.lvl2-title {
	border-bottom: none;
	background: transparent url('../images/nostroy/shift_arrow_white.gif') no-repeat center right;
}

ul.drop-down-menu ul li div.menu-arrow {
	float: right;
	margin: 14px 16px 0 0;
	width: 8px;
	height: 4px;
	background: transparent url('../images/nostroy/arrow_white.gif') no-repeat top left;
}

ul.drop-down-menu ul li.expand-lvl2-menu:hover div.menu-arrow {
	margin-top: 14px;
}

ul.drop-down-menu ul li.expand-lvl2-menu div.menu-arrow {
	padding-right: 8px;
}

ul.drop-down-menu ul li div.lvl3-menu {
	display: none;
}

ul.drop-down-menu ul li div.lvl3-menu-vis {
	display: block;
}

ul.drop-down-menu ul li div.lvl3-menu-vis div {
	border-bottom: 1px solid #9cafc0;
	margin: 0 3px; 
}

ul.drop-down-menu ul li div.lvl3-menu-vis a {
	/*border-bottom: 1px solid #9cafc0;*/ 
	margin: 0; 
	padding-left: 20px;
	font-size: 12px;
	color: #2b2b43;
}

ul.drop-down-menu ul li div.lvl3-menu-vis a:hover, ul.drop-down-menu ul li div.lvl3-menu-vis a:visited:hover {
	color: #de3700;
}

ul.drop-down-menu ul li div.lvl3-menu-vis div.lvl3-menu-last-elem {
	border: none; 
}

ul.drop-down-menu ul li a {
	color: #fff;
	border-bottom: 1px solid #becedb;
	margin: 0 8px;
	padding: 0 10px;
}

ul.drop-down-menu ul li a.last {
	border-bottom: none;
	color: #fff;
	margin: 0 8px;
	padding: 0 10px;
}

ul.drop-down-menu ul li a:hover, ul.drop-down-menu ul li a:visited:hover {
	color: #de3700;
}

ul.drop-down-menu ul ul {
	top: 0;
	left: 100%;
	margin-top: -2px;
}

ul.drop-down-menu li:hover > ul {
	visibility: visible;
}

#header-bottom-border {
	height: 6px;
	background-color: #becad6;
	margin-left: 16px;
}

/* Middle
-----------------------------------------------------------------------------*/
#one-column {
	padding: 0 7px;
}

#middle {
	width: 100%;
	padding: 11px 0 20px 0;
	height: 1%;
	margin-bottom: 40px;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#one-column {
	padding: 0 8px;	
}

/* CONTENT PART */
#content {
	padding: 0 8px 0 294px;
}
#content-main {
	padding: 0 391px 0 294px;
}

.content-box-container {
	width: 100%;
	margin-bottom: 23px;
}

.content-box-header,
.content-box-header-congress,
.blue-content-box-header,
.red-content-box-header,
.green-content-box-header{
	padding: 0 13px 3px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #2a2a42;
	border-bottom: 4px solid #d0d0d0;
	overflow: hidden;
}

.content-box-header-congress {
	border-bottom: 4px solid #e3d3d5;
}

.blue-content-box-header {
	font-size: 13px;
	color: #1b1462;
	border-bottom: 4px solid #becad6;
}

.red-content-box-header {
	color: #622814;
	border-bottom: 4px solid #d5bec6;
}

.red-content-box-header a {
	color: #622814;
	text-decoration:none;
}

.red-content-box-header a:hover {
	text-decoration:underline;
}

.green-content-box-header {
	font-size: 13px;
	color: #005625;
	border-bottom: 4px solid #bdd5d7;
}

.green-content-box-header a{
	color: #005625;
	text-decoration:none;
}

.green-content-box-header a:hover{
	text-decoration:underline;
}

.content-header-title {
	float: left;
}

.content-header-title span.separator {
	font-weight: normal;
	color: #1b1462;
}

.content-header-title a {
	color: #1b1462;
}

#content-datetime {
	float: right;
	color: #606060;
	font-size: 10px;	
	font-weight: normal;
} 

.edit-elem {
	color: #606060;
	font-size: 10px;	
	font-weight: normal;	
	padding-left: 5px;
}

.edit-elem a {
	color: #606060;
	font-size: 10px;	
	font-weight: normal;
}

.content-box {
	background-color: #F6F6F6;
	border: 1px solid #f2f2f2;
}

#content-box-top {
	margin: 31px 18px 15px 14px;
}

#content-box-top span#title, div#title {
	font-size: 13px;
	color: #1b1462;
	font-weight: bold;
	margin-right: 20px;
}

.toprint-version-top {
	text-align: right;
}

.toprint-version-top, .toprint-version-top a {
	font-size: 11px;
	color: #1b1462;
	font-weight: bold;
}

#content-box-bottom {
	padding: 35px 0 40px 14px;
}

.toprint-version-bottom a {
	font-size: 11px;
	color: #1b1462;
	font-weight: bold;	
}
.left-column {
	width:127px;
	float:left;
}

.right-column {
	padding-left: 10px;
	margin-left: 120px;
	width:127px;
}

.content-box ul.static {
	line-height: 26px;
	list-style-type: none;
	margin-bottom: 6px;
}

.content-box ul.static li a {
	color: #000;
	text-decoration: none;
	display: block;
	line-height: 16px;
	width: 100%;
	padding: 5px 0;
}

.content-box ul.static li {
	margin: 0 4px;
	border-bottom: 1px solid #e7e7e7;
	cursor: pointer;
	padding-left: 6px;
	display: block;
}

/*Left menu new*/

.content-box-menu {
	background-color: #FFFFFF;
	border: 1px solid #f2f2f2;
}

.content-box-menu ul.static {
	line-height: 26px;
	list-style-type: none;
	margin-bottom: 3px;
	background-color: #F6F6F6;
}

.content-box-menu ul.static li a {
	color: #000;
	text-decoration: none;
	display: block;
	line-height: 16px;
	width: 100%;
	padding: 5px 0;
}
/*
.content-box-menu span.first-title {
	 background: url(../images/nostroy/menu_gradient.png) repeat-x;
    position: relative;
    display: block;
    width: 100%;
    height: 31px;
}
*/
.content-box-menu ul.static li {
	border-bottom: 1px solid #e7e7e7;
	cursor: pointer;
	padding-left: 10px;
	display: block;
}

.content-box-menu ul.static li.first-dynamic-li {
	background: url(../images/nostroy/menu_gradient.png) repeat-x;
	border-bottom: 1px solid #e7e7e7;
	cursor: pointer;
	display: block;
	margin: 0;
    padding: 8px 10px 0;
}

.content-box-menu ul.static li:hover {
	background: background;
	background-color: #e4e0d9;
} 

.content-box-menu ul.static li.dynamic-li:hover, .content-box-menu ul.static li.dynamic-list-item-open ul.dynamic li.dynamic-list-item-open ul.dynamic li:hover{
	background: background;
	background-color: #e4e0d9;
}

.content-box-menu ul.static li.dynamic-list-item-open ul.dynamic li:hover{
	background-color: #d7dbde;
	color: black;
	}
	
	
.content-box-menu ul.dynamic {
	height: 0px;
	overflow: hidden;
	list-style-type: none;
	background-color: #d7dbde;
	margin-left: -6px; 
}

.content-box-menu ul.dynamic li {
	margin: 0 5px 0 0;
	padding-left: 13px;
	min-height: 26px;
	cursor: pointer;
	border-bottom: 1px solid #edeef0;
}

.content-box-menu ul.dynamic li.last {
	border-bottom: none;
}

.content-box-menu ul.dynamic li:hover {
	background-color: #eeeef0;
	color: #de3700;
}
	
/*end left menu new*/

.dynamic-header, .dynamic-header-open, .dynamic-header2 {
	cursor: pointer;
	overflow: hidden;
	background: transparent url('../images/nostroy/drop_down_arrow.gif') no-repeat 225px 12px;
}

.dynamic-header {
	background: transparent url('../images/nostroy/drop_down_arrow.gif') no-repeat 225px 12px;
}

.dynamic-header2 {
	background: transparent url('../images/nostroy/drop_down_arrow.gif') no-repeat 215px 12px;
}

.dynamic-header2-open {
	cursor: pointer;
	overflow: hidden;
	background: transparent url('../images/nostroy/drop_down_arrow.gif') no-repeat 215px 12px;
}

.dynamic-header span.long-title, .dynamic-header2 span.long-title, .dynamic-header-open span.long-title{
	line-height: 20px;
}

.dynamic-header-open {
	background-color: #d7dbde;
	border-bottom: 1px solid #edeef0;
	margin-left: -6px;
	padding-left: 6px;
}

.dynamic-header-open {
	background: transparent url('../images/nostroy/drop_down_arrow.gif') no-repeat 231px 12px;
}

.content-box ul.static li:hover {
	background-color: #d7dbde;
} 

.content-box ul.static li.dynamic-li:hover, .content-box ul.static li.dynamic-list-item-open ul.dynamic li.dynamic-list-item-open ul.dynamic li:hover{
	background: background;
	background-color: #e4e0d9;
}

.content-box ul.static li.dynamic-list-item-open ul.dynamic li:hover{
	background-color: #d7dbde;
	color: black;
	}

.dynamic-list-item-open {
	background-color: #d7dbde;
	padding: 8px 10px 0;
}

.content-box ul.dynamic {
	height: 0px;
	overflow: hidden;
	list-style-type: none;
	background-color: #d7dbde;
	margin-left: -6px; 
}

.content-box ul.dynamic li {
	margin: 0 2px;
	padding-left: 13px;
	min-height: 26px;
	cursor: pointer;
	border-bottom: 1px solid #edeef0;
}

.content-box ul.dynamic li.last {
	border-bottom: none;
}

.content-box ul.dynamic li:hover {
	background-color: #eeeef0;
	color: #de3700;
}


/* NEWS and STAFF and ANNOUNCEMENTS */
.content-list ul {
	list-style: none; 
	padding-left: 16px; 
	padding-right: 20px;  
	font-size: 12px;
	color: #1b1464;
}

.content-list ul.news {
	color: #1b1464;
	padding-top: 10px;
}

.content-list ul a {
	color: #1b1464;
}

.content-list ul a.poll-hist-a {
	color: #1b1464;
	display: block;
	margin-left: 100px;
}

.content-list ul.announce {
	color: #005625; 
	padding-top: 10px;
	background-color:#F6F6F6;
	border:1px solid #F2F2F2;
}
.content-list ul.advertisment {
	color: #622814; 
	padding-top: 10px;
	background-color:#F6F6F6;
	border:1px solid #F2F2F2;
}
.content-list ul li {
	padding: 7px 30px 7px 0;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	position:relative;
}

.content-list ul li.main-news {
	padding: 14px 30px 14px 0;
	border: none;
	overflow: hidden;
}

.content-list ul li img.news-img {
	float: left;
	width: 110px;
	height: 81px;
	margin-right: 19px;
}

.content-list ul li img.staff-img {
	float: left;
	width: 82px;
	margin-right: 15px;
}

.content-list ul li img.main-news-img {
	float: left;
	width: 155px;
	height: 115px;
	margin-right: 20px;
	
}

.staff-initials {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 6px 97px;
}

.staff-preview {
	margin-left: 97px;	
}

.staff-details {
	margin: 5px 0 0 97px;	
}

.staff-details a, .staff-details a:link, .staff-details a:visited {
	font-size: 10px;
	text-decoration: underline;
	color: #606060;
}

.staff-details a:hover, .staff-details a:visited:hover {
	text-decoration: none;	
}

#staff-bottom {
	height: 44px;
	padding: 7px 0 12px 113px;
}

#alpha-array {
	border-bottom: #d9d9d9 2px solid; 
	margin: 0 12px 19px 14px; 
	padding-bottom: 2px;
}

#alpha-array a, #alpha-array span {
	color: #1b1462;
	font-size: 13px;
	font-weight: bold;
	padding-right: 1px;
	padding-left: 1px;
}

#alpha-array a.selected {
	text-decoration: none;	
}

#alpha-array span {
	color: gray;
	cursor: default;
}

.news-date {
	font-size: 10px;
	color: #606060;
	margin-bottom: 5px;	
}

.news-details {
	margin: 5px 0 0 129px;	
}

.news-details a, .news-details a:link, .news-details a:visited {
	font-size: 10px;
	text-decoration: underline;
	color: #606060;
}

.news-details a:hover, .news-details a:visited:hover {
	text-decoration: none;	
} 
	
#news-bottom {
	padding: 7px 0 12px 146px;
}

#news-bottom span a {
	font-size: 11px;
	color: #1b1462;
	font-weight: bold;
}

#announce-bottom {
	padding: 14px 0 15px 16px;
}

.announce-date {
	font-size: 10px;
	color: #606060;
}

.announce-caption {
	font-weight: bold;
	padding: 1px 0 8px 0;
}

.announce-img {
	position:absolute;
	right:0;
	top:26px;
}

.announce-preview {
	padding: 1px 0 8px 0;
}

/*
announce and advertisment right menu
-----------------------------------------------------*/
.announce-caption-menu {
	font-weight: bold;
	padding: 1px 0 8px 0;
	width:236px;
}

.announce-img-menu {
	position:absolute;
	right:0;
	top:26px;
}

.announce-preview-menu {
	padding: 1px 0 8px 0;
	width:236px;
}
/*
-----------------------------------------------------*/
.announce-details {
	margin: 5px 0 0 0;
}

.announce-details a, .announce-details a:link, .announce-details a:visited{
	font-size: 10px;
	text-decoration: underline;
	color: #606060;
}

.announce-details a:hover, .announce-details a:visited:hover {
	text-decoration: none;	
} 

#announce-bottom span a {
	font-size: 11px;
	color: #01572a;
	font-weight: bold;
}
	
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 266px;
	margin-left: -100%;
	position: relative;
	padding: 0 10px 4px 10px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr,
.green-sr,
.red-sr {
	float:right;
	padding:0 10px;
	position:relative;
	margin-left:-100%;
	width:364px;
}

.green-sr  a{
	color: #005625;
}

.red-sr  a{
	color: #622814;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -40px auto 0;
	min-width: 1000px;
	height: 40px;
	background: #eeeeee;
}

#footer-menu-container {
	padding-top: 11px;
	font-size: 11px;
	font-weight: normal;
	color: #6f6f6f;
	padding-left: 311px;
}

#footer-menu-container a {
	color: #6f6f6f;
	text-decoration: none;
}

#footer-menu-container a:link, #footer-menu a:visited {
	color: #6f6f6f;
}

#footer-menu-container a:hover, #footer-menu a:visited:hover {
	text-decoration: underline;
	color: #6f6f6f;
}

#footer-menu-container span.separator {
	margin: 0 2px 0 6px;
}

/* Input elements
-----------------------------------------------------------------------------*/

.form-input input, textarea {
	padding: 1px;
	border-left-color: #9b9fa2;
	border-top-color: #9b9fa2;
	border-right-color: #9b9fa2;
	border-bottom-color: #9b9fa2;
	border-style: solid;
	border-width: 1px; 
	color: #606060;
}

.form-input input.button {
	padding: 5px 7px;
	border: none;
	color: #2B2B43;
	background-color: #BECAD6;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.form-checkbox {
	display: none;
}

.checkbox-checked-image {
	background-image: url('../images/nostroy/checked-box.gif');
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	float: left;
	margin: 2px 5px 0 0;
}

.checkbox-unchecked-image {
	background-image: url('../images/nostroy/unchecked-box.gif');
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	float: left;
	margin: 2px 5px 0 0;
}

/* Registration form
-----------------------------------------------------------------------------*/

#reg-form {
	margin:0 auto;
	width:400px;	
}

#reg-form table {
	margin: 10px auto;	
}

#reg-form table tr.empty-space {
	margin: 10px auto;	
}

#reg-form table td {
	padding: 3px;
	text-align: right;	
}


/* Text
-----------------------------------------------------------------------------*/

.menu-multi-line {
	line-height: 16px;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	padding-left: 0;
	padding-right: 0;
}

#content-simple-text {
	padding: 0 19px 0 16px;
	text-align: left;
}

#content-simple-text ol,#content-simple-text ul {
	padding-left: 30px;
}

#content-simple-text a:link, #content-simple-text a:visited{
	color: #1b1462;
}

#content-simple-text a:hover, #content-simple-text a:visited:hover {
	color: #1b1462;
}

#content-simple-text table {
	border-collapse: collapse;
	border: 1px solid black;
}

#content-simple-text th {
	text-align: center;
	font-size: 12px;
	border: 1px solid black;
	padding: 12px;
}

#content-simple-text table td {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid black;
	padding: 6px;
	vertical-align: middle;
	text-align: center;

}

#content-simple-text table th {
	background-color: #DDD;
}

.pt {
	padding-bottom: 15px;
	height: auto;
}

.sub-pt {
	padding-left: 24px;
	padding-bottom: 4px;
}

.sub-pt-first {
	padding: 10px 0 4px 24px;
}

.sub-pt-last {
	padding: 0 0 15px 24px;
}

.rule {
	padding-bottom: 20px;
	height: auto;
}

.rule div.title {
	margin-bottom: 7px;
}

.rule-last div.title {
	margin-bottom: 7px;
}

.article-title {
	padding-bottom: 23px;
}

.article-pt {
	padding-bottom: 20px;
}

.article-subpt-first {
	padding: 13px 0 6px 22px;
}

.article-subpt-last {
	padding: 0 0 20px 22px;
}

.article-subpt {
	padding-left: 22px;
	padding-bottom: 7px;
}

.error-msg {
	color: red;
}

.dark-blue-text {
	color: #1b1462;
}

.green-text {
	color: #005625;
}

.red-text {
	color: #622814;
}

.green-link a {
	color: #005625;
}

.red-link a {
	color: #622814;
}

.ext-grid-panel-multiline .x-grid3-cell-inner {
	white-space: normal;
}

.misprint {
    color: #A9A9A9;
    font-size: 0.786em;
}

/* Polling
----------------------------------------------------------------------------*/

.poll-panel, #poll-results-panel {
	overflow: hidden;
}

.poll-panel a, #poll-results-panel a {
	color: #622814;
	font-size: 11px;
	font-weight: normal;
}

#poll-results-panel {
	display: none;
}

.poll-title {
	padding: 9px 11px 10px 11px;
	color: #622814; 
	text-align: left;
	font-weight: bold;
}

.poll-answers {
	padding: 0 10px 0 14px;
}

.poll-answers div.poll-answer {
	padding: 0 0 2px 0;
	color: #3b3c11;
}

.poll-panel div.poll-answer input {
	margin-right: 6px;
}

.poll-panel div.poll-answer div.band {
	padding-right: 70px;
	white-space: nowrap;
}

.poll-actions {
	padding-bottom: 16px;
}

#poll-results-out .poll-actions{
	padding-bottom: 0;
}

.poll-actions div.submit-btn {
	padding: 11px 0 0 11px;
}

.poll-actions div.total-votes {
	font-size: 10px;
	color: #606060;
	padding: 11px 0 0 12px;
}

.poll-actions div.view-results {
	padding: 0 0 0 12px;
	line-height: 16px;
	float: left;
}

.poll-actions div.view-results a {
	color: #622814;
	font-size: 11px;
	font-weight: bold;
}

.poll-actions div.history {
	padding: 0 0 0 220px;
	line-height: 16px;
}

.poll-actions div.history a {
	color: #622814;
	font-size: 11px;
	font-weight: bold;
}

.poll-history {
	position: absolute;
	width: 307px;
	display: none;
	padding: 10px;
	background-color: #c3cad0;	
	top: 40%;
	left: 40%;
}

.poll-history div.poll-history-container {
	background-color: #fff; 
	padding: 17px 17px 27px 17px;
}

.poll-history div.poll-history-container div.close-btn {
	float : right; 
	height: 15px; 
	width: 15px; 
	margin-top: -15px;
	margin-right: -15px;
	background: transparent url("../images/ext-uex/close-icon.gif") no-repeat center left !important;
}	

.poll-history div.poll-history-container div.close-btn:HOVER {
	cursor: pointer;
	background: transparent url("../images/ext-uex/close-icon-hover.gif") no-repeat center left !important;
}	

/* For printing
----------------------------------------------------------------------------*/

#title-for-printing {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#content-for-printing {
	padding: 5px;
}

.clearing-style {
	clear: both;
	display: none;
}

/* choose news range
----------------------------------------------------------------------------*/
.news-by-dates-panel {
	color: #606060;
	font-size: 11px;
	font-weight: bold;
}

.news-by-dates-panel a {
	color: #606060;
}

.news-by-dates-panel input {
	width: 100px;
	margin: 0 5px;
}

/* choose news page
----------------------------------------------------------------------------*/
#news-pages-selector-panel {
	margin: 5px 0 20px 0;
	font-size: 10px;
	color: #606060;
}

#news-pages-selector-panel span.active-link {
	margin-right: 7px;
	font-weight: bold;
}

#news-pages-selector-panel a, 
#news-pages-selector-panel a:link, 
#news-pages-selector-panel a:visited {
	font-size: 10px;
	text-decoration: underline;
	color: #606060;
	display: inline;
	margin-right: 7px;
}

#news-pages-selector-panel a:hover, 
#news-pages-selector-panel a:visited:hover {
	text-decoration: none;	
}

#news-pages-selector-panel a.active-link {
	text-decoration: none;
} 

/* choose persons page
----------------------------------------------------------------------------*/
#persons-pages-selector-panel {
	margin: 5px 0 20px 0;
	font-size: 10px;
	color: #606060;
}

#persons-pages-selector-panel span.active-link {
	margin-right: 7px;
	font-weight: bold;
}

#persons-pages-selector-panel a, 
#persons-pages-selector-panel a:link, 
#persons-pages-selector-panel a:visited {
	font-size: 10px;
	text-decoration: underline;
	color: #606060;
	display: inline;
	margin-right: 7px;
}

#persons-pages-selector-panel a:hover, 
#persons-pages-selector-panel a:visited:hover {
	text-decoration: none;	
}

#persons-pages-selector-panel a.active-link {
	text-decoration: none;
} 

/* FAQ
-----------------------------------------------------------------------------*/
#faq td a:hover {
	color:#ce0a0c;
	text-decoration:none !important;
}
#faq{
	position:relative;
	left:20px;
}

#faq li{
	border-bottom:none;
}

#faq a{
	color:#1b1462;
	line-height: 20px;
}
#faq span{
	color:#959ba2;
}
.faq-visible {
	text-decoration:none;
	cursor:pointer;
}
.faq-hidden {
	cursor:pointer;
}
.faq-hidden a:hover{
	text-decoration: none;
}
.faq-hidden a{
	cursor:pointer;
	text-decoration:underline;
	}
	
#jscloud{
	position:relative;
	padding-top: 20px;
	left:20px;
}	
#jscloud li{
	border-bottom:none;
}
#jscloud span{
	font-size:11px;
	color:#595959;
}
#jscloud a:hover{
	text-decoration: none;
    color: #1b1462;
}

.faq-by-part{
	position:relative;
	left: 10px;
}

#sroInfoTable{
	}
#sroInfoTable p{
	margin: 0 0 0 0;
}

#sroInfoTable table{
	border: 0;
	margin-left: auto;
    margin-right: auto;
	}
	
#sroInfoTable table tr{
	border: 0;
	}
	
#sroInfoTable table td.rightCell{
	font-weight: bold;
	border: 0;
	text-align: right;
	vertical-align: top;
	}
	
	#sroInfoTable table td.leftCell{
	border: 0;
	text-align: left;
	}
	
.english img{
		float: left;
		margin-bottom: 8px;
		margin-right: 8px;
		width: 70%;
	}

.english span{
	color: Red;
	font-size: larger;
	font-weight: bold;
}
.enlist {
	border: 5px solid #BECAD6;
	list-style-position: inside;
	padding: 5px 5px 0 5px;
}

.enlist li {
	font-weight: bold;
	list-style-type: none;
	}

.enlist li#listroot {
	padding-bottom: 5px;
	}

.enlist li ul li {
	font-weight: normal;
	list-style-type: disc;
	padding-left: 10px;
	}
	
/* ------------------ other ------------------- */
#toTopPage {
	float: right;
	padding-right: 20px;
}
#toTopPage a {
	color: #1B1462;
}
