/***
	GENERAL
*/
* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 100%;
	overflow-y: scroll;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #454545;
	background-image: url('images/bg-container.png');
	background-position: top center;
	background-color: #F2F2F2;
	background-repeat: repeat-y;
	font-size: 62.5%;
	padding: 0px 7px;
	margin: 0px;
	text-align: center;
}
.container-outside {
	margin: auto;
	width: 856px;
	background-color: #FFFFFF;
}
.container {
	margin: auto;
	width: 836px;
	text-align: left;
	padding: 0px 11px;

}

/***
	GLOBAL SEARCH
*/
#search-results {
    position: absolute;
    display: block;
    width: 300px;
    height: auto;
    border: 1px solid black;
    padding: 0px;
    margin: 0px;
    margin-top: 1px;
/*	background-image: url('images/bg-sidebar.png');
	background-color: #E5E5E5;
	background-repeat: repeat-y;*/
	background-color: #F9F9F9;
    z-index: 100;
	visibility: hidden;
}
#search-input {
	font-size: 13px;
	padding: 1px;
	margin: 0px;
	width: 220px;
	height: 17px;
}
#search-button {
	font-size: 12px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	width: 76px;
	height: 21px;
}
.sr, .sr-hover {
	color: #45536E;
	width: auto;
	height: 1.2em;
	padding: 2px;
	margin: 0px;
}
.sr {
/*	color: #45556F;*/
	cursor: default;
}
.sr-hover {
/*	color: #F5F5F5;
	background-color: #45556F;*/
	background-color: #E8E8E8;
	cursor: pointer;
}

.srl {
	float: left;
	padding-left: 3px;
	font-size: 1.0em;
}
.srr {
	float: right;
	padding-right: 3px;
	white-space: nowrap;
	font-size: 0.9em;
}


/***
	LAYOUT
*/
.banner-container {
	padding-top: 12px;
	text-align: center;
	width: 635px;
	height: 70px;
	margin: 0px 0px 15px 20px;
}
.banner {
	text-align: left;
	font-family: Century Gothic, Arial, Helvetica, sans-serif, Verdanda;
	display: block;
	text-decoration: none;
	cursor: pointer;
/*
	display: block;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	border: 1px solid #545454;
	cursor: pointer;
	color: black;
	text-decoration: none;
	background-image: url('images/bg-banner.png');
	margin: 0px 0px 15px 20px;
*/
}
.banner img {
	margin: 3px;
	border: 1px outset #CCCCCC;
}
.banner h2 {
	font-size: 16px;
	color: #B38F24;
	padding: 3px 0px 0px 10px;
	margin: 0px;
}
.banner h4 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
.banner h5 {
	font-size: 12px;
	font-weight: bold;
	color: #454545;
	padding: 3px 0px 0px 10px;
	margin: 0px;
}
#content-main {
	display: block;
	width: 636px;
	padding: 0px;
	margin: 12px 0px 15px 20px;
}
#content-head {
	font-size: 1.3em;
	font-weight: bold;
	padding: 4px 1px;
	margin: 0px;
	color: #4D4D4D;
}
#content-head a:link, #content-head a:active, #content-head a:visited {
	font-size: 1.0em;
	font-weight: bold;
	padding: 4px 1px;
	margin: 0px;
	color: #407080;
}
#content-text {
	/*padding: 5px 7px;*/
	padding: 0px;
	margin: 0px;
}

#sidebar {
	width: 200px;
	background-image: url('images/bg-sidebar.png');
	background-color: #E5E5E5;
	background-repeat: repeat-y;
}
#sidebar th {
	font-family: Century Gothic, Arial, Helvetica, sans-serif, Verdanda;
	text-align: left;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 7px;
	color: #4D4D4D;
	background-color: #FFCC33;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

