@CHARSET "UTF-8";


/* GRIDS */

table.form {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 24px;
	background-color: #E7E3DA;
}

table.form thead th{
	text-align:center;
	color: white;
	background-color: #AA997F;
	background-image: url("../img/grillaHeaderNormalC.gif");
	background-repeat: repeat;	
}

table.form thead th h4 {
	font-size: 11px;
	height: 18px;
	background-image: url("../img/grillaHeaderNormalI.gif");
	background-position:left;
	background-repeat: no-repeat;
	color: white;
	margin: 0;
}

table.form thead th span {
	display: block;
	height: 18px;
	background-image: url("../img/grillaHeaderNormalD.gif");
	background-position:right;
	background-repeat: no-repeat;
}

table.form tbody th,
table.form tbody td {
	height: 30px;
	vertical-align: top;
}

table.form tbody th {
	padding-left:120px;
	/*width: 280px;*/ 
	text-align: left;
	
}

table.form input {
	font-size:11px;	
	font-family: Verdana, sans-serif, sans; 
}
table.form input.s,
table.form input.m,
table.form input.l,
table.form textarea{
	background: #FFFFFF url("../img/grillaInput.gif") left top;
	border-top:1px  solid #909092 ;
	border-right:1px solid #CECECE;
	border-left:1px solid #CECECE;
	border-bottom:1px solid #E4E4E4;
	padding:2px 3px 2px 3px;
}

table.form select {
	background: #FFFFFF url("../img/grillaSelect.gif") left top;
	border-top:1px  solid #909092 ;
	border-right:1px solid #CECECE;
	border-left:1px solid #CECECE;
	border-bottom:1px solid #E4E4E4;
	font-size:11px;
	font-family: Verdana, sans-serif, sans;	
	padding:1px 1px 1px 3px;
}

table.form input.s,
table.form textarea.s {
	width:50px;
}

table.form input.m,
table.form textarea.m {
	width:100px;
}

table.form input.l,
table.form textarea.l {
	width:180px;
}


table.form select.s {
	width:60px;
}

table.form select.m {
	width:110px;
}

table.form select.l {
	width:190px;
}

table.form tfoot tr.actions th{
	padding-left: 18px;
	padding-top: 40px;
	text-align: left;
	vertical-align: top;
}

table.form tfoot tr.actions td{
	text-align: right;
	padding-right: 18px;
	padding-top: 40px;
	padding-bottom: 16px;
	text-align: right;
	vertical-align: top;
	
}

table.form tfoot tr.foot th{
	background: #A39276 url("../img/grillaPieNormalI.gif") left no-repeat;
	height: 5px;
}


table.form tfoot tr.foot td{
	background: #A39276  url("../img/grillaPieNormalD.gif") right no-repeat;
	height: 5px;	
}



table.form span.button {
	background: transparent url("../img/btnStandardForm.png") top left no-repeat;
	padding-left: 7px;
	*padding-left: 3px;
	display:-moz-inline-box;
	display:inline-block;
}

table.form span.button input {
	background: transparent url("../img/btnStandardForm.png") right top no-repeat;
	text-align:center;
	border: none;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	padding: 1px 6px 6px 0;
	*padding: 4px 0 6px 0;
	cursor: pointer;
}
table.form span.input_info {
	font-size: 10px;
	color: gray;
}

#formlogin table.form tbody th {
	padding-left: 220px;
	width: 150px;
}

#formlogin table.form tr.actions {
	height: 45px;
}