/* Headers */
H1 
{
    background: white url('/_structure/images/headingbg.gif') repeat-x scroll left top;
	color : white;
	font-weight : bold;
	font-size : 16px;
	padding: 8px 8px 10px 10px;
	margin-top: 0px;
}

H2 
{
	color : #173917;
	font-weight : bold;
	font-size : 13px;
}


H3 
{
	color : #014489;
	font-weight : bold;
	font-size : 13px;
}
H4
{
    padding-top: 10px;
    margin-top: 0px;
	font-size : 12px;
}

a, a:visited 
{
    color: #07232e;
    text-decoration: underline;
}
a:hover 
{
    text-decoration: underline;
}

a img
{
    border: 0px;
}

EM 
{
	font-style : italic;
}

.small 
{
	vertical-align: super;
	font-size: 8px;
}


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

TABLE.halfbox 
{
	border : 1px solid #173917;
	width:350px;
}

th
{
    background-color: #173917;
    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;
}

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

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

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

.msgOuter ul
{
    text-align: left;
}

/* Form elements */
.button 
{
	background-color : #d4d0c8;
	color : #111111;
	border-left : 2px solid #D3D2CC;
	border-right : 2px solid #A3A29C;
	border-top : 2px solid #D3D2CC;
	border-bottom : 2px solid #A3A29C
}

INPUT, TEXTAREA, SELECT 
{
	font-size: 12px;
	font-family: Arial;
	padding:2px;
	font-style : normal;	
	color: black;
	background-color : white;
	border : 1px solid #436820;
	margin-right:5px;
}
