@charset "utf-8";
@import url("navTop.css");
@import url("floatmenu.css");
/* CSS Document */
html {
	overflow-y: scroll; /* fixed vertical scroll bar for FF*/
}
body, td, th {
	font: 11px Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	background: #FFF url(../images/defaultBackgroundImage.jpg) repeat-x;
}
.blockImg {
	display: block;
}
.docBG {
	background: url(../images/docMainBackground.png) no-repeat;
	width: 958px;
	margin: auto;
}
.docArea {
	width: 901px;
	margin: auto;
}
.topBar {
	background: url(../images/logo.jpg) no-repeat;
	height: 116px;
}
.topBar .logo {
	float: left;
	height: 83px;
	width: 180px;
}
.functional {
	height: 85px;
}
.functional div {
	float: right;
	clear: right;
}
.languageForm {
	height: 37px;
}
.languageForm a {
	font-size: 11px;
	color: #005480;
	background: url(../images/languageFormBullet.gif) no-repeat 0px 5px;
	display: block;
	padding-left: 11px;
	padding-right: 13px;
	text-decoration: none;
}
.languageForm a:hover {
	text-decoration: underline;
}
.languageForm select {
	font-size: 11px;
	color: #586e75;
	height: 18px;
	width: 90px;
	background: #FFF;
	border-style: inset;
	border-width: 1px;
	margin-left: 10px;
}
.searchForm .searchField {
	background: url(../images/searchFormFieldBG.gif) no-repeat;
	height: 20px;
	width: 175px;
	border-style: none;
	/* search field fix by stanoo 2009.09 */
	padding-left: 2px;
	left: 2px;
	/* end of search field fix */
}
*html .searchForm .searchField {
	height: 18px;
}
.searchForm img {
	margin-left: 4px;
}
.keyVisual {
	height: 187px;
}
.keyVisualShadow {
	background: url(../images/keyvisualShadow.jpg) no-repeat;
	height: 22px;
}
.more {
	color: #b51e3b;
}
.more a {
	text-decoration: none;
	color: #b51e3b;
}
.more a:hover {
	text-decoration: underline;
}
.copyright {
	line-height: 26px;
	color: #FFF;
	background: url(../images/copyrightBG.gif) repeat-x;
	height: 26px;
	clear: both;
	text-align: center;
}
/* search field fix by stanoo 2009.09 */
img, div, a {behavior:url(/png.htc)}
/* end of search field fix */
