body, td, th {
	font-size: 12.5px;
	font-family: verdana, sans, arial, helvetica, sans-serif;
}

/* Normal, standard links. */
a:link, a:visited {
	color: #C23A48;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #D5737C;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	background: url("/img/link.png") bottom repeat-x;
	text-decoration: none;
}

.linknobg a:hover {
	background: transparent;
}

a.linkpulsanti:hover {
	background: none;
}

div.clickheader a:hover
{
	background: none;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #C23A48;
	background-color: transparent;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 0.85em;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #f8f8f8;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-bottom: 2px;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
	border-width: 0px;
	border-style: none;
	margin-bottom: 2px;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 0.85em;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #f8f8f8;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-bottom: 2px;
}

input:focus, textarea:focus, select:focus { 
	background-color: #fff;
}

/* Standard horizontal rule.. */
hr
{
	color: #8888D9;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #8888D9;
	background-color: #8888D9;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #EBF1F6;
	/* background-color: #dee7ef; */
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: 11px;
}

/* A code block - maybe even PHP ;). */
.code
{
	font-family: Courier New, Courier, monospace;
	color: #000000;
	background-color: #eee;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: 11px;
	overflow: auto;
}

.code pre{white-space: normal;}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: #FFFF99;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #EDEDFA;
}
.windowbg2
{
	color: #000000;
	background-color: #fff;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #A2A2E1;
}
.titlebg a:hover
{
	color: #ffffff;
}

/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background-color: #C4C4EC;
	background-image: url(/img/bgmenuforum.png);
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #8888D9;
}
.tborder
{
	border: 1px solid #E3A3AA;
}
.tborder2
{
	border: 1px solid #8888D9;
}

/* Default font sizes. */
.smalltext
{
	font-size: 11px;
}
i.smalltext b a{ 
	background: transparent url(/img/mini_on.gif) no-repeat scroll 0px 0px;
	padding: 2px 0 2px 20px;
	line-height: 16px;
}
i.smalltext a{ 
	background: transparent url(/img/mini_off.gif) no-repeat scroll 0px 0px;
	padding: 2px 0 2px 20px;
	line-height: 16px;
}
.normaltext
{
	font-size: 12.5px;
}
.largetext
{
	font-size: 14px;
}

/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

h1.regolamento {
	font-size: 18px;
	font-weight: normal;
	font-family: "Trebuchet MS",tahoma, verdana, sans, arial, helvetica, sans-serif;
	margin: 10px 0;
}
h2.regolamento {
	font-size: 16px;
	font-style : normal;
	font-family: "Trebuchet MS",tahoma, verdana, sans, arial, helvetica, sans-serif;
	margin: 4px 0;	
}
p.regolamento, ul.regolamento {
	 font-size: 12px;
	 font-family: verdana, arial, helvetica, sans serif;
}

img.avatar {
	margin: 5px 0;
}