td.summary { /*margin-right: 30px;*/ /*margin-bottom: 15px;*/
	padding: 0;
	text-align: left;
	min-width: 100px;
	/*width: 100 px;*/ /*border-left: 1px solid black;*/
}

td.detail {
	padding: 0;
	margin-left: 15px;
	text-align: left;
}

tr.odd {
	background-color: #ECECEC;
	padding: 0;
	margin: 2px;
	/*border: 1px solid black;*/
}

tr.even {
	background-color: white;
	padding: 0;
	margin: 2px;
	/*border: 1px solid black;*/
}

td.selector {
	padding: 0px;
	margin: 0px;
}

.error {
	margin-left: 10px;
	background-color: #ffffe1;
	background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	border: 1px solid #ff0000;
	font-size: 10pt; font-weight : bold; padding : 3px;
	text-align: center;
	visibility: visible;
	font-weight: bold;
	padding: 3px;
}

.warning {
	margin-left: 10px;
	background-color: #ffffe1;
	background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	border: 1px solid #ff0000;
	font-size: 10pt; font-weight : bold; padding : 3px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	visibility: visible;
}

.info {
	margin-left: 10px;
	background-color: #CCFFFF;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	border: 1px solid #6666FF;
	text-align: center;
	visibility: visible;
}

td.documentId { /*border: 1px solid black;*/
	padding: 0px;
	margin: 0px;
}

td.documentDate { /*border: 1px solid black;*/
	padding: 0px;
	margin: 0px;
}

label {
	font-size: 100%;
	width: 200px;
	padding-left: 3px;
	display: block
}

div.notes h4 {
	background-image: url('../images/info.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 27px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
	width: 80%;
}

div.notes p.last {
	margin: 0em;
}

div.notes p.last label {
	width: 90%;
}

.topMenu {
	background: #FFFFFF;
	border-bottom: 1px solid #6699C0;
}

.bottomMenu {
	background: white;
	border-bottom: 1px solid #6699C0;
	border-left: 1px solid #6699C0;
	border-right: 1px solid #6699C0;
	border-collapse: collapse;
	cursor: hand;
	cursor: pointer;
}

input.buttonmenu {
	background: transparent;
	color: #005596;
	font-weight: bold;
	border-color: transparent;
	border: none;
	border-right: 1px solid #6699C0;
	border-top: 1px solid #6699C0;
	margin: 0px;
	padding: 2px;
	cursor: hand;
	cursor: pointer;
}

input.buttonmenuSel {
	background: white;
	color: #6699C0;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	/*padding: 2px ;*/ /*border-color:transparent;
    border: none; 
    filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#FFFFFF',EndColorStr='#D8D8D8');
    */
	border: none;
	border-color: transparent;
	border-left: 1px solid #6699C0;
	border-right: 1px solid #6699C0;
	border-top: 1px solid #6699C0;
	border-bottom: 2px solid white;
	cursor: hand;
	cursor: pointer;
}

.buttonMenuBottom {
	color: #005596;
	font-weight: bold;
	background: transparent;
	margin-bottom: 4px;
	margin-top: 4px;
	border: none;
	border-color: transparent;
	border-right: 1px solid #6699C0;
	cursor: hand;
	cursor: pointer;
	padding-right: 5px;
	padding-left: 5px;
}

.buttonMenuBottomSel {
	color: #6699C0;
	font-weight: bold;
	background: transparent;
	margin-bottom: 4px;
	margin-top: 4px;
	border: none;
	border-color: transparent;
	border-right: 1px solid #6699C0;
	cursor: hand;
	cursor: pointer;
	padding-right: 5px;
	padding-left: 5px;
}

input.button {
	margin-left: 6px;
	border: 1px solid #99BBD5;
	padding: 1px 2px;
	color: rgb(255, 255, 255);
	background-color: #005596;
	font-size: 100%;
	font-weight: bold;
	background-color: #005596;
	border-top-color: #CCDDEA;
	border-left-color: #CCDDEA;
	border-right-color: #CCDDEA;
	border-bottom-color: #CCDDEA;
	filter: progid : DXImageTransform.Microsoft.Gradient ( GradientType = 0,
		StartColorStr = '#6699C0', EndColorStr = '#005596' );
}

}
input.buttonDisabled {
	background-image: url(../images/button_disabled.png);
}

input.buttonAccordion {
	width: 94%;
	cursor: hand;
	margin-left: 6px;
	border: 1px solid #99BBD5;
	padding: 1px 2px;
	color: rgb(255, 255, 255);
	background-color: #005596;
	font-size: 100%;
	font-weight: bold;
	background-color: #005596;
	border-top-color: #CCDDEA;
	border-left-color: #CCDDEA;
	border-right-color: #CCDDEA;
	border-bottom-color: #CCDDEA;
	filter: progid : DXImageTransform.Microsoft.Gradient ( GradientType = 0,
		StartColorStr = '#6699C0', EndColorStr = '#005596' );
	cursor: hand;
	cursor: pointer;
}

