@font-face {
    font-family: 'Cuprum';
    src: url('../font/cuprum-webfont.eot');
    src: url('../font/cuprum-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/cuprum-webfont.woff') format('woff'),
         url('../font/cuprum-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Oswald';
    src: url('../font/oswald-webfont.eot');
    src: url('../font/oswald-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/oswald-webfont.woff') format('woff'),
         url('../font/oswald-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
    background: url(../img/bg_pattern.png) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #42566c;
}

h2 {
	display: block;
	font-size: 18px;
	text-shadow: 1px 1px #FFF;
	padding: 5px 0;
	margin: 0;
	background: url(../img/div.png) repeat-x left bottom;
}

.locale-ci h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
/*
	width: 370px;
*/
	padding: 5px 0 10px 0;
	margin: 0;
}

h4 {
	font-size: 16px;
	padding: 5px 0 10px 0;
	margin: 0;
	font-weight: normal;
}


h6 {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-weight: normal;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #42566c;
}

a:hover {
	color: #ad2a30;
}

p, .cms-richtext {
	font-size: 12px;
	color: #8e8e8e;
	margin: 0;
	text-align: justify;
	line-height: 16px;
}

.cms-richtext, .cms-richtext p {
	font-size: 14px !important;
	line-height: 18px;
}

.cms-richtext ul {
	list-style-image: url(../img/bullet.png);
	list-style-position: inside;
	line-height:18px;
	padding-left:10px;
	margin: 0px;
}

.cms-richtext ol {
	list-style-type:decimal;
	list-style-position: inside;
	margin: 0;
	padding-left:10px;
	line-height: 18px;
}


#wrapper {
	margin: 0 auto;
	with: 100%;
}

.main {
}

/* Header
-------------------------------------------------------------------------------- */
.header_top {
	margin: 0 auto;
	width: 980px;
	height: 40px;
}

.header_top a {
	border-right: #42566C 1px solid;
	font-size: 12px;
	float: right;
	padding: 0 5px;
	margin-top: 13px;
}

.header_top a:hover {
	text-decoration: underline;
	color: #42566C;
}

.header_bottom {
	height: 110px;
	background: url(../img/bg_header.png) repeat-x left top;
	position:relative;
	z-index:999;
}

.menu {
	position: relative;
	width: 1130px;
	margin: 0 auto;
}


.logo {
	position: absolute;
	top: -34px;
}

.menu_list {
	padding-left: 110px;
	padding-top: 27px;
	padding-bottom: 23px;
}

.menu_list>li {
	display: inline;
	padding: 0px 10px 0 7px;
	border-right: #e4e4e4 1px solid;
	margin: 0;
	position:relative;
}

.locale-ci .menu_list>li  {
	padding: 0px 5px 0 5px;
}

.menu_list li.last {
	border: none;
}

.menu_list a {
	text-transform: uppercase;
	font-family: Oswald, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
}

.locale-ci .menu_list a  {
	font-family: 'Cuprum', Arial, sans-serif;
	font-stretch: condensed;
	font-size: 14px;

}

.menu_list a:hover, .dropdown:hover {
	border-bottom: #ad2a30 3px solid;
}

.menu_list li.active>a, .menu_list a.active  {
	color: #AD2A30;
}

.tab-me-tabs li.active>a, .menu_list a.active  {
	color: #AD2A30;
}

.dropdown {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	background: #FFF;
	border-bottom: #ad2a30 3px solid;
	box-shadow: 2px 3px 3px #d3d4d6;
	z-index: 99999;
	padding: 10px 0;
}

.dropdown li {
	text-align: center;
	float: left;
	padding: 5px 15px 5px 0;
	width: 180px;
	background: url(../img/shadow_vertical.png) no-repeat right center;
}

.dropdown li.last {
	background: none;
}


.dropdown a {
	display: block;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 0px;
}

.menu_list li li a {
	font-size: 14px !important;
}
.dropdown a:hover {
	color: #ad2a30;
	border: none;
}

