/* Headers */
H1 
{
	color : #ac4417;
	font-weight : normal;
	font-size : 1.8em;
	padding: 0px 0px;
	margin: 0px;
}

H2 
{
	color : #ac4417;
	font-weight : bold;
	font-size : 1.1em;
}


H3 
{
	color : #014489;
	font-weight : bold;
	font-size : 13px;
}

a, a:visited 
{
    color: #ac4417;
    font-weight: bold;
    text-decoration: none;
}
a:hover 
{
    text-decoration: none;
}

EM 
{
	font-style : italic;
}

.small 
{
	font-size: 9px;
}


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

TABLE.halfbox 
{
	border : 1px solid #d05321;
	width:425px;
}

.tablewidth, .formtable
{
    width: 850px;
}

th
{
    background-color: #d05321;
    color: White;
    font-weight: bold;
    padding:2px 3px 2px 4px;
}

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;
}

