* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

ul {
	list-style: none;
}

img {
	border: none;
}

hr {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	color: #dddddd;
	background-color: #fff;
	border: none;
}

html, body  {
	height: 100%;
}

body, a, input {
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #fff;
}

body {
	background: #000 url(../images/site_images/bgr_default.jpg) no-repeat center top;
}

body.home {
	background-image: url(../images/site_images/bgr_home.jpg);
}

body.organizations {
	background-image: url(../images/site_images/bgr_organizations.jpg);
}

body.countries {
	background-image: url(../images/site_images/bgr_countries.jpg);
}

body.reports {
	background-image: url(../images/site_images/bgr_reports.jpg);
}

body.contest {
	background-image: url(../images/site_images/bgr_contest.jpg);
}

body.media_kits {
	background-image: url(../images/site_images/bgr_media.jpg);
}

body.news,
body.subscribe,
body.contacts,
body.terms,
body.sitemap {
	background-image: url(../images/site_images/bgr_news.jpg);
}

p {
	margin-bottom: 12px;
	line-height: 18px;
}

a, .undeline {
	text-decoration: underline;
}

a:hover,
a.disable {
	text-decoration: none;
}

a.reverse,
.comments_option a {
	text-decoration: none;
}

a.reverse:hover,
.comments_option a:hover {
	text-decoration: underline;
}

.disable {
	opacity: 0.3;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	cursor: default;
	text-decoration: none;
}

.clear {
	clear: both;
}

.clear_parent {
	overflow: hidden;
	_overflow: visible;
	_height: 10px;
}

.border_b {
	border-bottom: 1px solid #fff;
}

/* Spaces */
.margin_b {
	margin-bottom: 10px;
}

.margin_b_big {
	margin-bottom: 25px;
}

.margin_r {
	margin-right: 10px;
}

.margin_r_big {
	margin-right: 30px;
}

.padding_b {
	padding-bottom: 15px;
}

.padd_r_20 {
	padding-right: 20px;
}

.padd_r_30 {
	padding-right: 30px;
}

/* End of Spaces */

/* Titles */
	h2 {
		font-size: 25px;
		font-weight: normal;
		float: left;
		padding-left: 7px;
	}

	.news h2,
	.sitemap h2,
	.subscribe h2,
	.contacts h2,
	.terms h2,
	h2.main_title {
		padding-left: 23px;
		float: none;
		margin-bottom: 20px;
	}

	h2.short {
		width: 670px;
	}

	.home .content_txt h2 {
		 background-color: #fff;
		 color: #c97eae;
		 line-height: 24px;
		 font: bold 27px Arial, Helvetica, sans-serif;
		 display: inline;
		 padding: 0 5px;
		 margin-left: -5px;
		 float: none;
	}

	h3 {
		background: transparent url(../images/site_images/title.gif) no-repeat left top;
		font-weight: normal;
		line-height: 32px;
		font-size: 17px;
		padding-left: 12px;
		width: 129px;
		height: 32px;
	}

	h4,
	h4 a,
	.size16 {
		font: bold 16px Arial, Helvetica, sans-serif;
	}

	.box_bigger h4 {
		margin-bottom: 10px;
	}
/* End of Titles */

.date {
	font-size: 13px;
}

.error_msg {
	color: #c97eae;
}

/* Set the before and after meta tags */
	.box_triple_lines:before,
	.box_triple_lines:after,
	.box_bigger:before,
	.box_bigger:after,
	.image_border:before,
	.image_border:after,
	.carousel li:before,
	.carousel li:after,
	span.before,
	span.after {
		display: block;
		content: "";
		position: relative;
		z-index: 1;
	}
/* End of Set the before and after meta tags */

/* Column */
	.column {
		float: left;
		width: 261px;
	}
/* End of Column */

