#content * {
    font-size: 10px;
    font-family: verdana;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

/* table-styles */

table.header {
	border: 0px;
	font-size : 10px;	
}

table.list {
	padding: 0px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size : 11px;
}

table.list th {
	font-weight: bold;
	text-align: center;
	background: #eee;
	padding: 5px;
	border: 1px solid #ccc;
}

table.list td {
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
}

table.form {
	padding: 0px;
	font-size : 10px;
}

table.form td {
	padding: 5px;
	/*border: 1px solid #ccc;*/
}

table.editor td {
	border: none;
	padding: 0 0 0 3;
}

td.error{
	padding: 5px;
	font-family:Verdana;
	font-size: 10px;
	font-weight:bold;
	color:white;
	background:red;		
}

table.borders {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}