/* This are the settings for the iframes on the right upper corner - 
   be carefull by changing things here because the space in the iframe is limited */
body {
	margin: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: thin ridge;
	text-align: center;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: Black;
	height: 30px;
	vertical-align: middle;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 65px;
}

.button{
	background-color: #D3D3D3;
	border:1;
	border-style:solid;
	border-color: #6B2184;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: center;
	width: 30px;
	height: 18px;
	cursor: hand;
	text-decoration: none;
	padding-top: 1px;
}