.dropdown h5 {
	font-family: Oswald;
	font-size: 14px;
	padding: 15px 0 5px 0;
	margin: 0;
	font-weight: normal;
}

.locale-ci .dropdown h5 {
	font-family: 'Cuprum', Arial, sans-serif;
	font-size: 18px;
}

.menu_list li:hover ul.dropdown  {
	display: block !important;
}

.menu_list .dropdown:hover ul.dropdown {
	display: block !important;
}

.main_inner {
	margin: 0 auto;
	width: 980px;
	position:relative;
	z-index:1;
}

/* Main left
-------------------------------------------------------------------------------- */

.main_left {
	width: 680px;
	float: left;
}

.top_news .image {
	box-shadow: 2px 3px 3px #d3d4d6;
	position: relative;
	height: 162px;
	width: 220px;
	border-bottom: #ad2a30 3px solid;
	float: right;
	margin-bottom: 8px;
	background-color: #000;
}

.top_news .image a {
	cursor:pointer;
}

.top_news .main .first {
	box-shadow: 2px 3px 3px #d3d4d6;
	position: relative;
	float: left;
	border-bottom: #ad2a30 3px solid;
	width: 445px;
	height: 335px;
	background-color: #000;
	font-size: 14px;
}

.top_news p {
	width: 200px;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	left:0;
	display: block;
	background: url(../img/top_news_transparent.png) repeat left top;
	color: #FFF;
	text-align: left !important;
}

.top_news .main p {
	width: 425px;
	padding: 10px;
	font-size: 20px;
	line-height: 21px;
}

.top_news a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.news_box {
	margin-top: 10px;
}

.news_menu {
	background: url(../img/bg_news_menu.png) repeat-y left top;
	width: 180px;
	float:left;
}

.news_menu li {
	text-align: right;
	background: url(../img/bg_news_menu_border.png) no-repeat left bottom;
	float:left;
	width:180px;

}

.news_menu li a {
	display: block;
	padding: 25px 10px 25px 0;
	text-decoration: none;
	color: #42566c;
	font-size:12px;
	text-transform: uppercase;
}

.news_menu a:hover, {
	color: #ad2a30;
}

.news_menu li.last:hover {
	background: url(../img/bg_news_menu_hover.png) repeat-y left top;
}

.news_menu li:active {
	background: url(../img/bg_news_menu_border.png) no-repeat left bottom, url(../img/bg_news_menu_hover.png) repeat-y left top;
}

.news_menu li.last {
	background: none;
}

.news_menu li:hover, .news_menu li.active {
	background:  url(../img/bg_news_menu_hover.png) repeat-y left top;
}

.news_list {
	box-shadow: 2px 3px 3px #d3d4d6;
	float: right;N
	width: 500px;
	height: 272px;
	background: #FFF;
}

.news_list p {
	float: right;
	width: 370px;
	padding: 0;
	margin: 0;
}

.news_list h3 {
	float: right;
	width: 370px;
	margin: 0;
	padding-top: 1px;
	color: #ad2a30;
}

.news_list h3:hover {
	color: #42566c;
}
.news_list a:hover h3 {
	color: #42566c;
	text-decoration:none;
	cursor:pointer;
}

.news_list img {
	float: left;
}


.news_list li {
/*	height: 77px;*/
	width: 480px;
	margin: 0px 10px 0px 10px;
	padding: 4px 0;
	border-bottom: #CCC 1px solid;
	float:left;
}

.news_list .last {
	background: none;
}

.news_list li.last {
	border: none;
}

.news_list ul {
	width:500px;
	float:right;
	}

.all_statements {
	display: block;
	text-decoration: none;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	color: #ad2a30;
}

.news_list a:hover,
.main_left_bottom a:hover {
	text-decoration: underline;
}

.main_left_bottom {
	width: 680px;
	margin-top: 20px;
}

.main_left_bottom div {
	box-shadow: 2px 3px 3px #d3d4d6;
	width: 330px;
	height: 160px;
	background: url(../img/eagles.png) no-repeat left top #FFF;
	float:right;
	margin-bottom:10px;
}