/* Wrapper And Wrapper Holder (background) */
	#wrapper_holder {
		width: 100%;
		min-height: 100%;
		margin: 0 auto;
		background: transparent  url(../images/site_images/bgr_mask.png) no-repeat center top;
		_background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/images/site_images/bgr_mask.png', sizingMethod='scale');
		_height: 100%;
	}

	#wrapper_holder .fl_left {
		float: left;
	}

	#wrapper_holder .fl_right {
		float: right;
	}

	.wrapper_mask {
	}

	.wrapper {
		min-height: 100%;
		width: 967px;
		margin: 0 auto;
		padding-bottom: 10px;
	}
/* End Wrapper And Wrapper Holder (background) */

/* Header  And Beadcrumb */
	.header {
		overflow: hidden;
		padding: 10px 10px 0 0;
		background: transparent url(../images/site_images/header_dotted_mask.png) no-repeat 508px top;
		position: relative;
	}

	.social_networks_nav {
		position: absolute;
		top: 60px;
		left: 820px;
		height: 27px;
	}

	.social_networks_nav a {
		float: left;
		height: 27px;
		width: 18px;
		margin-right: 10px;
		background: url('../images/site_images/icons_social_networks.png') no-repeat 0 -27px;
	}

	.social_networks_nav a:hover {
		background-position: 0 0;
	}

	.social_networks_nav a.icon_1 {
		width: 23px;
		background-position: -30px -27px;
	}

	.social_networks_nav a.icon_1:hover {
		background-position: -30px 0;
	}

	.social_networks_nav a.icon_2 {
		width: 23px;
		background-position: -64px -27px;
	}

	.social_networks_nav a.icon_2:hover {
		background-position: -64px 0;
	}

	.social_networks_nav a.icon_3 {
		width: 28px;
		background-position: -99px -27px;
	}

	.social_networks_nav a.icon_3:hover {
		background-position: -99px 0;
	}

	.header select {
		float: right;
	}

	.header .logo {
		/*background: transparent url(../images/site_images/page_title.png) no-repeat left top;
		_background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='public/images/site_images/page_title.png', sizingMethod='scale');*/
		width: 439px;
		height: 74px;
		margin: 10px 0 5px 14px;
		overflow: hidden;
	}

	.header ul {
		background: transparent url(../images/site_images/menu.gif) no-repeat left top;
		padding: 23px 0 20px 33px;
		margin-right: -10px;
		height: 28px;
		font-size: 17px;
	}

	.header ul li {
		float: left;
		margin-right: 22px;
	}

	.header ul li.active {
		background: transparent url(../images/site_images/menu_active.gif) no-repeat center top;
		padding: 0px 6px 6px;
		margin-right: 18px;
	}

	.header ul li a {
		font-size: 17px;
		text-decoration: none;
	}

	.header ul li a:hover,
	ul.vertical_menu li a:hover {
		color: #c97eae;
	}

	.breadcrumb {
		padding: 0 0 20px 25px;
	}
/* End Header  And Beadcrumb */


.content {
	padding-top: 30px;
	overflow: hidden;
}

.content_txt {
	float: left;
	padding: 0 0 25px 5px;
	width: 400px;
}

.home .content_txt {
	padding-bottom: 55px;
	padding-left: 21px;
	width: 385px;
}

.box_triple_lines .content_txt {
	width: 419px;
	padding-right: 27px;
	background: transparent url(../images/site_images/white_curve.gif) no-repeat right top;
}




/* Arrow Holder */
.arrows_holder {
	padding-top: 15px;
	overflow: hidden;
}

.arrows_holder a,
.arrows_holder span {
	background: transparent url(../images/site_images/arrows.gif) no-repeat left top;
	height: 32px;
	padding-left: 40px;
	line-height: 32px;
}

.arrows_holder a.fl_right {
	background-position: right bottom;
	padding: 0 40px 0 0;
}
/* End of Arrow Holder */


.home .content_txt div {
	font: 12px/18px tahoma, sans-serif;
	color: #000000;
	margin-top: 10px;
}

