/*
Layout Stylesheet
This document handles general layout of the page
*/

body {
   margin: 0;
   padding-bottom: 20px;
   color: #000000;
   background-color: #FFFFFF;
 }

#hdr {
   height: 70px;
   width: 100%;
   background: url(logo.gif) no-repeat;
   color: #000000;
   background-color: #FFFFFF;
   margin: 0;
   border-bottom: 1px solid #808080;
}

#hdr #title {
   position: absolute;
   top: 20px;
   left: 120px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 30px;
   font-weight: bold;
}

#lh-col {
   position: absolute;
   top: 90px;
   left: 20px;
   vertical-align: top;
   padding: 0px 0px;
}

#navlist ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
}

#navlist li {
   margin: 0 0 3px 0;
}

#navlist a {
   display: block;
   padding: 2px 2px 2px 7px;
   border: 1px solid #333333;
   width: 115px;
   text-decoration: none;
}

#navlist a:link, #navlist a:visited {
   color: #FFFFFF;
   background-color: #336699;
}

#navlist a:hover {
   color: #FFFFFF;
   background-color: #B80000;
}

#c-col {
   position: relative;
   top: 19px;
   margin: 0px 20px 20px 168px;
   color: #000000;
   background-color: #FFFFFF;
   border: 1px solid #808080;
   padding: 10px;
}

h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: bold;
}

table {
   width: 100%;
}

th {
   color: #000000;
   background-color: #A9A9A9;
}

th.Critical {
   color: #000000;
   background-color: #B80000;
}

th.Urgent {
   color: #000000;
   background-color: #FFD700;
}

th.Normal {
   color: #000000;
   background-color: #006400;
}

th.Minor {
   color: #000000;
   background-color: #336699;
}

td {
   color: #000000;
   background-color: #DCDCDC;
}

td.title {
   width: 15%;
   text-align: right;
}

td.value {
   width: 85%;
}

.alert {
   color: #B80000;
   background-color: inherit;
   text-decoration: blink;
}

.critical {
   color: #B80000;
   background-color: inherit;
}

.urgent {
   color: #FF8C00;
   background-color: inherit;
}

.error {
   color: #B80000;
   background-color: inherit;
}

.entryform {
   width: 99%;
}