body,p,table{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p,h1,h2,h3,h4,h5,h6{
	margin-top:2px;
	margin-bottom: 2px;
}
a:link, a:visited, a:active{
	text-decoration: none;
	font-weight: bold;
	color: #9400D3;
}
a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: Purple;
}
a.menu:link, a.menu:visited, a.menu:active{
	display: block;
	width:100%;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: inherit;
	color: white;
	text-decoration: none;
}
a.menu:hover{
	color: white;
	background-color: Purple;
	text-decoration: none;
}
table.menu{
	background-color: #4E4E4E;
	border: 1px solid gray;
}
table.menu td.headbar{
	background-color: Purple;
	color: white;
	text-align: center;
	padding:5px;
}
table.menu td.menu{
	text-align: center;
	font-size: 11px;
	border-top: 1px solid gray;
	color:white;
}
table.menu td.menuhead{
	text-align: left !important;
	font-size:12px;
	font-weight:bold;
	color: white;
	background-color:purple;
	padding:4px;
}
td.prompt{
	background-color: #4E4E4E;
	color: white;
	font-size: 11px;
	padding:2px 4px 2px 2px;
}
table.edit{
	
	
}
table.edit td.headbar{
	background-color: Purple;
	color: white;
	text-align: center;
	padding:2px;
	font-size: 11px;	
	font-weight: bold;
}
select.admin, input.admin, textarea.admin{
	width: 300px;
}
textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
select.adminwide, input.adminwide, textarea.adminwide{
	width: 500px;
}
a.button{
	padding: 5px;
	font-size: 11px;
	text-align: center;
}
a.button:link, a.button:visited, a.button:active{
	background-color: Gray;
	color: White;
	text-decoration: none;
}
a.button:hover{
	background-color:purple;
	color: white;
	text-decoration: none;
}
.small{
	font-size:0.8em;
}
td.button{
	padding:4px 0 4px 0;
}

table.categorylist{
	width:570px;
}
table.categorylist thead th{
}
table.categorylist tfoot td{
}
table.categorylist tbody tr{
}
table.categorylist tbody tr.alternate{
}
table.categorylist tbody td{
	font-size:0.8em;
	padding:4px;
}
table.categorylist tbody td a img{
	border:1px solid silver;
	padding:0;
	margin:0 4px 0 0;
}
table.login{
	background-color:#eee;
	border:1px solid purple;
}
table.login td{
	padding:4px;
}
table.login td.headbar{
	padding:4px;
}
.error{
	color:red;
}
----------------------------------------
Misc/common stuff
---------------------------------------- 
*/
.floatright{
	float:right;
	margin:6px 0 6px 12px;
}
.floatleft{
	float:left;
	margin:6px 12px 6px 0;
}
.small{
	font-size:0.75em;
}

