table.form {
	width: 100%;
}
th.form {
	text-align: right;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #387aa0;
	padding-right: 3px;
	vertical-align: bottom;
	padding-bottom: 6px;
}
td.form {
	text-align: left;
	padding-left: 3px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #387aa0;
}
td.form_error {
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #DD0000;
	border-left: 1px solid #DD0000;
	padding-left: 3px;
}
th.form_spaned {
	text-align: center;
}
th.form_error {
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #DD0000;
	border-bottom: 1px solid #DD0000;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	color: #414141;
	background-image: url('images/tlo_input.jpg'); 
	background-position: center; 
	background-repeat: repeat-x;
	border: 1px solid #E6E5E3;
	height: 14px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
input.submit {
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	background-image: url('images/submit_background.gif'); 
	background-position: center; 
	background-repeat: repeat-x;
	height: 22px;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
}
textarea {
	border: 1px solid #E6E5E3;
	font-family: Tahoma;
	font-size: 11px;
	color: #414141;
	padding: 10px;
	background-color: #f3f1eb;
}
select {
	border: 1px solid #E6E5E3;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	background-color: #f3f1eb;
}
option {
	padding: 5px;
}
table.lista {
	width: 100%;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
table.lista tr {
	border: 0px;
}
table.lista th {
	font-family: Tahoma;
	font-size: 11px;
	color: #103c51;
	/*border-top: 1px solid #387aa0;*/
	border-bottom: 1px solid #387aa0;
	border-left: 0px;
	border-right: 0px;
	margin: 0px;
	background-color: #F9F9F6;
}
table.lista td {
	font-family: Tahoma;
	font-size: 11px;
	color: #387aa0;
	border: 0px;
}
table.lista td.mark {
	font-family: Tahoma;
	font-size: 11px;
	color: #387aa0;
	background-color: #F9F9F6;
	border: 0px;
}
table.lista a, table.lista a:link, table.lista a:visited {
	font-family: Tahoma;
	font-size: 20px;
	color: #387aa0;
	line-height: 0px;
	text-decoration: none;
}
table.lista a:hover, table.lista a:active {
	color: #f66a03;
}
table.stats {
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	color: #387aa0;
}
table.lista a.priv_granted, table.lista a.priv_granted:link, table.lista a.priv_granted:visited {
	color: #009900;
}
table.lista a.priv_denied, table.lista a.priv_denied:link, table.lista a.priv_denied:visited {
	color: #BBBBBB;
}
span.mark {
	background-color: #FFFF00;
}