span#content_home {
	padding: 5px 5px;
}

.content_pics {
	float: right;
	height: 286px;
	width: 523px;
	position: relative;
}

.content_pics img {
	width: 153px;
	height: 102px;
	padding: 2px 3px 7px 2px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
}

img.mask_0 {
	background-image: url('../images/site_images/image_mask_0.png');
}

img.mask_1 {
	background-image: url('../images/site_images/image_mask_1.png');
}

img.mask_2 {
	background-image: url('../images/site_images/image_mask_2.png');
}

img.mask_3 {
	background-image: url('../images/site_images/image_mask_3.png');
}

img.item_pic_0  {
	left: 0;
	top: 50px;
}

img.item_pic_1 {
	left: 171px;
	top: 0;
}

img.item_pic_2 {
	left: 340px;
	top: 40px;
}

img.item_pic_3 {
	left: -8px;
	top: 177px;
}

img.item_pic_4 {
	left: 165px;
	top: 139px;
}

img.item_pic_5 {
	left: 331px;
	top: 158px;
}

.content_news {
	background: transparent url(../images/site_images/content_news.gif) no-repeat left top;
	width: 946px;
	height: 254px;
	padding: 25px 0 0 21px;
	clear: both;
}

.content_news .fl_left {
	width: 440px;
	padding-right: 33px;
}

.content_news .fl_left div {
	padding: 15px 0 15px 12px;
}

.content_news .fl_left h4 {
	margin-bottom: 10px;
}

.content_news h4 a {
	line-height: 30px;
}

.footer  {
	padding: 15px 10px 0;
	font-size: 11px;
	overflow: hidden;
	margin: 10px 0 50px;
}

.footer a {
	font-size: 11px;
}

.footer ul li,
.footer span {
	float: left;
}

.footer ul {
	padding-left: 60px;
	overflow: hidden;
	float: left;
}

.footer ul li {
	margin-right: 35px;
}

.footer span.fl_right {
}

.footer img {
	vertical-align: bottom;
	margin-top: -2px;
	margin-left: 15px;
}

.copyleft_eu {
	clear: both;
	padding-top: 20px;

	font-size: 12px;
}

.copyleft_eu img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

