body {
    font-family: Arial;
    font-size: 11px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
    background: #E8E8E8;
}

div, p, td {
    font-size: 11px;
}

div#sites {
    font-size: 9px;
    text-align: right;
    color: gray;
    vertical-align: bottom;
    padding: 5px;
    background: white url('/img/head/topdivider.gif') no-repeat bottom right;
}

/* Fixed footer stuff */
/* Thanks to http://www.pmob.co.uk/temp/fixedlayoutexample5.htm */

html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

* html, * html body{
    overflow:hidden;
    padding: 0 0 50px 0;
    margin: 0 0 -50px 0;
    padd\ing:0;
    ma\rgin:0;
}
* html #outer { 
    overflow:auto;
    height:99.9%;
    voice-family: "\"}\""; voice-family:inherit; 
}
* html #contain-all {
    position: absolute;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    z-index: 1;
}

* html #footer-inner {
    margin-right: 17px;
}

div#footer-inner {
    _height: 19px;  /* Footer must have a specified height in IE */
    padding: 2px;
    background: #DDDDDD;
    border-top: 1px solid #CCCCCC;
    vertical-align: middle;
    z-index: 100;
}

div#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    _height: 19px;  /* Footer must have a specified height in IE */
    z-index: 999;
}

div#bodycontent {
    margin-bottom: 30px;
}

p{margin-top:0}
html>body #footer {position:fixed} /* for moz/opera and others */

div#footer input.text {
    border-width: 1px;
    border-style: solid;
    border-color: #999 #CCC #CCC #999;
    font-size: 12px;
    padding: 1px 2px;
}

div#footer input.submit {
    margin: 0px;
    padding: 0px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #AAA;
    background: #EEE;
    font-size: 12px;
}

div#footer div.forms {
    float: right;
    padding: 0px 5px 0px 0px;
}

div#footer div.forms img {
    margin: 0px 2px;
    vertical-align: middle;
}

/* End of footer stuff */

div#calendarpopup {
    position: absolute;
    visibility: hidden;
    background-color: #F8F8F8;
    layer-background-color: #F8F8F8;
}

img.calicon {
    margin: 0px 0px 2px 3px;
    vertical-align: bottom;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
}

a {
    border: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

form {
    margin: 0px;
}

table {
    border: none;
}

input.maxwidth {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    _width: 92%;  /* For IE, which doesn't support box model switching */
}

input.text {
    font-size: 10px;
    background: white;
/*    border: 1px solid #999999; */
/*    border-width: 1px;
    border-style: solid;
    border-color: #999 #CCC #CCC #999; */
}

p {
    margin: 0px 0px 5px 0px;
}

table.info {
    width: auto;
    height: auto;
    padding: 0px;
}

table.info td {
    vertical-align: top;
    color: black;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 20px 3px 0px;
    margin: 0px;
    width: auto;
}

table.info td label {
    color: #888888;
    font-weight: bold;
}

