H3	{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #1E7D3C;
	padding-left: 10px;
	padding-right: 10px;
}

th.orders_page	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

a.orders_page	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.orders_page:hover	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div.report_ok	{
	background-color: #DEFFE6;
	color: green;
	border: green solid 1px;
	text-align: center;
}

div.error	{
	background-color: #FFDADA;
	color: red;
	border: red solid 1px;
	text-align: center;
}

td.step4	{background-color: white;}

/* Price */

td.price	{text-align: center;}

/* ToolTip */

.glt-elm	{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	color: #fff;
	font-family: Arial, sans-serif;
	visibility: hidden;
}

.glt-elm p	{
	color: #FFFFFF;
	background: #156A31;
	margin: 0;
	padding: 0.5em;
}

.glt-elm img	{display: block;}

/* and this CSS for IE, if you want to use transparency: */

.glt-elm{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);}

/*div{border: red solid 1px;}

table{border: black solid 1px;}

td{border: blue solid 1px;}*/