.main_left_bottom div.modulus {
	float: left;
}

.main_left_bottom h3,
.main_left_bottom p {
	float: right;
	width: 210px;
	padding-right: 10px;
}

.main_left_bottom a {
	float: right;
	width: 300px;
}

/* Main right
-------------------------------------------------------------------------------- */
.main_right {
	float: right;
	width: 280px;
}

.main_right_events li,
.news_scroll li {
	height: 85px;
	background: #FFF;
	box-shadow: 2px 3px 3px #d3d4d6;
	margin: 15px 0;
}
.main_right_events {
	background: url(../img/header_decoration.png) no-repeat 128px -8px;
}

.main_right_events h3, .main_right_events .event_text,
.news_scroll h3, .news_scroll p {
	width: 175px;
	float: right;
	padding-right: 10px;
}

.news_scroll ul li img {
	float:left;
}

.news_scroll ul {
	padding-bottom: 5px;
}

.news_scroll li, .main_right_events li {
	position: relative;
}

.news_scroll li .shadow , .main_right_events li .shadow {
	position: absolute;
	bottom: -7px;
	right: -8px;
}

.news_scroll h2 a {
	position: relative;
	display: inline-block;
	width: 137px;
	text-align: center;
}

.news_scroll h2 a:hover img, .news_scroll h2 a.active img {
	display: block;
}

.news_scroll h2 a.active {
	color: #AD2A30;
}

.news_scroll h2 img {
    display: none;
    position: absolute;
    top: 24px;
	left:0;
}


.news_scroll h3, .main_right_events h3  {
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 18px;
	max-height: 28px;
}

.news_scroll .event_text, .main_right_events .event_text {
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 16px;
	max-height: 32px;
	text-align: left;
}

.main_right_events .date {
	width: 85px;
	background-color: #42566c;
	color: #FFF;
	font-size: 40px;
	text-align: center;
	padding-top: 25px;
	line-height: 21px;
	float:left;
	height:60px;
}

.main_right_events .date a { float:right; }

.main_right_events span {
	font-size: 15px;
}

.main_right_events .date .event-left-date {
	width:30px;
	text-align:center;
	padding:0 0 0 4px;
}

.main_right_events .date .event-date-separator {
	width:auto;
	text-align:center;
	line-height: 11px;
}

.main_right_events .date .event-right-date {
	width:30px;
	text-align:center;
	padding:0 4px;
}

.main_right_events .clearfix span {
	width:100%;
	text-align:center;
}

.main_right_events .date span {
	float:left;
	padding:5px 0 0 0;
	width:100%;
	text-align:center;
}

.main_right_events .date div {
	float:left;
}

.main_right_btns {
	margin-top: 20px;
	background-color: #CCC;
}

.main_right_btns a {
	display: block;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	margin: 1px 0;
	padding: 21px 0;
	box-shadow: 2px 3px 3px #d3d4d6;
}

.main_right_btns a.corruption {
	background: url(../img/btn_corruption.png) no-repeat left bottom #42566c;
}

.main_right_btns a.corruption:hover {
	background: url(../img/btn_corruption.png) no-repeat left bottom #354b63;
}

.main_right_btns a.public {
	background: url(../img/btn_public.png) no-repeat right bottom #58718b;
}

.locale-ci a.public, .locale-sr a.public {
	padding:10px 0;
}

.main_right_btns a.public:hover {
		background: url(../img/btn_public.png) no-repeat right bottom #47607a;
}

.main_right_btns a.question {
	background: url(../img/btn_question.png) no-repeat left bottom #6c839a;
}

.main_right_btns a.question:hover {
	background: url(../img/btn_question.png) no-repeat left bottom #5e7d9b;
}

.main_right_btns a.informe{
	background: url(../img/btn_informe.png) no-repeat right top #8699ac;
}

.main_right_btns a.informe:hover {
	background: url(../img/btn_informe.png) no-repeat right top #5a7590;
}


.main_right_links {
	margin-top: 20px;
	height: 215px;
	background: url(../img/div.png) repeat-x left bottom;
	overflow: hidden;
	width:100%;
	float:left;
}

