table.box_log {
	background-image: url(../gfx/bg_log.gif);
	background-repeat: repeat-y;
}
table.box_log td.big_bg_logout {
	background-image: url(../gfx/bgpic_logout.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
table.box_log td.big_bg_login {
	background-image: url(../gfx/bgpic_login.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
table.box_log th {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}
table.box_log td.text {
	color: #FFFFFF;
	font-size: 10px;
	text-align: justify;
}
table.box_log td.udv {
	color: #000000;
	font-size: 10px;
	text-align: justify;
}
table.box_log td.user {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
table.box_log a {
	text-decoration: none;
	color: #DD5300;
	font-weight: bold;
	font-size: 10px;
}
table.box_log a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
table.box_log input.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #7CABD6;
	font-size: 10px;
	color: #FFFFFF;
	height: 16px;
	width: 150px;
	border: 1px solid #B7D0EA;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 3px;
}
table.box_log .img {
	margin-top: 5px;
	margin-bottom: 8px;
}