@import url(datepicker.css);

* {
	margin:0;
	padding:0;
}
a img {
	border:0;
}

h1,h2,h3,h4,h5,h6 {
	color:#c27e11;
	padding:5px;
	text-shadow:2px 2px 2px #000;
}

.text-shadow{
	text-shadow:2px 2px 2px #000;
}

body {
	font-family:"URW Gothic L", sans-serif;
	color:#363532;
	padding:10px;
	background:#adc211;
}

#headimg{
	-moz-border-radius-topleft:65px;
	-moz-border-radius-topright:65px;
	background:URL(header.png);
	width:1000px;
	height:250px;
}

#headimg a{
	display:block;
	width:100%;
	height:100%;
}

#container {
	text-align:left;
	width:1000px;
	padding:0;
	-moz-border-radius-topleft:65px;
	-moz-border-radius-topright:65px;
	-moz-box-shadow:5px 5px 20px #000;
}

#contentbg {
	background:#c22611 URL(contentbg.gif) repeat-y;
	*margin-top:-3;
}

#pool {
	width:180px;
	float:left;
	padding:10px;
}

#content{
	padding:10px;
	margin-left:213px;
	width:767px;
}

#footer{
	text-align:center;
	padding:2px;
	margin-left:213px;
}

a:hover{
	color:#F1FF80;
}

ul.menu {
	list-style-type:none;
}

ul.menu li a {
	display:block;
	color:#adc211;
	text-decoration:none;
}
ul.menu li a:hover {
	color:#F1FF80;
}

ul.menu li a.chosen {
	background:#adc211;
	color:#c22611;
}

a {
	color:#adc211;
	text-decoration:underline;
	text-shadow: 1px 1px 1px #000;
}

input {
	border:1px solid #adc211;
	font-family:"URW Gothic L", sans-serif;
	background:#fff;
	margin-bottom:2px;
	color:#363532;
	text-decoration:none;
	margin-right:2px;
}

input.pool{
	width:176px;
}

.offline {
	background:#800F00;
	color:#c22611;
}

.online{
	color:#55c211;
	font-weight:700;
}

td.fuserinfo{
	width:40%;
}

td.fuserinfo a{
	display:block;
}

table.forum {
	width:100%;
	border:2px solid #c27e11;
	-moz-box-shadow: 3px 3px 20px #000;
}

td.forum, th.forum {
	border:1px solid #c27e11;
	padding:2px;
}

th.forum {
	background:URL(thbg.gif) repeat-x;
}

.fblank{
	background:white;
}

textarea {
	width:100%;
	background:#fff;
}
.editwrap {
	background:#fff;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 130px;
	float: left;
}

input[type=submit] {
	-moz-border-radius:5px;
	display:block;
	float:left;
	text-shadow: 1px 1px 1px #000;
}

p{
	margin:5px;
}
