body, #wrapper {
padding: 0;
margin: 0;
}
#wrapper{
background: none;
width: 100%;
margin: auto;
border-bottom: 1px dotted orange;
}
a:link {
color: navy;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: blue;
}
a:visited {
color: navy;
text-decoration: none;
}
a:visited:hover {
color: blue;
text-decoration: underline;
}
.clearDiv {
clear: both;
font-size: 0px;
background: none;
border: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Verdana, Helvetica, sans-serif;
color: rgb(0,112,0);
padding: 10px 5px 0 5px;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.5em;
font-style: italic;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1.25em;
font-style: italic;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 1em;
font-style: italic;
}
#menuCol {
background: none;
width: 13%;
float: left;
border-right: 5px solid orange;
text-align: right;
margin: 0 5px 0 0;
}
#menuCol a {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: .80em;
color: navy;
padding: 5px 5px 5px 0;
display: block;
text-decoration: none;
}
#menuCol a:hover {
background: navy;
color: white;
}
#mainBody {
float: left;
width: 62%;
margin: 10px 0 0 0;
}
#rightNotesCol {
float: right;
width: 23%;
padding: 5px;
font-family: "Times New Roman", serif;
font-size: .9em;
color: rgb(0,90,0);
border-left: 1px dotted orange;
}
#gnrl, #buttons
{
padding: 0px;
padding-top: 5px;
}
#gnrl
{
border-top: 1px dotted orange;
overflow: auto;
}
td
{
padding: 0 5px 2px 0;
}
.formTitle {
font-size: 1em;
font-family: Arial;
font-weight: bold;
color: navy;
}
.readOnlyText {
font-size: 0.75em;
font-family: Arial;
color: dimgray;
}
.entryBox, .entryBoxWithBorder {
font-size: 1em;
font-family: 'Times New Roman', serif;
color: blue;
}
.entryBoxWithBorder {
border: 1px solid orange;
}
.error {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: red;
}
.sectionHead {
font-size: 0.75em;
font-family: Arial, Helvetica, sans-serif;
color: navy;
font-weight: bold;
}
.sectionHeadRight {
font-size: 0.75em;
font-family: Arial, Helvetica, sans-serif;
color: navy;
font-weight: bold;
text-align: right;
}
.spacer {
font-size: 4px;
font-family: Arial;
font-weight: normal;
color: navy;
}
.prompt, .nullPrompt, .notNullPrompt {
text-align: right;
font-size: 0.75em;
font-family: Arial, Helvetica, sans-serif;
color: navy;
}
.nullPrompt {
color: blue;
}
.notNullPrompt {
font-variant: small-caps;
}
.leftPrompt {
font-size: 0.75em;
font-family: Arial, Helvetica, sans-serif;
color: navy;
}
|