body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:arial;
}

img {
	border:none;
}

a {
	text-decoration:none;
}

h1,h2,h3 {
	padding:0;
	margin:0;
}

@font-face {
    font-family: 'BPGNino';
    src: url('../fonts/bpg_nino_mtavruli_bold.eot');
    src: url('../fonts/bpg_nino_mtavruli_bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/bpg_nino_mtavruli_bold.svg#bpg_nino_mtavrulibold') format('svg'),
         url('../fonts/bpg_nino_mtavruli_bold.woff') format('woff'),
         url('../fonts/bpg_nino_mtavruli_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPGRioni';
    src: url('../fonts/bpg_rioni_arial.eot');
    src: url('../fonts/bpg_rioni_arial.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/bpg_rioni_arial.svg#bpg_rioni_arialregular') format('svg'),
         url('../fonts/bpg_rioni_arial.woff') format('woff'),
         url('../fonts/bpg_rioni_arial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPGRioni2';
    src: url('../fonts/bpg_rioni_arial.eot');
    src: url('../fonts/bpg_rioni_arial.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bpg_rioni_arial.woff') format('woff'),
         url('../fonts/bpg_rioni_arial.ttf') format('truetype'),
		 url('../fonts/bpg_rioni_arial.svg#bpg_rioni_arialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPGDejavu';
    src: url('../fonts/bpg_dejavusans.eot');
    src: url('../fonts/bpg_dejavusans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bpg_dejavusans.woff') format('woff'),
         url('../fonts/bpg_dejavusans.ttf') format('truetype'),
		 url('../fonts/bpg_dejavusans.svg#bpg_nino_mtavrulibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPGDejavuBold';
    src: url('../fonts/bpg_dejavusans_bold.eot');
    src: url('../fonts/bpg_dejavusans_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bpg_dejavusans_bold.woff') format('woff'),
         url('../fonts/bpg_dejavusans_bold.ttf') format('truetype'),
         url('../fonts/bpg_dejavusans_bold.svg#bpg_nino_mtavrulibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPGDejavuBoldOblique';
    src: url('../fonts/bpg_dejavusans-boldoblique.eot');
    src: url('../fonts/bpg_dejavusans-boldoblique.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bpg_dejavusans-boldoblique.woff') format('woff'),
         url('../fonts/bpg_dejavusans-boldoblique.ttf') format('truetype'),
         url('../fonts/bpg_dejavusans-boldoblique.svg#bpg_nino_mtavrulibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.link {
	color:#222;
	text-decoration:underline;
}

.link:hover {
	color:#B93434;
	text-decoration:none;
}

.crrc_links {
	width:960px;
	margin:auto;
	text-align:right;
	padding:5px 0;
}

.crrc_links a {
	color:#777777;
	font-size:11px;
	margin-left:20px;
}

.crrc_links a:hover {
	color:#B93434;
}

.crrc_links img {
	vertical-align:middle;
}

.header {
	display:table;
	width:960px;
	padding:10px 0;
	margin:auto;
}

.header div {
	display:table-cell;
	vertical-align: middle;
}

.header .logo {
	width:120px;
}

.header .logo img {
	vertical-align:bottom;
}

.header .crrc {
	color:#333;
	font-size:25px;
	padding-left:50px;
	/* font-family: 'Kaushan Script', cursive; */
	text-shadow:1px 1px 1px #CCC;
}

.menu {
	width:960px;
	height:40px;
	margin:auto;
	text-align:center;
	background: #1d578c;
	/* background: -moz-linear-gradient(top,  #cf181d 0%, #a31115 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf181d), color-stop(100%,#a31115));
	background: -webkit-linear-gradient(top,  #cf181d 0%,#a31115 100%);
	background: -o-linear-gradient(top,  #cf181d 0%,#a31115 100%);
	background: -ms-linear-gradient(top,  #cf181d 0%,#a31115 100%);
	background: linear-gradient(to bottom,  #cf181d 0%,#a31115 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf181d', endColorstr='#a31115',GradientType=0 ); */
}

.lang {
	text-align:right;
}

.lang a {
	color:#000;
}

.lang img {
	vertical-align:middle;
	margin-bottom:4px;
}

.pagination {
	text-align:center;
	margin-top:10px;
}

.page_active {
	color: #000000;
    font-weight: bold;
    margin: 0 3px;
}

.page_non_active {
	color: #333;
    margin: 0 3px;
}

.page_link {
	color: #333;
    font-size: 13px;
    margin: 0 2px;
    padding-bottom: 2px;
}

/* 
.menu {
	width:960px;
	margin:auto;
	height:70px;
}

.lang {
	width:960px;
	line-height:74px;
	margin:10px auto;
	text-align:right;
	clear:both;
	background:url(../../images/crrc.gif);
}

.lang a {
	color:#FFF;
	margin-right:30px;
}

.lang img {
	vertical-align:middle;
	margin-bottom:4px;
} */

.homepage {
	width:960px;
	min-height:500px;
	margin:20px auto;
	display:table;
}

.homepage .center {
	display:table-cell;
	padding-right:20px;
}

.homepage .right {
	width:190px;
	display:table-cell;
	vertical-align:top;
	padding-left:20px;
	border-left:1px solid #CCC;
}

.content {
	width:960px;
	display:table;
	margin:20px auto;
}

.content .left {
	width:170px;
	display:table-cell;
	vertical-align:top;
	padding-right:20px;
	border-right:1px solid #CCC;
}

.content .left a {
	color:#B93434;
	text-decoration:underline;
}

.content .left a:hover {
	text-decoration:none;
}

.content .left div {
	padding:10px 0;
}

.content .left .parent {
	font-weight:bold;
	font-size:13px;
}

.content .left .current {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

.content .center {
	max-width:520px;
	display:table-cell;
	padding:0 20px;
}

.content .center h2 {
	color:#B93434;
}

.content .right {
	width:190px;
	display:table-cell;
	vertical-align:top;
	padding-left:20px;
	border-left:1px solid #CCC;
}

.height_control {
	min-height:500px;
}

/* 
.content {
	width:960px;
	margin:auto;
	min-height:500px;
}

.content .left {
	width:170px;
	min-height:500px;
	float:left;
	padding-right:20px;
	border-right:1px solid #CCC;
}

.content .center {
	width:540px;
	float:left;
	padding:0 20px;
}

.content .right {
	width:170px;
	min-height:500px;
	float:right;
	padding-left:20px;
	border-left:1px solid #CCC;
} */

.right .title {
	font-weight:bold;
	color:#B93434;
	padding-bottom:10px;
}

.right .delimiter {
	border-bottom:1px solid #CCC;
	margin:20px 0;
}

.right .links {
	padding:5px 0;
}

.right .links a, .social a{
	color:#222;
	text-decoration:underline;
}

.right .links a:hover, .social a:hover {
	text-decoration:none;
}

.subscribe {
	width:135px;
	margin-right:5px;
}

.social {
	padding:5px 0;
}

.social img {
	vertical-align:middle;
	margin-right:5px;
}

.footer {
	width:960px;
	margin:10px auto;
	color:#777;
	font-size:11px;
}

.footer_banners {
	width:960px;
	margin:20px auto;
	padding-top:20px;
	border-top:1px solid #CCC;
}

.footer_banners a {
	margin-right:20px;
}

.clear {
	clear:both;
}

.news_list {
	padding:10px 0;
}

.news_list img {
	float:left;
	margin:0 10px 5px 0;
	width:150px;
}

.news_list a:hover {
	color:#B93434;
}

.news_list .date {
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	color:#333;
}

.news {
	padding-bottom:50px;
}

.news .image {
	width:200px;
	float:left;
	margin:0 10px 5px 0;
}

.news .date {
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	color:#333;
}

.more {
	text-align:right;
}

.more a , .view_all{
	color:#222;
	font-weight:bold;
	text-decoration:underline;
}

.more a:hover, .view_all:hover {
	color:#B93434;
	text-decoration:none;
}

.list_delimiter {
	border-bottom:1px solid #CCC;
	margin:20px 0;
}

.photo_gallery_list img {
	float:left;
	margin:0 10px 20px 0;
}

.photo_gallery_list .date, .gallery_date {
	font-size:11px;
	font-weight:bold;
	color:#333;
}

.photo_gallery_list a:hover {
	text-decoration:underline;
}

.photo_gallery_list .delimiter {
	clear:both;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}

.images {
	padding:20px 0 0 40px;
}

.images a {
	display:inline-block;
	position:relative;
	margin:5px 7px;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
}

.images img {
	display:block;
	position: relative;
    z-index: -1;
}

.images .caption {
	position: absolute;
	background:rgba(0,0,0,0.5);
	bottom:0;
	height:50px;
	width:190px;
	padding: 0 5px 5px 5px;
	color:#FFF;
	text-shadow:1px 1px 2px #000;
	overflow:hidden;
}

.staff a {
	float:left;
	margin:0 10px 10px 0;
}

.staff .name {
	color:#333;
	font-size:16px;
	font-weight:bold;
}

.staff .position {
	color:#B93434;
}

.research_team .person {
	color:#333;
	font-size: 16px;
	font-weight:bold;
}

.research_team .position {
	color:#B93434;
	padding-bottom:10px;
}

.research_team .mail {
	padding-top:20px;
}

.barometer_documentation {
	cursor:pointer;
	margin-right:10px;
}

.barometer_documentation_active {
	cursor:pointer;
	margin-right:10px;
	font-weight:bold;
}

.barometer_documentation_files {
	display:none;
}

.barometer_documentation_files_active {
	display:block;
	padding-top:10px;
}

.barometer_documentation_files_active a {
	color:#333;
	text-decoration:underline;
}

.barometer_documentation_files_active a:hover {
	color:#B93434;
	text-decoration:none;
}

.research_projects {
	border-collapse:collapse;
}

.research_projects a {
	color:#222;
	font-weight:bold;
	text-decoration:underline;
}

.research_projects a:hover {
	color:#B93434;
	text-decoration:none;
}

.research_projects td {
	border:1px solid #DDD;
	padding:5px;
}

.research_projects_header td {
	background-color: #f2f2f2;
	padding:10px;
}

.completed_projects, .cur_projects {
	display:none;
}

#completed_projects, #cur_projects {
	padding:15px 0 2px 0;
	cursor:pointer;
}

.list_year {
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
	padding:5px;
}

.year_links {
	display:none;
}

.year_links a {
	color:#222;
	text-decoration: underline;
}

.year_links a:hover {
	color:#B93434;
	text-decoration:none;
}

.content_image {
	float: left;
    margin: 0 10px 10px 0;
}

.margin_border {
	border-top:1px solid #CCC;
	margin:10px 0;
}

.datasets .a {
	font-size:16px;
	font-weight:bold;
}

.datasets .b {
	padding:20px 0 5px 0;
}

.list_delimiter2 {
	border-bottom:1px solid #CCC;
	margin:20px 0;
}