body {
	margin: 0;
	font-family: Tahoma, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background: #FFFFFF;
}

a {
	color: #F2790D;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
}

.prev {
	width: 20px;
	text-align: left;
}
.next {
	width: 20px;
	text-align: right;
}
.right {
	text-align: right;
}

img {
	cursor: pointer;
}
.idx {
	vertical-align: top;
	padding-left: 1px;
}
.idxpr {
	display: none;
}

#toolbar {
	position: relative;
	left: 50%;
	margin: 5px 0 0 -370px;
	width: 740px;
	text-align: right;
}
#toolbar a {
	padding-left: 6px;
}

#fulltable {
	position: relative;
	left: 50%;
	margin: 5px 0 0 -370px;
	width: 740px;
}

#title .title {
	width: 700px;
	font-size: 16px; 
	font-weight: bold; 
	color: #1B407B; 
	padding: 0 4px 2px 4px;
}
.page {
	width: 20px;
	text-align: center;
	font-size: 10px;
	color: #1B407B;
}

#thead {
	overflow: hidden;
}
#tbody {
	overflow: auto;
	height: 260px; 
}
#thead .main, #tbody .main {
	width: 700px;
}

#thead td {
border: 1px solid white;
}

.oh { color: white; background-color: #445AA5; text-align: center; }
.of { text-align: center; font-weight: bold;  }
.on { text-align: left;   vertical-align: top; }
.oi { text-align: left;   vertical-align: top; padding-left: 10px; }
.oj { text-align: left;   vertical-align: top; padding-left: 20px; }
.ok { text-align: left;   vertical-align: top; padding-left: 30px; }
.ol { text-align: left;   vertical-align: top; padding-left: 40px; }
.om { text-align: left;   vertical-align: top; padding-left: 50px; }
.os { text-align: right;  vertical-align: top; }
.oc { text-align: center; vertical-align: top; }
.ox { text-align: right;  vertical-align: bottom; }
.ow { text-align: center; vertical-align: bottom; }
.xx { border-right: 1px solid #000000; }
.yy { border-top: 1px solid #000000; }
.bl { color: #0080FF; }
.gr { color: #008000; }

table {
  border-collapse: collapse;
}

#tbody .main table tr {
	background-color: #EAEEF7;
}

#tbody .main table tr:nth-child(odd) {
	background-color: #ffffff;
}

#tbody .main table tr:hover {
	background-color: #CCD6EC;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 5px 0 0 -370px;
	width: 740px;
  border-top: 1px solid #445AA5;
}

#footer a {
  color: #1B407B;
}

#footer .label {
	padding-right: 5px;
	vertical-align: top;
}
#footer .expert {
	color: #00628F;
}
#footer .back {
	margin: 2px 0 2px 0;
	text-align: center;
}

#printfooter {
	display: none;
}