/**
 * CSS Document for the LD Rates Search 
 * program. 
 */
 
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 650px;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
}

h3 {
	display: inline;
	font-size: 12px;
}

p.search_descr {
	display: inline;
	font-size: 12px;
}

table.rates {
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

tr.rate_row_1 {
	background-color: #FFFFFF;
}

tr.rate_row_1 {
	background-color: #F9CCCB;
}

td {
	padding: 2px;
}

td.country {
	width: 350px;
}

td.country_code {
	width: 50px;
	text-align: center;
}

td.rate {
	width: 150px;
	text-align: right;
}

.error {
	display: inline;
	font-weight: bold;
	color: #FF0000;
}

.error_mark {
	display: inline;
	font-weight: bold;
	font-size: 20px;
	color: #FF0000;
}