
body {
	background-color: #2C2F38;
	background-image: url('/images/bg_body.png');
	background-repeat: repeat-y;
	background-position: center top;
	font-family: arial, sans-serif;
	font-size: 0.80em;
	color: #555;
}

input, textarea, select {
	font-size: 0.85em;
}

abbr {
	cursor: help;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2.0em;
	letter-spacing: -0.03em;
	color: #333;
	padding-bottom: 4px;
}

h2 {
	font-size: 1.5em;
	letter-spacing: -0.03em;
	color: #888;
}

h3 {
	font-size: 1.35em;
	letter-spacing: -0.03em;
}


a {
	color: #1475B9;
}

a:visited {
	color: #7D8E9F;
}



table {
	border-spacing: 0px;
	border-collapse: collapse;
}

input[type='text'], input[type='password'], select, textarea {
	border: 1px solid #aaa;
	padding: 2px;
	background-color: #f4f4f4;
}

input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus {
	border: 1px solid #777;
	background-color: #fff;
}


code {
	display: block;
	border: 1px dashed #ada;
	background-color: #f8fff8;
	padding: 8px;
	font-size: 1.1em;
	font-family: "courier new", "courier", sans-serif;
}


div.shadow {
	display: block;
	position: relative;
	padding: 0;
	margin: 10px;
	background-image: url('/images/shadow.gif');
	background-position: right bottom;
	/*border: 1px solid #f00;*/
}

div.shadow p {
	display: block;
	float: left;
	margin: -5px 6px 5px -6px !important;
	padding: 5px !important;
	border: 1px solid #aaa;
	font-family: arial;
	font-size: 11px;
	text-align: center;
	line-height: 120% !important;
}


div#container {
	display: block;
}



div#page {
	display: block;
	width: 950px;
	padding: 0;
	margin: 0 auto;
	clear: both;
}





div#header {
	display: block;
	float: left;
	width: 723px;
	height: 188px;
	background-image: url('/images/bg_page.png');
	background-repeat: repeat-x;
}


div#header a#logo {
	float: left;
	display: block;
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
	width: 443px;
	height: 188px;
	text-indent: -5000px;
}





div#rightpanel {
	display: block;
	float: right;
	width: 217px;
	padding: 20px 0 0 10px;
	font-family: arial;
}

div#rightpanel form.login {
	display: block;
	height: 80px;
	background-image: url('/images/icon_accounts.png');
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 0 0 0 60px;
}

div#rightpanel form.login input.text {
	display: block;
	margin: 1px 0;
	padding: 5px 12px;
	width: 116px;
	height: 14px;
	background-color: transparent;
	background-image: url('/images/login_textbox.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #444;
	border: none;
}

div#rightpanel form.login input.text:focus {
	background-position: 0 -24px;
}

div#rightpanel form.login input.submit {
	width: 1px;
	height: 1px;
	background-color: transparent;
	border: none;
}



div#rightpanel ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
}

div#rightpanel ul li {
	margin: 0;
	padding: 0;
}

div#rightpanel ul li a {
	display: block;
	text-decoration: none;
	color: #ddd;
}

div#rightpanel ul li a:hover {
	color: #fff;
}

div#rightpanel ul li a.section {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted #818181;
}

div#rightpanel ul li a.section:hover {
	border-bottom: 1px dotted #fff;
}

div#rightpanel ul li ul li {
	padding-left: 8px;
}

div#rightpanel ul li ul li a {
	color: #B0BDC9;
	padding: 2px 0;
}

div#rightpanel ul li ul.press li {
	padding: 0 0 0 8px;
}

div#rightpanel ul li ul.press li a {
	font-size: 0.85em;
	font-family: verdana;
	padding: 4px 10px 4px 0;
	border-bottom: 1px dotted #666;
}

div#rightpanel ul li ul.press li a:hover {
	border-bottom: 1px dotted #ccc;
}




div#footer {
	display: block;
	clear: both;
	width: 723px;
	padding: 40px 0 20px 0;
	text-align: center;
	font-size: 11px;
	font-family: arial;
	background-color: #fff;
}

div#footer p {
	line-height: 150%;
}

div#footer a {
	text-decoration: none;
	border-bottom: 1px dotted #2188D0;
}

div#footer a:hover {
	border-bottom: 1px solid #2188D0;
}







div#content {
	display: block;
	clear: left;
	float: left;
	width: 623px;
	padding: 10px 10px 10px 80px;
	margin: -70px 0 0 0;
	background-color: transparent;
	font-family: Georgia, arial, sans-serif;
	font-size: 0.95em;
}




div#content p {
	margin: 10px 0;
	line-height: 150%;
}


div#content ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}