.main_right_links h2 { width:100%; float:left; }
.main_right_links h2 span { float:left; }
.main_right_links ul { float:left; width:100%; }

.main_right_links a {
	font-size: 12px;
	color: #8e8e8e;
	line-height: 23px;
}

.main_right_links a.arrow {
	display: inline;
	width: 21px;
	height: 21px;
	background: url(../img/links_btn.png) no-repeat left top;
	float: right;
}

.main_right_links a.arrow_right {
	background: url(../img/links_btn.png) no-repeat right top;
}

.main_right_links a.arrow_right:hover {
	background: url(../img/links_btn.png) no-repeat right bottom;
}


.main_right_links a.arrow_left:hover {
	background: url(../img/links_btn.png) no-repeat left bottom;
}


.main_right_links a:hover {
	color: #666;
}

/* Main pages left
-------------------------------------------------------------------------------- */

.main_pages_left {
	width: 300px;
}

.pages_menu a {
	display: block;
	margin-bottom: 1px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	padding: 18px 5px;
}

.pages_menu a:hover {
	background: #394c60;
	opacity: 0.5;
}

.side-menu-background-1 {
	background: #5c758e url("../img/side_menu_bgr1.png") no-repeat left top;
}

.side-menu-background-2 {
	background: #6c839a url("../img/side_menu_bgr2.png") no-repeat right top;
}

.side-menu-background-3 {
	background: #839db4 url("../img/side_menu_bgr3.png") no-repeat left top;
}

.side-menu-background-4 {
	background: #90acc5 url("../img/side_menu_bgr4.png") no-repeat right top;
}

.side-menu-background-5 {
	background: #9cb9d3 url("../img/side_menu_bgr5.png") no-repeat left top;
}

.side-menu-background-6 {
	background: #aabfd1 url("../img/side_menu_bgr6.png") no-repeat right top;
}

.side-menu-background-7 {
	background: #b6c3cf url("../img/side_menu_bgr7.png") no-repeat left bottom;
}

.side-menu-background-8 {
	background: #c4d2df url("../img/side_menu_bgr8.png") no-repeat right bottom;
}

.side-menu-background-9 {
	background: #c9d5df url("../img/side_menu_bgr9.png") no-repeat left bottom;
}

.pages_menu li.active a {
	color: #ad2a30;
	background: #FFF;
}

.main_pages_left .main_right_events, .main_pages_left .main_right_btns, .news_scroll {
	width: 280px;
	margin-top: 40px;
}

.main_right_events a { cursor: pointer; }

/* Main pages right
-------------------------------------------------------------------------------- */

.main_pages_right {
	float: right;
	width: 680px;
}

.main_pages_text, .main_pages_box {
	background: #fff;
	/*box-shadow: 2px 3px 3px #d3d4d6;*/
	float:left;
	width:680px;
	-webkit-box-shadow: #d3d4d6 2px 3px 3px;
	-moz-box-shadow: #d3d4d6 2px 3px 3px;
	box-shadow: #d3d4d6 2px 3px 3px;
	behavior: url(/js/PIE.htc);
	position:relative;
	z-index:1;
}

.main_pages_source {
	margin: 0px 20px;
	padding: 5px 0 20px 5px;
	border-top: #e4e4e4 1px dashed;
	font-size: 12px;
	color: #8e8e8e;
}

.download {
	float: right;
	position: relative;
	width:340px;
}

.bulletin-dw { width:223px; }

.download a {
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	width: 120px;
	padding: 7px 0;
	background: #FFF;
	border: #CCC 1px solid;
	bottom: 0px;
	left: 19px;
}

.download a.last {
	left: 59px;
}

.download .left {
	position: absolute;
	bottom: -16px;
	left: 38px;
}

.download .right {
	position: absolute;
	bottom: -16px;
	right: 38px;
}

.download_small {
	position: relative;
}

.download_small a {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	width: 100px;
	padding: 5px 0;
	background: #FFF;
	border: #CCC 1px solid;
	bottom: 25px;
	left: 60px;
}


