/*
	top-level
*/

body
{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "DejaVu LGC Sans", "Arial", sans-serif;
	color: #2b4f56;
	background-color: #fff;
	text-align: center;
}

div, p, li, th, td
{
	font-size: 9pt;
}

a
{
	color: #03c;
	background-color: inherit;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border-style: none;
}

h1
{
	font-size: 22pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 16pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3
{
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/*
	page header
*/

div#page_header_top
{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 40px;
	background: url("header-top.png") top repeat-x;
}

div#page_header_top_center
{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 40px;
	background: url("header-top-center.png") top center no-repeat;
	text-align: center;
}

div#page_header_bottom
{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 84px;
	background: url("header-bottom.png") bottom repeat-x;
}

div#page_header_bottom_center
{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 84px;
	background: url("header-bottom-center.png") bottom center no-repeat;
	text-align: center;
}

div#languages
{
	text-align: center;
	font-size: 9pt;
	padding: 2em 2em 0 2em;
}

/*
	work area
*/

div#work_area
{
	width: 560px;
	margin: 0 auto;
}

div#work_area div.dotted_border
{
	width: 560px;
}

div#work_area div.dotted_border img
{
	float: left;
}

div#work_area div.dotted_border h2, div#work_area div.dotted_border p
{
	text-align: left;
}

div#body_title
{
}

div#body_content
{
}

.dotted_border
{
	margin: 5px;
	padding: 10px;
	border: 1px #0f6e81 dotted;
}

.dotted_border p
{
	margin: 0;
	padding: 5px 0;
}

.sms_msg
{
	color: #0033cc;
	background-color: #ffa;
	font-weight: bold;
}

.sms_num
{
	color: #800000;
	background-color: #ffa;
	font-weight: bold;
}

.sms_price
{
	color: inherit;
	background-color: #ffa;
	font-weight: bold;
}

/*
	page footer
*/

div#page_footer
{
	width: 100%;
	margin: 0;
	padding: 0.2em 0;
	text-align: center;
	color: inherit;
	background-color: #eee;
}

div#page_footer p
{
	margin: 0;
	padding: 0;
}

/*
  forms
*/

form
{
	margin: 0;
}

select, input, textarea
{
	border: 1px solid #97ADEA;
	padding: 1px;
}

select:focus, input:focus, textarea:focus
{
	border: 1px solid #800000;
}
