* {
	margin:0;
	padding:0;	
}
ul li {
	margin-left:20px;
}
p {
	margin:8pt 0;
}
body {
	background-image:url(../img/wall.php?tc=eff&bc=bdd&h=900);
	background-repeat:repeat-x;
	background-position:bottom center;
	background-color:#eff;
	background-attachment: fixed;
}
fieldset {
	border:1px solid #ddd;
	padding:8px;
}
legend {
	padding:0px 3px;
}
body, input, textarea, button {
	color:#777;
	font-size:9pt;
	font-family:Lucia grande,Lucida grande, verdana, sans, Arial;	
}
optgroup option {
	margin-left:10px;
}
input[type=text] {
	border:0;
	font-family:lucida console, monospace, courier new, courier;
	border-bottom:1px dotted #777;
	margin-left:4px;
	background-color:transparent;
}
label {
	display:block;
}
div.field {
	margin-top:5px;
}
a, a * {
	text-decoration:none;
	color:#77f;
}
a:hover {
	border-bottom:1px solid #00f;
	cursor:pointer;
}
a:hover, a:hover * {
	color:#00f;
}
#menu {
	margin-top:24px;
	background-color:#fff;
	border:1px solid #ddd;
	padding:6px 10px;
}
#menu a {
	font-size:10pt;
	color:#777;
	border-left:1px solid #777;
	border-bottom:0;
	padding:0px 6px;
}
#menu a:hover {
	background-color:#f0f6f8;
	cursor:pointer !important;
}
h1 {
	font-size:150%;
	letter-spacing:1px;
	font-weight:500;
}
h2 {
	font-size:120%;
	letter-spacing:1px;
	font-weight:600;
}
h3 {
	font-size:100%;
	font-weight:600;
}
h4 {
	font-weight:700;
	font-size:90%;
}
sub {
	vertical-align:text-bottom;
	font-size:90%;
	font-style:italic;
}
dt {
	margin-top:5px;
	float:left;
}
dd {
	text-align:right;
}
.quicksearch button {
	width:100px;
	color:#444;
}
button {
	font-family:lucida console, monospace, courier new, courier;
	color:#444;
}
.inline {
	display:inline;
	margin:0 !important;
}
.section {
	background-image:url(../img/wall.php?tc=ffffff&bc=f4f4f4&h=120);
	background-repeat:repeat-x;
	background-position:bottom center;
	background-color:#fff;	
	border:1px solid #dedede;
	padding:16px;
}
.subsection {
	border-bottom:1px solid #dedede;
	padding:16px;
}
.bordersection {
	border-bottom:1px solid #dedede;
	padding:2px;
}
.thumbs img {
	padding:0.5%;
	text-align:center;
}
hr {
	border:0 0 1px 0 solid #dedede;
	margin:2px 0;
}
a.button {
	border-right:1px solid #dedede;
	padding:0px 6px;
	border-bottom:0;
}
.noborder {
	border:0;
}
.error {
	border-color:1px dotted #F00;
	color:#f00;
}
.listtable {
	border:1px solid #dedede;	
}
.listtable th, .listtable td {
	border:1px solid #dedede;
	padding:2px;
}