/*
body{
	font-size: 0.8em;
}
*/

h2{
	color: #006633;
	width: 100%;
	font-weight: bold;
	font-size: 14pt;
}

table.information {
	width: 83%;
	margin-left: 10px;
    background-color:#D5FFFF;
}

table.information tr td {
	margin-left: 100px;
	padding: 15px 20px 15px 20px;
}
/*
td {
	font-size: 0.8em;
}
*/
td.lbl1 {
	font-size: 0.8em;
    background-color:#CCFFCC;
    text-align: center;
    padding:0 2em;
}
td.lbl2 {
	font-size: 0.8em;
    background-color:#FFFF99;
    text-align: center;
}

td.border {
	border: 3px #A0DFA0 solid;
	padding: 0px 0px 5px 5px;
    background-color:#E5FFFF;
}

div.ListBox {
	padding : 0px;
	line-height : 90%;
	width : 600px;
	height : 250px;
	overflow-y : auto;
	font-size: 10pt;
}

.ListHdr	{
	text-align : center;
	padding : 2px;
	width : 100%;
	margin-bottom : -1px;
}

div.SpreadSheet1 {
	padding : 0px;
	line-height : 90%;
	font-size: 0.8em;
}
div.SpreadSheet2 {
	padding : 0px;
	line-height : 90%;
	font-size: 0.8em;
}
div.SpreadSheet3 {
	padding : 0px;
	line-height : 90%;
	font-size: 0.8em;
}

div.ListBox2 {
	border: thin inset;
	padding : 0px;
	line-height : 90%;
	width : 600px;
	height : 100px;
	overflow-y : auto;
	font-size: 10pt;
}

img.not_sai_info {
	vertical-align: text-bottom;
}

span.unit {
	padding-left: 20px;
	font-size: 1.2em;
}

span.top_buttons {
	padding-left: 200px;
}
div.top_buttons {
	padding-left: 200px;
}

span.top_buttons img {
	vertical-align: text-bottom;
}

/* Tooltip START */
	#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:5px;
		font-size:0.7em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
/* Tooltip END */
