/***********************************************************/
/* Name       : ACMSJefis1.CSS                                */
/***********************************************************/
/* Summary    :                                            */
/*    This Cascaded Style Sheet should be used as first    */
/* sheet in the CSS order.                                 */
/***********************************************************/
/* Modification Log:                                       */
/*---------------------------------------------------------*/
/* Name       : Raman Perumal (Rob)                        */
/* Date       : Dec 07, 2007.                              */
/* Description: Original Version (Author)                  */
/***********************************************************/

BODY {
	background-color: white;
	color: black;
	font-family: sans-serif, arial, tahoma, helvetica;
	font-size: 12px;
}

TD, P {
	font-family: sans-serif, arial, tahoma, helvetica;
	font-size: 12px;
}

/* interactive control classes */

INPUT.HATSBUTTON {
  font-family: sans-serif, arial, tahoma, helvetica;
  font-size: 14px;
  background-color: #CC6633;
  color: white;
  white-space: pre;
  width: auto;
}

INPUT.HATSINPUT {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-STYLE: normal;
	FONT-FAMILY: inherit;
    text-transform: uppercase;
}

INPUT.HATSCHECKBOX {
	
}

INPUT.HATSRADIOBUTTON {
	background-color: #ebf7ff;
	border-width: 0px;
	border-color: black;
	border-style: none;
	height: 17px;
	width: 17px;
	cursor: pointer;
}

OPTION.HATSOPTION {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-STYLE: normal;
	FONT-FAMILY: tahoma, arial, geneva;
    text-transform: uppercase;
}

SELECT.HATSDROPDOWN {
	font-family: sans-serif, arial, tahoma, helvetica;
	font-size: 12px;

}

/* static text classes */
SPAN.HATSTEXT {
	font-size: 12px;
}

SPAN.HATSCAPTION {
	font-size: 12px;
}

TABLE.HATSBUTTONTABLECELL {
	padding: 4px;
}

/* table classes */
TABLE.HATSTABLE {
	border-width: 1px;
	border-color: #4a6384;
	border-style: none;
	background-color: white;
	border-collapse: collapse;
}

TR.HATSTABLEROW {
	
}

.HATSTABLEHEADER {
	background-color: #a0b2ca;
	color: black;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding: 4px;
	border-width: 1px;
	border-color: #4a6384;
	border-style: solid;	
}

.HATSTABLEEVENROW {
	background-color: #ddedff;
}

.HATSTABLEODDROW {
	background-color: #ebf7ff;
}

.TABLEEVENROW {
	background-color: #ddedff;
	border: 1px solid;
}

.TABLEODDROW {
	background-color: #ebf7ff;
	border: 1px solid;
}

.TABLEHEADERROW {
	background-color: #ddedff;
	border: 1px solid;
}

.TABLECUSTOMHEADER {
	background-color: #a0b2ca;
	color: black;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding: 4px;
	border-width: 1px;
	border-color: #4a6384;
	border-style: solid;	
}

TD.TABLECUSTOMCELL {
	padding: 4px;
	font-size: 12px;
	border-width: 1px;
	border-color: #4a6384;
	border-style: solid;
	line-height: 0px;
}

.ERRORMSG {
	background-color: white;
	text-align: left;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: red;
	FONT-STYLE: normal;
	FONT-FAMILY: tahoma, arial, geneva;
}

.BANNERMSG {
	background-color: white;
	text-align: center;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: red;
	FONT-STYLE: normal;
	FONT-FAMILY: tahoma, arial, geneva;
}

.TABLEBORDER
{
border: none;
}

.SUBTITLE {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #0000a0;
	FONT-STYLE: normal;
	FONT-FAMILY: tahoma, arial, geneva;
}

.PAGENUMBER {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-STYLE: normal;
	FONT-FAMILY: tahoma, arial, geneva;
}

A.HATSPROTLINK:link {
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	width: 100%;
    background-color: #ddda9b;
}

A.HATSPROTLINK:visited {
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	width: 100%;
	background-color: #eceac6;
}
A.HATSPROTLINK:hover {
	font-size: 12px;
	color: #cc6600;
	text-decoration: underline;
	width: 100%;
	background-color: #bddeff;
}

TD.HATSTABLECELL {
	padding: 4px;
	font-size: 12px;
	border-width: 1px;
	border-color: #4a6384;
	border-style: solid;
}

TD.HATSTABLECAPTIONCELL {
	padding: 4px;
	font-size: 12px;
	border-width: 1px;
	border-color: #4a6384;
	border-style: solid;	
}

TABLE.HATSFIELDTABLE {
	white-space: normal;
	letter-spacing: normal;
}

