html body {
    margin: 0;
    padding: 4px 0 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #000000;
}

#homeBody {
    background-color:#778891;
}

#mainTable {
     background-color:#9EBDBE;
     margin:0px 0px 0px 0px;
    width:822px;
    border:medium #40676A solid;
}

#mainHeaderCell {
    padding:0px 0px 0px 0px;
}

#mainPicCell {
    height:340px;
    border-top:medium #40676A solid;
    border-bottom:medium #40676A solid;
}

.lowerCell {
    /* width:25%; */
    height:100px;
    border-right:thin #40676A solid;
    /* padding-left:10px;
    padding-right:10px; */
}

#menuCell {
    background-color:#CCCCCC;
    font-size:14px;
}

#bottomCell {
    height:30px;
    border-top:medium #40676A solid;
}

#loginCell {
    padding:2px;
    width: 200px;
}

#loginTable {
    width:100%
}

.loginParts {
    font-size:10px;
    width:98%;
}

#loginCol1 {
    width:72px;
}

#loginCol2 {
    width:auto;
}

#loginButton {
    font-size:10px;
}

#midCell {
    font-size:16px;
    font-weight:bold;
    vertical-align: middle;
    text-align: center;
    color:#0066CC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

#lrMenuTable {
    font-size:11pt;
    font-weight:bold;
    vertical-align: top;
    text-align: center;
    color:#0066CC;
}
#lowerRightTabs {
    background-image:url(images/LowerRightTabs10.gif);
    background-repeat:no-repeat;
    height: 19px;
    text-align:left;
    padding-left: 4px;
    font-size: 8pt;
    padding-top: 3px;
    margin-bottom:1px;
    width:190px;
}

#watchSetup {
    margin:0;
    padding:0;
}

#LR {
    vertical-align:top;
}

a:link {text-decoration:none; color:#0066CC;}
a:visited {text-decoration:none; color:#0066CC;}
a:active {text-decoration:none; color:#0066CC;}
a:hover {                             /* {color:#40676A;} darker green*/   
    color: #C741D6;
    font-weight: bold;
}

#lowerRightTabs a:hover {
    color: #FF0000;
}

#pps {
    position:relative;
    left:170px;
    top:110px;
}

a>img#pps {
    position:relative;
    left:370px;
    top:110px;
}

#lowerCellMsgHdrSpan {
    font-size: 12pt;
    font-family: Verdana, Arial, sans-serif; 
    text-align: center;
    font-weight: bold;
}

#lowerCellMsgHdrCell { 
    border-bottom: solid 2px #40676A;
}

#subTblLeftCell {
    width: 270px; 
}

#subTblRightCell {
    border-left: solid thin #40676A; 
}

.helpLinksArea {
    width: 260px;
    height: 43px; /*  35px; */
    font-family: sans-serif;
    font-size: 11pt;
    /* font-weight: bold;
    padding-top: 8px; */
    font-style: italic;
}

.helpIcon {
    width: 20px;
    margin-top: 8px; 
    border: none;
} 

.helpText {  
    margin-top: 6px;
    width: 220px;   
} 

#helpIcon1 { float: left; } 

#helpIcon2 { float: right; } 

#helpText1 {
    float: left;                        
    margin-left: 6px;
    text-align: left;
}

#helpText2 { 
    float: right;                        
    margin-right: 6px;
    text-align: right;
}

/* For slideshowcontroller test harness */  
#slideShow {
    position:relative;
    height:88px; /* Adjust as needed */
    /* border: thin solid green; */ 
    padding: 0px 0 0 2px;
}

#slideShow DIV {
    position:absolute;
    border: none;
    /* top:0;
    left:120; */
    z-index:8;
    opacity:0.0;
    /* height: 110px; */
    /* background-color: #FFF; */
}

#slideShow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideShow DIV.last-active {
    z-index:9;
}


#slideshow DIV IMG {
    height: 88px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}
