@import "font-circe.css";
@import "common.css";
@import "news.css";

div#content {
	display: table;
	border-spacing: 0;
	width: 100%;
}

div#central {
	display: table-cell;
	width: auto;
	border-right: 1px solid #00536f;
	border-left: 1px solid #00536f;
	background-image: url("/images/pct-vniim-logo.png");
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-size: 120px;
}

div#title {
	display: block;
	height: 163px;
	min-width: 640px;
	width: auto;
	position: relative;
	top: -13px;
}

div#row1 {
	display: block;
	height: 41px;
	width: 100%;
	background-image: url("/images/title_1.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.title {
	display: block;
	color: #00536f;
	font-family: 'Circe Bold';
	font-size: 1.4em;
	text-align: left;
	margin-left: 130px;
	margin-right: 140px;
	line-height: 0.9;
}

div#row2 {
	display: block;
	height: 75px;
	width: 100%;
	background-image: url("/images/title_2.gif");
	background-repeat: no-repeat;
	background-position: right;
}
div.title2 {
	display: block;
	text-align: left;
	color: #00536f;
	font-size: 1.1em;
	margin-left: 130px;
	margin-right: 130px;
	line-height: 0.9;
	position: relative;
	top: 13px;
}

div#row3 {
	display: inline-block;
	height: 47px;
	width: 100%;
}
div.title_lang {
	font-family: 'Circe Light';
	display: inline-block;
	background-color: #00536f;
	font-size: 1.05em;
	height: 25px;
	width: 100%;
	text-align: right;
}
img.title_lang {
	display: block;
	float: right;
	height: 47px;
	width: 114px;
}
div.title_lang span {
	margin-right: 100px;
	padding: 0;
}

div.text {
	color: #3D117B;
	font-size: 1em;
	padding: 5px;
	text-align: justify;
	text-indent: 25px;
	line-height: 1.3;
}

A.text {
	color: #3368BA;
	font-size: 10pt;
}
A.text:HOVER {
	color: #3D117B;	
}
.comment {
	color: silver;
	font-size: 8pt;
}

div.menu_text {
	color: #3D117B;
	font-size: 10pt;
	padding: 5px;
}

div#left_menu {
	font-family: 'Circe Bold';
	width: 260px;
	padding: 0;
	position: relative;
	top: -8px;
}

div#right_menu {
	position: relative;
	top: -2px;
}
div#right_menu a, div#left_menu a {
	text-decoration: none;
}

div#right_menu ul, div#left_menu ul {
	margin: 1px;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

div#right_menu ul li {
        display: inline-block;
	width: 100%;
	padding: 1px;
	border-bottom: #00536f solid 1px; 
}

div.rm_banner_wrapper {
	text-align: center;
}
img.rm_banner {
	margin-top: 4px;
}

div.rm_text_icon {
	text-align: left;
	width: 80%;
	max-width: 140px;
	padding-left: 3px;
        display: table-cell;
        height: 50px;
        vertical-align: middle;
}

img.rm_icon {
	float: right;
	border: solid 1px #3368ba;
	border-radius: 28px;
	width: 50px;
	height: 50px;
}

div.rm_text {
	text-align: left;
	height: 50px;
	padding: 3px;
        display: table-cell;
        vertical-align: middle;
}

div#left_menu ul li {
        display: inline-block;
        width: 247px;
	height: 37px;
        padding: 2px 6px;
	text-align: left;
	border-bottom: #00536f solid 1px; 
}

div.lm_wrapper {
	width: 100%;
	height: 30px;
        display: inline-block;
	padding: 3px 0;
}
img.lm_icon {
	float: left;
	width: 30px;
	height: 30px;
	border: solid 1px #3368ba;
	border-radius: 28px;
}
div.lm_text {
        display: table-cell;
        display: inline-block;
	height: auto;
	padding: 7px;
	text-align: left;
        vertical-align: middle;
}

div#right_menu a {
	color: #3368BA;
	font-size: 0.9em;
}

div#right_menu a:hover,
div#left_menu a:hover {
	color: #006e4c;
}

div#left_menu a {
	color: #3368BA;
	font-size: 1em;
}

div#last_updated {
	margin-top: -10px;
}

div#last_updated h3 {
	font-family: 'Circe Bold';
	width: auto;
	background-color: #00536f;
	font-size: 1.1em;
	padding: 2px 0 2px 7px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
        color : white;
        text-decoration : none;
}

div#last_updated ul {
	margin-top: 7px;
	padding: 0 10px 0 4px;
	list-style-type: none;
}

div#last_updated ul li {
	margin-top: 3px;
	width: 100%;
	text-align: left;
	font-size: 13px;
	padding: 3px;
}

div#last_updated ul li a {
	color: #3368BA;
	width: 100%;
	float: left;
	text-decoration: none;
}
div#last_updated ul li a:hover{
	color: #3D117B;
}
div#last_updated ul li a:visited{
	color: #3368BA;
}

div.upd_date {
	width: 97%;
	color: silver;
	font-size: 10px;
	text-align: right;
}

div#left_sidebar {
	display: table-cell;
	width: 260px;
}
div#right_sidebar {
	display: table-cell;
	width: 270px;
}