.modulus.download_small a {
	left: 40px;
}

.download_small a.last {
	left: 46px;
}

.download_small .left {
	position: absolute;
	bottom: 19px;
	left: 54px;
}

.download_small .right {
	position: absolute;
	bottom: 19px;
	right: 58px;
}

.modulus.download_small .left {
	left: 34px;
}

.modulus.download_small .right {
	right: 55px;
}

.download a:hover, .download_small a:hover {
	background: #EEE;

}

.pages_header {
	padding: 10px 20px 2px 20px;
	background: url("../img/shadow_big.png") no-repeat center bottom;
}

.pages_header_other {
	float: right;
	padding-left: 10px;
	border-left: #e4e4e4 1px solid;
	width:110px;
}

.pages_header h6 {
	/*min-height:30px;*/
	padding-bottom: 33px;
}

.pages_btn a, .print {
	background: url(../img/share.png) no-repeat left top;
    display: inline;
    float: right;
    height: 31px;
    width: 31px;
	margin-right: 5px;
	border: none;
}

.pages_header_other .print:hover {
	background: url(../img/share.png) no-repeat left bottom;
}

.pages_header_other a.google {
	background: url(../img/share.png) no-repeat center top;
}

.pages_header_other a.google:hover {
	background: url(../img/share.png) no-repeat center bottom;
}

.pages_header_other a.face {
	background: url(../img/share.png) no-repeat right top;
}

.pages_header_other a.face:hover {
	background: url(../img/share.png) no-repeat right bottom;
}

.list {
	margin-left: 20px;
	float:left;
}

.list li {offsetWidth
	width: 640px;
	border-bottom: #e4e4e4 1px solid;
	padding: 5px 0 10px 0;
	float:left;
}

.list li img { float:left; }

.list li.last {
	border: none;
}

.list  p {
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 16px;
	max-height: 66px;
}

.list .list_info, .list p {
	float: right;
	width: 460px;
}

.list_info {
	padding: 5px 0;
	border-top: #e4e4e4 1px dashed;
	border-bottom: #e4e4e4 1px dashed;
	margin-bottom: 5px;
}

.list_info .category {
	float: right;
	font-size: 12px;
	margin: 0;
}

.list_info p {
	float: left;
	display: inline;
	width:150px;
}

.pagination {
	text-align: right;
	padding: 10px 20px;
}

.pagination li {
	display: inline;
}

.pagination a {
	display: inline-block;
	padding: 1px 5px;
	border: #fff 1px solid;
}

.pagination a:hover {
	color: #42566C;
	border: #42566C 1px solid;
}

.pagination span.current {
	background-color: #42566C;
	color: #fff;
	padding:2px 5px;
	margin:1px;
}

.pagination a:active {
	color: #FFF !important;
	background: #42566C;
}

.details {
	padding: 10px 20px 20px 20px;
	width:640px;
}

.details img.cms-image {
	float: right;
	margin: 10px 0 20px 15px;
	box-shadow: 0px 0px 4px #b6b6b6;
}

.download img {
	margin: 10px 0 10px 15px;
}

.main_pages_box {
	margin-top: 20px;
}

.main_pages_box .info-div {
	margin: auto;
	padding: 20px 0;
	width: 80%;
	text-align:center;
}

.main_pages_box  h4 {
	text-align: center;
}

.box_header {
	position:relative;
	background: url(../img/eagles_small.png) no-repeat right bottom #6c839a;
	margin-bottom: 10px;
}

.box_header p {
	color:#FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	padding: 13px 10px;
}

a.box_header_select {
	color: #fff;
	margin: 10px 10px 0 0;
	padding-right: 25px;
	background: url(../img/arrow_select.png) no-repeat right 7px;
}

a.box_header_select:hover {
	color: #b0b0b0;
	background: url(../img/arrow_select.png) no-repeat right -13px;
	cursor: pointer;
}

div.box_header_select_holder {
	float:right;
}

