﻿/* 
Document   : __NAME__
Created on : __DATE__, __TIME__
Author     : __USER__
Description:
Purpose of the stylesheet follows.
*/
/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#doc {
   min-width: 640px;
   max-width: 640px;
}

body, table, tr, th, td, input, select {
   font-family: Arial;
   font-size: 11px;
}
body {
   background-color: #CCCCCC;
}
tr, td {
   vertical-align: top;
}
input.loginButton {
   background-color: #EFEFEF;
   border: 1px solid #8C4E01;
   font-size: 11px;
   font-weight: normal;
}

.loginLabel {
   font-size: 10px;
   color: white;
}

input.loginText, input.loginPassword {
   border-color: #8c4e01;
   font-family: "Courier New", Courier, monospace;
   font-size: 10px;
}

a.loginLink, a.loginLink:active, a.loginLink:hover, a.loginLink:visited {
   font-size: 10px;
   color: white;
}

a.menuLink, a.menuLink:active, a.menuLink:visited {
   font-size: 11px;
   font-weight: bold;
   color: black;
   text-decoration: none;
}

a.menuLink:hover {
   font-size: 11px;
   color: black;
   font-weight: bold;
   text-decoration: underline;
}

a.bottomLink, a.bottomLink:active, a.bottomLink:visited {
   font-size: 10px;
   font-weight: bold;
   color: black;
   text-decoration: none;
}

a.bottomLink:hover {
   color: black;
   font-size: 10px;
   font-weight: bold;
   text-decoration: underline
}

.menuSeparator {
   font-weight: bold;
   color: black;
}

.loginForm {
   background-color: #C18F14;
}

.copyright {
   background-color: #C18F14;
   text-align: center;
   font-size: 10px;
   padding: 5px;
}

.page {
   background: white;
   height: 100%;
}

.linkBar {
   width: 100%;
   height: 20px;
   background: #CCCCCC;
   border:1px #AAAAAA solid;
   padding-top: 3px;
   text-align: center;
	
}

.bottomLinkBar {
   padding-top: 3px;
   text-align: center;	
}


.pagePadding {
   padding: 10px;
}

p.justified {
   margin: 10px;
   text-align : justify;
}

p.faq {
   text-align:justify;
   margin: 10px;
   font-weight: bold;
   color: navy;
}

.linkBarMargin {
   width: 10px;
}

.indexPageRowHeight {
   height: 175px;	
}

h2 {
   color: #8c4e01;
   font-weight: bold;
   font-size: 14px;
   text-align:justify;
   margin: 10px;	
}
