/* Headers */
H1 {
	color : #3BB3C2;
	font-weight : normal;
	font-size : 24px;
	text-transform: lowercase;
}

H2 {
	color : #FF9300;
	font-weight : bold;
	font-size : 13px;
}


H3 {
	color : #014489;
	font-weight : bold;
	font-size : 13px;
}

A {
    color: #404040;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}
A:visited {
    font-weight: bold;
    color: #404040;
}
A:hover {
    text-decoration: underline;
}

.small
{
    font-size: 10px;
}


/* Tables */
TABLE.box {
	border : 1px solid #C6C6C6
}

th
{
    background-color: #d8f0f3;
    color: #808080;
    font-weight: bold;
    font-size:11px;
    padding:2px 3px 2px 4px;
}

.box th a
{
    color: #808080;
}



/* 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;
}


.button {
	font-size: 12px;
	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: #000000;
	background-color : #ffffff;
	border-color : #808080;
	border-width: 1px;
	border-style : solid;
	margin-right:5px;
}
