root { 
    display: block;
}

body{
    margin: 0;
    font-family: arial;
}

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

h1{
    font-size: 16px;
    margin: 0 0 0 0;
    font-weight: normal;
    color: #b6a066;
}

h2{
    font-size: 14px;
    margin: 0 0 8px 0;
    color: #b6a066;
}

img{
    border:none;
}

div.imagecontainer{
    float:left;
    margin:0 8px 4px 0;
    border:solid 1px #333377;
    background-color:white;
}

div.images{
    height:248px;
    overflow:auto;
    margin:-2px 0px 0px 2px;
}

div.body {
    width:964px;
    margin: 0 auto;
    background-color: #08449b;
}

div.footer {
    width:964px;
    height: 8px;
    margin: 0 auto;
    background-image: url(images/footer.jpg);
}

div.new{
    background-image:url(images/new.gif);
    width:64px;
    height:64px;
    position:absolute;
    z-index:99;
}

div.header1{
    padding-top:2px;
    padding-left:4px;
    width:193px;
    height:18px;
    background-image:url(images/header.png);
    display:inline-block;
    position:absolute;
    color:white;
    font-size:15px;
    font-style:normal;
}

div.iback{
    position:absolute;
    padding:3px;
    width:32px;
    min-height:16px;
    background-position:bottom right;
    background-image:url(images/iback.png);
}

select.search{
    width:82px;
    font-size:10px;
    color:#002f72;
    border:#002f72 1px solid;
    margin-top:3px;
}

input.search{
    width:168px;
    font-size:10px;
    color:#002f72;
    border:#002f72 1px solid;
    margin-top:3px;
}

input.button{
    width: 50px;
    height: 18px;
    padding-top:2px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    background-image: url(images/button.png);
    color:#002f72;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    margin-top:3px;
    cursor: pointer;
}

input{
    font-size: 11px;
    width: 200px;
}

input.link{
    border:none;
    color:#333377;
    background-color:transparent;
    width:auto;
    font-size:smaller;
    cursor:pointer;
}

textarea{
    font-family:arial;
}

a.menu{
    color:#002f72;
    font-size: 15px;
    margin-right: 20px;
}

ul.images{
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
}

li.image{
    float:left;
    padding:4px;
    margin:2px;
    background-color:white;
    height:80px;
}

select{
    font-size: 11px;
}

A.acw
{
    background-image: url(images/acw_.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    cursor: pointer;
}

A.cw
{
    background-image: url(images/cw_.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    cursor: pointer;
}

A.acw:hover
{
    background-image: url(images/acw.png);
}

A.cw:hover
{
    background-image: url(images/cw.png);
}

A.md
{
    background-image: url(images/md_.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-bottom: 2px;
    margin-top: 16px;
    margin-right: 2px;
    cursor: pointer;
}

A.mu
{
    background-image: url(images/mu_.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-bottom: 2px;
    margin-top: 16px;
    margin-right: 2px;
    cursor: pointer;
}

A.md:hover
{
    background-image: url(images/md.png);
}

A.mu:hover
{
    background-image: url(images/mu.png);
}

A.close
{
    background-image: url(images/close.png);
    width: 14px;
    height: 14px;
    float: right;
    display: inline-block;
    margin-bottom: 2px;
    cursor: pointer;
}

A.close:hover
{
    background-image: url(images/close_s.png);
}

A.edit
{
    background-image: url(images/e_.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-bottom: 2px;
    margin-left:2px;
    cursor: pointer;
}

A.edit:hover
{
    background-image: url(images/e.png);
}

li.search{
    overflow:none;
    width:760px;
    margin:0;
    list-style-type:none;
    padding:8px 0 4px;
    border-bottom:solid 1px #333377;
    display:inline-block;
}

div.adminheader{
    padding:2px;
    font-weight:bold;
    background-color: #08449b;
    border:solid 1px #333377;
}

div.notes{
    padding:2px;
    border:4px solid #eeeeff;
    width:714px;
    margin-bottom: 2px;
}