/* Copyright c 2003-2004 Wang, Chun-Pin All rights reserved.
 *
 * Version:	$Id: style.css,v 1.3 2009/04/20 16:43:18 djames Exp $
 *
 */

A, ABBR, ACRONYM, ADDRESS, B, BDO, BIG, BLOCKQUOTE, BODY, BUTTON, CAPTION, CENTER, CITE, CODE, COL, COLGROUP, DD, DEL, DFN, DIR, DIV, DL, DT, EM, FIELDSET, FONT, FORM, H1, H2, H3, H4, H5, H6, I, IFRAME, INPUT, INS, KBD, LABEL, LEGEND, LI, MENU, NOFRAMES, NOSCRIPT, OL, OPTGROUP, OPTION, P, PRE, Q, S, SAMP, SELECT, SMALL, SPAN, STRIKE, STRONG, SUB, SUP, TABLE, TBODY, TD, TEXTAREA, TFOOT, TH, THEAD, TITLE, TR, TT, U, UL, VAR {
    font-family: "Verdana", "sans-serif", "Arial"; 
    font-size: 11px;
    color: #333333;
}

.topNavLink {
    font-family: sans-serif; 
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

.topNavLink:hover {
    color: black;
}

.titleText {
    font-family: sans-serif; 
    font-size: 16px;
    font-weight: bold;
	width: 100%;
	text-align: center;
}

.subTitleText {
    font-family: sans-serif; 
    font-size: 14px;
    font-weight: bold;
	width: 100%;
	color: #aa6600;
	text-align: center;
}
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: 16pt;
	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: 18pt;
}

font.report_title {
	font-family: "Arial", "sans-serif", "Gungsuh";
	color: #FF9900;
	font-size: 24pt;
}

.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;
}
