@import 'article.css';

.articleimage td a:hover {
	border-bottom: none;
}



.articletitle {
	color: black;
	background: #eec;
	margin: 0;
	padding: 0px;
	padding-left: 4px;
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.6em;
}

.articletitle img {
	float: right;
	margin-top: -1.6em;
	padding: 4px;
	display: block;
}

.articletitle a {
	text-decoration: none;
}

.articletitle a:hover {
	border: none;
}


.articleheader {
	margin-top: 2em;
	font-size: medium;
}





.articleauthor {
	margin-top: 2em;
	text-align: right;
}



.artlistbox {
	border: none;
	width: 100%;
}

.artlistside {
	vertical-align: top;
	width: 224px;
	padding: 0;
	margin: 0;
}

.artlistside table {
	width: 200px;
	margin: 0;
	margin-bottom: 1em;
	border-collapse: collapse;
	text-align: left;
	background: #dec;
}

.artlistside th {
	color: white;
	background: #61867d;
	background-image: url(../../../images/skin/default/menu_bg.png);
	background-position: center left;
	background-repeat: repeat-x;
	text-align: left;
	padding: 3px;
	padding-left: 8px;
	line-height: 1.4em;
	vertical-align: middle;
	white-space: nowrap;
}

.artlistside th img {
	display: inline;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: -16px;
}

.artlistside td {
	color: black;
	padding: 8px;
	line-height: 1.4em;
	background-image: url(../../../images/skin/default/lowercornerbg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}




.artlistbox .newslist {
}

.artlistbox .newslist .title {
	background: #cde;
	padding: 4px;
	padding-left: 6px;
	list-style-type: none;
}

.artlistbox .newslist .subtitle {
	list-style-type: none;
	background: #dec;
	padding: 2px;
	padding-left: 6px;
}

.artlistbox .listbyyear {
	width: 100%;
	margin-bottom: 2em;
}

.artlistbox .listbyyear td {
	width: 8%;
	color: #ccc;
}

.artlistbox .listbyyear th {
	background: #cde;
}





.orglang {
	position: relative;
	width: 48%;
	float: left;
	/*
	border: solid 1px red;
	*/
	clear: both;
}

.trnlang {
	position: relative;
	width: 48%;
	float: right;
	/*
	border: solid 1px green;
	*/
	border-left: dashed 2px #cde;
	padding-left: 1em;
}



.incomingarticles
{
	background: #eee;
	width: 100%;
	margin-bottom: 4px;
	margin-top: 0px;
}

.incomingarticles a, 
.incomingarticles a:visited
{
	background: #9aa;
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px;
}

.incomingarticles a i
{
	color: green;
	font-style: normal;
	font-size: 7pt;
}

.incomingarticles a:hover
{
}
