table.form_table {
	font-family:    verdana;
	font-size:      11px;
}

table.form_table th {
	color:          #8A8B9D;
	text-align:     left;
	padding:        1px;
	font-size:		 14px;
	font-weight: 	 bold;
	padding-bottom: 10px;
}

table.form_table th.error {
	color:          red;
	padding:        3px;
	font-weight: 	 bold;
	text-align:     center;
}

table.form_table td.label {
	width:          30%;
	color:          #74B4C3;
}

table.form_table td.long {

}

table.form_table td.field {
	width:          70%;
}

table.form_table td {
	color:			black;
}

table.form_table input, table.form_table select {
   vertical-align: middle;
	font-family: tahoma;
	font-size: 11px;
	width:     100%;
}

table.form_table textarea {
	font-family: arial;
	font-size: 11px;
	width: 100%;
}

table.form_table input.checkbox {
	width: 22px;
	border: none;
}



table.form_table input.image {
	padding: 2px;
	margin: 2px;
	width: auto;
}

table.form_table input.button {

}

table.form_table .long_text {
	width: 		100%;
	overflow: auto;
	padding: 2px;
}

table.form_table u {
	padding-right: 1px;
}

table.form_table a.search {
	color: #222222;
	text-decoration: none;
}

table.form_table p.description {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 3;
	text-align: left;
}

.formFileUploaded
{
	padding: 2px;
}

.formFileDeleted
{
	color: #808080;
	filter: DropShadow(Color=white, OffX=1, OffY=1,positive=1);
}

.error
{
	font-weight: normal;
	color: red;
}

	table.auto_table {
		font-size:10px; 
		font-family:verdana; 
		margin:2px;
	}
	table.auto_table td {
		padding:2px; 
	}

	table.auto_table th {
		font-size:11px; 
		padding:	 5px; 
	}

	table.auto_table td.error {
		font-size: 12px;
		text-align: center;
		color: #111111;	
	
	}
	
	table.auto_table tr.pagination td {
		text-align: right;
	}

	table.auto_table a:link,table.auto_table a:visited {color:navy; text-decoration:none;}
	table.auto_table a:hover {color:#6096BF; text-decoration:underline;}

	table.details {
		font-size: 11px;
	}
	
	table.details td.label{
		font-weight: bold;
		width: 70px;
	}
	
	td.search_details {
		font-size: 11px;
	}
	
	a.sAktor {
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
	}
	
	a.sAktor:hover {
		color: red;
	}
