/*
 * Yahoo UI CSS reset
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/* end of css reset */

a, a:link, a:active, a:focus {
	text-decoration: none;
	color: #0000FF;
	outline: none;
	-moz-outline: none;
}

a:hover {
	text-decoration: underline;
}

.default_title {
	color: #EE992E;
	font-family: 'Open Sans', Sans-serif, Arial;
	font-weight: bold;
	text-transform: uppercase;
}

h1.main_title {
	margin-left: 70px;
	margin-top: 15px;
	margin-bottom: 20px;
}

h1.normal_title {
	font-size: 24px;
}

h1.media_title {
	font-size: 29px; 
	margin-left: 89px;
}

h2.default_title {
	font-size: 21px;
}

h1.big_group_title {
	font-family: 'Open Sans', Sans-serif, Arial;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #1B191C;
	margin-bottom: 15px;

}
h1.big_group_title a {
	color: #1B191C;
}
h1.margined_title {
	margin-left: 70px;
}
h1.big_group_title span.big_group_subtitle {
	font-family: 'Open Sans', Sans-serif, Arial;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
}

h1.page_title {
	padding-bottom: 20px;
	margin-left: 70px;
}

body {
	background: #E7E6DF;
	font-family: Arial, Helvetica, Sans-serif;
	color: #1B181C;
	font-size: 12px;
}

div.main {
	width: 960px;
	margin: 0 auto 40px;
}

div#content {
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	background: #FFFFFF;
	padding: 0 0 20px 20px;
	width: 938px;
	background: transparent url('/static/images/content_bg.png') repeat-y 0 0;
}

.clear {
	clear: both;
}

div#left_column {
	width: 584px;
	min-height: 600px;
	float: left;
	padding-right: 15px;
	margin-top: 20px;
}
div#right_column {
	width: 245px;
	padding: 20px 61px 20px 32px;
	float: left;
	background-color: #ffedd7;
	border-left: 1px solid #E7E7E7;
}


div#logo {
	height: 80px;
}

div#logo a#logo_link {
	display: block;
	height: 80px;
	background: #191D26 url(../images/logo.png) no-repeat 0 0;
	width: 960px;
	text-indent: -10000em;
	overflow: hidden;
	overline: none;
}

div#menu_line {
	height: 34px;
	background: url(../images/menu_bg.jpg) repeat-x 0 0;
}

div#footer_menu_line {
	height: 34px;
	background: url(../images/footer_menu_bg.jpg) repeat-x 0 0;
}

ul.menu {
	float: left;
}
ul.menu li {
	list-style: none;
	display: block;
	float: left;
	height: 27px;
	padding: 7px 17px 0;
	border-right: 1px solid #989898;
	position: relative;
}

ul.menu li span.notification {
	position: absolute;
	top: -15px;
	right: 5px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	width: 50px;
	height: 21px;
	background: url(../images/notification.png);
}

ul.menu li span.notification_blink {
	background-position: 0 -21px;
}

ul.group_list li span.notification {
	display: block;
	width: 50px;
	height: 21px;
	background: transparent url(../images/notification.png) no-repeat 0 0;
	float: right;
	position: relative;
	right: 7px;
	margin-top: -22px;
	text-indent: -10000px;
}

ul.group_list li span.notification_blink {
	background-position: 0 -21px;
}

ul.menu li.active {
	background: #969596;
	box-shadow: 1px 2px 4px 0 rgba(1, 2, 2, 0.34) inset;
	-moz-box-shadow: 1px 2px 4px 0 rgba(1, 2, 2, 0.34) inset;
	-o-box-shadow: 1px 2px 4px 0 rgba(1, 2, 2, 0.34) inset;
	-webkit-box-shadow: 1px 2px 4px 0 rgba(1, 2, 2, 0.34) inset;
}

ul.menu li a {
	text-transform: uppercase;
	color: #19191B;
	font-family: 'Open Sans', Sans-serif, Arial;
	font-size: 13px;
}

ul.menu li.supporter {
	text-transform: uppercase;
	color: #19191B;
	font-family: 'Open Sans', Sans-serif, Arial;
	font-size: 13px;
	border-right: none;
}

ul.menu li.supporter_img {
	padding: 0 25px 7px 5px;
}

ul.menu li.mti_news {
	border-right: none;
	padding-top: 0;
	padding-left: 55px;
}

ul.menu li.mti_news img {
	padding: 0;
}

