body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: white;
    margin-top: 0px;
}

a {
    color:green;
}

a:visited {
    color:green;
}

.mainbody {
    background-color: #ffffff;
}
.blockdiv td {
    margin: 10px 10px 10px 10px;
    border: 1px solid #4B52A0;
    width: 33%;
    height: 48px;
    padding: 5px 5px 5px 5px;
    text-align: center;
}
.blockdiv a {
    color: #000000;
    text-decoration: none;
}
.blockdiv a:hover {
    color: #ff0000;
    text-decoration: underline;
}
.banner a {
    color: #000000;
    text-decoration: none;
}
.banner a:hover {
    color: #ff0000;
    text-decoration: underline;
}
.picdiv {
    margin: 10px 10px 10px 10px;
    border: 1px solid #4B52A0;
    width: 90%;
    padding: 5px 5px 5px 5px;
}
.banner {
    height: 60px;
    padding: 5px 5px 5px 5px;
    background-image: url(../images/logo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    font-size: x-small;
}
.menubk {
    background-color: #EEEEff;
    width: 20%;
    line-height: 18px;
}
.menubk a {
    color: #000000;
    text-decoration: none;
}
.menubk a:hover {
    color: #ff0000;
    text-decoration: underline;
}
.edit {
    font-size: xx-small;
}
.edit a {
    color: #000000;
    text-decoration: none;
}
.edit a:hover {
    color: #ff0000;
    text-decoration: underline;
}	

td {
    border: 1px dotted #A0A0A0;
}

td.button {
    width: 25px;
}

input.input {
    border: 1px solid black;
    margin: 3px;
}

h3.adminMsg {
    margin: 10px 0 10px 0;
    padding: 3px;    
    color: red;
    width: 50%;
}

div#wrapper {
    width: 960px;
    margin:auto;
}

div#bd {

}

div#hd {
    height: 110px;
    background: white url(../images/logo.jpg) no-repeat top left;
}

#bd h1 {
    font-weight: lighter;
    color: #164C66;
    font-variant:small-caps;
}

h3.green {
    color: green;
    padding-left: 25px;
    background: transparent url(../images/success.png) no-repeat center left;
}

h3.red {
    color: red;
    padding-left: 25px;
    background: transparent url(../images/cross.png) no-repeat center left;
}

/** admin nav **/
#nav {
    text-align: right;
    border-top: 1px dotted #A0A0A0;
    padding-top: 5px;
}

ul.horiz {
    display:inline;
    list-style:none;
}
ul.horiz li {
    display:inline;
    padding-right: 10px;
}

ul.horiz li a {
    font-size: 110%;
}

span.req {
    color:red;
}

table.audit {
    border: 0;
}

table.audit tr td {
    border: 0;
    border-bottom: 1px dotted #A0A0A0;
}

table.audit th {
    background: green;
    color: white;
}

h2.admicon {
    padding-right: 45px;
    width: 250px;
    line-height: 35px;
}

h2.users {
    background: transparent url('../images/edit_group.png') no-repeat center right;
}
h2.account {
    background: transparent url('../images/edit_user.png') no-repeat  top right;
}
h2.cms {
    background: transparent url('../images/signature.png') no-repeat  top right;
}
h2.audit {
    background: transparent url('../images/demo.png') no-repeat  top right;
}