﻿* {
    margin: 0px;
    padding: 0px;
}

html, body {
    background-color: #fefefe;
    font-family: Verdana;
    font-size: small;
    height: 100%;
}

.break {
    clear: both;
}

h1
{
	font-family: Verdana; font-size: x-large; color: #2D65B5;
}

a
{
	color: #4A87D3;
}

#container {
    width: 95%;
    min-width: 800px; 
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -4em;
    position: relative;
}

#header 
{
	width: 100%;
    border: solid 1px #EEEEEE;
    margin-top: 16px;
    background-image: url('/images/pattern1.png');
    background-repeat: repeat-x;
}

#weblogo {
    font-weight: bolder;
    font-size: xx-large;
    padding: 5px 0px 5px 10px;
}

#bawitlogo {
    float: right;
    padding: 8px 16px 0px 0px;
}

#languageselection {
    background-color: #f0f0f0;
    float: right;
}

#languageselection input[type=image] {
    display: block;
    margin: 2px 5px 2px 0px;
}

#username {
    float: right;
}

.menu {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu a.menuitem {
    color: navy;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    font-size: large;
}

.menu a.menuitem:hover {
    color: #ffffff;
    background-color: navy;
}

#content {
    margin-top: 32px;
    padding-bottom: 3em; /* height of the footer */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.5em; /* height of the footer */
    padding-top: 0.5em;
    text-align: center;
    border-top: solid 1px #e5e5e5;
}

img.icon16 {
    height: 16px;
    width: 16px;
    border: none;
}

img.icon32 {
    height: 32px;
    width: 32px;
    border: none;
}

.pager td
{
	border: 0px;
}
