
/* -----------------------------------------------------

* Filename: styles.css
* Description: Main Styles
* Author: Automatit, Inc

-------------------------------------------------------*/

/* reset
-------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, img, table, form {margin: 0; padding: 0;}
html {overflow-y: scroll;}

/* general
-------------------------------------------------------*/

body, input, select, textarea, p {font: 12px Arial, Helvetica, sans-serif;}
body {padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px}
a:link, a:visited, a:active {color: #808000;}
a:hover {color: #000000;}
h1 {font-size: 20px; line-height: 22px; padding-bottom: 15px;}
h2, h3, h4, h5, h6 {font-size: 14px; line-height: 16px; padding-bottom: 15px;}
table.TableSelectUnit th, table.TableSelectUnit td {background-color: #FFFFFF; border: 1px solid grey; padding: 3px;}
table.TableSelectUnit th {background-color: #000000;color: #FFFFFF;}
hr {background: #000000; border: #000000; color: #000000; height: 3px; width: 100%;}
p {line-height: 16px; padding-bottom: 16px;}
ul {line-height: 16px; margin-left: 30px; padding-bottom: 0px; padding-top: 0px;}
li {padding-bottom: 3px;}

/* custom classes etc.
-------------------------------------------------------*/
#displayheaderlinkcolor a:link {color: #FFFFFF; text-decoration: underline;}
#displayheaderlinkcolor a:active {color: #FFFFFF; text-decoration: underline;}
#displayheaderlinkcolor a:visited {color: #FFFFFF; text-decoration: underline;}
#displayheaderlinkcolor a:hover {color: #FFFFFF; text-decoration: none;}
.alertmessage {color: red;}
.specialmessage {color: red;}
.tableheaderforms {
font-size: 14px; 
font-weight: bold; 
line-height: 100%; 
border-top-style: solid; 
border-top-width: 3px; 
border-color: #000000; 
padding-top: 4px;
}

/* custom divs
-------------------------------------------------------*/

#unitResultsBoxStyleHeader {
width:94%;
margin: 0 0 15px 0;
padding: 5px 3% 5px 3%;
border:1px;
border-color:gray;
border-style:solid;
background-color:#000000;
color:#FFFFFF;
font-weight:bold;
}
#unitResultsBoxStyle {
width:94%;
margin: 0 0 15px 0;
padding: 5px 3% 5px 3%;
border:1px;
border-color:gray;
border-style:dashed;
background-color:;
}