/* Headers */
H1 
{
	color : #007FAA;
	font-weight : bold;
	font-size : 20px;
}

H2 
{
	color : #007FAA;
	text-transform: uppercase;
	font-weight : bold;
	font-size : 13px;
}


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

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

EM 
{
	font-style : italic;
}

.small 
{
	font-size: 9px;
}


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

TABLE.halfbox 
{
	border : 1px solid #007FAA;
	width:325px;
}

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

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

.breadcrumb
{
    font-size: 12px;
    font-family: Arial;
}