div.box_header_select_elements {
	display:none;
	position: absolute;
	right: 0px;
	top: 0px;
	background: white;
	width: 87px;
	border: 1px solid #42566c;
	margin: -1px;
	z-index: 50px;
	box-shadow: 2px 2px 12px #5a6f84;
}

div.box_header_select_elements .select-item-option:hover, div.box_header_select_elements .select-item-option.active {
	background: #42566c;
	color: white;
	cursor: pointer;
}

div.box_header_select_elements .select-item-option:hover a, div.box_header_select_elements .select-item-option.active a {
	color: white;
}

div.box_header_select_elements a.box_header_select {
	color: #42566c;
	padding: 0px;
}

div.box_header_select_elements a.box_header_select:hover {
	background:transparent;
	padding: 0px;
}

.select-item, .select-item-option {
	padding: 10px;
}

.select-item-main {
	height:22px;
	display:block;
}

ul.header {
	background: url(../img/shadow_big.png) no-repeat center bottom;
	height: 45px;
	text-align: center;
}

ul.header li {
	float: left;
	border-right: #e4e4e4 1px solid;
	width: 225px;
}


ul.header a {
	position: relative;
}

ul.header img{
	display: none;
	position: relative;
    top: 7px;
}

ul.header a:hover img, ul.header li.active a img {
	display: block;
}

ul.header li.last {
	border: none;
}

ul.box_list {
	margin-left: 25px;
	min-height: 60px;
}

ul.box_list li {
	width: 170px;
	padding: 0 24px 30px 29px;
	background: url(../img/shadow_vertical.png) no-repeat left center;
	float: left;
	min-height: 280px;
	text-align: left !important;
}

ul.box_list li p {
	text-align: left !important;
}

ul.box_list li.modulus {
	background: transparent;
	padding-left:5px;
}

/* corruption
-------------------------------------------------------------------------------- */
.report_corruption {
	float: right;
	width: 280px;
	background: #6c839a;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.report_corruption h4 {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	font-weight: normal;
	font-size: 16px;
	background: url(../img/div_blue.png) repeat-x left bottom;
}

.corruption_in, .corruption_text  {
	font-size: 14px;
	color: #42566c;
	margin: 0;
	padding: 5px 0 5px 10px;
	height: 24px;
	width: 270px;
	margin-top: 15px;
	border: #a0a0a0 1px solid;
	border-radius: 0;
}



.corruption_text {
	height: 265px;
}


.validation-error-message {
/*
	display: none;
*/
	clear:both;
	background: url(../img/validation_error.png) no-repeat left top;
	padding: 15px 10px 10px 10px;
	color: #dd4c4c;
	font-size: 14px;
	position: relative;
	top: 3px;

}

.corruption_button {
	width: 280px;
	margin: 20px 0;
	background: url(../img/newsletter_btn.png) no-repeat 245px center #42566c;
	height: 38px;
	border: none;
	box-shadow: 1px 1px 2px #5a6f84;
	color: #FFF;
	font-size: 16px;
}

.corruption_button:hover {
	background: url(../img/newsletter_btn.png) no-repeat 245px center #394c60;
}

.corruption_left {
	float: left;
	width: 640px;
}

.corruption_left .main_pages_text {
	float: left;
	width: 100%;
}

.corruption_left .main_pages_text .details {
	float: left;
	width: 600px;
}

.corruption_left .main_pages_box {
	width:640px;
	float:left;
}

.documents li {
	border-bottom: #CCC 1px solid;
	padding: 10px 0px;
	margin: 0px 10px;
	float:left;
	width:620px;
}

.documents li.last {
	border-bottom: none;
}

.documents a {
	float: right;
	display: inline;
	font-size: 12px;
	color: #ad2a30;
}

.documents a:hover {
	text-decoration: underline;
}

.documents h3 {
	padding: 0;
	font-weight: normal;
	width:500px;
	float:left;
}

.corruption_left .box_header {
	margin: 0px;
}

.corruption_boxlist {
	margin-top: 20px;
	margin-left: 25px !important;
}

