@charset "utf-8";
/* CSS Document */

body
{
	width: 779px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1F1EF;
	margin-top: 0px;
}

#header
{
	width: 779px;
}

#leftHeaderImage
{
	height: 54px;
	width: 203px;
	float:left;
	background-color:#FFFFFF;
}

#rightHeaderPart
{
	height: 54px;
	width: 576px;
	float: right;
	background-color:#FFFFFF;
}

#content
{
	width: 779px;
	background-color:#AB031D;
}

#leftMenu
{
	width: 203px;
	background-color: #AB031D;
	float: left;
	padding-top:20px;
}

.ttl
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ab031d;
	font-size:12px;
	text-align:right;
	margin-right:5px;
	vertical-align:bottom;
	margin-top:30px;
}

.leftMenuItem
{
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	width:203px;
	height: 20px;
	padding-top: 5px;
}

.leftMenuSubItem
{
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	width:173px;
	height: 15px;
	padding-top: 2px;
	padding-left: 20px;
}

#leftMenu a:hover
{
	color: #FC2545;
	text-decoration: none;
}

a:link, a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#ab031d;
}

#rightImage
{
	width: 576px;
	float: right;
	height: 160px;
	background-color:#FFFFFF;
}

#rightContent
{
	width: 566px;
	height: auto;
	color:#000000;
	background-color:#FFFFFF;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	text-align:justify;
}

#rightContent a:link, #rightContent a:hover, #rightContent a:visited
{
	color:#666666;
	text-decoration:underline;
}

#rightContent a:hover
{
	color: #ab031d;
	text-decoration:underline;
}

#footer
{
	clear: both;
	width: 779px;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-indent: 00px;
}

#footerLeft
{
	float: left;
	background-color: #D6D6D6;
	width: 203px;
	height:25px;
	padding-top:10px;
}

#footerRight
{
	float: right;
	background-color: #E8E8E6;
	width: 576px;
	height:25px;
	padding-top:10px;
	text-align: center;
}

#footerRight a:link
{
	color: #333333;
}

#footerRight a:hover
{
	color: #FC2545;
}

#footerRight a:visited
{
	color: #333333;
}

h4
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #AB031D;
	height:30px;
	padding-top:5px;
	border-bottom: dashed 1px #999999;
}

legend
{
	font-weight:bold;
}

.error
{
	color: #AB031D;
}

select
{
	font-family: Verdana;
	font-size:11px;
	color:#666666;
}

.regularButton
{
	color:#333333;
	border: 1px solid #000000;
	font-family:Verdana;
	font-size:12px;
}

.regTable
{
	
}

.regTable td
{
	text-align:justify;
}

.regTable input.tekst
{
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #666666;
	color:#666666;
}

.regTable textarea
{
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #666666;
	color:#666666;
}

.noBorder
{
	border: 0px;
}

input.radio
{
	border: 0px;
	color:#000000;
}

.loginTbl
{

}



.loginTbl input
{
	border: 1px solid #000000;
	font-family:Verdana;
	font-size:10px;
}

.greySmall
{
	color:#666666;
	font-size:10px;
}

.tdborder td
{
	border-bottom: 1px solid #999999;
}
.china_lang_box_image {
	max-width: 128px; 
	max-height: 128px; 
	width: expression(this.width > 128 ? 128: true); 
	height: expression(this.height > 128 ? 128: true);
} 