body {
	background-color: #8e0000;
	color: #fff91c;

	font-family: verdana, serif;

	padding-bottom: 5.0em;

  background-repeat: no-repeat;
  background-position: left bottom;
}

h1 {
	float: left;
	font-size: 1em;
	padding: 0em;
	margin: 0em;
	margin-left: 0.25em;
	font-variant: small-caps;
}

h2 {
	font-size: 1.5em;
	padding: 0em;
	margin: 0em;
	font-variant: small-caps;
}

div#navi {
	background-color: #cc0000;
	color: #fff91c;
	
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #000000;
	padding: 7px;
	text-align: center;
}

div#navi a { color: #fff91c; margin-right: 2em; text-decoration: none; }

div#navi ul {
	font-variant: small-caps;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#navi li {
	display: inline;
}

div#content { text-align: center; padding: 0px; }

div#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#content a { color: #fff91c; }
div#content a:visited { color: #ecab20; }
div#footer p { text-align: center; }

p.blackStripe {
	position: relative;
	
	background-color: #000000;
	color: #ffffff;
	padding: 1px;
	margin: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
}

p.blackStripeBottom {
	margin-bottom: 0.25em;
}

span.url { font-size: 0.8em; }

span.linkPrevious {
/*	position: absolute;
	left: 5px; */
	font-size: 0.8em;
	margin-right: 1.5em;
}

span.linkNext {
/*	position: absolute;
	right: 5px; */
	font-size: 0.8em;
	margin-left: 1.5em;
}

span.linkPrevious a, span.linkNext a { color: #ffffff; text-decoration: none; }

img { border: 2px solid #ffd700; }

.crapImg {
  margin: 5px;
}

table.form th { text-align: left; }
table.form input[type="text"] { width: 100%; background-color: #fff91c; color: #8e0000; border: 2px solid #000000; font-family: verdana; font-size: 1em; }
table.form input[type="file"] { width: 100%; background-color: #fff91c; color: #8e0000; border: 2px solid #000000; font-family: verdana; font-size: 1em; }
table.form select { width: 100%; }
table.form label { float: left; width: 10em; }
table.form select { background-color: #fff91c; color: #8e0000; border: 2px solid #000000; font-family: verdana; font-size: 1em; }
table.form textarea { background-color: #fff91c; color: #8e0000; border: 2px solid #000000; font-family: verdana; font-size: 1em; width: 100%; }
table.form fieldset { margin-bottom: 1em; }
table.form legend { background-color: #fff91c; border:2px solid #000000; padding: 5px; font-weight: bold; }
table.form th.header { font-variant: small-caps; font-size: 1.25em; text-decoration: underline;}

.autocomplete { background-color: #fff91c; color: #8e0000; }
.hidden { visibility: hidden; }
.noMargin { margin: 0px; }

#censorLabel { font-size: 80%; }

div.tag { text-align: left; }

.crapClicks {
	border: 2px solid #FAE019;
	background: #8E0000;
	color: #FAE019;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 3px 3px 3px;
}


/* AJAX */
.ac_results {
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
	background-color: #fff91c; color: #8e0000; border: 2px solid #000000; font-family: verdana; font-size: 1em;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}


.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 20px;
	overflow: hidden;
}


.ac_loading {
	background: white url('/sfFormExtraPlugin/images/indicator.gif') right center no-repeat;
}

.ac_odd {
}

.ac_over {
	background-color: #cc0000;
	color: #fff91c;
}
