body {
	font-family: Verdana;
	font-size: 10px;
	color: #484848;
	background: url("img/body_bg.png") #D91F30 repeat-x top left;
	text-align: center;
}

td {
	font-family: Verdana;
	font-size: 10px;
	color: #484848
}

.simpleBody {
	text-align: left;
	background: none;
	background-color: #FFFFFF;
}

#center {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url("img/contents_bg.png") repeat-y top left;
}

#center_hp {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url("img/contents_hp_bg.png") repeat-y top left;
}

#header {
	width: 100%;
	height: 128px;
	background: url("img/header_bg2.png") no-repeat top left;
	position: relative;
}

#header_hp {
	width: 100%;
	height: 128px;
	background: url("img/header_hp_bg3.png") no-repeat top left;
	position: relative;
}

#header_bollo {
	width: 195px;
	height: 134px;
	padding: 0;
	margin: 0;
	background: url("img/header_bollo2.png") no-repeat top right;
	position: absolute;
	left: 429px;
	top: 17;
	z-index: 0;
}

#header_logo {
	position:absolute;
	left: 653;
	top: 0;
}

#footer {
	width: 100%;
	height: 95px;
	background: url("img/footer_bg.png") no-repeat top left;
}

#footer_hp {
	width: 100%;
	height: 95px;
	background: url("img/footer_hp_bg.png") no-repeat top left;
}

#mainFooter {
	width: 100%;
	height: 68px;
	background-color: #FFFFFF;
	border-top: 1px solid #D1D1D1;
}

#left {
	width: 193px;
	padding: 11px 0 0 15px;
	margin: 0 0 30px 0;
}

#right {
	width: 218px;
	padding: 0 0 0 0;
	margin: -13px 0 30px 0;
	z-index: 15px;
	position: relative;
}

#right_hp {
	width: 275px;
	padding: 0 0 0 0;
	padding: 0 0 0px 0;
}

#right_campagna {
	width: 275px;
	height: 175px;
	padding: 10 0 0 0;
	margin: 31 0 0 0;
	background: url("img/right_campagna_bg.png") no-repeat top left;
}

#box_search {
	width: 201px;
	height: 90px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url("img/box_search2.png") no-repeat top left;
}

#box_register {
	width: 201px;
	height: 95px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url("img/box_register2.png") no-repeat top left;
}

#box_login {
	width: 201px;
	height: 181px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url("img/box_login2.png") no-repeat top left;
}

#box_welcome {
	width: 201px;
	height: 145px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url("img/box_welcome3.png") no-repeat top left;
}












p {
	margin-top: 0;
}

/* LISTS */
ul, ol, ol ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*
il bull è outdented rispetto al li, per poterlo vedere deve ovviamente cadere 
dentro al box dell'ul, quindi è necessario dargli il margin al li altrimenti non si vedrà il bull.
non è possibile avvicinare il bull e il testo
*/
li {
	margin: 4px 0 4px 15px;
	padding: 0 0 0 0;
}



.red {
	color: #D9212D;
}
.white {
	color: #FFFFFF;
}
.grey {
	color: #C0C0C0;
}
.orange {
	color: #FFAA4F;
}



.uppercase {
	text-transform: uppercase;
}

.hand {
	cursor: pointer;
	cursor: hand;
}

.underdotted {
	background: url("img/dottedline_h.gif") repeat-x bottom left;
}

.overdotted {
	background: url("img/dottedline_h.gif") repeat-x top left;
}

.rightdotted {
	background: url("img/dottedline_v.gif") repeat-y top right;
}

.leftdotted {
	background: url("img/dottedline_v.gif") repeat-y top left;
}



a:link {
	text-decoration: none;
	color : #484848;
}

a:visited {
	text-decoration: none;
	color : #484848;
}

a:hover {
	text-decoration: underline;
	color : #484848;
}

a:active {
	text-decoration: underline;
	color : #D9212D;
}

.red a:link {
	text-decoration: none;
	color : #D9212D;
}

.red a:visited {
	text-decoration: none;
	color : #D9212D;
}

.red a:hover {
	text-decoration: underline;
	color : #D9212D;
}

.red a:active {
	text-decoration: underline;
	color : #D9212D;
}

.red:link {
	text-decoration: none;
	color : #D9212D;
}

.red:visited {
	text-decoration: none;
	color : #D9212D;
}

.red:hover {
	text-decoration: underline;
	color : #D9212D;
}

.red:active {
	text-decoration: underline;
	color : #D9212D;
}


.orange a:link {
	text-decoration: none;
	color : #FFAA4F;
}

.orange a:visited {
	text-decoration: none;
	color : #FFAA4F;
}

.orange a:hover {
	text-decoration: none;
	color : #FFAA4F;
}

.orange a:active {
	text-decoration: none;
	color : #FFAA4F;
}

.orange:link {
	text-decoration: none;
	color : #FFAA4F;
}

.orange:visited {
	text-decoration: none;
	color : #FFAA4F;
}

