BODY {
	margin: 5px;
	padding: 0;
	/*background-color: #1A60A8;*/
	background-color: #ffffff;
	color: #000000;
}

BODY, TD, SPAN, DIV, P, UL, LI {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

A {
	text-decoration:none;
	color: #000000;
}
A:HOVER {
	text-decoration: none;
}

ul {
	margin: 10px;
	padding: 5px;
	list-style-type : none;
	list-style-image : url('/images/bullet.gif');
}
li { padding-bottom: 5px; }
ul.no_display {
	margin: 5px;
	padding: 5px;
	list-style-image : url('');
	list-style-type : none;
}
ul.no_display li { padding-bottom: 5px; }

#layout {
	background-color: #ffffff;
}

#layoutContent {
	text-align: left;
	width: 740px;
	position: relative;
	top: 0px;
}

/* BEGIN HEADER */
#header {
	position: relative;
	background-color: white;
	width: 738px;
	height: 65px;
	margin-top: 5px;
}
#header .logoImage {
	position: absolute;
	top: 0;
	left: 40px;
}
#header .logoText {
	position: absolute;
	top: 0px;
	left: 151px;
}
/* END HEADER */

/* BEGIN SIDEBAR */
#sidebar {
	position: absolute;
	left: 0px;
	top: 83px;
	width: 145px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	/*text-align: right;
	border-top: solid 1px #5275C9;*/
}
#sidebar, #sidebar div, #sidebar td {
	font-size: 11px;
}
#sidebar .leftSideBox {
	color: #000000;
	font-weight: normal;
	background-color: #D6DFF7;
	margin-bottom: 10px;
	border-right: solid 1px #5275C9;
}
#sidebar .title {
	margin: 0px;
	padding: 3px 5px 3px 23px;
	border-right: solid 1px #5275C9;
	border-bottom: solid 1px #5275C9;
	font-size: 12px;
	font-weight: bold;
	background-color: #5275C9;
	color: #ffffff;
	background-image:url('/images/folderopen.gif');
	background-repeat:no-repeat;
	background-position: 3px 3px 0 0;
}
#sidebar .text {
	border-left: solid 1px #5275C9;
	border-bottom: solid 1px #5275C9;
}
#sidebar ul {
	margin-top: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}
#sidebar li { font-size:11px; padding-top: 10px; }
#sidebar A {
	color: #215DC6;
	text-decoration: none;
}
#sidebar A:HOver {
	color: #428EFF;
	text-decoration: underline;
}
/* END SIDEBAR */

/* BEGIN BOX LOGIN */
#boxLogin {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
#boxLogin .inputText, #boxLogin .inputTextfocus {
	font-size: 11px;
	width: 133px;
	margin: 0px 0px 3px 0px;
}
#boxLogin .inputText {
	border: solid 1px #c0c0c0;
}
#boxLogin input.button, #boxLogin input.buttonhover {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 50px;
	position: relative;
	right: -5px;
}
#boxLogin .inputTextfocus {
	border: solid 1px #000000;
}
#boxLogin .text {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 11px;
}
#boxLogin .text A {
	color: #000000;
	font-weight: bold;
}
#boxLogin .text A:HOver {
	color: #B1B90B;
	font-weight: bold;
}
#boxLogin form {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#boxLogin .button, #boxLogin .buttonhover {
	margin: 0px 0px 3px 0px;
}

/* END BOX LOGIN */

/* BEGIN CONTENT */
#content {
	position: absolute;
	top: 64px;
	left: 151px;
	background-color: #EFF3FF; /*#E2EEFE;*/
	width: 586px;
	padding: 10px;
	min-height: 510px;
	color: #5b5b5b;
	font-size: 12px;
	font-family: arial;
	padding: 0;
	margin: 0;
	color: #5b5b5b;
	font-size: 12px;
	font-family: arial;
	border-left: solid 1px #95B7F3;
	border-bottom: solid 1px #95B7F3;
	border-right: solid 1px #95B7F3;
}
#content td {
	color: #5b5b5b;
}
#content .title {
	font-size: 14px;
	font-weight: bold;
	color: #1A60A8;
	padding-bottom: 2px;
	border-bottom: solid 1px #1A60A8;
	margin-bottom: 5px;
}
#content .title1 {
	font-size: 14px;
	font-weight: bold;
	color: #1A60A8;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#content .subtitle {
	font-size: 13px;
	font-weight: bold;
	color: #1A60A8;
	margin-bottom: 5px;
}
#content .pageTitle {
	font-size: 12px;
	color: #ffffff;
	background-color: #5275C9;
	background-image: url(/images/sfumatura_pagetitle.jpg);
	font-weight: normal;
	padding: 0px 5px 3px 5px;
	margin: 0px;
}
#content A {
	color: #5275C9;
	text-decoration: none;
	font-weight: bold;
}
#content A:HOver { color: #1A60A8; text-decoration: none; }

