/* ===================== General CSS (Broad Changes) ======================== */
body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	overflow: -moz-scrollbars-vertical;

	font-family: verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

td
{
	font-family: verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

font
{
	font-weight: bold;
}

fieldset legend
{
	color: #0D2D84;
	font-weight: bold;
	cursor: pointer;
}

fieldset
{
	cursor: default;
}


a:link { color: #666666; text-decoration: underlined; }
a:active { color: #333333; text-decoration: none; }
a:visited { color: #666666; text-decoration: underlined; }
a:hover { color: #333333; text-decoration: none; }

.submit
{
	color: #FFFFFF;
	font-family: verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	border: 2px solid #000000;
    background-color: #333333;
}

.error
{
	font-family: verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
}

.loading_box
{
	border: 1px solid black;
	background-color: #f0f0f0;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}
