body {
	margin: 10px;
	background: #3f0000;
	color: #fff;
}
body, div, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	/*background: #fff url('../images/input.gif') no-repeat top left;
	border: 1px solid #fff;*/
	padding: 2px;
	border-top: solid 1px #750000;
	border-right: solid 1px #cf1d1d;
	border-bottom: solid 1px #ec3a3a;
	border-left: solid 1px #a30000;
}
	.input-button { border: none; padding: 0px; }
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
}
fieldset {
	border: none;
}
legend {
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
}
label {
	font-size: 8pt;
	color: #fff;
}
.left {
	float: left;
}
.right {
	float: right;
}
.a-center {
	text-align: center;
}
.a-left {
	text-align: left;
}
.a-right {
	text-align: right;
}
.clear {
	clear: both;
}
.ghost {
	display: none;
}
.no-item {
	background: #A90119;
	border: 2px solid #5D010E;
	font-size: 14pt;
	text-align: center;
	color: #c0c0c0;
	margin: 0px;
	padding: 10px;
}
.info-box
{
	background: #FFDC6F url('../images/info.gif') repeat-x top;
	color: #4F3C00;
}
	.info-box p
	{
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
	}
.popup {
	position: absolute;
	/*visibility: hidden;*/
	top: 0px;
	left: 0px;
}
.close {
	position: absolute;
	top: 0px;
	left: 0px;
}
.confirmation
{
	text-align: center;
	padding: 10px;
}
.open
{
	max-height: none !important;
}
.expand
{
	float: left;
	background: url('../icons/expand.gif') no-repeat center;
	width: 40px;
	height: 20px;
	text-indent: -9999px;
}
.expanded
{
	background-image: url('../icons/reduce.gif');
}
.row-all {
	background: #a60119 url('../images/row-all.gif') repeat-x top;
	text-align: center;
}
.row-odd {
	background: #8F0115;
}
.row-even {
	background: #A90119;
}
.row-over {
	background: #C4011D;
}
.row-selected {
	background: #5D010E;
}
.row-selected, .row-selected a {
	color: #ff0000;
}
.tips {
	font-size: 7pt;
	text-align: center;
	float: right;
	width: 150px;
	background: url('../images/tips.gif') no-repeat left;
	color: #6F5300;
	padding: 1px;
	padding-left: 10px;
}
.box {
	/*background: #920116 url('../images/box.gif') repeat-x top;*/
	background: #920116;
	margin: 3px;
}
.tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
.tabs li {
	float: left;
}
.tabs li a {
	display: block;
	width: 40px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	font-weight: bold;
	background: url('../images/tab_inactive.gif') no-repeat;
	color: #F50125;
}
.tab-selected {
	background: url('../images/tab_active.gif')  !important;
	color: #fff !important;
}
.new-item
{
	display: block;
	text-align: left;
	background: url('../icons/add.gif') no-repeat left;
	padding: 3px;
	padding-left: 25px;
}
	.new-item:hover
	{
		background-image: url('../icons/add_over.gif');
		color: #ff0000;
	}
.delete-items
{
	display: block;
	background: transparent url('../icons/delete_items.gif') no-repeat left;
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	padding-left: 25px;
}
	.delete-items:hover
	{
		background-image: url('../icons/delete_items_over.gif');
		color: #ff0000;
	}