/* Form Elements */
	/* DropDown */
		select.hidden_component {
			position: absolute;
			left: -9999px;
		}

		.comboBox {
			background: transparent url(../images/site_images/dropDownBg.gif) no-repeat left top;
			width: 141px;
			height: 30px;
			padding: 1px 0;
			text-align: left;
			overflow: visible;
		}

		.comboBox label {
			display: block;
			height: 30px;
			padding: 0 10px;
			line-height: 26px;
		}


		.comboBox label.combo_box_focus {
			border: 1px dotted #c97eae;
			margin: -1px 0;
			padding: 0 9px;
			height: 28px;
		}

		#dropDownComboBox {
			background-color: #000;
			border: 1px solid #fff;
			margin-top: 1px;
			max-height: 170px;
			overflow: auto;
		}

		#dropDownComboBox label {
			display: block;
			padding-left: 10px;
			font-size: 10px;
			height: 20px;
			line-height: 17px;
		}

		#dropDownComboBox label.selectedIndex {
			background-color: #333;
		}
	/* End of DropDown */

	/* Edit fields */
	input.edit_field,
	input.edit_field_big {
		background: url(../images/site_images/edit_field.gif) no-repeat right 0;
		_background-attachment: fixed;
		border: none;
		border: 0px;
		width: 121px;
		height: 25px;
		padding: 7px 10px 0;
		margin-bottom: 18px;
	}

	input.edit_field_big {
		background-image: url(../images/site_images/edit_field_big.gif);
		width: 221px;
	}

	textarea {
		background-image: url(../images/site_images/textarea.gif);
		width: 441px;
		height: 92px;
		border: 0px;
		font: 12px tahoma, sans-serif;
		color: #FFFFFF;
	}

	input.submit_btn {
		background-image: url(../images/site_images/form_submit.gif);
		width: 101px;
		height: 32px;
		border: 0px;
		color: #000;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}
/* End of Form Elements */

/* Vertical Menu */
	ul.vertical_menu {
		width: 213px;
		padding: 0 20px 23px 20px;
		float: left;
	}

	ul.vertical_menu li a,
	ul.vertical_menu li span {
		display: -moz-inline-box;
		display: inline-block;
		background-color: #000;
		margin-top: 7px;
		padding: 10px;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
	}

	ul.vertical_menu li span {
		background-color: #c97eae;
	}
/* End of Vertical Menu */

/* Boxes */
	/* Box with Top and Bottom triple lines */
		.box_triple_lines:before,
		.box_triple_lines span.before,
		.box_triple_lines:after,
		.box_triple_lines span.after {
			height: 27px;
			background: transparent url(../images/site_images/box_top_triple_lines.gif) no-repeat left top;
			margin: -27px -15px 20px -25px;
			padding-bottom:1px;
		}

		.box_triple_lines:after,
		.box_triple_lines span.after {
			margin-top: 0px;
			margin-bottom: 0px;
			height: 18px;
			background-image: url(../images/site_images/box_bottom_triple_lines.gif);
		}

		.box_triple_lines {
			background: transparent url(../images/site_images/box_triple_lines.gif) repeat-y left 10px;
			float: left;
			width: 677px;
			padding: 0 0 0 25px;
			margin-top: 34px;
		}
	/* End of Box with Top and Bottom triple lines */

	/* Bigger Box with Top and Bottom triple lines */
		.box_bigger:before,
		.box_bigger span.before,
		.box_bigger:after,
		.box_bigger span.after {
			height: 9px;
			background: transparent url(../images/site_images/box_top_bigger.gif) no-repeat left top;
			margin: -9px -25px 20px;
		}

		.box_bigger:after,
		.box_bigger span.after {
			margin-top: -40px;
			margin-bottom: 0px;
			height: 70px;
			background-image: url(../images/site_images/box_bottom_bigger.gif);
			z-index: -1;
			position: relative;
		}

		.box_bigger {
			background: transparent url(../images/site_images/box_bigger.gif) repeat-y left top;
			float: left;
			width: 917px;
			padding: 0 25px;
			margin-top: 14px;
			margin-bottom: 20px;
			line-height: 18px;
			position: relative;
			z-index: 1;
		}

		.box_bigger .news_fixed_h {
			height: 140px;
			overflow: hidden;
		}

	/* End of Bigger Box with Top and Bottom triple lines */
/* End of Boxes */


/* Image with border */
.image_border:before,
.image_border span.before,
.image_border:after,
.image_border span.after,
.carousel li:before,
.carousel li span.before,
.carousel li:after,
.carousel li span.after {
	height: 6px;
	background: transparent url(../images/site_images/image_border_top.gif) no-repeat left top;
	font-size: 1px;
	line-height: 1px;
	margin: -6px 0 0px -4px;
	padding: 0;
}

.carousel li:after,
.carousel li span.after,
.image_border:after,
.image_border span.after {
	margin-top: -6px;
	height: 12px;
	background-image: url(../images/site_images/image_border_bottom.gif);
}

.carousel li,
.image_border {
	background: transparent url(../images/site_images/image_border.gif) repeat-y left top;
	width: 137px;
	padding-left: 4px;
	_height: 10px;
	position: relative;
}

.image_border {
	margin: 10px 15px 10px 0;
}

.image_border img {
	.position: relative;
	.z-index: 101;
	vertical-align: top;
}

.teams_image_border span.after {
	position: relative;
	top: 7px;
}
/* Image with border */

.additional_info {
	float: left;
	padding-left: 17px;
	width: 194px;
}

.additional_info h4 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
}

