
a {
	color: #000000;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	background: #ffffff;
	border: 1px solid #7f7f7f;
	color: #000000;
}

td {
	color: #000000;
	font-family: verdana,tahoma,arial;
	font-size: 13px;
}

.admin_header {
	background-color: #69a820;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-weight: bold;
	padding: 5px;
}

.admin_item {
	background-color: #89ce25;
	border: 1px solid #ffffff;
	margin-left: 15px;
	padding: 5px;
}

.button {
	background-color: #69a820;
	color: #ffffff;
}

div.cat {
	width: 100%; 
	height: .8em;
	line-height: 5px;
	border-bottom: 3px dotted black;
	margin-top: .9em;
}

.error {
	color: #ff0000;
}

.itemname {
	float: left;
	background-color: white;
	position: relative;
	top: 5px;
	margin-bottom: -.3em;
	border-bottom: solid white .2em;
	text-align: left;
}

.nav {
	color: #69a820;
	font-size: 20px;
	text-decoration: none;
}

.nav_active {
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
}

.nav_bottom {
	color: #808080;
	font-size: 10px;
}

.nav_sub {
	color: #498810;
	font-size: 14px;
	text-decoration: none;
}

.nav_sub_active {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.num {
	float: right;
	position: relative;
	top: 5px;
	background-color: white;
	margin-bottom: -.4em;
	border-bottom: solid white .2em;
	padding-right: 46px;
	width: 10px;
	text-align: right;
}

#main-background {
	background: url('/images/bg_main.jpg') repeat-y 50% 0px;
	min-height: 100%;
}


