/* CSS Document */
#contents {
	margin-bottom: 20px;
}

#main {
	margin-top: 10px;
	background-image: url(/settlementAccounts/img/mainBg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	position: relative;
}
#main h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-bottom: 7px;
}
#main p {
	padding-top: 10px;
}
#lineBox{
	padding-left: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	padding-right: 10px;
	padding-bottom: 20px;
}
#balanceSheet {
	width: 760px;
}
#mainBox {
	margin-left: 10px;
	width: 730px;
}
#edinet {
	width: 750px;
}
#edinetLine {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid #E0E0E0;
}
#edinetBox {
	margin-left: 10px;
	width: 255px;
}

#balanceSheet table {
	width: 400px;
	margin-top: 5px;
}
#balanceSheet th {
	background-color: #B8E5FF;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#balanceSheet td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#balanceSheet .evenNumber {
	background-color: #EFEFEF;
}
#balanceSheet .pdfLogo {
	width: 10%;
	text-align: right;
}
#balanceSheet .pdfSize {
	text-align: right;
}
#mainBottom {
	background-image: url(/settlementAccounts/img/mainBottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	height: 2px;
	font-size: 0;
	line-height: 0;
}