.corruption_boxlist li {
	width: 160px !important;
	padding: 0 28px 10px 28px !important;

}

.corruption_boxlist li.modulus {
	width: 160px !important;
	padding: 0 20px 10px 0px !important;

}

/* Contact
-------------------------------------------------------------------------------- */

.contact_left {
	margin-top: 0px !important;
}

.contact_box img {
	margin-bottom: 20px;
}

.contact_form .corruption_text {
	height: 150px;
}

.contact_info ul {
	width: 280px;
}

.contact_info li {
	padding-bottom: 20px;
}

.contact_info p {
	line-height: 17px;
}

.contact_info {
	color: #424242;
}

.contact_info h3.first {
	text-transform: uppercase;
}

.contact_info h3 {
	width: 280px;
}

/* Footer
-------------------------------------------------------------------------------- */
.companies {
	margin-top: 20px;
	width: 100%;
	height: 115px;
	background: #FFF url(../img/bg_footer_shadow.png) repeat-x left top;
}

.footer {
	background: url(../img/bg_footer_shadow.png) repeat-x left top #42566c;
	border-bottom: #ad2a30 solid 5px;
}


.footer_content {
	margin: 0 auto;
	width: 980px;
	padding-bottom:10px;
	background: url(../img/bg_footer_img.png) no-repeat left bottom;
}

.footer_content p {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 0 10px 0;
	line-height: 28px;
}

.footer_contact {
	float: right;
	padding-right: 70px;
}

.footer_contact p {
    text-transform:none;
	font-weight: normal;
	font-size: 14px;

}

.footer_contact span {
	text-transform: uppercase;
}

.newsletter {
	float: right;
	width:272px;
}

.newsletter-button {
	float: right;
	width: 40px;
	height: 40px;
	border: none;
	background: url(../img/newsletter_btn.png) no-repeat center center #23384f;
}

.newsletter-button:hover {
	background: url(../img/newsletter_btn.png) no-repeat center center #152538;
}
.newsletter-in {
	float: left;
	font-size: 14px;
	color: #42566c;
	margin: 0;
	padding:11px 0 10px 10px;
	width: 220px;
	border: #a0a0a0 1px solid;
	border-radius: 0;
}

.footer_signature {
	margin-top:20px;
	color:white;
	text-align:right;
	font-size: 14px;
	line-height: 22px;
}

.footer_signature .signature, .footer_signature .signature_image {
	float:right;
	margin-left:10px;
}


@media print {
	.no-print { display: none!important; }
	.main_pages_right, .corruption_left { width: 100%; }
	h6 {
		font-size: 20px !important;
		font-weight: bold;
		text-align: center;
	}
	p {
		font-size: 14px;
		line-height: 15px;
	}
	.main_pages_text {
		box-shadow: none !important;
	}
}

.form-message {
	clear:both;
	color: white;
}

.main_pages_text .list {
	margin-right: 10px;
}

#gmap {
	width: 635px;
	height: 250px;
	margin-bottom:10px;
}

.captcha-image {
}

.captcha-image img {
	padding: 0px;
	margin: 15px 0 0 0;
	float:left;
}

.captcha-image input {
	float: left;
	width: 125px;
	margin: 17px 0 0 10px;
}

.event-left-date, .event-right-date {
	/*width: 48%;*/
	float:left;
	font-size: 27px !important;
	padding:0 4px;
}

.event-date-separator {
	float:left;
	font-size: 30px !important;
	padding:0;
}

.event-month {
	float:left;
	width: 100%;
	font-size: 15px !important;
	text-align: center;
	margin-top:5px;
}


/* Breadcrumbs */
.breadcrumbs {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}
	.breadcrumbs p {
		float:left;
		margin-right: 10px;
	}
	.breadcrumbs li {
		display: inline;
	}
	.breadcrumbs li.last {
		color: #8e8e8e;
	}


/* Custom select box */

.intellex-select-holder {
	position:relative;
	width: auto;
}

.intellex-select-item-main {
	height:25px;
	cursor: pointer;
	padding: 0 10px;
}

