/* Headers */
H1 {
	color : #132771;
	font-weight : bold;
	font-size : 24px;
}

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

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

A 
{
    color: #786B39;
    font-weight: normal;
    text-decoration: none;
}
A:visited 
{
    font-weight: normal;
    color: #786B39;
}
A:hover 
{
    text-decoration: underline;
}

EM 
{
	font-style : italic;
}

.small 
{
	font-size: 9px;
}


/* Tables */
TABLE.box 
{
	border : 1px solid #786b39;
	width:740px;
}

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

th
{
	background-color : #786b39;
	color : #ffffff;
	font-weight : bold;
    padding:2px 3px 2px 4px;
}

th a
{
    color: White;
    font-weight: bold;
}


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

/* 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 #c6c6c6;
	margin-right:5px;
}

div.breadcrumb
{
    margin-bottom: 10px;
    background-color: #f3f3f3;
    padding: 2px;
}

div.breadcrumb span.bcyah
{
    padding-right: 5px;
}

div.breadcrumb, div.breadcrumb a, div.breadcrumb a:visited
{
    font-size: 11px;
}
