html, body
{
	margin: 0px;
	width: 100%;
	font-family:georgia, verdana, sans-serif;
	font-size: 12px;
}

body
{
	text-align: center;   /* per far contento IE 6 */
	background: #000000 url(../images/bg.jpg) fixed center no-repeat;
	color: #FFFFFF;
}

td
{
	text-align: center;
	vertical-align: top;
}

div
{
	text-align: center;
}
img
{
	border: 0px;
}

a
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	text-decoration: none;
	color: #FF0000;
	cursor: pointer;
}

select
{
	border-top: 1px solid #5B85C5;
	border-left: 1px solid #5B85C5;
	border-right: 1px solid #5B85C5;
	border-bottom: 1px solid #CC85C5;
	background-color: #ffbaba;
	color: #CC0000;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input
{
	border-top: 1px solid #5B85C5;
	border-left: 1px solid #5B85C5;
	border-right: 1px solid #5B85C5;
	border-bottom: 1px solid #CC85C5;
	background-color: #ffbaba;
	color: #CC0000;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

textarea
{
	border-top: 1px solid #5B85C5;
	border-left: 1px solid #5B85C5;
	border-right: 1px solid #5B85C5;
	border-bottom: 1px solid #CC85C5;
	background-color: #ffbaba;
	color: #CC0000;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* ID */

table#articoli
{
	width: 100%;
}

tr#articoli_intestazione
{
	color: #990000;
	font-weight: bold;
	height: 20px;
}

tr#articoli_intestazione td
{
	padding-top: 20px;
}

table#negozi
{
	width: 100%;
}

tr#negozi_intestazione
{
	color: #990000;
	font-weight: bold;
	height: 20px;
}

table#riepilogo_ordine
{
	width: 100%;
}

tr#riepilogo_ordine_intestazione
{
	color: #990000;
	font-weight: bold;
	height: 20px;
}

div#commenti
{
	width: 100%;
	text-align: center;
}

div#master
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/transparent.png);
}

div#login a
{
	text-decoration: none;
	border-bottom: Dashed 1px #FFFFFF;
	color: #FFFFFF;
}

div#login a:hover
{
	text-decoration: none;
	border-bottom: Dashed 1px #FF0000;
	color: #FF0000;
	cursor: pointer;
}

div#commenti a
{
	text-decoration: none;
	border-bottom: Dashed 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

div#commenti a:hover
{
	border-bottom: Dashed 1px #FF0000;
	color: #FF0000;
	cursor:pointer;
}

div#foto_ajax
{
	margin-left: 50px;
	margin-right: 50px;
	font-size: 14px;
	font-weight: bold;
}

/* CLASSI */

.container
{
	width: 800px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: left;
	float: left;
}


.container_commenti
{
	text-align: left;
	width: 500px;
	margin: 0 auto;
}

.container_commenti div
{
	text-align: center;
	width: 500px;
	background-color:#222222;
	margin-bottom: 10px;
	margin-top: 10px;
}

.dettagli_negozi
{
	padding-left: 50px;
	padding-right: 50px;
}

.extra
{
	float: right;
	width: 180px;
	padding-top: 10px;
}

.footer
{
	text-align: center;
	height: 32px;
	background-image: url(../images/black.png);
	padding-top: 3px;
	clear: both;
	color: #000000;
}

.footer a
{
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	color: white;
}

.footer a:hover
{
	color: red;
}

.header_image
{
	margin-bottom: 15px;
}

.menu_item
{
	height: 32px;
	text-align: center;
	padding-top: 3px;
	background-image: url(../images/black.png);
}

.menu_item a
{
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	color: #ffffff;
	padding-left: 50px;
}

.menu_item a:hover
{
	color: red;
}

/* eventi */
.lc /* lc = label corso Garibaldi */
{
	background-color: red;
	color: white;
}

.lp /* lp = label palaCarifano */
{
	background-color: blue;
	color: white;
}

.lb /* lb = label biglietto d'ingresso al PalaCarifano */
{
	background-color: blue;
	font-weight: bold;
	color: red;
}

.tc /* tc = testo corso Garibaldi */
{
	color: red;
}

.tp /* tp = testo palaCarifano */
{
	color: white;
}