.intellex-select-item {
	padding:5px 10px;
	cursor: pointer;
}

.intellex-select-item:hover, .intellex-select-item.active {
	background: #42566c;
}

.intellex-select-item:hover a, .intellex-select-item.active a {
	color: white;
}

.intellex-select-elements {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	margin: -1px;
	border: 1px solid #42566c;
	background: white;
	box-shadow: 2px 2px 12px #5a6f84;
	z-index: 1500;
}


/* Stats */


	.filter-form .filters {
		margin: 10px 0;
	}


	.filter-form .filters .filter {
		position:relative;
		width:97%;
		padding:10px;
		margin-top: 20px;
	}

	.filter-form .empty-message {
		display:none;
	}

	.filter-form .filters .filter-half {
		width: 45%;
	}

	.filter-form .filters .filter-half.left {
		float:left;
	}

	.filter-form .filters .filter-half.right {
		float:right;
	}

	.filter-form .filters .book-filter {
		width:30%;
		float:left;
	}

	.filter-form .filters .office-filter {
		width:60%;
		float:right;
	}

	.filter-form .filters select, .filter-form .filters input {
		width: 100%;
	}

	.filter-form .filters .title {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #42566c;
		padding:3px;
		width:auto;
		position: absolute;
		top: -17px;
	}

	.filter-form .filters input {
		float:right;
		width: 98%;
		border: #42566c 1px solid;
		padding-left: 2%;
		height: 33px;
		box-shadow: 0 0 4px #bebebe inset;
		color: #42566c;
		background: #FAFAFA;
	}

	.filter-form .submit {
		margin: 30px 0;
		float: right;
	}

	.filter-form .filter-btn {
		background: #42566c;
		height: 38px;
		width:150px;
		border: none;
		box-shadow: 1px 1px 2px #5a6f84;
		margin-right: 10px;
		color: #FFF;
		font-size: 16px;
	}

	.filter-form .filter-btn:hover { background: #23384f; }

	.filter-form div.acts-filter {
	}

	.filter-form .choosen-ones {
		width: 98%;
		border: #42566c 1px solid;
		padding: 5px 0;
		padding-left: 2%;
		height: 25px;
		box-shadow: 0 0 4px #bebebe inset;
		background: #FAFAFA;
	}

	.filter-form .choosen-ones .empty-message {
		text-align:center;
		font-size: 12px;
	}

	.h4-filter {
		border-bottom: #CCC 1px solid;
		padding: 5px 0;
		text-transform: uppercase;
	}

	.choosen-ones .one-choosen-elem .delete-parent {
		cursor: pointer;
		width: 36px;
		height: 36px;
		position: absolute;
		top: 10px;
		right: 9px;
		background: url(../img/ic_close.png) no-repeat center center #42566c;
	}

	.choosen-ones .one-choosen-elem .delete-parent:hover {
		background: url(../img/ic_close.png) no-repeat center center #23384f;
	}

		.custom-combobox {
		position: relative;
		display: inline-block;
		width:100%;
		float:right;
	}

	.custom-combobox .ui-helper-hidden-accessible {
		display:none;
	}

	.ui-autocomplete {
		background-color:white;
		border-radius:3px;
		box-shadow: 1px 1px 2px #5a6f84;
		border: 1px solid #5a6f84;
		overflow:auto;
		max-height:300px;
		width: 500px;
		z-index: 500;
	}

	.ui-autocomplete li {
		cursor:pointer;
		padding:5px;
	}

	.ui-autocomplete li:hover {
		cursor:pointer;
		background-color: #eee;
	}


	.custom-combobox-toggle {
		width: 36px;
		height: 36px;
		position: absolute;
		right: -1px;
		background: url(../img/arrow_select.png) no-repeat 9px 15px #42566c;
		cursor: pointer;
	}

	.custom-combobox-toggle:hover {
		background: url(../img/arrow_select.png) no-repeat 9px 15px #23384f;
	}

	.results-holder {
		font-size: 14px;
		padding-top: 10px;
		}