.additional_info p {
	padding-bottom: 15px;
	line-height: normal;
}

.additional_info span,
span.download {
	background-image: url(../images/site_images/arrow_download.gif);
	background-position: 5px 3px;
	padding-left: 20px;
}

/* Carousel */
.carousel {
	background: transparent url(../images/site_images/carousel_bg.gif) no-repeat 20px top;
	width: 680px;
	height: 140px;
	clear: both;
	overflow: hidden;
	margin: 0 0 20px -10px;
	position: relative;
}

.carousel  ul {
	height: 137px;
}

.wrapper .carousel_bigger {
	background-image: url(../images/site_images/carousel_bigger_bg.gif);
	width: 930px;
	margin-left: -4px;
	margin-top: 20px;
}

.wrapper .carousel_bigger li {
	margin-right: 32px;
}

.carousel li {
	float: left;
	margin: 20px 10px 0 0;
}

.carousel li img {
	position: relative;
	z-index: 999;
	vertical-align: top;
}

.carousel a.left_navigation span,
.carousel a.right_navigation span {
	background: transparent url(../images/site_images/arrows.gif) no-repeat left top;
	width: 31px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.carousel a.left_navigation,
.carousel a.right_navigation,
.carousel a.left_navigation span,
.carousel a.right_navigation span {
	cursor: pointer;
}

.carousel a.left_navigation span.disable,
.carousel a.right_navigation span.disable {
	cursor: default;
}

.carousel_bigger .carousel_holder,
.wrapper .carousel_bigger a.left_navigation {
	margin-right: 13px;
}

.carousel a.left_navigation,
.carousel a.right_navigation {
	float: left;
	margin: 53px 7px 0 0;
	padding: 4px 0;
	background-color: #000;
	outline: none;
}

.carousel a.right_navigation span {
	background-position: left bottom;
}

.carousel_holder {
	margin-right: 7px;
	padding: 0 1px;
	position: relative;
	height: 140px;
	float: left;
}

.carousel_holder ul {
	position: absolute;
	overflow: hidden;
	margin: 0 auto;
	top: 0px;
	left: 0px;
}
/* End of Carousel */

/* Contest */
.contest .box_triple_lines:after,
.contest .box_triple_lines span.after {
	margin-top: -15px;
}

.contest .box_triple_lines div{
	padding-bottom: 40px;
}
.contest .box_triple_lines div.image_border{
	padding-bottom: 0;
}

.contest .box_triple_lines div p {
	margin: 10px 0 12px;
}
/* End Contest */


/* Media Kit */

.media_kits .box_triple_lines {
	padding-right: 0px;
}

.media_kits .column {
	padding: 10px 0 30px  10px;
	margin-right: 67px;
}

.media_kits .column h3 {
	margin-left: -10px;
}

.media_kits .column h3 {
	background-image: url(../images/site_images/bigger_title_300.gif);
	width: 290px;
}

.column h3 {
	background-image: url(../images/site_images/bigger_title.gif);
	width: 261px;
}

.column h3 a {
	font: bold 16px/28px Arial, Helvetica, sans-serif;
}


/* News */
	/* Pagination */
	.contest_pagination_holder {
		padding: 20px 0 0 253px;
		clear: both;
	}
	.pagination {
		background: transparent url(../images/site_images/pagination.gif) no-repeat left top;
		clear: both;
		margin: 0 auto;
		width: 181px;
		height: 32px;
		text-align: center;
		margin-bottom: 20px;
		position: relative;
	}

	.pagination a.prev,
	.pagination a.next,
	.pagination span.prev,
	.pagination span.next {
		background-image: url(../images/site_images/arrow_pagination.gif);
		display: inline-block;
		width: 8px;
		height: 7px;
		text-indent: -9999px;
		overflow: hidden;
		position: absolute;
		left: 9px;
		top: 11px;
	}

	.pagination a.next,
	.pagination span.next {
		background-position: right top;
		right: 9px;
		left: auto;
	}

	.pagination a,
	.pagination span {
		width: 31px;
		height: 32px;
		display: inline-block;
		line-height: 28px;
		font-weight: bold;
	}
	.pagination span {
		background-image: url(../images/site_images/pagination_selected.gif);
		color: #000;
	}
	/* End of Pagination */

	.comments_option {
		padding-bottom: 30px;
	}

	.comments_option a {
		margin-right: 20px;
		line-height: 11px;
		outline: none;
	}

	.comments_option a.add_comment {
		background: transparent url(../images/site_images/arrows_lr.gif) no-repeat right -21px;
		padding-right: 20px;
	}

	#wrapper_holder .comments_option a.open {
		background-position: right 1px;
	}

	#add_comments form {
		position: relative;
	}

	#add_comments form textarea {
		position: absolute;
		bottom: 18px;
		left: 195px;
	}

	#add_comments form .submit_btn {
		position: absolute;
		bottom: 18px;
		left: 647px;
	}

	.participants #add_comments form .submit_btn {
		position: static;
	}

	.participants #add_comments form textarea {
		bottom: 0;
	}

	.participants #comments{
		padding-bottom: 0;
	}

	.contest .box_triple_lines.participants #comments div{
		padding-right: 25px;
	}
