/* Information on  stylesheets and templates is available in   *
 * the User's and Administrator's Guide                        */
@import url(commontheme.css);

BODY {
	background-color: white;
	color: black;
	font-family: sans-serif, arial, tahoma, helvetica;
	/* For accessibility compliance: remove the following line */
	font-size: 10pt;
}

TD, P, INPUT, SELECT, TH {
	font-family: sans-serif, arial, tahoma, helvetica;
	/* For accessibility compliance: remove the following line */
	font-size: 10pt;
}

TT {
	/* For accessibility compliance: remove the following line */
	font-size: 10pt;
}

/* interactive control classes */
INPUT.HATSINPUT {
	
}

INPUT.HATSBUTTON {

}

SELECT.HATSDROPDOWN {
	font-family: sans-serif, arial, tahoma, helvetica;
	/* For accessibility compliance: remove the following line */
	font-size: 10pt;
}

/* static text classes */

.HATSBUTTONTABLECELL {
	padding: 4px;
}

/* table classes */
TABLE.HATSTABLE {
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;	
	background-color: white;
	border-collapse: collapse;
}

.HATSTABLEHEADER {
	background-color: #808080;
	color: white;
	font-weight: bold;
	text-align: center;
	
	padding: 4px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;	
}

.HATSTABLEEVENROW {
	background-color: #FFFFFF;
}

.HATSTABLEODDROW {
	background-color: #e8e8e8;
}

TD.HATSTABLECELL {
	padding: 4px;
	
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;	
}

TD.HATSTABLECAPTIONCELL {
	padding: 4px;
	
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;	
}

TABLE.HATSFIELDTABLE {
	white-space: normal;
	letter-spacing: normal;
}

.HATSFIELD {
	font-family: courier new, monospace;
	
	color: black;
}

/* Disabled field */
.HDF {
	font-family: courier new, monospace;
	
	color: gray;
}

/* links */
A.HATSLINK:link, A.HATSLINK:visited {
	
	color: blue;
}

A.HATSLINK:hover {
	color: #5555ff;
}

A.HATSPROTLINK:link, A.HATSPROTLINK:visited {
	
	color: black;
	text-decoration: none;
}

A.HATSPROTLINK:hover {
	color: blue;
	text-decoration: underline;
}

/* popup classes */
DIV.HATSPOPUP {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	width: 150px;
	height: 170px;
	overflow: auto;
	border: solid 1px gray;
	background-color: #eeeeff;
	/*-moz-opacity: .46; only works in ns7, moz */
	filter: alpha(opacity=90, style=0);
	z-index: 5;
	-moz-border-radius: 6%;
}

TABLE.HATSPOPUPTABLE {
	background-color: #eeeeff;
	border: 0px;
	width: 100%;
}

TH.HATSPOPUPTH {
	background-color: #cccccc;
	text-align: right;
}

A.HATSPOPUPITEMLINK:link, A.HATSPOPUPITEMLINK:visited {
	color: blue;
}

A.HATSPOPUPITEMLINK:hover {
	color: navy;
}

/* Style Definition for all widgets with color mapping enabled (Hcolor)  */
/* These color map the terminal fields foreground colors to these .html  */
/* color and attributes.                                                 */
.HBLANK {
	color: black;
}

input.HBLANK {
	white-space: normal;
	letter-spacing: normal;
}

.HBLUE {
	color: #384294;
}

input.HBLUE {
	white-space: normal;
	letter-spacing: normal;
}

.HGREEN {
	color: #3a6334;
}

input.HGREEN {
	white-space: normal;
	letter-spacing: normal;
}

.HCYAN {
	color: #328d8d;
}

input.HCYAN {
	white-space: normal;
	letter-spacing: normal;
}

.HRED {
	color: #95373f;
}

input.HRED {
	white-space: normal;
	letter-spacing: normal;
}

.HMAGENTA {
	color: #632e70;
}

input.HMAGENTA {
	white-space: normal;
	letter-spacing: normal;
}

.HBROWN {
	color: #766830;
}

input.HBROWN {
	white-space: normal;
	letter-spacing: normal;
}

