body {
	font-family: Verdana;
	font-size: 12px;
	color: #363636;
	background: url("../img/background.jpg") #eaeaec repeat top left;
	text-align: center;
}

td {
	font-family: Verdana;
	font-size: 12px;
	color: #363636
}

.simpleBody {
	text-align: left;
	background: none;
	background-color: #FFFFFF;
}

#center_padder {
	padding: 0 0 0 0;
}

#center_padder_hp {
	padding: 0 0 0 0;
}

#center {
	width: 100%;
	min-height: 390px;
	height: auto !important;
	height: 390px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#center_hp {
	width: 100%;
	min-height: 390px;
	height: auto !important;
	height: 390px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#header {
	width: 100%;
	height: 100px;
	background: url("../img/header2.png") no-repeat 0 0;
	text-align: right;
}

#footer {
	border-top: 1px solid #E46B21;
	width: 100%;
	height: 60px;
	margin-top: 20px;
}


#box_search {
}

#box_login {
}

#box_welcome {
}












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: #E46B21;
}



.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 : #363636;
}

a:visited {
	text-decoration: none;
	color : #363636;
}

a:hover {
	text-decoration: underline;
	color : #363636;
}

a:active {
	text-decoration: underline;
	color : #E46B21;
}

.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 : #E46B21;
}

.orange a:visited {
	text-decoration: none;
	color : #E46B21;
}

.orange a:hover {
	text-decoration: none;
	color : #E46B21;
}

.orange a:active {
	text-decoration: none;
	color : #E46B21;
}

.orange:link {
	text-decoration: none;
	color : #E46B21;
}

.orange:visited {
	text-decoration: none;
	color : #E46B21;
}

.orange:hover {
	text-decoration: none;
	color : #E46B21;
}

.orange:active {
	text-decoration: none;
	color : #E46B21;
}


.error a:link {
	text-decoration: none;
	color : #E46B21;
}

.error a:visited {
	text-decoration: none;
	color : #E46B21;
}

.error a:hover {
	text-decoration: underline;
	color : #E46B21;
}

.error a:active {
	text-decoration: underline;
	color : #E46B21;
}

.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 : #E46B21;
}

.staticContents a:link {
	text-decoration: underline;
	color : #E46B21;
}

.staticContents a:visited {
	text-decoration: underline;
	color : #E46B21;
}

.staticContents a:hover {
	text-decoration: underline;
	color : #E46B21;
}

.staticContents a:active {
	text-decoration: underline;
	color : #E46B21;
}




form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input {
	font-family : Verdana;
	font-size : 10px;
	color: #363636;
	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: #363636;
	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: #363636;
	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: bold;
	color: #FFFFFF;
	width: 161px;
	height: 21px;
	background: none;
	vertical-align: top;
	text-align: left;
	cursor: pointer;
	border: none;
	margin: 2px 0 2px 0;
	padding: 0 0 0 10px;
	background-image: url('../img/button_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: none;
}

.buttonSelected {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 161px;
	height: 21px;
	background: none;
	vertical-align: top;
	text-align: left;
	cursor: pointer;
	border: none;
	margin: 2px 0 2px 0;
	padding: 0 0 0 10px;
	background-image: url('../img/button_selected_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: none;
}

.submit {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 161px;
	height: 21px;
	background: none;
	vertical-align: top;
	text-align: left;
	cursor: pointer;
	border: none;
	margin: 2px 0 2px 0;
	padding: 0 0 0 10px;
	background-image: url('../img/button_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: none;
}

.submitSelected {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 161px;
	height: 21px;
	background: none;
	vertical-align: top;
	text-align: left;
	cursor: pointer;
	border: none;
	margin: 2px 0 2px 0;
	padding: 0 0 0 10px;
	background-image: url('../img/button_selected_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: none;
}

select {
	font-family: Verdana;
	font-size: 10px;
	color: #363636;
	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: #363636;
	width: 150px;
	height: 70px;
	background-color:#FFFFFF;
	border:1px solid #C2C2C2;
	margin: 2px 0;
	padding: 0;
	overflow: auto;
}






.error {
	color : #E46B21;
	font-weight: bold;
	margin-bottom: 25px;
}

.pageTitle {
	width: 100%;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin: 0 0 25px 0;
}

.pageTitleText {
	font-family: Verdana;
	font-size: 18px;
	color: #E46B21;
	font-weight: bold;
}








.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;
}

#fb_login_image {
	margin: 11px 0 0 0;
}

.narrowContentsHeader {
	width: 673px;
	height: 20px;
	background: url("../img/narrow_contents_header_bg.png") no-repeat top left;
}

.narrowContentsCenterPadder {
	margin: 0 30px;
}

.narrowContentsCenter {
	width: 671px !important;
	width: 673px;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	background: url("../img/narrow_contents_center_bg.png") #f6f7f7 no-repeat top left;
	padding: 22px 0 22px 0;
}

.narrowContentsFooter {
	width: 673px;
	height: 20px;
	background: url("../img/narrow_contents_footer_bg.png") no-repeat top left;
}



.wideContentsHeader {
	width: 960px;
	height: 20px;
	background: url("../img/wide_contents_header_bg.png") no-repeat top left;
}

.wideContentsCenterPadder {
	margin: 0 30px;
}

.wideContentsCenter {
	width: 958px !important;
	width: 960px;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	background: url("../img/wide_contents_center_bg.png") #f6f7f7 no-repeat top left;
	padding: 22px 0 22px 0;
}

.wideContentsFooter {
	width: 960px;
	height: 20px;
	background: url("../img/wide_contents_footer_bg.png") no-repeat top left;
}



