html, body
{
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 9pt;
    margin: 0px;
    border: 0px;
    padding: 0px;
    color: #000000;
    background: #ffffff;
    line-height: 130%;
    min-width: 800px;
    width: 100%;
    height: 100%;
    background-image:url(img/leftbarback_people.gif);
	background-repeat: repeat-y;
}

img
{
    border: 0px;
}

a
{
    color: #5a3a3a;
}

a:visited
{
    color: #755555;
}

a.link_decoration
{
    text-decoration: none;
    color: #5a3a3a;
}

a.link_decoration:visited
{
    color: #5a3a3a;
}

.topright
{
    position: absolute;
    width: 100%;
    height: 77px;
    background: #755555;
    border-bottom: solid;
    border-width: 0.1em;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.bold
{
    font-weight: bold;
}

.title
{
    font-size: 12pt;
    font-weight: bold;
}

.tiny
{
    font-size: 7pt;
}

.center
{
    text-align: center;
}

.error
{
    color: #ee0000;
}

.message
{
}

.small
{
    font-size: 8pt;
}

div.footer
{
    clear: both;
    padding-top: 20px;
    width: 400px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 7pt;
}

div.footer_top
{
    width: 285px;
    margin-left: auto;
    margin-right: auto;
}

div.footer_top_left
{
    float: left;
    width: 110px;
    margin: 0px;
}

div.footer_top_right
{
    float: left;
    height: 80px;
    width: 175px;
    margin: 0px;
}

div.footer_bottom
{
    clear: both;
    float: left;
    width: 370px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

div.box
{
    border: #5a3a3a 1px solid;
    background-color: #eeeeee;
}

div.box_top
{
    padding: 3px;
    color: #fcfcff;
    background-color: #5a3a3a;
    font-weight: bold;
}

div.box_middle
{
    padding: 10px;
    background-color: #eeeeee;
}

div.box_bottom
{
    padding: 5px;
    background-color: #dddddd;
}

table.table
{
    width: 100%;
}

td.person_check_td1
{
    width: 60%;
}

td.person_check_td2
{
    width: 40%;
}

/*  Search People  */

td.person_search_td1
{
    width: 40%;
}

td.person_search_td2
{
    width: 60%;
}

/*  Browse People  */

td.person_browse_td1
{
    width: 40%;
}

td.person_browse_td2
{
    width: 60%;
}

/*  View Person  */

img.person_view_img
{
    width: 125px;
}

td.person_view_td2
{
    vertical-align: top;
}

td.person_view_td3
{
    width: 25%;
    font-weight: bold;
}

td.person_view_td4
{
    width: 75%;
}

