.clear {
	clear: both;
}
.hidden {
	display: none;
	float: none;
	width: 1%;
}

a {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #336699;
}

body {
	background: #e3e3e3 url(http://web3.altervista.org/forum/images/GoneFishing/logo_bg.png) repeat-x;
	color: #000000;
	font: small Verdana, Arial, Sans-Serif;
	padding: 0;
	margin: 0;
}

#container {
	width: 96%;
	margin: auto auto;
}

.logo {
	text-align: right;
	margin: 0;
}

.menu ul {
width: 100%;
	background : #EBE8DA url(http://web3.altervista.org/forum/images/GoneFishing/menu_bg.gif) repeat-x bottom left;
	border-top : 1px solid #EBE8DA; 
	border-bottom : 1px solid #EBE8DA; 
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li {
	float: left;
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
}

.menu a {
	float: left;
	color : #ffffff;
	padding : 5px;
	text-decoration : none;
}

.menu a:hover {
	background : #5093CA ;
	color : #ffffff;
}

#panel {
	background: #F7F6F2 url(http://web3.altervista.org/forum/images/GoneFishing/panel_bg.gif) repeat-x bottom left;
	border: 1px solid #EBE8DA;
	border-top: 0;
}

#panel p {
	margin: 0;
	padding: 7px;
}

#key {
	background: #ffffff;
	border: 1px solid #E9E5D7;
}
#key ul {
	list-style: none;
	margin: 0;
}
#key img {
	padding-right: 4px;
}

#key li {
	padding: 4px;
}
#key span {
	position: relative;
	top: -4px;
}

.navigation {
	width: 100%;
	font: x-small Verdana, Arial, Sans-Serif;
}

.navigation a:link, .navigation a:active, .navigation a:visited, .navigation a:hover {
	text-decoration: none;
}

.navigation .active {
	font: small Verdana, Arial, Sans-Serif;
	font-weight: bold;
}	

#content {
	background: #ffffff;
	border: 1px solid #EBE8DA;
	border-bottom: 0;
	border-top: 0;
	padding: 20px;
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

#copyright {
	font: x-small Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

table {
	color: #000000;
	font: small Verdana, Arial, Sans-Serif;
}

.smalltext {
	font: x-small Verdana, Arial, Sans-Serif;
}

.largetext {
	font: medium Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.thead {
	background: #5CA0D8 url(http://web3.altervista.org/forum/images/GoneFishing/thead_bg.gif);
	color: #ffffff;
}
.thead a:link, .thead a:active, .thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tborder {
	width: 100%;
	margin: auto auto;
	background: #E9E5D7;
	
}

.tcat {
	background: #E9E5D6 url(http://web3.altervista.org/forum/images/GoneFishing/tcat_bg.gif);
	color: #000000;
}
.tcat a:link, .tcat a:active, .tcat a:visited {
	color: #000000;
}

.trow1 {
	background: #ffffff;
}

.trow2 {
	background: #F7F6F2;
}

select {
	background: #ffffff;
}

textarea, input, select, object {
	color: #000000;
	font: small Verdana, Arial, Sans-Serif;
}

.quote_header {
	margin-left: 20px;
	padding: 4px;
	border-top: 1px dashed #000000;
	border-left: 1px dashed #000000;
	border-right: 1px dashed #000000;
	color: #000000;
	background: #ffffff;
	font-weight: bold;
}

.quote_body {
	margin-left: 20px;
	padding: 0 4px 4px 4px;
	border-bottom: 1px dashed #000000;
	border-left: 1px dashed #000000;
	border-right: 1px dashed #000000;
	color: #000000;
	background: #ffffff;
}

.code_header {
	margin-left: 20px;
	padding: 4px;
	border-top: 1px dashed #000000;
	border-left: 1px dashed #000000;
	border-right: 1px dashed #000000;
	color: #000000;
	background: #ffffff;
	font-weight: bold;
}

.code_body {
	margin-left: 20px;
	padding: 0 4px 4px 4px;
	border-bottom: 1px dashed #000000;
	border-left: 1px dashed #000000;
	border-right: 1px dashed #000000;
	color: #000000;
	font-family: monospace;
	background: #ffffff;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
}


img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

.pagenav {
	font-weight: bold;
}

.pagenavbit {
	padding-left: 3px;
}

.pagenavbit a {
	text-decoration: none;
}

.pagenavcurrent {
	font-weight: bold;
	padding-left: 3px;
}

.toolbar_hover {
	background-color: #C1D2EE;
	border: solid 1px #5296F7;
}
.toolbar_normal {
	background-color: #F0F0F0;
	border: solid 1px #F0F0F0;
}
.toolbar_clicked {
	background-color: #E1F2FE;
	border: solid 1px #5296F7;
}
.toolbar_mousedown {
	background: #98B5E2;
	border: solid 1px #5296F7;
}

 hr {
	color: #000000;
	height: 1px;
}