body {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #F36F21;
	text-align: center;
}

td {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF
}

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












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 : #FFFFFF;
}

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

a:hover {
	text-decoration: underline;
	color : #FFFFFF;
}

a:active {
	text-decoration: underline;
	color : #FFFFFF;
}

.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;
}



form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input {
	font-family : Verdana;
	font-size : 10px;
	color: #876900;
	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: #876900;
	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: #876900;
	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: #876900;
	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: #876900;
	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;
}





.popupHeader {
	width: 100%;
	height: 41px;
	background: url("../img/popup_header_bg2.gif") no-repeat top left;
	background-color: #E71B24;
}

.popupContents {
	padding: 20px;
	color: #c4c4c4;
}

.popupTitle {
	font-weight: bold;
	margin-bottom: 10px;
	color: #876900;
}






