﻿.adminbody 
{
	color: black;
    font-family: "Lucida Sans Unicode", "Letter Gothic MT", Sans-Serif; 
    font-size: small;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
}

#adminLeftColumn 
{
    width: 248px;
    float: left;
    border-right-width: thin;
    border-right-color: #5f432b;
	border-right-style: solid;   
}

#adminLeftContent 
{
    padding-left: 10px;
    padding-top: 10px;
    background-color: #cbb987;
}

#adminCenterColumn
{
    float: left;
    width: 800px;
    min-width: 400px;
}

#adminCenterContent
{
    padding-left: 10px;
    padding-top: 10px;
    background-color: #f5ebd0;
}

.adminHeader 
{
    color: #5f322b;
    font-size: x-large;
    border-bottom-style: double;
    border-bottom-color: #5f322b;
    border-bottom-width: 2px;
    margin-bottom: 20px;
}
.adminSubHeader 
{
    color: #5f322b;
    font-size: medium;
    border-style: dashed;
    border-color: #5f322b;
    border-width: 1px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    background-color: #cbb987;
}

.adminFieldName 
{
    font-size: small;
    font-weight: bold;
}

#adminCenterContent a:link 
{
    color: #5f432b;
    text-decoration: underline;
    border-bottom: none;
}

#adminCenterContent a:visited  
{
    color: #5f432b;
    text-decoration: underline;
    border-bottom: none;
}
#adminCenterContent a:hover
{
    color: #5f432b;
    text-decoration: underline;
    border-bottom: none;
}
#adminCenterContent a:active 
{
    color: #5f432b;
    text-decoration: underline;
    border-bottom: none;
}

#alphalist 
{
    font-family: "MS Sans Serif";
    font-weight: bold;
    font-size: 15px;
}

#alphalist a:link
{
    text-decoration: none;
    border: solid 1px #5f432b;
    padding: 3px;
}


#alphalist a:visited
{
    text-decoration: none;
    border: solid 1px #5f432b;
    padding: 3px;
}


#alphalist a:active
{
    text-decoration: none;
    border: solid 1px #5f432b;
    padding: 3px;
    background-color: #cbb987;
}


#alphalist a:hover
{
    text-decoration: none;
    border: solid 1px #5f432b;
    padding: 3px;
    background-color: #cbb987;
}

.HEADER3
{
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	padding: 1px;
}
