body, p th, td {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif
}

body {
	background: #262626 url(manage_bkgd.jpg) repeat-x;
}

#main {
	background-color: #fff;
	padding: 20px;
	margin: 40px;
	border: solid 2px #999;
}

#header {
	
}

#header h3 {
	font-size: 22px;
	color: #777;
}

#header p {
	border-style: dotted;
	border-width: 1px;
	padding: 5px;
	background-color: #ddd;
}

#header p a {
	text-decoration: none;
	padding: 5px;
}

#header p a:hover {
	background-color: #fff;
}

#subnav {
	padding: 5px 10px;
	background-color: #ccc;
}

#subnav a {
	text-decoration: none;
	padding: 4px;
}

#subnav a:hover {
	background-color: #fff;
}
#subhead {
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding:  10px;
}
#content {
	padding: 10px;
}

#stats {
	margin: 10px 0;
	padding: 10px;
	border: solid 2px grey;
}

#details th {
	text-align: right;
	border-right: dotted 1px #000;
	border-bottom: dotted 1px #000;
}

#details td {
	border-bottom: dotted 1px #000;
}

#edit th {
	text-align: right;
	border-bottom: dotted 1px #000;
}

#edit td {
	border-bottom: dotted 1px #000;
}
#message {
	color: red;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
}

#img_table td {
	border-bottom: dotted 1px #000;