/* End News */

/* Sitemap */
	.sitemap .column {
		padding-left: 7px;
		margin-right: 12px;
	}

	.sitemap .box_bigger:before,
	.sitemap .box_bigger span.before {
		margin-bottom: 40px;
	}


	.sitemap .box_bigger .clear_parent {
		margin: 5px 0 20px;
	}

	.sitemap .column h3 {
		margin-left: -7px;
	}

	.sitemap .column ul li,
	.sitemap .column ul li ul li {
		padding-bottom: 10px;
	}

	.sitemap .column ul li ul {
		padding: 7px 0 0 20px;
		margin-bottom: -3px;
	}
/* End Sitemap */

/* Contacts */
	.contacts h3 {
		background: none;
		font-weight: normal;
		padding-left: 0px;
	}

	.contact_address {
		padding: 0 0 15px 5px;
		float: left;
		width: 415px;
	}

	.contact_address p {
		margin: 15px 0;
	}

	.contact_address hr {
		margin: 30px 20px 30px 0;
	}

	.map_border {
		padding: 6px 5px 6px 4px;
		background-image: url(../images/site_images/map_border.gif);
		float: right;
		margin-right: 10px;
		display: inline;
	}
/* End Contacts */

pre {
	color: #aa0000;
}

/*Static content*/
.tinymce_content ul,
.tinymce_content ol {
	padding: 10px 0px;
	list-style-position: inside;
}

.tinymce_content ul {
	list-style-type: disc;
}

.tinymce_content li {
	margin-bottom: 10px;
}
/*end static content*/

/* Popup */
	.popup {
		position: absolute;
		left: 464px;
		top: 129px;
		width: 425px;
		padding: 10px 12px 10px 10px;
		background-color: #fff;
		color: #000;
		border: 1px solid #ccc;
	}

	.popup h4,
	.carousel_popup h4 {
		float: left;
	}

	.carousel_popup img,
	.popup img {
		clear: both;
		margin: 15px 0;
		width: auto;
		height: auto;
		background: none;
		position: static;
	}

	.carousel_popup a.close,
	.popup a {
		background-image: url(../images/site_images/close.gif);
		display: block;
		width: 29px;
		height: 30px;
		float: right;
		text-indent: -9999px;
		overflow: hidden;
	}

	.popup p {
	}

	.carousel_popup {
		background-color: #fff;
		color: #000;
		left: 150px;
		top: 0;
		padding: 20px;
		position: absolute;
		width: 640px;
	}

.home p {
	line-height: 16px !important;
}