a{text-decoration: none; color: #ffffff; font-size: 12px; font-family: Arial;}
a:hover{text-decoration: underline; color: #ffffff;}
a:visited{text-decoration: none; color: #ffffff; font-size: 12px; font-family:  Arial;}
a:visited:hover{text-decoration: underline; color: #ffffff;}

html{scrollbar-base-color: #7AAC00; scrollbar-arrow-color: #ffffff; scrollbar-face-color: #7AAC00;}
body{margin: 0px; font-family: Arial; font-size: 12px; color: #ffffff; background-image: url(images/bg2.gif);}
td{font-family: Arial; font-size: 12px; color: #ffffff;}
form{padding: 0px; margin: 0px; text-align: left;}

.subm{cursor: pointer;}
.forgotdiv{border: solid 1px #82c4ff; background-color: #b9d6f0;
    text-align: center; vertical-align: middle; padding: 5px;}
.testlogmsg{border: solid 1px #ff0000; background-color: #ffabab;
    text-align: center; vertical-align: middle; padding: 5px;}
.logmsg{border: solid 1px #00ff00; background-color: #bcf0bc;
    text-align: center; vertical-align: middle; padding: 5px;}
.extraChks {display: none;}

.dirDiv{overflow: auto; border: solid 1px #000000; padding: 5px; background-color: #3f24a3;}

.openLink{cursor: pointer; text-decoration: none;}
.openLink:hover{cursor: pointer; text-decoration: underline;}

.openImg{cursor: pointer;}

/*popup div style*/
.PopDiv {position: fixed; left: 300px; top: 100px; display: none;}
.closeBut {cursor: pointer; border: outset 2px #ffffff; background-color: #6889a4; color: #ffffff; padding: 0px; margin: 0px; width: 20px; height: 20px; text-align: center; vertical-align: middle;}
.topleft {background-image: url(images/popdiv/topleft.png); background-position: right bottom; background-repeat: no-repeat; width: 45px; height: 45px; cursor: move;}
.topcenter {background-image: url(images/popdiv/top.png); background-position: center bottom; background-repeat: repeat-x; height: 45px; cursor: move; text-align: center; vertical-align: bottom; color: #000000;}
.topright {background-image: url(images/popdiv/topright.png); background-position: left bottom; background-repeat: no-repeat; width: 45px; height: 45px; cursor: move; text-align: left; vertical-align: bottom;}
.left {background-image: url(images/popdiv/left.png); background-position: right top; background-repeat: repeat-y; width: 45px; cursor: move;}
.right {background-image: url(images/popdiv/right.png); background-position: left top; background-repeat: repeat-y; width: 45px; cursor: move;}
.bottomleft {background-image: url(images/popdiv/botleft.png); background-position: right top; background-repeat: no-repeat; width: 45px; height: 45px; cursor: move;}
.bottomcenter {background-image: url(images/popdiv/bottom.png); background-position: center top; background-repeat: repeat-x; height: 45px; cursor: move;}
.bottomright {background-image: url(images/popdiv/botright.png); background-position: left top; background-repeat: no-repeat; width: 45px; height: 45px; cursor: move;}