a.navigation:link, a.navigation:visited, a.navigation:active {
	font-family: Arial, Helvetica, sans-serif, Verdanda;
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px;
	margin: 0px;
	background-color: #9B9B9B;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #000000;
}
a.navigation:hover {
	text-decoration: none;
	background-color: #8F8F8F;
}
a.navigation_sub:link, a.navigation_sub:visited, a.navigation_sub:active {
	font-family: Century Gothic, Arial, Helvetica, sans-serif, Verdanda;
	display: block;
	width: 170px;
	color: #333333;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
	padding: 6px 5px 7px 5px;
	margin: 0px;
	background-image: url('images/bg-navigation-sub.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
a.navigation_sub:hover {
	text-decoration: underline;
/*	background: #E5E5E5;*/
}

table.itemlist {
	width: 100%;
	padding: 0px;
	margin: 6px 0px;
}
.itemlist th {
	color: #4D4D4D;
	font-weight: normal;
	padding: 5px 3px;
	background-color: #FFCC33;
	border-bottom: 2px solid #FFFFFF;
}
.itemlist td {
	padding: 3px 1px;
	margin: 0px;
	border-bottom: 2px solid #FFFFFF;
}
.itemlist a:link, .itemlist a:visited, .itemlist a:active, .itemlist a:hover {
	color: #407080;
}

.img_preview {
	cursor: hand;
	display: block;
	width: 224px;
	height: 181px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	margin: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('images/bg-loading.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
.img_preview_empty {
	display: block;
	width: 224px;
	height: 181px;
	text-align: center;
	padding-top: 5px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('images/bg-no-image.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#info-text {
	font-size: 1.1em;
}
#info-text a {
	font-weight: bold;
}
#info-text ol {
	font-size: 1.1em;
	margin-left: 25px;
}
#info-text ul {
	font-size: 1.1em;
	margin-left: 0px;
	list-style-type: none;
}
#info-text ul li {
    background-image: url('images/icon-bull.png');
    background-repeat: no-repeat;
    background-position: 2px 4px;
    padding-left: 15px;
}

/***
	TEXT
*/
h1 {
	color: #407080;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 130%;
}
h1 a:link, h1 a:active, h1 a:visited {
	font-size: 1.0em;
	font-weight: bold;
	padding: 4px 1px;
	margin: 0px;
	color: #407080;
}
h2 {
	color: #407080;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 120%;
}

h3 {
	color: #407080;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	color: #454545;
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
	margin-bottom: 11px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

pre {
	font-size: 11px;
}

.txtbig {
	margin: 1px;
	font-size: 1.2em;
}

.txtmed {
	margin: 1px;
	font-size: 1.1em;
}

.txtsmall {
	margin: 1px;
	font-size: 1em;
}


/***
	LINKS
*/
a {
	/*font-size: 70%;*/
}

a:link {
	color: #00008B; /* darkblue */
	text-decoration: none;
}

a:active, a:visited {
	color: #800080; /* purple */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.main-nav:link, a.main-nav:active, a.main-nav:visited {
	color: #4D4D4D;
	float: left;
	font-size: 1.2em;
	padding: 0px;
	padding-left: 10px;
	margin: 0px 24px 0px 0px;
	background-image: url(images/bg-main-nav.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a.black:link, a.black:visited, a.black:active, a.black:hover {
	color: #454545;
}
a.blue:link, a.blue:visited, a.blue:active, a.blue:hover {
	color: darkblue;
}

/***
	TABLES
*/
table {
	font-size: 1em;
}
hr {
	height: 2px;
	color: #E5E5E5;
	border-width: 0px;
	background-color: #E4E4E4;
	margin-bottom: 11px;
}
img {
	border: 0px;
}

/***
	FORM-ELEMENTS
*/
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input {
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #454545;
	background-color: #E2E2E2;
}

textarea {
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #454545;
	background-color: #E2E2E2;
}

select {
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #454545;
	background-color: #E2E2E2;
}

option {
	padding-right: 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}


/***
	OTHER
*/
#debug {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 98%;
	padding: 1em;
	background-color: #F1F1F1;
	border: 2px solid #B0B0B0;
	position: expression("absolute");
    top: expression(document.body.scrollTop + document.body.offsetHeight - this.offsetHeight - 15);
	z-index: 999;
}
#debug[id] {
	position: fixed;
}
#debug hr {
	display: none;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
