html, body
{
	background-color: #cee0d4;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 2em;
	padding: 0px;
	margin: 0px;
	background-image: url("top.png");
	background-repeat: repeat-x;
}
p
{
	margin: 0px;
	padding: 5px;
	text-align: justify;
}
label
{
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: right;
}
div.label
{
	padding: 0px 5px 0px 5px;
	margin: 5px;
}
input, textarea
{
	border: solid 1px #707070;
	background-color: #e0fff0;
	width: 200px;
}
textarea
{
	height: 150px;
	width: 196px;
	padding: 2px;
}
h1
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 22px;
}
h2, h3
{
	padding: 0px;
	margin: 5px 0 0px 0;
}
ul
{
	margin: 0px;
	padding-top: 2px;
}
th
{
	font-size: 11px;
}
th.horizontal
{
	vertical-align: top;
}

div.error
{
	color: #d00000;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
div.right, p.right
{
	text-align: right;
}
div.center, p.center, .center
{
	text-align: center;
}
div.ypager
{
	text-align: center;
	background-color: #e0fff0;
	border: solid 1px #306038;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
div.rate_bar
{
	background-image: url("bar.png");
	background-repeat: no-repeat;
	height: 16px;
	float: left;
	margin: 4px;
	margin-right: 10px;
}

p.small
{
	font-size: 10px;
	padding: 2px;
	margin: 0px;
}

input:focus, textarea:focus
{
	background-color: #ffffff;
	border: solid 1px #000000;
}
input.wide, textarea.wide
{
	width: 480px;
}
input.long
{
	width: 400px;
}
input.short
{
	width: 40px;
}
input.login, input.login:focus
{
	background-color: #ffffff;
	border: solid 1px #72d595;
	width: 137px;
}
input.checkbox
{
	width: 20px;
	height: 20px;
	background: transparent;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
input.login_checkbox
{
	width: 14px;
	height: 14px;
}

textarea.resizeable:focus
{
	border-right: double 3px black;
	border-bottom: double 3px black; 
}
textarea.long
{
	width: 396px;
}
textarea.resizeable
{
	height: 40px;
}

select.short
{
	width: 100px;
}

button.submit, button.red
{
	width: 130px;
	height: 30px;
	border-style: none;
	background-color: transparent;
	background-image: url("button_submit.gif");
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
}
button.red
{
	background-image: url("button_red.gif");
}
button.submit:hover, button.red:hover
{
	background-position: bottom left;
}

span.required, small.red
{
	color: #d00000;
}

label.login, div.login
{
	color: #ffffff;
	font-weight: normal;
	padding: 0px;
}
label.login
{
	text-align: left;
	font-size: 11px;
}

ul.autocomplete
{
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	border: solid 1px #000000;
}

li.autocomplete, li.autocomplete_selected
{
	list-style-type: none;
	padding: 1px;
	margin: 0px;
	cursor: pointer;
}
li.autocomplete_selected
{
	background-color: #b0ffc0;
}

a.corner_menu
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a.ypager, a.ypager_current, a.ypager_next, a.ypager_previous, a.ypager_first, a.ypager_last
{
	text-decoration: none;
	color: #001080;
	font-size: 14px;
}
a.ypager:hover, a.ypager_current:hover, a.ypager_next:hover, a.ypager_previous:hover, a.ypager_first:hover, a.ypager_last:hover
{
	text-decoration: underline;
}
a.ypager_current
{
	font-weight: bold;
}
a.login
{
	color: white;
	text-decoration: underline;
}
img.avatar
{
	border: solid 2px #005000;
	margin: 10px;
}
a.login:hover
{
	text-decoration: underline;
}
a.button, a.button:hover, a.red_button, a.red_button:hover
{
	padding: 0px;
	margin: 2px;
	text-decoration: none;
	display: block;
	margin: auto;
	width: 130px;
	height: 30px;
	border-style: none;
	background-color: transparent;
	background-image: url("button_submit.gif");
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
}
a.red_button, a.red_button:hover
{
	background-image: url("button_red.gif");
}
a.button:hover, a.red_button:hover
{
	background-position: bottom left;
}

.no_floating
{
	float: none;
}
.no_border
{
	border-style: none;
}

.inline
{
	display: inline;
	width: auto;
	clear: none;
}

.medium
{
	width: 120px;
}

.small_icon
{
	border-style: none;
}

.hidden
{
	display: none;
}

.float_left
{
	float: left;
}
.float_right
{
	float: right;
}

.clear_left
{
	clear: left;
}

.clear_right
{
	clear: right;
}
.small
{
	font-size: 10px;
}
.big
{
	font-size: 16px;
}
.bordered
{
	border: solid 1px #000000;
}
table.bordered
{
	border-collapse: collapse;
}
.left
{
	text-align: left;
}
strong.red, a.red
{
	color: #d01000;
}
tr.friend_row, tr.friend_row td
{
	background-color: #c0ffd0;
}
dt
{
	font-weight: bold;
}
a.donate_link
{
	font-weight: normal;
	color: #002000;
	text-decoration: none;
	font-size: 11px;
}
a.donate_link:hover
{
	color: #004008;
	text-decoration: underline;
}
textarea.high
{
	height: 200px;
}
.padding20
{
	padding: 20px;
}
input.midi
{
	width: 80px;
}
