/* Headers */
H1 {
	color : #868245;
	font-weight : bold;
	font-size : 21px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

H2 {
	color : #868245;
	font-weight : bold;
	font-size : 13px;
	padding: 5px 0px;
	margin: 0px;
}


H3 {
	color : #014489;
	font-weight : bold;
	font-size : 13px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

a, a:visited 
{
    color: #5D5A2F;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}
a:hover 
{
    text-decoration: underline;
}

EM 
{
	font-style : italic;
}

.small 
{
	font-size: 9px;
}


/* Tables */
TABLE.box 
{
	border : 1px solid #C6C6C6;
	width:900px;
}

TABLE.halfbox 
{
	border : 1px solid #C6C6C6;
	width:445px;
}

TABLE.membox 
{
	border : 1px solid #C6C6C6;
	width:695px;
}


th
{
	border : 1px solid #C6C6C6;
    color: White;
    font-weight: bold;
    padding:2px 3px 2px 4px;
    background-color: #5d5a2f;
}

.box th a, .membox th a
{
    color: White;
}

.halfbox th a
{
    color: White;
}

/* Messages */
.msgOuter
{
    margin: 10px 0px 10px 0px;
    width:98%;
}

.msgOuter div
{
    margin:auto;
	font-weight : bold;
	padding:25px;
	width: 500px;
	position: relative;
	text-align: center;
	background-color: white;
}

.msgOuter a
{
    display: block;
    float:right;
    margin:-20px -15px 0px 0px;
    _margin-right: -5px;
    cursor:hand;
    cursor:pointer;
}

.msgOuter ul
{
    text-align: left;
}

#errMsg 
{
	border : 3px solid #ff0000;
}

#warnMsg 
{
	border : 3px solid #ffff00;
}

#infoMsg 
{
	border : 3px solid #336699;
}

/* Form elements */
.toolbox img.btn
{
    background-color: #d4d0c8;
	border-left : 1px solid #D3D2CC;
	border-right : 1px solid #A3A29C;
	border-top : 1px solid #D3D2CC;
	border-bottom : 1px solid #A3A29C;
	padding: 1px;
	margin-right: 2px;
}


