/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-Jan-2015, 20:49:42
    Author     : Nathan
*/

body,html
{
    margin:0 5px;
    font-family:Trebuchet MS,sans-serif;
}

h1
{
    font-size:1.4em;
    color:#008000;
}

a
{
    color:#008000;
}

/* Table */
th
{
    text-align:center;   
}

.tablehead
{
    background-color: #BBBBBB;
}

.lightrow
{
    background-color: #EEEEEE;
}

.darkrow
{
    background-color: #DDDDDD;
}

.middle
{
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.leftcol
{
    border-right: 1px solid black;
}

td, th
{
    padding-right:5px;
}

.centered {
    text-align:center;
}

.fixed {
    font-family:Courier New, fixed;
}

/* style form */
form dt
{
    width:150px;
    display:block;
    float:left;
    clear:left;
}

form dd
{
    margin-left:0;
    float:left;
}

form #submitbutton
{
    margin-top:10px;
    clear:left;
}

#searchresults
{
    margin-top: 10px;
    display: block;
    float: left;
    clear: left;
}