.orange:hover {
	text-decoration: none;
	color : #FFAA4F;
}

.orange:active {
	text-decoration: none;
	color : #FFAA4F;
}


.error a:link {
	text-decoration: none;
	color : #D9212D;
}

.error a:visited {
	text-decoration: none;
	color : #D9212D;
}

.error a:hover {
	text-decoration: underline;
	color : #D9212D;
}

.error a:active {
	text-decoration: underline;
	color : #D9212D;
}

.grey a:link {
	text-decoration: none;
	color : #C0C0C0;
}

.grey a:visited {
	text-decoration: none;
	color : #C0C0C0;
}

.grey a:hover {
	text-decoration: underline;
	color : #C0C0C0;
}

.grey a:active {
	text-decoration: underline;
	color : #D9212D;
}

.staticContents a:link {
	text-decoration: underline;
	color : #D9212D;
}

.staticContents a:visited {
	text-decoration: underline;
	color : #D9212D;
}

.staticContents a:hover {
	text-decoration: underline;
	color : #D9212D;
}

.staticContents a:active {
	text-decoration: underline;
	color : #D9212D;
}




form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input {
	font-family : Verdana;
	font-size : 10px;
	color: #484848;
	vertical-align: middle;
	height: 18px;
	border: 1px solid #C2C2C2;
	background-color: #FFFFFF;
	margin: 2px 0;
	padding: 0;
}

.input_text {
	font-family : Verdana;
	font-size:10px;
	color: #484848;
	vertical-align: middle;
	width: 150px;
	height: 18px;
	border:1px solid #C2C2C2;
	background-color:#FFFFFF;
	margin: 2px 0;
	padding: 0;
}

.input_password {
	font-family : Verdana;
	font-size:10px;
	color: #484848;
	vertical-align: middle;
	width: 150px;
	height: 18px;
	border:1px solid #C2C2C2;
	background-color:#FFFFFF;
	margin: 2px 0;
	padding: 0;
}

.button {
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	color: #484848;
	width: 150px;
	height: 18px;
	background: none;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border: 1px solid #C3C3C3;
	margin: 2px 0 2px 0;
	padding: 0 0 4px 0;
	background-image: url('img/button_bg.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
}

.buttonSelected {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;
	color: #484848;
	width: 150px;
	height: 18px;
	background: none;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border: 1px solid #C3C3C3;
	margin: 2px 0 2px 0;
	padding: 0 0 4px 0;
	background-image: url('img/button_selected_bg.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
}

.submit {
	font-family : Verdana;
	font-size : 10px;
	font-weight: normal;
	color: #484848;
	width: 150px;
	height: 18px;
	background: none;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border: 1px solid #C3C3C3;
	margin: 2px 0 2px 0;
	padding: 0 0 4px 0;
	background-image: url('img/button_bg.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
}

.submitSelected {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;
	color: #484848;
	width: 150px;
	height: 18px;
	background: none;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border: 1px solid #C3C3C3;
	margin: 2px 0 2px 0;
	padding: 0 0 4px 0;
	background-image: url('img/button_selected_bg.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
}

select {
	font-family: Verdana;
	font-size: 10px;
	color: #484848;
	width: 150px;
	height: 18px;
	background-color: #FFFFFF;
	vertical-align: middle;
	border: 1px solid #C2C2C2;
	margin: 2px 0;
	padding: 0;
}

.checkbox {
	border: none;
	background-color: #FFFFFF;
	margin: 0 6px 0 0;
	padding: 0;
	text-align: left;
}

.radio {
	border: none;
	background: none;
	margin: 0 4px 0 0;
	padding: 0;
}

textarea {
	font-family : Verdana;
	font-size:10px;
	color: #484848;
	width: 150px;
	height: 70px;
	background-color:#FFFFFF;
	border:1px solid #C2C2C2;
	margin: 2px 0;
	padding: 0;
	overflow: auto;
}






.error {
	color : #D9212D;
	font-weight: bold;
	margin-bottom: 25px;
}

.pageTitle {
	width: 100%;
	min-height: 20px;
	padding: 9px 0 0 20px;
	margin: 0 0 10px -20px;
	background-image: url('img/contents_bg_header.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.pageTitle_hp {
	width: 100%;
	min-height: 0px;
	padding: 0px 0px 0px 20px;
	margin: 0 0 10px -20px;

}

.pageTitleText {
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	color: #D9212D;
	font-weight: bold;
}

.widePageTitle {
	width: 100%;
	padding: 0;
	margin: 10px 0 30px 0;
}






.popupHeader {
	width: 100%;
	height: 41px;
	background: url("img/popup_header_bg2.gif") no-repeat top left;
	background-color: #E71B24;
}

.popupContents {
	padding: 20px;
}

.popupTitle {
	font-weight: bold;
	margin-bottom: 10px;
}




.movies_box {
	width: 435px;
	text-align: center;
}


h2
{
	font-size:14px;
}

h3
{
	font-size:13px;
}
