form
{
	margin:0px;
}

body {
	background-color: #ffffff;
	margin:0px auto 0px auto;
	background-color:#0082c7;
}


font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #014E82; }
a:hover		{ text-decoration: underline; color : #000000; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


.bodyline	{
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/sfondo_tabelle.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}

.tableline	{
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
}

.menu	{
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	line-height:15px;
}

.menubar {
	background-image:url(../images/inbox_head.gif);
	height:20px;
	}

.td_bordo	{
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
}

td.row1	{ background-color: #f3f3f3; }
td.row2	{ background-color: #fefefe; }


.thHead	{
	background-color: #D7F0FF;
	background-image:url(../images/sfondo_admin.gif);
	background-position:bottom;
	height: 25px;
	color: #FFFFFF;
	font-size: 11px;	
	font-weight: bold; height: 28px;
	padding:5px;
	text-align:left;
}

.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
	border: 1px solid #bebebe;
}

.myiframe{
	background-color : #FFFFFF;
	border: 1px solid #bebebe;
}
input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
	border: 1px solid #bebebe;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

.error {
	margin:5px;
	padding: 3px;
	background-color:#FFFFCC;
	border:1px solid #ffcc00;
}

.table_footer{
	background-color:#FFFFFF;
	}
