﻿#contacts table {
    clear: both;
    width: 562px;
}

#contacts li {
    margin: 5px 10px 10px 10px;
    list-style-type: none;
}


#contacts table th {
    text-align: left;
    background-color: #DFC28A;
    font-size: 120%;
}

#contacts thead tr .header {
	background-image: url(/resources/gfx/bg.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	cursor: pointer;
	padding: 0 0 5px 18px;
}

#contacts thead tr .headerSortUp {
	background-position: left 7px;
	background-image: url(/resources/gfx/asc.gif);
}
#contacts thead tr .headerSortDown 
{
    background-position: left 7px;
	background-image: url(/resources/gfx/desc.gif);
}

#contacts table tr:nth-child(even) {background: #DBC190}
#contacts table tr:nth-child(odd) {background: #E0C89A}

#contacts img.profileImage {
    width: 30px;
    height: 30px;
    margin: 5px 5px 5px 5px;
    border: 1px solid #8a7852;
    border-width: 1px !important;
}

ul li.forumHeader
{
    margin: 3px 0 0 0;
    padding: 0 0 0 19px;
    background: url(gfx/folder.png) no-repeat 0 50%;
    font-size: 110%;
}


ul li.forumSubHeader
{
    padding: 0 0 0 19px;
    color: #6a5b3d;
}

ul li.forumSubHeader a
{
    color: #6a5b3d;
}


span.listSubHeader
{
    margin: 1px 0 0 0;
    font: 10px "Trebuchet MS" ,Trebuchet,Arial,Verdana,Sans-serif !important;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #333;
    display: block;
}