/* general */
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}

html {
	background-color:#fff;
	background-image:url(../images/hg_graygradient.gif);
	background-repeat:repeat-x;
	background-position:-141px bottom;
	background-attachment:fixed;
	height:100%;
}

body {
	padding:0 0 0 15px;
	width:604px;
	background:none;
	background-image:url(../images/hg_content_rightbar.gif);
	background-repeat:repeat-y;
	background-position:-141px 0;
	color:#000;
	min-height:100%;
}

img {
	border:0;
}

ul li {
	margin-bottom:0.2em
}

/* Headlines */
h2, h3 {
	color:#336699;
	font-weight:bold;
	font-size:13px;
	margin:0;
}

h3 {
	font-size:12px;
	color:#333;
}

/* Hyperlinks */
a {
	font-size:11px;
	font-weight:bold;
	color:#333;
}

/* Definitions, Acronyms, Abbreviations */
acronym, dfn, abbr {
	cursor:help;
	text-decoration:none;
	border-bottom:1px dotted #000;
	border-color:inherit;
}

/* Notes */
dl.notes {
	font-size:9px;
	margin:0;
}

dl.notes dt {
	margin-bottom:-1em;
}

dl.notes dd {
	padding:0;
	margin:0 0 0 1em;
}

/* Head */
h1 {
	padding:9px 0 0;
	font-size:1.4em;
	margin:0 0 0.5em;
	border-right:1px solid #fff;
}

p.subhead {
	color:#808080;
	font-size:1em;
	margin:9px 0;
	font-weight:bold;
}

/* Foot */
#footer {
	clear:both;
	text-align:center;
	margin-bottom:0;
	padding-bottom:1em;
}

/* Sidebar */
#sidebar {
	float:right;
	width:190px;
	margin:0 0 10px 10px !important;
	margin-left:5px;
	padding-right:10px;
	background-color:none;
	color:#000;
}

#sidebar a {
	color:#6c6c6c;
}

#sidebar ul,
#sidebar li {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#000;
}

#sidebar table,
#sidebar li {
	clear:left;
}

#sidebar li .head {
	background-color:#eaebed;
	display:block;
	padding-left:64px;
	font-size:11px;
	font-weight:bold;
	color:#000;
}

#sidebar li .childless {
	margin-bottom:15px;
}

#sidebar li .selected {
	color:#e42244;
}

#sidebar ul .leaf {
	padding-left:64px;
}

#sidebar ul .leafhead {
	margin:0 0 0 -64px;
}

#sidebar li li a {
	color:#6c6c6c;
}

#sidebar ul ul {
	margin-bottom:15px;
}

#sidebar li li img {
	float:left;
	margin:1px 1px 1px -63px;
}

#sidebar li img.default {
	margin:1px 0;
	float:none;
}

#sidebar table {
	margin:0 auto;
}

#sidebar li p {
	margin:0 0 1em 13px;
}

#sidebar .noimage .head {
	padding-left:15px;
}

#sidebar .noimage ul {
	margin-left:15px;
}

#sidebar .noimage ul.noleaf {
	margin-left:0;
}

#sidebar form {
	margin:2em 0 2em 0;
	width:160px;
	font-size:10px;
	color:#000;
}

#sidebar form p {
	margin:0.5em 0;
}

#sidebar form input {
	font-size:10px;
}

#sidebar .special {
	margin-left:63px;
	margin-right:0.8em;
	margin-top:2.5em;
	color:#000;
}
#sidebar .special a {
	color:#eaebed;
}

#sidebar .ad {
	margin-left:5px;
}

/* Fake body */
#body {
	padding-left:140px;
}

/* Content */
.content_sidebar,
#body #content {
	padding-right:200px;
}

#body #content.nosidebar {
	padding-right:0;
	background:none;
}

#content {
	padding-right:10px;
}

#content h1 {
	margin-right:-10px;
}

#content p {
	text-align:justify;
	line-height:1.35em;
}

#content p .intro {
	font-weight:bold;
}

/* Forms */
#content form {
	margin:14px 200px 0 0;
	padding:0;
	background-color:#f0f0f0;
	color:#000;
	border:1px solid #a0a0a0;
}

#content form legend {
	display:none;
}

#content form fieldset,
#content form p {
	border:1px solid #fff;
	margin:0;
	padding:5px;
	display:block;
}

#content form label {
	float:left;
	display:block;
	margin:3px 1px;
}

#content form label.missing {
	font-weight:bold;
	color:#f00;
}

