/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #626262;
}
a {
border:0px;
text-decoration:none;
}

img {
border:0px;
text-decoration:none;
}
form {
	margin: 0;
	padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input, textarea {
	padding: 5px;
	background: #FEFEFE url(../../admin/images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}
select {
	padding: 2px;
	background: #FEFEFE url(../../admin/images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}
/* codice tabella categorie  */


.tabs table
{
	margin-bottom: 1.5em;
	width:100%;
}
.tabs table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #fff;
	background-color:#CCCCCC;;
}

.tabs table tr
{
	padding: 0.5em;
	text-align:left;
}

.tabs table tr.rowA
{
	background-color:#E0E0E0;
	color: inherit;
}

.tabs table tr.rowB
{
	background-color:#F3F3F3;
	color: inherit;
}
/* codice tabella annunci  */


.tabs_a table
{
	margin-bottom: 1.5em;
	width:100%;
}
.tabs_a table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #fff;
	background-color:#EDECD6;
}

.tabs_a table tr
{
	padding: 0.5em;
	text-align:left;
}

.tabs_a table tr.rowA
{
	background-color:#FDFEF5;
	color: inherit;
}

.tabs_a table tr.rowB
{
	background-color:#F7F8D6;
	color: inherit;
}

