body {
	font-family: Arial, sans-serif;
	/*background-color: #F2F2F2;*/
}
.field{
	width: 200px;
}
.pulsante{
	border: 0px none;
	background: #8fc800;
	color: #ffffff;
	width: 200px;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	font-variant: small-caps;
}
.pulsante_s{
	border: 0px none;
	background: url(img/prenota_green.png) no-repeat;
	color: #ffffff;
	width: 101px;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	font-variant: small-caps;
	position: absolute;
	right: 5px;
}
.alert{
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.RIGAseparatore{
	background-color: #FF6600;
}
.titolo_login{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titolo_top{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.TITcont {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

/** testo sala **/
.titTITOLO {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #fc5f17;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	/*border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;*/
}
.titCINEMA, .titCINEMA a:link, .titCINEMA a:visited {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.titCINEMA a:hover {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFAA00;
	text-decoration: none;
}
.titRICERCA{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}

/** titolo film **/
.titFILM,.titFILM a:link, .titFILM a:visited{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00649A;
	text-decoration: none;
}
.titFILM a:hover{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #e20017;
	text-decoration: none;
}


/** colore del testo cast **/
.textCONTENT {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	text-align: justify;
	list-style-type: square;
	list-style-position: inside;
}
.textORARI {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}
.text {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text a:link, .text a:visited {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text a:hover {
	font-style: normal;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
/** testo trama **/
.textTRAMA {
	font-size: 11px;
	color: #444444;
	text-align: justify;
}


