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

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


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

h4 
{
	color : #c01e2e;
	font-weight : bold;
	font-size : 13px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}


a, a:visited 
{
    color: #065082;
    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 #c01e2e;
	width:740px;
}

TABLE.halfbox 
{
	border : 1px solid #c01e2e;
	width:360px;
}

TABLE.narrowbox 
{
	border : 1px solid #c01e2e;
	width:320px;
}

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

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

th a
{
    color: White;
}

.box .oddrow
{
    background-color: #f5f5f5;
}

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

.invalidformcontrol img
{
    margin-left: 5px;
    position: relative;
    top: 5px;
}

.validationsummary
{
    text-align: left;
}

.baddataerr
{
    position: relative;
    top: 5px;
    padding-left: 5px;
}
