/*
body
{
	color: #000000;
	background: ;
	font-family: Arial;
	font-size: 10pt;
}
*/
img {border: none;vertical-align: middle;}
/*
a {
	color: #000000;
	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: ;
	border: 1px solid ;
}
hr
{
	height: 1px;
	color: ;
	background-color: ;
	border: none;  
}
hr.hr75
{
	width: 75%;
}

#news
{
	width: 700px;
	margin: 0 auto;
	background: ;
	padding: 5px;
//	border: 1px solid ;
}
#news h2
{
	font-size: 15pt;
	margin: 0;
}
#footer_login
{
	width: 700px;
	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 ;
	background: ;
	vertical-align: top;
}
.cell_right
{
//	border: 1px solid ;
	border-bottom: 1px solid silver;
	background: ;
	vertical-align: top;
}

.comment
{
	padding: 2px 10px;
	border-top: 1px solid ;
}
.comment p
{
	margin: 5px;
}

.cursor_hand
{
	cursor: pointer;
}

.dn
{
	display: none;
}