input.buttonDisabledAccordion {
	width: 94%;
	background-image: url(../images/button_disabled.png);
}

fieldset {
	padding: 5px 5px 5px 5px;
	width: 90%;
	min-width: 40px;
}

form div fieldset div {
	width: 95%;
	min-width: 30px;
}

form div fieldset select {
	font-size: 100%;
	padding: 0 0px 0 9px;
	width: 90%;
	min-width: 20%;
}

/**
mod federica
*/
form div fieldset input {
	width: 90%;
}

form div fieldset label.fieldsetdate {
	width: 7%;
	/*max-width: 90%;*/
	display: inline;
}

form div fieldset label.fieldsetLabel {
	width: 40%;
	display: inline;
}

form div fieldset label {
	width: 100%;
}

table.radiobutton tr td label { /*display:inline;
    height: auto;
    width: auto;
	background-color: aqua;
	border-width: 0;
	padding: 0;*/ /*background:aqua;*/
	width: 70px;
	text-align: center;
}

table.radiobutton tr td input { /*display:inline;
    height: auto;
    width: auto;
    background-color: aqua;
    border-width: 0;
    padding: 0;*/ /*background:red;*/
	width: 70px;
}

h1.h1Title {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #005596;
}

.login {
	clear: both;
	float: right;
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: black;
	font-style: italic;
	font-size: 13px;
	background: #D8D8D8;
	/*border-bottom: 1px solid #000;*/
}

/* master table */
.masterTable {
	padding: 0;
	/*margin: 2px 0 2px 0;*/
	width: 95%;
	background: #fff;
	border-left: 2px solid #99BBD5;
	border-right: 2px solid #99BBD5;
	border-top: 2px solid #99BBD5;
	border-bottom: 2px solid #99BBD5;
	border-collapse: collapse;
	font-size: 8px;
	overflow: auto;
}

.masterTable th {
	text-align: justify;
	padding: 0px 4px 0px 4px;
	font-weight: bold;
	color: #005596;
	border-bottom: 2px solid #99BBD5;
}

.masterTable th a {
	text-align: justify;
	padding: 0px 4px 0px 4px;
	font-weight: bold;
	color: #005596;
	border-bottom: 2px solid #99BBD5;
}

.masterTable th a img {
	display: inline-table;
}

.masterTable td {
	border-top: 1px solid #E6EEF5;
	text-align: left;
	padding: 0px 4px;
	color: #3C3C3C;
}

.masterTable tr:hover {
	background-color: #E6EEF5;
}

.detailNoView {
	color: white;
	font-style: 900px;
}

.loading {
	position: absolute;
	width: 180px;
	height: 30px;
	left: 40%;
	top: 46%;
	z-index: 1;
	background-color: #6699C0;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #ffffff;
	padding: 20px;
	visibility: hidden;
}

.buttonColDisabledHand {
	cursor: default;
}

.buttonCol {
	background: transparent;
}

.clickHere {
	font-size: 12px;
	padding: 1px;
}

a.buttonmenuHelp {
	background: transparent;
	border-bottom: 1px solid #6699C0;
	color: #005596;
	font-weight: bold;
	border-color: transparent;
	border: none;
	border-right: 1px solid #6699C0;
	border-top: 1px solid #6699C0;
	text-decoration: none;
	padding: 2px;
	cursor: hand;
	cursor: pointer;
	margin: 0px 0px 1px -5px;
	padding: 2px 2px 2px 2px;
}

a.buttonmenuHelp:visited {
	
}

a.buttonmenuHelp:hover {
	text-decoration: none;
}

fieldset {
	
}

legend {
	color: black;
}



/* Accordion */
div#test-accordion{
	border: 1px solid #343230;
	background-color: #21201f;
}

div.accordion {
	position: relative; /* required for bounding */
	width: 800px; 
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background: #005596 url(../images/accordion_off.jpg) repeat-x;
	background-position: bottom;
	color: #fff;   
	cursor: pointer;
	margin-bottom: 1px;
	padding: 5px 10px 5px;
	border-top: 1px solid #5d5852;	
	font-size:11px;
	font-weight:bold;
}

div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image: url(../images/accordion_on.jpg);
	background-color: #6699C0;
	border-top: 1px solid #CCDDEA;
}

div.accordion-content{
	overflow: hidden;	/* required for effect */
	background: #ECECEC;
	padding: 0px;
	color: #000000;
}

div.accordion-content p{
	margin: 9px 24px 6px 24px;
}