#content .box, #content .box1 {
	float: left;
	width: 278px;
	position: relative;
	padding: 0px;
}
#content .box {
	margin: 0px 3px 5px 3px;
	height: 120px;
	background-color: #f5f5f5;
}
#content .box1 {
	height: 100px;
	margin: 5px 3px 10px 3px;
	background-color: #ffffff;
}
#content .box .title {
	background-color: #5AA8DA;
	background-image: url('/images/sfumatura_titolo.jpg');
	border: solid 1px #95B7F3;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	padding: 2px 0px 2px 4px;
}
#content .box1 .title {
	background-color: #EFF3FF; /*#E2EEFE;*/
	font-size: 11px;
	font-weight: bold;
	color: #1A60A8;
	padding-bottom: 2px;
	border-bottom: solid 1px #1A60A8;
	margin-bottom: 5px;
}
#content .box .text, #content .box1 .text {
	font-weight: normal;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 5px;
}

#content .label {
	font-weight: bold;
	font-size: 12px;
}
#content .errore {
	padding-bottom: 10px;
	color: #ff3300;
}

.toolbar, .listSet .listHead {
	position: relative;
	padding: 2px 4px 2px 4px;
	margin-bottom: 5px;
	background-color: #E3EFFF;
	background-image: url('/images/sfumatura_titolo.jpg');
	border: solid 1px #95B7F3;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	height: 18px;
}
.toolbar form {
	margin: 0px;
	padding: 0px;
}
.toolbar .button, .toolbar .buttonhover, .toolbar input.text, .toolbar input.textfocus {
	font-size: 11px;
	height: 17px;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}

.listSet {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	border-bottom: solid 1px #5b5b5b;
}
.listSet .listHead div {
	background-image: url('');
}
.listSet .listRow, .listSet .listRowAlter, .listSet .listRowSmall, .listSet .listRowActive, .listSet .listRowSmallAlter {
	position: relative;
	border-top: none 0px;
	border-bottom: solid 1px #5b5b5b;
	padding: 5px;
	margin: 0px;
}
.listSet .listRowSmall, .listSet .listRowSmall div, .listSet .listRowSmallAlter, .listSet .listRowSmallAlter div {
	font-size: 11px;
}
.listSet .listRow, .listSet .listRowSmall {
	background-color: #F9FBFF;
}
.listSet .listRowAlter, .listSet .listRowSmallAlter {
	background-color: #f5f5f5;
}
.listSet .listRowActive {
	background-color: #EFF3FF; /*#E2EEFE;*/
}
.textsmall {
	font-size: 10px;
}
#content .main_text {
	padding: 5px;
}
/* END CONTENT */

#mailBg {
	position: absolute;
	top: 130px;
	right: 30px;
}

.foto {
	border: solid 1px #000000;
}

.option {
	background-image:url('/images/bullet_arrow.gif');
	background-repeat:no-repeat;
	background-position:0 3px 0 0;
	padding-left:12px;
}
.optionBlank {
	padding-left:12px;
}
.optionSelected {
	background-image:url('/images/bullet_arrow.gif');
	background-repeat:no-repeat;
	background-position:0 3px 0 0;
	padding-left:12px;
}
.optionWarning {
	background-image:url('/images/alert.gif');
	background-repeat:no-repeat;
	background-position:0 3px 0 0;
	padding-left:12px;
}

.image IMG {
	border: solid 2px #1A60A8;
}

.image:HOVER IMG {
	border: solid 2px #5AA8DA;
}

.lightgray_panel {
	background-color: #f5f5f5;
	border-top: solid 2px #1A60A8;
	border-bottom: solid 2px #1A60A8;
	padding: 15px 5px 15px 5px;
	margin: 5px 0px 5px 0px;
}

.welcome {
	position: relative;
	text-align: center;
	height: 83px;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 0px 10px;
	font-size: 18px;
	font-weight: normal;
	color: #1A60A8;
}
.welcome #imgSx { position: absolute; top: 0px; left: 10px; }
.welcome #imgDx { position: absolute; top: 0px; right: 10px; }

