#tbl_error_page
{
	width:400px;
	margin-top:20px;
	border:1px solid #CCCCCC;
}

#tbl_error_page .title
{
	background-color:#0554AD;
	color:#FFFFFF;
	font-size:20px;
}

#tbl_error_page .error_name
{
	font-size:15px;
	font-weight:bold;
}

#tbl_error_page .error_message
{
	font-size:13px;
	
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

.formTable td label

{

	text-align: left;

	display: block;

	color: #000000;

	width: 170px;

	padding-top: 0pt;

	padding-right: 0pt;

	padding-bottom: 0pt;

	padding-left: 0pt;

	margin-top: 0pt;

	margin-right: 0pt;

	margin-bottom: 0pt;

	margin-left: 0pt;
}



.label2
{
font-weight: bold;
font-size: 10pt;
}

/* Body links */

a .linkbody:link{
text-decoration: none; font-family: "Trebuchet MS"; font-size: 10pt; color: #000000; font-weight: normal
}
a .linkbody:visited{
text-decoration: none; font-family: "Trebuchet MS"; font-size: 10pt; color: #000000; font-weight: normal
}
a .linkbody:hover{
text-decoration: underline; font-family: "Trebuchet MS"; font-size: 10pt; color: #ff6600; font-weight: normal
}


