@import "font-circe.css";
@import "common.css";
@import "news.css";

div#content {
        display: table;
        width: 100%;
	min-width: 600px;
}
div#content div.content h2,
div#content div.content h3 {
	text-align: center;
}
div#content div.content h2 {
	font-size : 1.7em;

}

div#central {
        display: block;
        width: auto;
        min-width: 300px;
}
div#central div.title {
	text-align: center;
	background-color: #f1f1f1;
	position: relative;
	top: -50px;
	padding: 7px;
	line-height: 1;
}
div#central div.title h1 {
	font-size : 2em;
}

div#central div#news {
	padding: 0px;
	position: relative;
	top: 20px;
}
div#central div#news div.news_panel {
	padding: 0;
	margin-bottom: 7px;
}
div#central div#news div.news_panel_header {
	padding: 7px;
}
div#central div#news div.news_panel_body {
	padding: 0;
}

div#right_sidebar {
        display: table-cell;
        width: 240px;
        border-left: 1px solid #3368BA;
}

div.img_top {
	height: 101px;
}
div.img_lang {
	background-color: #3368BA;
	display: block;
	height: 26px;
}
div.img_lang a {
        font-family: 'Circe Light';
        font-size: 1.05em;
}
div.img_lang span {
	height: 26px;
	display: block;
	padding: 4px 10px;
	width: 70px;
}
div.img_lang img {
	float: right;
	margin-top: -34px;
}
div.img_bottom {
	display: block;
	height: 23px;
	width: 78;
	background-image: url("/images/l2_title2.gif");
	background-repeat: no-repeat;
	background-position: right;
}

div#page_menu {
	padding: 0 9px;
}
div#page_menu ul {
	list-style-type: none;
	line-height: 1.2;
	padding: 0;
}

div#page_menu a {
	color: #3368BA;
	font-size: 10pt;
	text-decoration : none;
}
div#page_menu a:HOVER{
	color: #3D117B;
}

div#page_menu ul li {
	margin-top: 3px;
	width: 100%;
	text-align: left;
	padding: 3px;
}

div#central div.content {
	padding: 0px 13px;
	text-align: justify;
	position: relative;
	top: -50px;
	line-height: 1.2em;
}
div#central div.content p {
	text-indent: 25px;
}
div#central div.content p.news_image {
	text-indent: 0;
}

div#central div.content ul,
div#central div.content ul li,
div#central div.content ul li p {
	text-indent: 0;
}

.title2 {
	color: #3368BA;
	font-family: 'Circe Bold';
	font-size: 1.3em;
	padding: 0 9px;
	line-height: 1.2em;
}

div#news_year_list {
	display: block;
	width: auto;
	position: relative;
	top: 10px;
	line-height: 2.2;
}
div#news_year_list ul {
	padding: 0;
	display: inline;
	list-style-type: none;
}
div#news_year_list ul li {
	background-color: #3368BA;
	border-radius: 13px;
	display: inline;
	padding: 4px 7px;
}
div#news_year_list ul li a {
	color: white;
	text-decoration : none;
}

DIV.text {
	color: #3368BA;
	font-size: 10pt;
	margin-left: 5px;
}

A.text {
	color: #3368BA;
	font-size: 10pt;
	text-decoration: none;
}
A.text:HOVER {
	color: #3D117B;	
}
.comment {
	color: silver;
	font-size : 8pt;

}

A.service {
	color: #3368BA;
	font-size: 8pt;
	text-decoration: none;
}
A.service:HOVER {
	color : #330099;
}

TD.toolbar:HOVER {
	color: #3368BA;
}

.button {
	border: 1px solid #555555;
	width:30px; height: 21px;
	background: white no-repeat center;
}

div.news {
	padding: 5px;
	text-align: justify;
	text-indent: 25px;
}

div.news ul {
	text-indent: 0px;
}

div#search {
	text-indent: 0px;
}

div#search div.search_panel {
	margin-bottom: 13px;
}
 
div#search div.search_input, 
div#search div.search_report,
div#search div.search_result {
	margin: 13px 7px;
}

div#search div.search_report ul {
	list-style-type: none;
}

div#search input,
div#search button {
	border-radius: 15px;
	border: 1px solid #3368BA;
	padding: 3px 13px;
	font-size: 1.2em;  
}

div#search div.search_result span.search_type {
	display: block;
	float: right;
	border-radius: 12px;
	border: 1px solid #3368BA;
	padding: 1px 12px;
	font-size: 1em;  
	font-family: 'Circe Extra Light';
}

div#history  {
	display: block;
	width: 100%;
	position: relative;
	top: -70px;
}

div#history ul {
	list-style: none;
}


div#history ul li {
	display: inline;
	border: 1px solid #3368BA;
	border-radius: 12px;
	padding: 7px;
}

div#history ul li a {
	text-decoration: none;
}
div#history ul li a:hover {
	color: #00536f;
}

div.portret_ng {
	margin: 20px 13px 0;
	border: 1px solid;
	padding: 0 15px;
	border-radius: 9px;
}

div.portret_ng h3 {
	position: relative;
	top: -30px;
	left: 5px;
	background-color: white;
	width: max-content;
	padding: 0 7px;
	font-size: 1.4em;
}
div.portret_ng h4 {
	margin: -40px 0 20px 0;
}

div.portret_ng img {
	height: 200px;
	position: relative;
	top: -15px;
}

div#central div.content div.portret_ng p {
	text-indent: 0;
}

div.portret_gallery {
	text-align: center;
}

div.portret {
	display: inline-block;
	width: 45%;
	padding: 13px;
}

div.portret img {
	height: 200px;
	text-align: center;
}

div.info {
	border: 1px solid;
	padding: 3px 7px;
	border-radius: 7px;
	margin-top: 30px;
}
div.info h3 {
	text-align: left;
	position: relative;
	top: -28px;
	background-color: white;
	width: max-content;
	padding: 0 7px;
}
div.info p:first-of-type {
	margin-top: -30px;
}

div.war_memory {
	display: inline-block;
	padding: 0 21px;
}
div.war_memory ul {
	display: inline;
	list-style: none;
	line-height: 1;
	padding: 3px;
}
div.war_memory ul li {
	display: inline-block;
	padding: 7px;
	margin: 3px;
	border: 2px solid  black;
	border-radius: 7px;
}
div.war_memory ul li.fs {
	font-size: 1.2em;  
}

div.col2 {
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

div.col3 {
	text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

div.col_image img {
	position: relative;
	margin: 15px 20px;
}

div.col3img {
	padding: 10px 10px;
}

div.panel_sm {
	margin: 20px 7px 0;
	border: 1px solid;
	padding: 0 7px;
	border-radius: 9px;
}

div.panel_sm h3 {
	position: relative;
	top: -25px;
	left: 5px;
	background-color: white;
	width: max-content;
	padding: 0 7px;
	font-size: 1em;
}
div.panel_sm h4 {
	margin: -40px 0 20px 0;
}

div.panel_sm img {
	height: 210px;
	position: relative;
	top: -30px;
	bottom: 10px;
}

div.links {
        display: inline-block;
        padding: 0 21px;
}
div.links ul {
        display: inline;
        list-style: none;
        line-height: 1;
        padding: 3px;
}
div.links ul li {
        display: inline-block;
        padding: 7px;
        margin: 3px;
        border: 1px solid #3368BA;
        border-radius: 12px;
}