.HWHITE {
	color: #666666;
}

input.HWHITE {
	white-space: normal;
	letter-spacing: normal;
}

.HGRAY {
	color: #555555;
}

input.HGRAY {
	white-space: normal;
	letter-spacing: normal;
}

.HLBLUE {
	color: #555555;
}

input.HLBLUE {
	white-space: normal;
	letter-spacing: normal;
}

.HLGREEN {
	color: #888888;
}

input.HLGREEN {
	white-space: normal;
	letter-spacing: normal;
}

.HLCYAN {
	color: #666666;
}

input.HLCYAN {
	white-space: normal;
	letter-spacing: normal;
}

.HLRED {
	color: red;
}

input.HLRED {
	white-space: normal;
	letter-spacing: normal;
}

.HLMAGENTA {
	color: #555555;
}

input.HLMAGENTA {
	white-space: normal;
	letter-spacing: normal;
}

.HLYELLOW {
	color: #666666;
}

input.HLYELLOW {
	white-space: normal;
	letter-spacing: normal;
}

.HHWHITE {
	color: black;
}

input.HHWHITE {
	white-space: normal;
	letter-spacing: normal;
}

/* keypad links */
A.HostKeyLink {
	color: blue;
	
}

A.ApplicationKeyLink {
	color: black;
	
}

/* keypad buttons */
INPUT.ApplicationButton {
	background-color: #d0d0d0;
	color: black;
	/* For accessibility compliance: change following value to 90% */
	font-size: 9pt;
}

INPUT.HostPFKey {
	background-color: #d0d0d0;
	color: black;
	width: 4em;
	/* For accessibility compliance: change following value to 90% */
	font-size: 9pt;
}

INPUT.HostButton {
	background-color: #9b9b9b;
	color: black;
	width: 8em;	
	/* For accessibility compliance: change following value to 90% */
	font-size: 9pt;
}

INPUT.ApplicationButton:hover {
	border-color: #cccccc;
}

INPUT.HostPFKey:hover {
	border-color: #cccccc;
}

INPUT.HostButton:hover {
	border-color: #cccccc;
}

/* keypad tables */
TABLE.HostKeypad {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #efefef;
}

.HostKeypad {
	text-align: center;
}


/* focus indicator classes used for portlets */
.HATSFOCUSED {
	border: thin solid blue;
}

.HATSSTATUSHEADER {
	border-color: #888888;
	border-style: solid;
	border-width: 1px;
	color: white;
	background-color: #555555;
	/* For accessibility compliance: change following value to 180% */
	font-size: 18pt;
	font-weight: bold;
}

.HATSSTATUSFOOTER {
	border-color: #888888;
	border-style: solid;
	border-width: 1px;
	color: black;
	background-color: #cccccc;
	/* For accessibility compliance: change following value to 90% */
	font-size: 9pt;
}

.HATSFOOTERSTATUSHEADER, .HATSFOOTERSTATUSINFO {
	/* For accessibility compliance: change following value to 90% */
	font-size: 9pt;
}

.statusArea {
	display:none;
}
DIV.statusArea {
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}
TABLE.statusArea{
	table-layout: fixed;
	empty-cells: hide;
}
.inputInhibited{
	color:red;
	font: bold;
}
IMG.sslCheck{
	color: white;
	background-color: white;
}

.HCURSORINDICATOR {
	color: red;
	text-decoration: underline;
	font: bold;
	background-color:  #666666;
}

.HF {
	font-family: Courier New,Arial;
    font-size: 11pt;
    font-style: normal;
	color:#333399 !important;
}


.header {
    background-color: transparent;
    background-position: center top;
    background-repeat: repeat-x;
    color: #b0c4de;
    font-family: Verdana;
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
}

.buttonup {
    background-color: transparent;
    background-image: url("../images/button_up.gif");
    background-position: left top;
    background-repeat: no-repeat;
    color: #0d1470;
    font-family: Verdana;
    font-size: 10pt;
    font-style: normal;
    text-align: left;
    text-indent: 12px;
    vertical-align: text-top;
}
