body {
	background-color: #D8DEE2 !important;
	font-size:12px;
	font-family: "Trebuchet MS",Arial,sans-serif; 
}
.xspText, .xspTextComputedField, .xspTextLabel, .xspTextViewTitle, .xspTextViewColumn, .xspTextViewColumnComputed, .xspTextViewColumnHeader {
	font-family: "Trebuchet MS",Arial,sans-serif;	
}
.no-bold{
	font-weight:normal;
}
.bold{
	font-weight:bold;
}

.xspTextLabel {
	display: inline !important;
}
.ui-dialog {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  left: 0;
  outline: medium none;
  overflow: hidden;
  padding: 0.2em;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1050;
}
.search_popup {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.3);
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: fixed;
	width: 400px;
	height: 450px;
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 35%;
	margin-left: -130px;
	top: 40%;
	margin-top: -77px;
	background-color: #fff;
	z-index: 1000;
}

.login {
	background-color: #F5F5F5 !important;
	padding: 10px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.header {
	margin-bottom:10px;
}
.content {
	padding: 15px 0;
}
.lotusFrame,.lotusContent,.lotusMain {
	border: 0 none;
}

.lotusFrame {
	width: 960px;
	margin: 0 auto;
}

.lotusui h2 {
	margin: 10px 0 6px 10px;
}

.photo {
	float: left;
	width: 200px;
	box-shadow: 0 0 5px #333;
	margin: 0 10px 0 0;
}

.photo_container {
	float: left;
}

.user_table {
	width: 100%;
}

.field_table td {
	padding: 5px
}

.table th .xspPanelViewColumnHeader {
	font-weight: bold;
}

.lotusui form {
	background-color: #D8DEE2;
}

.main {
	background-color: #FFF;
}
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	padding:15px;
}
*/
.footer {
    border-top: 1px solid #ddd;
    padding: 15px 0 0;
	background-color: #F5F5F5;
	/*color: #BBB;
	padding: 10px;
	text-align: right;*/
}
.who-where p{
	margin:0;
}
.tableText {
	width: 100%;
	margin-bottom: 20px;
}

.tableText td {
	padding: 5px;
}

#catalogo{
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
}
#catalogo li{
	float:left;
	padding:0 5px;
	clear:both;
}
#catalogo h3 {
	font-weight:normal;
	font-size:12px;
}
#catalogo_check{
	list-style-type: none;
	margin:0;
	padding:0;
	float:left;
}

.cat_checkbox{
	height: 150px;
	overflow-y:auto; 
}	

.cat_checkbox input{
	margin-right:4px;
}
.cat_checkbox label{
	font-weight:normal !important;
	padding:0 !important;
}

.pulsanti .btn{
	width:100%;
	white-space:normal;
	color:#FFF;
	background-color:#0065a9;
}
.xspInputFieldDateTimePicker.dijitTextBox {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	font-size: 14px;
	float:none !important; 
	height: 34px !important;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	background-image:none;
	box-sizing:border-box;
	display:block !important;
	-moz-box-sizing:border-box;
}
.xspInputFieldRichText {
	background-color: transparent;	
}
.dijitCalendarYearLabel span {
	font-size:14px !important;	
}
.xspRadioButton label {
	font-weight:normal;
	padding:4px;
}
.xspRadioButton label input {
	margin-right:5px;
}
.tundra .dijitSelect .dijitButtonContents, .tundra .dijitTextBox .dijitButtonNode {
    height: 36px;
    margin: -6px -12px;
    padding-top: 7px;
    border-color:#CCCCCC !important;
}
.xspDataTableViewPanel {
	margin-bottom:20px;
}
.xspDataTableViewPanel .table{
	margin-bottom:0;
}
.alert table {
	margin-bottom:0
}

tr.noselection input{
	display:none;
}

.checkMedia label {
	font-weight:normal;
	padding:0 7px;
}
.checkMedia input {
	margin-right:4px !important;
}

@media print{
	.notprint {
		display:none;
	}
}