/*
header
*/
body {
	min-width:760px;
	padding-bottom:15px;
}
#header { width:100%; background:#fff; }
#header h1 { background:#fff; text-align:left; padding:15px 0; width:760px; margin:0 auto; }
div.title{
	margin:-10px 0 5px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	float:left;
}
div.close{
	float:right;
}

/*
main
*/
#main {
	clear:both;
	background:#fff;
	padding:20px;
	float:none;
	width:720px;
	margin:20px auto 10px;
}
#main h2{
	margin-bottom:15px;
}

table.lineTable{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 10px;
	clear: both;
}
table.lineTable th{
	font-size:10px;
	padding:0 5px 8px;
	font-weight:bold;
	text-align:left;
	line-height:1.5em;
}
table.lineTable td{
	font-size:10px;
	padding:5px 5px;
	font-weight:normal;
	text-align:center;
}
table.lineTable th.leftside{
	background:url(/common/bar.gif) no-repeat 8px 0.6em;
	padding-left:12px
}
table.lineTable td.leftside{
	padding-left:12px
}
table.lineTable tr td{
	border-bottom:solid 1px #ccc;
}
table.lineTable tr.colored td{
	border-bottom:none;
}
table.lineTable tr.colored td{ background:#E4E1E0; 
}
table.lineTable tr td.colored{
	background:#F3F3F5;
}
div.lineTable{
	background:url(/common/line660.gif) no-repeat bottom;
	margin:0 0 15px;
}
p {
	margin:15px 0 0;
	font-size:11px;
}
