.table_admin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #AAAAAA;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px dashed #AAAAAA;
}

.table_admin:hover {
	color: #666666;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
	text-decoration: underline;	
}

a:hover {
	color: #666666;
}
.row_grey {
	background-color:#CCCCCC;
	}

.text_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #AAAAAA;
}

._input {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border: 1px dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}