h3.news_title,
h3.news_title a {
	color: #234b7b;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

h3.news_title span.found {
	background-color: #fcf6ae;
}

div.news_date {
	float: left;
	width: 70px;
	padding: 0;
	color: #747474;
}

div.bold_date span {
	font-weight: bold;
}

div.news_date span.year {
	display: block;
	font-size: 13px;
	font-family: 'Open Sans', Sans-serif, Arial;
	letter-spacing: -1px;
}
div.news_date span.date_rest {
	display: block;
	font-size: 10px;
	white-space: nowrap;
	font-family: 'Open Sans', Sans-serif, Arial;
	letter-spacing: -1px;
}

div.news_container {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div.news_container.media_container {
	padding-left: 90px;
}

div.news_list div.news_container {
	border-bottom: 1px solid #E7E7E7;
}

div.news {
	padding: 0;
	float: left;
	width: 514px;
}

div.media_container div.news {
	width: 494px;
}

div.news div.lead {
	font-size: 12px;
	line-height: 16px;
}

div.news div.bold_lead {
	font-weight: bold;
}

div.news div.body {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

div.news div.content_lead {
	margin-bottom: 20px;
}
div.news div.important_lead {
	font-weight: bold;
}

div.mediaszab {
	margin-bottom: 20px;
}

div.mediaszab ul li {
	color: #1B181C;
	font-weight: bold;
	font-size: 12px;
	padding: 7px 0 0 10px;
	margin-left: 14px;
	list-style: url('/static/images/point_blue.png') outside none;
}

div.mediaszab ul li.black {
		list-style: url('/static/images/point_black.png') outside none;
}

div.mediaszab ul li a {
	color: #234b7b;
	font-weight: bold;
	font-size: 12px;
}

div.mediaszab span.desc {
	font-weight: normal;
}

div.mediaszab ul li ul li {
	list-style: url('/static/images/circle_blue.png') outside none;
}

div.mediaszab ul li ul li a {
	color: #234b7b;
	font-weight: normal;
	font-size: 12px;
}


div.document {
	padding-left: 20px;
	background: url(../images/link_arrow.png) no-repeat 0 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E7E7E7;
}

div.documents {
	margin-bottom: 20px;
}
div.documents h2.default_title {
	padding-bottom: 10px;
}

div.document a.doc_title {
	color: #234b7b;
	font-weight: bold;
	font-size: 12px;
}
div.document p.doc_lead {
	font-size: 12px;
	font-weight: bold;
	color: #747474;
	margin-top: 10px;
}

a.more {
	display: block;
	text-align: right;
	color: #EE992E;
	font-size: 13px;
}

div.content_without_date {
	padding-left: 70px;
}

div.group_list_container {
	height: 30px;
	margin-bottom: 20px;
}
div.group_list_margin {
	margin-left: 70px;
}

div.group_list_container ul.group_list {
	/* overflow: hidden; */
}	
div.group_list_container ul.group_list li {
	list-style: none;
	display: block;
	float: left;
	font-size: 12px;
	font-family: 'Open Sans', Sans-Serif, Arial;
	color: #19191B;
	text-align: center;
	padding: 0 10px;
	padding-top: 8px;
	height: 22px;
	background-color: #E4E4E4;
}
div.group_list_container ul.group_list li a {
	color: #19191B;
}

div.group_list_container ul.group_list li.normal_group {
	border-right: 1px solid #959595;
}


a.law_code,
span.law_code {
	font-size: 12px;
	font-family: 'Open Sans', Sans-serif, Arial;
	font-weight: bold;
	color: #1B181C;
	margin-bottom: 20px;
	display: block;
	background: url(../images/law_row.png) no-repeat 0 center;
	padding-left: 15px;
}

div.search {
	float: right;
	padding-top: 5px;
	margin-right: 20px;
}

div.search a#search_button {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Open Sans', Sans-serif, Arial;
	margin-right: 10px;
	color: #1B181C;
}

div.search input#query {
	width: 107px;
	height: 16px;
	border: 0 none;
	padding: 2px;
	background: url(../images/input_bg.jpg) no-repeat 0 0;
}

div.total {
	margin-bottom: 15px;
	margin-left: 70px;
}

div.addthis_toolbox {
	margin-top: 25px;
}

div.pager {
	margin-top: 20px;
	text-align: center;
}
div.pager .page_link {
	font-size: 12px;
	color: #1B181C;
}
div.pager a.inactive {
	font-family: 'Open Sans', Sans-serif, Arial;
	font-weight: normal;
}
div.pager span.active {
	font-family: 'Open Sans', Sans-serif, Arial;
	font-weight: 600;
}

div.pager a.next_page,
div.pager a.prev_page {
	font-family: 'Open Sans', Sans-serif, Arial;
	text-transform: uppercase;
	color: #EE992E;
}

div.pager a.next_page {
	margin-left: 10px;
}

div.pager a.prev_page {
	margin-right: 10px;
}

div.intro {
	line-height: 16px;
	font-size: 12px;
}
div.intro p,
div.news p {
	margin-bottom: 20px;
}

div.print,
div.connection {
	position: relative;
}

div.connection a.connection_print_icon {
	position: absolute;
	top: 0;
	right: 0;
}

div.print a.print_icon {
	position: absolute;
	top: -26px;
	right: 0;
}
div#main_page div#right_column {
	padding-top: 38px;
}

div.box.partners a {
	float: left;
	clear: left;
	margin: 15px 61px;
	display: block;
	width: 123px;
}
