/* CSS Document */
div.headerHolder {
	font-weight: bold;
	height: 24px;
	background: #000000;
}

div#listScroll,div.headerHolder {
	width: 100%;;
}

.sc {
	overflow:auto; 
	width:100%; 
	height:400px;
}

div.tblHeader {
	color: #FFFFFF;
	background: #000000;
	font-size: 11px;
	float: left;
	padding: 2px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	width: 150px;
	height: 16px;
	border-right: #444 2px solid;
	text-align: center;
	cursor: pointer;
}

div.tblCell {
	float: left;
	padding: 2px;
	padding-top:5px;
	padding-left:10px;
	padding-right:11px;
	height: 16px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000
}

div.tblCell a {
	text-decoration:none;
	font:Arial, Helvetica, sans-serif 12px;
	color: #333333;
}

div.tblHover {
	background: #FFFFFF;
	border-bottom: #aab solid 1px;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif 12px;
	color: #FF0000;
}

div.tblOdd {
	background: #FFD9DE;
	border-bottom: #aab solid 1px;
}

div.tblEven {
	background: #FFF0F1;
	border-bottom: #aab solid 1px;
}

option.optionOdd {
	background: #fff;
	padding: 0.1em;
}

option.optionEven {
	background: #FFF0F1;
	padding: 0.1em;
}

option {
	color: #444;
	padding: 0.1em;
}

select.selector {
	color: #777;
	border: 1px #CCCCCC solid;
	border-width: 1px;
	border-style: solid;
	background: #eee;
	cursor: pointer;
	padding: 0.25em;
}

select {
	font-size: 11px;
}

.boxnotes {
	color: #999;
}

.rednotes {
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	padding: 0.5em;
	vertical-align: middle;
}

.subsecTtl {
	font-size: 16px;
	background: #000000;
	line-height: 0.5em;
	padding: 0.5em;
	font:Arial, Helvetica, sans-serif 11px bold;
	color:#FFFFFF;
	width:94%;
	margin-top:30px;
	margin-left:20px;
}

fieldset {
	width: 500px;
}

.searchItem {
	text-decoration: none;
	background: #FFFF00;
}

.searchItem {
	background: #FFFF00;
}

iframe {
	border-width: 0px;
	height: 60px;
	width: 400px;
	vertical-align: top;
}

iframe.hidden {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

iframe.aaa {
	width: 100%;
	height: 600px;
}