body
{
	color: #ffffff;
	background: #476faf;
	font-family: Arial;
	font-size: 14pt;
}
img
{
	border: none;
	vertical-align: middle;
}
a
{
	color: #ffffff;
	text-decoration: underline;
}
a:hover
{
	color: #ef6329;
	text-decoration: underline;
}
table
{
	border-collapse: collapse;
}
td
{
	padding: 5px;
}
input[type=text], input[type=password], input[type=submit], input[type=button], select, textarea
{	
	background-color: #476faf;
	border: 1px solid #000000;
}
hr
{
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: none;  
}
hr.hr75
{
	width: 75%;
}

#news
{
	width: 800px;
	margin: 0 auto;
	background: #476faf;
	padding: 5px;
	border: 1px solid #000000;
}
#news h2
{
	font-size: 21pt;
	margin: 0;
}
#footer_login
{
	width: 800px;
	margin: 0 auto;
	padding: 2px;
}

.box_error
{
	color: #9b0f0f;
	font-weight: bold;
	background: #fa8c8c url(../images/icons/error.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #9b0f0f;
}
.box_access
{
	color: #9b0f0f;
	font-weight: bold;
	background: #fa8c8c url(../images/icons/access_denied.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #9b0f0f;
}
.box_warning
{
	color: #a06400;
	font-weight: bold;
	background: #fff0b4 url(../images/icons/warning.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #a06400;
}
.box_success
{
	color: #0f781e;
	font-weight: bold;
	background: #6ee678 url(../images/icons/success.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #0f781e;
}
.box_info
{
	color: #284696;
	font-weight: bold;
	background: #82bef0 url(../images/icons/info.png) no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #284696;
}

.text_small
{
	font-size: smaller;
}
.text_center
{
	text-align: center;
}
.text_right
{
	text-align: right;
}
.uppercase
{
	text-transform: uppercase;
}

.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.float_clear
{
	clear: both;
}

.fullwidth
{
	width: 100%;
}
.cell_left
{
	border: 1px solid #000000;
	background: #476faf;
	vertical-align: top;
}
.cell_right
{
	border: 1px solid #000000;
	background: #476faf;
	vertical-align: top;
}

.comment
{
	padding: 2px 10px;
	border-top: 1px solid #000000;
}
.comment p
{
	margin: 5px;
}

.cursor_hand
{
	cursor: pointer;
}

.dn
{
	display: none;
}