#content form input,
#content form textarea {
	border:1px solid #e0e0e0;
	margin:2px 5px 2px 0;
	font-family:sans-serif;
	font-size:12px;
	padding-left:1px;
	padding-right:1px;
}

#content form input:focus {
	border:1px solid #a0a0a0;
}

#content form label,
#content form input {
	height:1.3em;
	line-height:1.3em;
	padding:1px;
}

#content form label,
#content form input,
#content form textarea,
#content form select.singleline {
	width:47%;
}

#content form .buttons input {
	border:1px solid #f0f0f0;
	background:#fff;
	color:#333;
	cursor:pointer;
	width:auto;
	height:auto;
}

.inputWrap-nolabel,
#content form .buttons {
	margin-left:47%;
	padding-left:4px;
}

#content .inputWrap-nolabel label {
	display:none;
}

#content #captcha_note {
	float:none;
	border:0;
	margin:0 0 0 47%;
}

#captcha_note + br {
	display:none;
}

#content form select.singleline {
	margin:1px;
}

#content form input.number-smallint {
	width:4em;
}

#content form ul.input {
	margin-left:47%;
}

#content form ul.input li
{
	list-style-type:none;
	margin:0.25em 0;
	padding:0;
	text-align:left;
}

#content form ul.input label,
#content form ul.input input,
#content input.checkbox
{
	float:none;
	display:inline;
	width:auto;
	height:auto;
	line-height:normal;
	margin:0;
	padding:0;
	border:0;
	background:none;
}

#content input.checkbox {
	margin-right:0.3em;
}

/* Tables */
#content table {
	margin:0.5em 0;
}

#content table a {
	color:#fff;
	text-decoration:none;
}

#content th, #content td {
	padding:3px;
}

#content thead th,
#content .thead th {
	background-color:#0090e0;
	color:#fff;
	font-weight:normal;
}

#content tbody {
	font-size:11px;
}

#content tbody th {
	background-color:#9cf;
	color:#000;
	font-weight:normal;
}

#content tbody td {
	background-color:#e6f2ff;
}

#content tbody td a {
	color:black;
}

table.prodrange {
	width:100%;
}

table.prodrange tbody td {
	text-align:center;
}

table.prodrange tbody th.big {
	font-size:xx-large;
}

table.prodrange tbody.nocenter td {
	text-align:left;
	vertical-align:top;
}

table.grey {
	border-spacing:1px;
}

table.grey thead th {
	background-color:#000 !important;
	color:#fff !important;
	font-weight:bold !important;
	text-align:left;
}

table.grey tbody th {
	background-color:#afafaf !important;
	color:#000 !important;
	text-align:left;
}

table.grey tbody td {
	background-color:#e4e4e4 !important;
	color:#000 !important;
}

/* Lists */

/* News list (ordered) */
ol.news {
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:11px;
	color:#333333;
}

ol.topnews li {
	background-color:#f0f8ff;
}

ol.news li {
	padding:2px 2px 2em;
}

ol.news .listbox {
	font-size:9px;
	text-align:right;
}

ol.news .listbox .ssl {
	display:inline;
}

ol.news p {
	margin:0;
	width:460px;
}

#content h2.news {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	padding:2px;
	background:#C5D8EF;
}

/* Space-seperated list */
ul.ssl {
	margin:0.5em 0;
	padding:0;
	text-indent:0;
}

ul.ssl li {
	display:inline;
	list-style-type:none;
	padding:0 0.2em 0 0;
}

/* Wide list */
ul.wide li {
	margin-bottom:1em;
}

/* Status messages */
#content .error,
#content .success {
	margin-right:200px;
}

#content.content_sidebar .error,
#content.content_sidebar .success {
	margin-right:0;
}

.error,
.success {
	padding:0.3em;
}

.error {
	border:1px solid #F00;
	background-color:#FFF0F0;
}

.success {
	border:1px solid #0F0;
	background-color:#F0FFF0;
}

.new {
	font-weight:bold;
	color:#F00;
	background-color:#fff;
}

/* Settings for sub_menu_* menu entries */
.sub_menu_active,
.sub_menu_over,
.sub_menu_inactive,
.sub_menu_link {
	color:#fff;
}

/* Bookmark Link list */
.bookmarks {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	text-indent:0;
}

.bookmarks li {
	clear:left;
}

.bookmarks img {
	float:left;
	margin:0 0.5em 0.5em 0;
}

#partnerRow1 {
	height:1px;
}