.button {
	display: block;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
.published {
	background-image: url('../icons/published.gif');
}
.unpublished {
	background-image: url('../icons/unpublished.gif');
}
.map {
	background-image: url('../icons/map.gif');
}
.map:hover {
	background-image: url('../icons/map_over.gif');
}
.edit {
	background-image: url('../icons/edit.gif');
}
.edit:hover {
	background-image: url('../icons/edit_over.gif');
}
.delete {
	background-image: url('../icons/delete.gif');
}
.delete:hover {
	background-image: url('../icons/delete_over.gif');
}
.button-mini {
	display: block;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
}
.preview-mini {
	background-image: url('../icons/preview.gif');
}
.preview-mini:hover {
	background-image: url('../icons/preview_over.gif');
}
.edit-mini {
	background-image: url('../icons/edit.gif');
}
.edit-mini:hover {
	background-image: url('../icons/edit_over.gif');
}
.delete-mini {
	background-image: url('../icons/delete.gif');
}
.delete-mini:hover {
	background-image: url('../icons/delete_over.gif');
}
/***** LAYOUT *******/
.popup {
/*background: #A90119;*/
}
#popup {
	z-index: 100;
	background: #a6a6a6 url('../images/popup.gif') repeat-x bottom;
	border: 2px solid #5D010E;
	color: #5D010E;
	font-size: 8pt;
}
#popup h2 {
	background: url('../images/popup-centered.png') repeat-x bottom;
	margin: 0px;
	color: #fff;
	text-align: center;
}
#popup legend {
	color: #5D010E;
}
#popup fieldset {
	border: none;
	margin: 10px;
}
#popup_centered {
	z-index: 90;
	width: 550px;
	background: #a60119 url('../images/popup-centered.png') repeat-x top;
	border-right: 3px solid #5A010F;
	border-bottom: 3px solid #870115
}
#popup_centered h2 {
	background: #5D010E;
	text-align: center;
	margin: 0px;
}
#popup_centered fieldset {
	border: none;
	margin: 10px;
}
.box-left {
	float: left;
	width: 20%;
	margin-left: 3px;
}
.box-right {
	float: right;
	/*margin-left: 22%;*/
	width: 78%;
}
#header {
	height: 44px;
	/*margin: 3px;*/
}
#header h1 {
	width: 400px;
	margin: 0px;
	font-size: 20pt;
	color: #ff0000;
}
#header h1 span {
	color: #C4011D;
}
#header ul {
	float: right;
	margin: 0px;
	list-style: none;
}
#header ul li {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-left: 10px;
}
#header ul li a {
	color: #fff;
	font-size: 11pt;
	display: block;
	/*margin-top: 5px;*/
	padding: 10px;
	padding-right: 35px;
}
#header ul li a:hover {
	color: #ff0000;
}
#logout {
	background: url('../icons/logout.gif') no-repeat right;
}
#logout:hover {
	background: url('../icons/logout_over.gif') no-repeat right;
}
#users {
	background: url('../icons/users.gif') no-repeat right;
}
#users:hover {
	background-image: url('../icons/users_over.gif');
}
#banners {
	background: url('../icons/banners.gif') no-repeat right;
}
#banners:hover {
	background: url('../icons/banners_over.gif') no-repeat right;
}
#preferences {
	background: url('../icons/preferences.gif') no-repeat right;
}
#preferences:hover {
	background-image: url('../icons/preferences_over.gif');
}
#footer {
	font-size: 7pt;
	text-align: center;
}
#concessionarie {
	margin-top: 10px;
}
#concessionarie-box {
	max-height: 800px;
	width: 98%;
	background: #9A0000;
	overflow: auto;
}
.concessionarie-buttonbar {
	text-align: center;
	width: 100%;
}
#concessionarie-list {
	width: 100%;
}
#concessionarie-list table {
	width: 100%;
}
#concessionarie-list a {
	display: block;
}
#inserzioni {
	margin-top: 10px;
}
.inserzioni-bar
{
	float: right;
	margin: 0px;
	list-style: none;
}
	.inserzioni-bar li
	{
		float: left;
		padding-left: 10px;
	}
