
body,table {
    font-family:verdana,arial,sans-serif;
    font-size:8pt;
    color:#000099
}

a {
    color:yellow;
    font-weight:bold;
    text-decoration:none;
}

a:hover {
    color:gold;
    text-decoration:underline;
}

INPUT.button {
    BORDER-RIGHT: #4169e1 2px outset;
    BORDER-TOP: #4169e1 2px outset;
    BORDER-LEFT: #4169e1 2px outset;
    COLOR: #ffffff;
    BORDER-BOTTOM: #4169e1 2px outset;
    BACKGROUND-COLOR: #4169e1
}

INPUT.button_disabled {
    BORDER-RIGHT: #CCCCCC 2px outset;
    BORDER-TOP: #CCCCCC 2px outset;
    BORDER-LEFT: #CCCCCC 2px outset;
    COLOR: #ffffff;
    BORDER-BOTTOM: #CCCCCC 2px outset;
    BACKGROUND-COLOR: #CCCCCC
}

INPUT.text {
    BORDER-RIGHT: dodgerblue 1px ridge;
    BORDER-TOP: dodgerblue 1px ridge;
    BORDER-LEFT: dodgerblue 1px ridge;
    BORDER-BOTTOM: dodgerblue 1px ridge
}

INPUT.text_disabled {
    BORDER-RIGHT: dodgerblue 1px ridge;
    BORDER-TOP: dodgerblue 1px ridge;
    BORDER-LEFT: dodgerblue 1px ridge;
    BORDER-BOTTOM: dodgerblue 1px ridge;
    BACKGROUND-COLOR: #CCCCCC;
}

P{
  MARGIN-TOP:2px;  
  MARGIN-BOTTOM:6px;
}

UL {
  margin-left:15pt;margin-top:0px;margin-bottom:0px;
	LIST-STYLE: square; MARGIN-BOTTOM: 5px; MARGIN-TOP: 5px
}

.subTitle {
  FONT-FAMILY:Arial;
  FONT-SIZE:12pt;
  FONT_WEIGHT:bold;
  COLOR: #000099;
}

.dark {
  COLOR: #000099;
}  

.full {
  BORDER : #999999 1px dotted;
  PADDING : 5px;
  FONT-SIZE: 9pt;
  BACKGROUND-COLOR:#FEFEFF;
}

.printBlock{
  border:dotted 1px #999999;
}
#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:50px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:220px;	/* Width of tooltip content */
	height:110px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

.ac {
  font-size:8pt;
  color:#000099;
  text-decoration:none;
}
.ac:hover{
  color:#0000ff;
}
