@charset "utf-8";
/* CSS Document */

img {
	border: none;
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

p, td {
	font-size: 12px;
}

h1 {
	color: #f19430;
	font-size: 15px;
}

h2 {
	color: #f19430;
	font-size: 13px;
}

a, a:link {
	color: #f19430;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

input, textarea, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.text {
	border: none;
	border-bottom: 1px dashed #000;
}

input.button {
	background-color: #f19430;
	cursor: pointer;
}

img.symbol {
	cursor: pointer;
	margin-left: 0.5em;
}

div#pageContainer {
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(/img/page-bg.png);
	background-repeat: repeat-y;
	margin-bottom: -45px;
}

div#contentContainer {
	margin: 0;
	padding: 0;
	background-image: url(/img/head-image-bottom.png);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 78px;
	margin-left: 160px;
	padding-right: 200px;
	padding-top: 5px;
}

div#content {
	padding-top: 5px;
	margin-right: 186px;
}

div#newsbar {
	width: 176px;
	border: 1px dashed #000;
	float: right;
	margin-top: 80px;
}

.overlayContainer {
	display: none;
	visibility: hidden;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #ddd;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	text-align: center;
	vertical-align: bottom;
}