html {
	overflow-x: hidden;
	overflow-y: scroll;
} 
body {
	font-family: arial;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	margin: 0px 10px 10px 0;
}

#header {
	background: #333;
	height: 40px;
	line-height: 40px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 1px solid #dddddd;
	border-bottom: 0px solid #3e3e3e;
	font-size: 15px;
	font-weight:bold;
	padding-left: 10px;
	color: #fff;
}
.userbar {
	padding: 5px 10px;
	background: #000;
	-moz-border-radius-bottomleft: 5px;
	-webkit-borderbottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-width: 1px 1px 1px 1px;
	border-color: #dddddd;
	border-top: 1px solid #fbfbfb;
	border-style: solid;
	color: #242424;
	background: #eeeeee;
	margin-bottom: 10px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}

.userbar .text {
	font-size: 11px;
	border: 1px solid #ccc;
	background: #fff;
	color: #242424;
		width: 75px;
}

.userbar input {
	font-size: 11px;

}

.forum_category {
	border: 1px solid #d5d5d5;
	margin-bottom: 15px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.forum_head {
	background: #666666;
	height: 28px;
	line-height: 28px;
	font-weight:bold;
	padding-left: 10px;
	padding-right:10px;
	border-bottom: 1px solid #d5d5d5;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	color: #fff;
}

.forum_row {
	background: #eee url(/php/images/box-content-bg.jpg) repeat-x top left;
	padding: 10px;

}

a:link, a:visited, a:active {
	color: #64CD00;
}

a:hover {
	color: #64CD00;
}

.buttonlist {
	list-style:none;
	margin:0;
	padding: 0;
	height: 25px;
	margin-bottom: 10px;
}

.buttonlist li {
	margin: 0;
	padding: 0;
	float: left;
	height: 25px;
}

.buttonlist a, .buttonlist a:visited, .buttonlist a:active {
	display: block;
	height: 23px;
	line-height: 23px;
	background: #e7e7e7;
	padding: 0 5px;
	margin-right: 10px;
	border: 1px solid #ccc;
	text-decoration: none;
	font-weight: bold;
}

.buttonlist a:hover {
	background: #222;
	border-color: #000;
}

.breadcrumb {
	color: #808080;
	font-size: 11px;
	margin-bottom: 15px;
	font-weight: bold;
}

.error {
	background: #FE8D8D;
	border: 1px solid #ff0000;
	padding: 10px;
	
	margin-bottom: 15px;
}

.success {
	background: #97D699;
	border: 1px solid #00ff00;
	padding: 10px;
	
	margin-bottom: 15px;
}

.comment {
	margin-top: 10px;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 15px;
}

.navbar {
	list-style:none;
	margin: 0;
	padding: 0;
	background: #eeeeee;
	border: 1px solid #ddd;
	height: 25px;
}

.navbar li {
	margin: 0;
	padding: 0;
	float: left;
	
}

.navbar li a, .navbar li a:visited {
	float: left;
	display: block;
	height:25px;
	line-height: 25px;
	padding: 0px 10px;
	font-weight: bold;
	border-right: 1px solid #ddd;
	color: #666666;
	text-decoration: none;
	
}

.navbar li a:hover { 
	background: #64cd00;
	color: #fff;
}





#main {
	padding-top: 3px;
	}
.box {
	border: 1px solid #cccccc;
	background-color: #eee;
	margin: 0 0 10px 0;
	padding: 10px;
	-moz-border-radius: 5px;
	}
.button {
	-moz-border-radius: 5px;
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	float: right;
	}

.alignleft {
	text-align: left;
	}
#signup td {
	text-align: left;
	}
#accountnav {
	padding: 0 5px;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	background-color: #666;
	color: #fff;
	height: 25px;
	}
	
#accountnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#accountnav li {
	float:left;
	margin: 0;
	padding: 0;
}

#accountnav a:link, #accountnav a:visited {
	display: block;
	float:left;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border-right: 1px solid #e5e5e5;
	color: #fff;
	text-decoration: none;
}

#accountnav a:hover {
	background: #64cd00;
}

.headerrow td {
	text-align: center;
	padding: 3px;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #e7e7e7;
	}
.profilehead {
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #e7e7e7;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	}
.profilehead h2 {
	margin: 0;
	padding: 0;
	}
	
.big_font {
	font-family: arial;
	font-weight:bold;
	font-size:14px;
}
