body {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#sidebar a {
	color: #444;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 4px;
	font-family: arial;
}
#container th, #container td {
	font-family: verdana;
	font-size: 11px;
}
h1 {
	color: #84a3ef;
	font-family: arial;
	font-size: 17px;
	padding: -10px 0 10px 0;
	margin: 0px;
}
h2 {
	color: #065519;
	font-family: arial;
	font-size: 15px;
	padding: -10px 0 10px 0;
	margin: 0px;
}
h3 {
	padding: 0 0 10px 0;
	color: #065519;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
}
#content p, #content ul, #content ol {
	padding: 0 0 10px 0;
	line-height: 15px;
	margin: 0px;

}
#content ul, #content ol {
	padding-left: 25px;
}
#content ul {
	list-style-position: outside;
	list-style-image: url("images/arrow.gif");
	list-style-type: square;
}
#content ul ul {
	list-style-image: url("images/subarrow.gif");
	padding-bottom: 0px;
}
#content ul ul ul {
	list-style-image: url("images/subsubarrow.gif");
	padding-bottom: 0px;
}
#content a {
	color: #065519 !important;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#sidebar li , #sidebar ul{
	margin: 0 0 4px 0;
	padding: 0 0 2px 0;
	list-style: none;
	border-bottom: 1px solid #666;
} 
#footer a, #footer {
	color: black;
	font-family: verdana;
	font-size: 11px;
}


a img { border: 0; }
.warn {
	border: 1px solid yellow;
	background: white url("images/warning.gif") no-repeat 6px 6px;
	padding: 3px 3px 3px 60px;
	height: 50px;
}
.error {
	border: 1px solid red;
	background: white url("images/error.gif") no-repeat 6px 6px;
	color: red;
	padding: 3px 3px 3px 60px;
	height: 50px;
}
.page_controls {
	text-align: center;
}
.timestamp {
	text-align: right;
	font-size: 10px;
	color: #999;
}
.o {
	background-color: #eee;
}
.gallery_thumb {
	width: 120px;
	height: 106px;
	text-align: center;
	float: left;
	margin: 0 0 10px 12px;
}
.gallery_thumb img {
	width: 120px; height: 90px;
}

#sidebar a.active {
	color: white;
}
.m0 {
	margin: 4px 8px 0px 0px;
	padding: 0px;
	font-size: 11px;
}
.m1 {
	font-size: 10px;
	margin: 2px 16px 0px 0px;
	padding: 0px;
}
.m1 a { color: #0e7865; }
.m2 {
	font-size: 9px;
	margin: 0px 0px 0px 32px;
	padding: 0px;
}
.m2 a { color: #000000; }
.green { color: #0e7865; }
.light { color: #666; }
.line-bottom { border-bottom: 1px solid #666; }
.line-top { border-top: 1px solid #ddd; }
.highlight { background-color: #ddd; }

#pup {
	position:absolute;
	z-index:200;
	padding: 5px;
	margin-left: 10px;
	margin-top: 5px;
	width: 250px;
	border: 1px solid black;
	background-color: #777;
	color: white;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	font-family: verdana;
	font-size: 11px;
}