table { width: 750px; border: solid 1px gray; border-collapse:collapse; }
.table2 
 {
	width: 100%;
	border-collapse:collapse;
	border:solid 1px gray;
}
.alinti 
 {
	width:500px;
	background:#F7F7F7;
	border:1px solid #CCCCCC;
	padding:5px;
	margin:5px;
	font-size: 0.8em;
}
.caption { text-align: left; text-indent: 10px; background: url(bg_caption.jpg) right top; height: 45px; color: #000080; fo;font: 1.8em/1.8em Arial, Helvetica, sans-serif; }
thead th {
	background: url('bg_total.jpg') repeat;
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #FCF1D4; margin-left:0px; margin-right:0px; margin-top:20px; margin-bottom:0px; padding-left:7px; padding-right:7px; padding-top:0px; padding-bottom:0px
}
tbody tr {
background: url('bg_td1.jpg') repeat-x top;
}
tbody tr.odd {
	background: #FFF8E8 url('bg_td2.jpg') repeat-x;
}

tbody th, td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 2px;
	border-top: 1px solid gray;
	border-right: 1px solid #dddddd;
	text-align: left;
}
a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #F8A704;
	text-decoration: underline;
}
tfoot th {
	background: url('bg_total.jpg') repeat-x bottom;
	color: #FFFFFF;
	height: 30px
}
tfoot td {
	background: url('bg_total.jpg') repeat-x bottom;
	color: #FFFFFF;
	height: 30px
}

select {
	font-size: 10pt;
	font-family: Verdana;
	color: #777777;
	border: solid 1px gray;
}

.textbox {
	font-size: 10pt;
	font-family: Verdana;
	color: #777777;
	border: solid 1px gray;
}

.button {
	font-size: 10pt;
	font-family: Verdana;
	color: #000080;
	border: solid 1px gray;
	background-color:#fff8e8;
}