@import url("/advanced.css");

a, td, p, th, body, blockquote, li, ul, ol, input, select, option {
   font-family: verdana, arial, sans-serif;
}

body, td, th {
   font-size: 10pt;
}

p, li {
   line-height: 2em;
   text-align: justify;
}

h1 {
   font-size: 1.5em;
}

h2 {
   font-size: 1.4em;
}

h3 {
   font-size: 1.3em;
}

h4 {
   font-size: 1.2em;
}

h5 {
   font-size: 1.1em;
}

a {
   text-decoration: none;
   color:#6666ff;
}

a:hover, a:active {
   text-decoration: underline;
   color: #9999ff;
}

.small {
   font-size: 8pt;
/*   line-height: 2.75em;*/
}

p.small {
   font-size: 8pt;
   line-height: 2.5em;
}

.center {
   text-align: center
}

p.right {
   text-align: right
}

th.formname, tr.tableheading {
   text-align:left;
   vertical-align:top;
   background: #336;
}

.ticketmsg {
   background:#CCC;
   color:#000;
   padding:0.5em 0.5em 0.5em 0.5em;
   border:3px solid #99F;
}

td.buttons {
   background:#003;
   text-align:right;
}

div#header {
   position: static;  
   margin-left: 1%;
   margin-right: 1%;
   width: 97%;
   background: #001;
   border: 1px solid #006;
   padding: 0.5em;
   margin-bottom: 30px;
}

div#wrapper {
   position: relative;
   height: 3em;
}

div#locationInfo {
   position: static;
   float: left;
}

div#locationInfo > h1 {
   margin-top: -5px;
}

div.thisnav {
   clear: none;
   position: relative;
   text-align: right;
}

div#contextBar {
   margin-top: -10px;
   margin-left: 10px;
}

div#mainContent {
   margin-top: 20px;
   clear: both;
   margin-left: 5%;
   margin-right: 5%;
   width: 90%;
}

div#footer {
   text-align: right;
   display: block;
   background: #001;
   border: 1px solid #006;
   padding: 0.5em;
   clear: both;
   margin-top: 20px;
}

.space {
   clear: both;
   margin: 0;
   padding: 0;
}

pre, code {
   font-family: monospace, fixed-width;
}

table.lined tbody tr td {
   border-bottom: 1px solid #333
}

div.form {
   display: table;
   margin-left: auto;
   margin-right: auto;
   width: 80%;
}

div.form div.row {
   display: block;
   clear: both;
}

div.form div.buttonrow {
   clear: both;
   width: 100%;
   text-align: right;
   background: #334;
   display: block;
   padding: 5px;
}

div.form div.row span.inputName {
   font-weight: bold;
   text-align: left;
   float: left;
   width: 20%;
   margin-right: 1%;
   padding: 3px;
   background: #336;
}

div.form div.row span.input {
   line-height: 2em;
   padding: 3px;
   float: left;
   margin-bottom: 3px;
}
