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

.menuleftitem a.active{
	color: #D9241B;
}
/*ustbar*/
.wrapperustbar
{
	float:left;
	width:100%;
    height: 40px;
}

.contustbar {
	width: 900px;
	height: 30px;
	margin: auto;
	margin-top:5px;
}

.boxtopmar {
	float:left;
	width: 540px;
	height: 30px;
}

.txttopmar {
	padding: 10px;
	text-align: left;
	color:#FFF;
}

/*ustlang*/
.boxustlang{
	float: right;
	width: 100px;
	height: 30px;
	margin-left:10px;
	text-align: center;
}

.boxflag{
	width: 21px;
	height: 16px;
	margin: 2px;
	margin-top:6px;
}

/*wrapperheader*/
.wrapperheader {
	float:left;
	width:100%;
	background-color:#FFF;
}

.contheader{
	width: 900px;
	margin:auto;
	background-color: #FFF;
}

.contust{
	float: left;
	width: 900px;
	height: 100px;
	background-color:#f5f5f5;
}

/*ustmenu*/
.wrapperustmenu {
	float:left;
	width:100%;
    height: 45px;
	background-color: #fbfbfb;
	border-top:solid 3px #f5f5f5;
	border-bottom:solid 3px #f5f5f5;
}

.contustmenu {
	width: 900px;
	height: 35px;
	margin: auto;
	margin-top:5px;
}

.boxustmenuitem {
	float:left;
	height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	border-right: solid 1px #ebebeb;
}

.boxustmenuitem a {
	text-decoration: none;
	color:#000;
	background-color:#0C6;
}

.boxustmenuitem:hover {
	text-decoration: none;
	color:#FFF;
	background-color:#000;
}

table.stripes{
	border:1px solid #AAA;
	width:100%;	
}
table.stripes th{
	text-align:center;
	padding:5px;
}
table.stripes td{
border:1px solid #AAA;
}
table.stripes td img{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}