@CHARSET "UTF-8";

body {
	text-align: center;
	color:#000;
	font-family:"Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size:10px;
	font-weight:200;
	line-height:10px;
	-webkit-font-smoothing:antialiased;
	
}

td.even{
	background-color:#FFF;
}

td.odd{
	background-color:#D3D3D3;
}

td.trasparent{
	border-width:0px;
	border-style:solid;
	border-color:black;
}

td.total{
	font-weight:bold;
}

td.standard {
	border-width: thin;
	
	border-style: solid;
	border-color: gray;
	
	-moz-border-radius: ;
}

#content {
	align:center;
	margin-left:auto;
	margin-right:auto;
}

.field, .button {
	width:100px;
	float:left;
	padding-right:5px;
	line-height:30px;
}
.button {
	width:40px;
}

img {
	margin: 0 auto; 
	border:0px;
}

