/* Copyright c 2003-2004 Wang, Chun-Pin All rights reserved.
 *
 * Version:	$Id: style.css,v 1.7 2006/12/23 16:29:31 alex Exp $
 *
 */
BODY{
	MARGIN: 0px;
	line-height: 1.5;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	color: #262626;
	background-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#AABDFF;
	scrollbar-highlight-color:#AABDFF;
	scrollbar-3dlight-color:#AABDFF; 
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF; 
	scrollbar-arrow-color:#AABDFF;
}

TABLE, TD {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	line-height: 1.5;
	border-color:#D4D0C8;
}

TD.surround {
	background-color:#FFCC00;
	color:white;
}
.outline {
	font-family: "Arial", "Helvetica", "sans-serif";
	color:#FF9E31;
	font-size: 14pt;
	font-weight: bold;
}
TD.title {
	background-color:#EEEEEE;
	color:#FF6600;
}

td.prompt {
	color:#FF6600;
	vertical-align: top;
	background-color: #F5F5F5;
}

td.prompt_middle {
	color:#FF6600;
	background-color: #F5F5F5;
}
td.content {
	vertical-align: top;
	background-color: #FFFFFF;
}

td.line1 {
	background-color:#F5F5F5;
}

td.line0 {
	background-color:#FFFFFF;
}

td.line_highlight {
	background-color:#FFCC99;
}
A {
	text-decoration: none;
	color:#0000C0
}
a.name {
	color:#007a00;
}
A:hover {
	text-decoration: underline;
	color:#ff9900
}

a.toolbar {
	font-size: 8pt;
}
BODY ul {
	list-style-type: square; 
	color: #5276B5;
}

BODY ol {
	color: #5276B5;
}

.notice {
	color: red;
}

INPUT {
	border: 1px solid #cccccc;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
}
select {	
	font-family: arial, helvetica, sans-serif;
	font-size:8pt;
	color:#000066;
	cursor: pointer;
	BACKGROUND-COLOR: #dfefff;
}

INPUT.checkbox {
	font-size:10pt;
	color:#000066;
	background-color:#FFFFFF;
	cursor: pointer;
}

INPUT.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-size : 11px;
	padding: 4px;
}

font.title_header {
	font-family: "Arial", "Helvetica", "sans-serif";
	color:#A9A9A9;
	font-size: 16pt;
}

font.report_title {
	font-family: "Cataneo BT", "sans-serif", "Gungsuh", "Arial";
	color: #FF9900;
	font-size: 20pt;
}

.div_loading {
        color: #3366FF;                 
}

#tooltip {               
	position: absolute;
	left: -300px;   
	width: 150px;  
	border: 1px solid black; 
	padding: 2px;                
	background-color: lightyellow; 
	visibility: hidden;               
	z-index: 1000;                  
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
 
#tippointer {
	position:absolute;
	left: -300px;
	z-index: 101;   
	visibility: hidden;
}
