﻿a.requestEditLink
{
    background: url(images/editRequest.gif) no-repeat right 5px;
    display: block;
    height: 21px;
    width: 78px;
    padding: 6px 28px 0 0;
    margin: 5px 15px 0px 5px;
    font: bold 13px "Arial";
    color: green;
    text-decoration: none;
    border: solid 1px #a9a9a9;
}
a.requestEditLink:hover
{
    color: red;
    background-image: url(images/editRequestHover.gif);
}

.submenu1
{
    
    float: left;
    clear: left;
    background: #ECF7FB;
    width: 100px;
    text-align: right;
}
.submenu1 ul
{
}
.submenu1 li
{
    list-style-type: none;
    list-style-position:outside;
    border: solid 1px gray;
    width:200px;
    padding:4px;
    display:block;
    
}
.submenu1 li a
{
    
    font: bold 13px Arial;
    text-decoration: none;
    color: black;
    padding:4px;
    
    width:100px;
    
}
.submenu1 li a:hover
{
    color: red;
}


a.plus, a.plus:hover
{
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    background: url( 'images/plus.jpg' ) no-repeat center center;
    text-decoration: none;
}
a.minus, a.minus:hover
{
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    background: url( 'images/minus.jpg' ) no-repeat center center;
    text-decoration: none;
}
.width02
{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
