
body { 
	margin: 0;
	padding: 0;
	background: #e8e8e8; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#page { 
	width: 760px;
	background-color: white;
	margin: 20px auto;
	background: url("images/page.gif") repeat-y top; 
} 		
#header {
	height: 87px;
	background: url("images/header.gif")
}	
#header h1{
	display: none;
}
#content {
	margin: 0;
	padding: 5px 22px;
}
#footer { 
	clear: both;
	width: 760px;
	background: url("images/footer.gif") no-repeat bottom; border: none;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

a img { border:0; }

form { 
	padding : 0 10px 0 10px; 
}
label { float : left;
	width : 15%;
	text-align : right;
	padding-right : 1%;
}
input, textarea, select { text-align : left; }


#errormsg {
	text-align: center;
}

#uploadform .small {
	margin: 0 0 0 15%;
	font-size: 0.7em;
}

.red {
 	color: #f00;
	font-weight: bold;	
}

table.sortable {	
	width: 100%;
	text-align: center;
	border-spacing: 0px;
	border-collapse: collapse;
	height: 30px;
}
table.sortable .lefted {text-align: left;}
table.sortable img  { vertical-align: middle }

table.sortable th {
	height: 30px;
	font-size: 1.1em;
	background-color: #999;
	padding: 4px;
	border: 1px #fff solid;
	color: #fff;
	font-weight: bold;	
} 
table.sortable th a {
	color: #fff;
	text-decoration: none;
}

table.sortable #th1 {width: 60%;}
table.sortable #th2 {width: 12%;}
table.sortable #th3 {width: 16%;}
table.sortable #th4 {width: 12%;}

table.sortable tr.on {background: #eee;}
table.sortable tr.delete {background: #fcc;}

table.sortable td {
	height: 40px;
	padding: 3px;
}