.HATSFIELD {
	font-family: monospace;
	font-size: 12px;
	color: black;
}

.HCURSORINDICATOR {
        background-color: white;
}

/* Disabled field */
.HDF {
	font-family: monospace;
	font-size: 12px;
	color: gray;
}

/* links */
A.HATSLINK:link, A.HATSLINK:visited {
	font-size: 12px;
	color: #656600;
}

A.HATSLINK:hover {
	color: #577c01;
}

/* popup classes */
DIV.HATSPOPUP {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	width: 150px;
	height: 170px;
	overflow: auto;
	border: solid;
	background-color: #eeeeff;
	/*-moz-opacity: .46; only works in ns7, moz */
	filter: alpha(opacity=70, 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;
}

TR.HATSPOPUPTR {
	
}

TD.HATSPOPUPTD {
	
}

A.HATSPOPUPITEMLINK {
	
}

/* 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 {
	font-family: monospace;
	font-size: 12px;
	color: black;
}

input.HBLANK {
	white-space: normal;
	letter-spacing: normal;
}

.HBLUE {
	font-family: monospace;
	font-size: 12px;
	color: #C08040;
}

input.HBLUE {
	white-space: normal;
	letter-spacing: normal;
}

.HGREEN {
	FONT-WEIGHT: normal;
	font-family: monospace;
	font-size: 12px;
	color: black;
}

input.HGREEN {
	white-space: normal;
	letter-spacing: normal;
	color: black;
}

.HCYAN {
	FONT-WEIGHT: normal;
	font-family: monospace;
	font-size: 12px;
	color: black;
}

input.HCYAN {
	white-space: normal;
	letter-spacing: normal;
	color: black;
}

.HRED {
	font-family: monospace;
	font-size: 12px;
	color: #507030;
}

input.HRED {
	white-space: normal;
	letter-spacing: normal;
}

.HMAGENTA {
	font-family: monospace;
	font-size: 12px;
	color: #5B4A31;
}

input.HMAGENTA {
	white-space: normal;
	letter-spacing: normal;
}

.HBROWN {
	font-family: monospace;
	font-size: 12px;
	color: #9D9D00;
}

input.HBROWN {
	white-space: normal;
	letter-spacing: normal;
}

.HWHITE {
	FONT-WEIGHT: bold;
	font-family: monospace;
	font-size: 12px;
	color: black;
}

input.HWHITE {
	white-space: normal;
	letter-spacing: normal;
}

.HGRAY {
	font-family: monospace;
	font-size: 12px;
	color: #A0A0A4;
}

input.HGRAY {
	white-space: normal;
	letter-spacing: normal;
}

.HLBLUE {
	font-family: monospace;
	font-size: 12px;
	color: #C08040;
}

input.HLBLUE {
	white-space: normal;
	letter-spacing: normal;
}

.HLGREEN {
	font-family: monospace;
	font-size: 12px;
	color: #C08040;
}

input.HLGREEN {
	white-space: normal;
	letter-spacing: normal;
}

.HLCYAN {
	font-family: monospace;
	font-size: 12px;
	color: #80FFFF;
}

input.HLCYAN {
	white-space: normal;
	letter-spacing: normal;
}

.HLRED {
	font-family: monospace;
	font-size: 12px;
	color: #608040;
}

input.HLRED {
	white-space: normal;
	letter-spacing: normal;
}

.HLMAGENTA {
	font-family: monospace;
	font-size: 12px;
	color: #6B5A41;
}

input.HLMAGENTA {
	white-space: normal;
	letter-spacing: normal;
}

.HLYELLOW {
	font-family: monospace;
	font-size: 12px;
	color: #7D7D33;
}

input.HLYELLOW {
	white-space: normal;
	letter-spacing: normal;
}

.HHWHITE {
	font-family: monospace;
	font-size: 12px;
	color: black;
}

input.HHWHITE {
	white-space: normal;
	letter-spacing: normal;
}

/* keypad links */
A.HostKeyLink {
	color: blue;
	font-size: 14px;
}

A.ApplicationKeyLink {
	color: blue;
	font-size: 14px;
}

/* keypad buttons */
INPUT.ApplicationButton {
	font-family: sans-serif, arial, tahoma, helvetica;
	font-size: 14px;
    background-color: #006666;
    color: white;
    white-space: pre;
    width: auto;
}

INPUT.HostPFKey {
  border: black solid 1px;
  color: white;
  background-color: #4a6384;
  width: 19em;
  font-family: sans-serif, arial, tahoma, helvetica;
  font-size: 14px;
  white-space: pre;
}

INPUT.HostPFKeyButton {
  border: black solid 1px;
  color: white;
  background-color: #4a6384;
  width: 15em;
  font-family: sans-serif, arial, tahoma, helvetica;
  font-size: 14px;
  white-space: pre;
  cursor: pointer;
}

INPUT.HostPFKeyButtonAuto {
  border: black solid 1px;
  color: white;
  background-color: #4a6384;
  width: auto;
  font-family: sans-serif, arial, tahoma, helvetica;
  font-size: 14px;
  white-space: pre;
  cursor: pointer;
}

INPUT.TabButtonOn {
  border: black solid 1px;
  color: white;
  background-color: #4a6384;
  width: auto;
  font-family: sans-serif, arial, tahoma, helvetica;
  font-size: 14px;
  white-space: pre;
  cursor: pointer;
}

INPUT.TabButtonOff {
  border: black solid 1px;
  color: black;
  background-color: #eeeeaa
  width: auto;
  font-family: sans-serif, arial, tahoma, helvetica;
  font-size: 14px;
  white-space: pre;
  cursor: pointer;
}

INPUT.HostButton {
	font-family: sans-serif, arial, tahoma, helvetica;
	font-size: 14px;
	width: auto;	
}

INPUT.ApplicationButton:hover {
	border-color: blue;
}

INPUT.HostPFKey:hover {
	border-color: blue;
}

INPUT.HostButton:hover {
	border-color: blue;
}

/* keypad tables */
TABLE.HostKeypad {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background-color: #efefef;
}

.HostKeypad {
	text-align: center;
}

TABLE.ApplicationKeypad {
	text-align: center;
}

/* focus indicator classes for portlets */
.HATSFOCUSED {
	border: thin solid red;
}

.HATSUNFOCUSED { }


.HATSSTATUSHEADER {
	color: white;
	background-color: #9b5e26;
	font-family: sans-serif, arial, tahoma, helvetica;
	font-size: 14px;
	font-weight: bold;
	border-color: #444444;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}

.HATSSTATUSFOOTER {
	color: white;
	background-color: #9b5e26;
	font-family: sans-serif, arial, tahoma, helvetica;
	font-size: 10px;
	border-color: #444444;
	border-style: solid;
	border-width: 1px;
}

.HATSFOOTERSTATUSHEADER {
	font-size: 10px;
	color: white;
}

.HATSFOOTERSTATUSINFO {
	font-size: 10px;
	color: white;
}

.RHBLANK {
        color: black;
	background-color: #00ff00;
}

.RHBLUE {
        color: black;
	background-color: #3c9dff;
}

.RHGREEN {
        color: black;
	background-color: #00ff00;
}

.RHCYAN {
        color: black;
	background-color: cyan;
}

.RHRED {
        color: black;
	background-color: red;
}

.RHMAGENTA {
        color: black;
	background-color: magenta;
}

.RHBROWN {
        color: black;
	background-color: yellow;
}

.RHWHITE {
        color: black;
	background-color: #eeeeee;
}

.RHGRAY {
        color: black;
	background-color: #a0a0a4;
}

.RHLBLUE {
        color: black;
	background-color: #4040c0;
}

.RHLGREEN {
        color: black;
	background-color: #40c040;
}

.RHLCYAN {
        color: black;
	background-color: #40c0c0;
}

.RHLRED {
        color: black;
	background-color: #ff4040;
}

.RHLMAGENTA {
        color: black;
	background-color: #c040ff;
}

.RHLYELLOW {
        color: black;
	background-color: #c0c000;
}

.RHHWHITE {
        color: black;
	background-color: white;
}

#divTabButtons{
margin-left: 0px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;
}

#divTabButtons ul{
width: auto;
font-family: sans-serif, arial, tahoma, helvetica;
font-size: 12px;
font: bolder;
margin:0;
padding:0;
list-style:none;
}

#divTabButtons li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


#divTabButtons a{
float:left;
color: black;
background: #fda429 url(../images/navtab_left.gif) no-repeat left top; 
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 0px;
line-height: 12px;
cursor: pointer;
}

#divTabButtons a span{
float:left;
display:block;
background: transparent url(../images/navtab_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#divTabButtons a span{
float:none;
}

#divTabButtons a:hover{
background-color: #feda9e;
}

#divTabButtons a:hover span{
background-color: #feda9e;
}

#divTabButtons #current a, #divTabButtons #current span{ 
background-color: #526380;
color: white;
cursor: default;
}

#divTabButtonsline{
clear: both;
padding: 0;
width: 100%;
height: 6px;
line-height: 6px;
background: #526380;  
}