@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	width:100%;

	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
html {
	background:url(../images/bgg.gif);

}

.top {
	width:1000px;
	height:316px;
	margin:auto;
	background-image:url(../images/bg.jpg);
	position:relative
}


.top1 {
	width:1000px;
	margin:auto;
	background: rgba(223,234,237,1);
background: -moz-linear-gradient(top, rgba(223,234,237,1) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(223,234,237,1)), color-stop(99%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(223,234,237,1) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(223,234,237,1) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(223,234,237,1) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(223,234,237,1) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeaed', endColorstr='#ffffff', GradientType=0 );
	
}


.top1_top {
	width:100%;
	background-color:#475e88;
	height:10px;
}


.top2_top {
	width:100%;
	background-color:#FFF;
	height:6px;
}



.top2 {
	width:100%;
	max-width:1100px;
	min-width:1024px;
	margin:auto;
	background: url(../images/bg-logo2.jpg)
	
}



.logo {
	width:300px;
	position:absolute;
	margin-left:50px;	
	top:85px;
	z-index:10000;

}



.img {
	opacity:0.0;
	-webkit-transition: opacity 0.5s ease-out 0.5s;
     -moz-transition: opacity 0.5s ease-out 0.5s;
     -o-transition: opacity 0.5s ease-out 0.5s;
     transition: opacity 0.5s ease-out 0.5s;
}

.img:hover {
	opacity:1.0
}



a {
	text-decoration:none;
	color:#36C;

}


.main {
	width:100%;
	max-width:1060px;
	min-width:984px;
	margin:auto;
	padding:20px;
	background-color:#FFF
	

}



.menuholder {
	
	width:100%;
	max-width:1100px;
	min-width:1024px;
	background-color:#475e88;
	margin:auto;
	height:40px;
	line-height:40px;
	
}
.menu {
	margin:auto;
	width:100%;
	
}

.menu a {
	color:#FFF;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px
}





.menu ul {
	margin:0px;
	padding:0px;
}

.menu ul li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
}


.menu ul li:hover {
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-color:#4454AE 
}




.menubottom a {
	color:#FFF;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px
}

.menubottom a:hover {
	text-decoration:underline;
	color:#CCC

}


.menubottom ul li {
	display:inline;
	margin-left:10px;
	margin-right:10px
}










fieldset { 
border: 0px;
display: block;
margin-left: 2px;
margin-right: 2px;
padding: 0.33em 0.67em 0.75em;
 }

.article-info {
	margin-bottom:3px;
	margin-top:3px;
}
.article-info-term {
	color:#999;
	font-size:11px;
}

.category-name {
	color:#666;
	font-size:11px;
}

.published {
	color:#333;
	font-size:11px;
}

.hits {
	color:#111;
	font-size:11px;
}
	
#mod-search-searchword {
	color:#475e88
}

.left h6 {
	font-size:18px;
	margin-bottom:10px;
	margin-top:10px;
		font-weight:500;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	
}

.left h3 {
	font-size:18px;
	margin-bottom:10px;
	font-weight:500;
	margin-top:10px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
}

.lang-active {
	text-decoration:underline;
	font-weight:bold
}

.bottom {
	height:100px;
	background-color:#475E88;
	color:#FFF;
	text-align:center;
	padding:15px;
	width:1020px;
	margin:auto

	
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}

.articles {
	border-collapse:collapse;
	border:1px solid #999
}

.aut { 
color:#666;
font-size:15px
}
