﻿html {
    height:100%;
}
body {
    height:100%;
    margin:0px;
    font-family:verdana,tahoma,helvetica;
}
.mainFont {
    font-family: verdana;
    font-size: 16px;
    color: #303030;
}
.loginButton {
    margin-top: 10px;
    margin-right: 14px;
    margin-bottom: 10px;
}
.loginTitle {
}
p {
    font-family: verdana;
    font-size: 12px;
    color: #303030;
}
a {
    font-family: verdana;
    font-size: 12px;
    color: blue;
}
div.frm {
    position:absolute;
    border:3px solid green;
}
.menuItem {
    background-color:#b8b8b8;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    text-align:center;
    display:block;
    padding:1px;
    border:1px solid gray;
}
.menuItemSelected {
    background-color:#f7f7f7;
    color:#000000;
}
.menuItemHover {
    background-color:#e7e7e7;
    color:#000000;
}
.view {
    z-index: 1; 
    left: 0px; 
    top: 20px; 
    position: absolute; 
    height: 210px; 
    width: 281px;
}


.frmCap {
    color:#000000;
    font-family:Arial;
    font-size:12px;
    font-style:italic;
}
.frmTxt {
    color:#000000;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    padding:0px 2px 0px 2px;
    height:15px;
}
a.lnkSubmit:active { 
    margin:0px 0px 0px 0px;
    background:url(img/arrow-down.png) left center no-repeat;
    padding: 1em 1.2em; 
    font: 12pt "tahoma"; 
    color: #336699; 
    text-decoration: none; 
    font-weight: normal; 
    letter-spacing: 0px; 
    height:20px;
    border-top:1px solid grey;
    border-right:2px solid #336699;
    border-bottom:2px solid #336699;
    border-left:1px solid grey;
    display:block;
    background-color:#e0e0e0;
}
a.lnkSubmit:link { 
    margin:0px 0px 0px 0px;
    background:url(img/arrow-down.png) left center no-repeat;
    padding: 1em 1.2em; 
    font: 12pt "tahoma"; 
    color: #336699; 
    text-decoration: none; 
    font-weight: normal; 
    letter-spacing: 0px; 
    height:20px;
    border-top:1px solid grey;
    border-right:2px solid #336699;
    border-bottom:2px solid #336699;
    border-left:1px solid grey;
    display:block;
    background-color:#e0e0e0;
}
a.lnkSubmit:visited { 
    margin:0px 0px 0px 0px;
    background:url(img/arrow-down.png) left center no-repeat;
    padding: 1em 1.2em; 
    font: 12pt "tahoma"; 
    color: #336699; 
    text-decoration: none; 
    font-weight: normal; 
    letter-spacing: 0px; 
    height:20px;
    border-top:1px solid grey;
    border-right:2px solid #336699;
    border-bottom:2px solid #336699;
    border-left:1px solid grey;
    display:block;
    background-color:#e0e0e0;
}
a.lnkSubmit:hover { 
    margin:0px 0px 0px 0px;
    background:url(img/arrow-down.png) left center no-repeat;
    padding: 1em 1.2em; 
    font: 12pt "tahoma"; 
    color: #000000; 
    text-decoration: none; 
    font-weight: normal; 
    letter-spacing: 0px; 
    height:20px;
    border-top:1px solid grey;
    border-right:2px solid #336699;
    border-bottom:2px solid #336699;
    border-left:1px solid grey;
    display:block;
    background-color:#e0e0e0;
}
