body {
	background-color: #e2e2e2;
	font-size: 9pt;
	min-width: 960px;
}

#_chrome {
	background: #1f2e41 url("/_img/_new/bg-10x80.gif") repeat-x 0 -5px;
	margin: 0;
	width: 100%;
}

#-chrome-top, #-chrome-top a, #-chrome-top a:visited, #-chrome-header a, #-chrome-header a:visited {
	color: white;
}

#-chrome-logo {
	padding-left: 10px;
	height: 70px;
	background: url("/_img/_new/bg-1x15.gif") repeat-x 0 bottom;
}

#-chrome-logo img {
	margin-top: 15px;
	vertical-align: bottom;
}

#-chrome-top {
	padding: 0 10px 0 0;
	text-align: right;
}

#-chrome-controls {
	background: url("/_img/_new/bg-1x15.gif") repeat-x 0 bottom;
	font-size: 11px;
	padding: 0 10px 19px 0;
	text-align: right;
	vertical-align: bottom;
}

#_chrome_top {
	padding: 0 10px 0 0;
	text-align: right;
}

#_chrome_top, #_chrome_top a, #_chrome_top a:visited, #_chrome_header a, #_chrome_header a:visited {
	color: white;
}

#_chrome_logo {
	padding: 0 0 0 10px;
	height: 55px;
	background: url("/_img/_new/bg-1x15.gif") repeat-x 0 bottom;
}

#_chrome_logo div {
	width: 180px;
	background: #f3f3f3 url("/_img/_new/logo_corner_t-196x10.gif") no-repeat 0 0;
	padding: 10px 8px 6px 8px;
}

#_chrome_controls {
	background: url("/_img/_new/bg-1x15.gif") repeat-x 0 bottom;
	padding: 0 10px 19px 0;
	vertical-align: bottom;
	text-align: right;
	font-size: 11px;
}

#_chrome_search {
	float: right;
	background-color: #778391;
	padding: 5px 9px 4px 9px;
	margin: 0;
}

a._chrome_control_button {
	display: block;
	float: right;
	height: 17px;
	line-height: 17px;
	background-color: #778391;
	padding: 5px 9px;
	margin: 0 10px;
}

#-chrome-controls input, #_chrome_controls input {
	border: solid 1px gray;
	margin: 0;
	font-size: 11px;
}

#_chrome_nav {
	background-color: #e2e2e2;
	padding: 7px 0 10px 10px;
}

#_chrome_nav2 {
	background: #061528 url("/_img/_new/nav_corner_b-196x5.gif") no-repeat bottom left;
	padding-bottom: 5px;
}

#_chrome_nav3 {
	padding: 5px 0 10px 3px;
	color: #eee;
	font-size: 11px;
}

#_chrome_nav3 a {
	color: #eee;
	text-decoration: none;
}

#_chrome_nav3 a:hover {
	color: white;
	text-decoration: underline;
}

#_chrome_nav3 div {
	padding: 2px 5px 0 9px;
}

#_chrome_nav3 .selected {
	background: url("/_img/arrow_right-9x9.gif") no-repeat 1px 6px;
	border-bottom: dotted 1px #fc0;
}

#_chrome_nav3 .n0, #_chrome_nav3 .n0 a, #_chrome_nav3 .n1, #_chrome_nav3 .n1 a {
	font-weight: bold;
}

#_chrome_nav3 .n1 {
	margin-top: 5px;
}

#_chrome_nav3 .n2 {
	margin-left: 10px;
}

#_chrome_nav3 .n3 {
	margin-left: 20px;
}

#_chrome_nav3 .n4 {
	margin-left: 30px;
}

#_chrome_content {
	background-color: #e2e2e2;
	width: 100%;
	padding: 7px 10px 10px 10px;
}

#_chrome_title {
	background: silver url("/_img/_new/content_corner_tl-5x5.gif") no-repeat top left;
	padding: 0 0 0 10px;
	border-bottom: dotted 1px #8ac;
}

#_chrome_title2 {
	background: silver url("/_img/_new/content_corner_tr-5x5.gif") no-repeat top right;
	padding: 2px 10px 0 0;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#_chrome_content2 {
	background: white url("/_img/_new/content_corner_bl-5x5.gif") no-repeat bottom left;
	padding-left: 5px;
}

#_chrome_content3 {
	background: white url("/_img/_new/content_corner_br-5x5.gif") no-repeat bottom right;
	padding: 10px 10px 10px 5px;
}

#_page {
	padding: 0;
}

#_page a:hover {
	text-decoration: none;
}

#_chrome_footer {
	background-color: #e2e2e2;
	padding: 10px;
	font-size: 0.8em;
	text-align: center;
}

#_chrome_footer2 {
	border-top: dotted 1px silver;
	padding: 10px 10px 0 10px;
}

#_chrome_footer a:visited {
	color: blue;
}

._chrome_footer_p {
	margin-bottom: 0.5em;
}

.page-controls {
	padding: 5px 0;
}

.page-controls span {
	background: url("/_img/arrow_right_ace-9x9.gif") no-repeat 0 4px;
	padding-left: 7px;
	padding-right: 1em;
}

.page-controls span.special {
	background: url("/_img/arrow_right-9x9.gif") no-repeat 0 4px !important;
}

.page-controls a {
	color: #369;
}

.page-controls .special a {
	font-weight: bold;
}

.page-controls img {
	vertical-align: middle;
}

.simple_overlay { /* must be initially hidden */
	display: none;
	/* place overlay on top of other elements */
	z-index: 10000;
	/* styling */
	background-color: #333;
	width: 440px;
	min-height: 200px;
	border: 1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	color: white;
	padding: 10px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image: url(/_img/jquery-tools/overlay/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

#_page p {
	margin: 0 0 1em 0;
}

#_page div.section {
	margin: 0 0 2em 0;
}

#_page h3 {
	margin: 0 0 0.25em 0;
	border-bottom: dotted 1px silver;
	line-height: 0.9em;
	color: #369;
	font-weight: normal;
}

#_page._center_column {
	margin-right: 300px !important;
}

#_right_column {
	float: right;
	width: 290px;
	margin-top: 20px
}

#_right_column #_fixed.fixed {
	position: fixed;
	top: 10px;
	width: 290px;
}

._dynamic {
	display: none;
	border: solid 1px red;
	padding: 10px;
}