.inserzioni-list {
	margin-top: 10px;
	width: 100%;
	
}
#inserzioni-gratuite, #inserzioni-pagamento {
	max-height: 400px;
	overflow: auto;
	width: 100%;
}
.inserzioni-list h3 {
	margin: 0px;
	padding-left: 10px;
	background: #5D010E url('../images/inserzioni-h3.jpg') no-repeat left top;
	color: #ff0000;
}
#detail-inserzione {
	text-align: center;
}
#detail-inserzione table {
	width: 440px;
}
#detail-inserzione table th {
	width: 50%;
	text-align: right;
	vertical-align: top;
	color: #fff;
}
#detail-inserzione table td {
	text-align: left;
	font-weight: bold;
}
form.pagamento
{
	background: #ffc440 url('../images/popup-centered_gold.png') repeat-x top;
}
.edit-inserzione-fields {
	float: left;
	width: 47%;
	height: 40px;
	margin: 3px;
}
#optionals
{
	font-size: 7pt;
}
#upload {
	border: none;
	background: #5D010E;
}
.categoria-macro {
	font-weight: bold;
	color: #ff0000;
}
#detail-concessionaria {
	padding: 10px;
}
#detail-concessionaria h3 {
	font-size: 20pt;
	margin: 0;
	/*margin: 10px;*/
}
#detail-concessionaria-buttons {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 10px;
}
.edit-concessionaria-fields {
	float: left;
	width: 45%;
	margin-right: 10px;
}
.edit-concessionaria-fields p {
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.list {
	width: 99%;
	border-collapse: collapse;
	border: 1px solid #740111;
}
.list th {
	background: #9A0000;
	/*background: #a60119 url('../images/row-all.gif') repeat-x top;*/
	color: #ff0000;
	padding: 3px;
}
.list td {
	padding: 3px;
}
	.list-image
	{
		padding: 10px !important;
	}
.thumb {
	width: 23%;
	float: left;
	font-size: 9pt;
	text-align: center;
	margin: 5px;
	border-left: 1px solid #C6012C;
	border-right: 1px solid #9B0117;
	border-top: 1px solid #E22B43;
	border-bottom: 1px solid #42010A;
}
.thumb h4
{
	margin: 0px;
	height: 20px;
}
.thumb span {
	color: #bbb;
}
.thumb-image {
	margin-top: 10px;
	height: 150px;
}
.thumb-feats {
	height: 20px;
}
.thumb p {
	height: 30px;
	overflow: hidden;
}
.thumb-bar {
	height: 18px;
	padding-top: 2px;
	font-size: 8pt;
	color: #ff0000;
	background: #5D010E;
	text-align: left;
}
.thumb-bar strong {
	letter-spacing: 1px;
}
.thumb-bar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}
.thumb-bar ul li {
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}
.thumb-bar ul li a {
	color: #fff;
}
.user-image {
	height: 70px;
}
.edit-preferenze {
	clear: both;
	padding-bottom: 10px;
}
.edit-preferenze label {
	float: left;
	font-size: 10pt;
	width: 190px;
	padding-right: 10px;
	text-align: right;
}
.edit-preferenze br {
	display: none;
}

/********* PLOT *********/
#plot-area
{
	position: relative;
	width: 100%;
	height: 750px;
	overflow: hidden;
}
	#plot-container
	{
		top: 0px;
		left: 0px;
		cursor: hand;
		cursor: pointer;
	}
	.plot
	{
		background: #920116 url('../images/plot.gif') left bottom;
		border-right: 2px solid #C4011D;
		border-bottom: 5px solid #C4011D;
	}
	.plot h2
	{
		text-align: center;
		font-size: 20pt;
		color: #ccc;
		margin: 0px;
	}
		.plot h2 a
		{
			color: #ccc;
		}
.plot-selected
{
	background-image: url('../images/plot_selected.gif');
	z-index: 20000 !important;
}
	.plot-selected h2
	{
		color: #ff0000;	
	}
	.plot-selected .plot-bar
	{
		background-image: url('../images/plot-bar_selected.png');
		color: #003399;
	}
.plot-x
{
	color: #ff0000;
	text-align: center;
	font-size: 8pt;
}
.plot-bar
{
	background: url('../images/plot-bar.png') repeat-x left;
	overflow: hidden;
	height: 20px;
	font-size: 8pt;
	color: #920116;
}
	.plot-bar a
	{
		display: block;
		font-weight: normal;
	}
.plot-left, .plot-right
{
	display: block;
	position: absolute;
	width: 30px;
	height: 700px;
	text-indent: -9999px;
	z-index: 200;
}

.plot-right
{
	display: none;
}
.plot-left:hover
{
	background: #ebedee url('../icons/left.gif') no-repeat left;
}
.plot-right:hover
{
	background: #ebedee url('../icons/right.gif') no-repeat right;
}

/********* BANNERS ********/
.banner
{
	width: 200px;
}
.banner-image
{
	width: 200px;
	height: 150px;
	overflow: hidden;
}
#banners-size
{
	float: right;
	width: 150px;
}
#banners-size h4
{
	margin: 0px;
	padding: 3px;
	color: #ff0000;
}
#banners-size ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
#banners-size ul li
{
}