@media all {

html, body {
	background: #F9F9F9;
	font-size: 11pt;
	font-family: tahoma, arial, sans-serif;
	line-height: 1.5em;
	margin: 0;
}

h1 {
	margin: 0 auto;
	clear: left;
	color: #000;
	font-size: 16pt;
	margin-top: 20px;
	padding: 0 0 10px 0; 
	text-align: center;
	border-bottom: 2px solid;
	border-color: #EEEEEE;
	font-weight: normal;
	width: 940px;
	text-shadow: 2px 2px 2px #AAA;
}

h2 {
	font-size: 12pt;
}

h2.nomargin {
	margin: 0;
}

h3 {
	margin: 15px 0 0 0;
	clear: left;
	font-size: 11pt;
	font-weight: bold;
}

h4 {
	color: #D93315;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 5px;
}

a.logo {
	margin: 15px;
	text-decoration: none;
	border: 0;
	display: block;
	clear: left;
}

a.moreLink {
	font-size: x-small;
	margin-left: 15px;
}


b {
	font-weight: bold;
}

div#hd_container {
	background-image: -moz-linear-gradient(top, #EFEFEF, #FFF); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FFF),color-stop(1, #EFEFEF)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFF'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFF')"; /* IE8 */
	box-shadow: 2px 2px 2px #BBB;
	-moz-box-shadow: 2px 2px 2px #BBB;
}

div.header {
	display: block;
	height: 145px;
	padding-top: 6px;
}
div.topright_banner {
	text-align: center;
}
.top_languages a {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.top_languages a:hover {
	text-decoration: none;
}
.top_languages img {
	margin-bottom: 3px;
}

div.bookmark {
	float: right;
	margin: 40px 10px 0 0;
}

#navigation {
	text-align: right;
}

#navigation a {
	background: transparent;
	border-bottom: 1px dotted #D93315;
	color: #D93315;
	display: inline-block;
	font-size: 11pt;
	padding: 6px 5px 2px 9px;
	margin: 34px 1px 0 2px;
	text-decoration: none;
	text-shadow: 2px 2px 2px #AAA;
}

/*
 * top header search form
 */
#searchForm {
	margin-top: 20px;
}

#topQuery {
	font-size: 16pt;
	width: 380px;
}
#bottomQuery {
	font-size: 16pt;
	margin-left: 240px;
	width: 380px;
}
#bottomQuery:focus, #topQuery:focus {
	border: 2px solid #D93315;
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
}

#advanced_search_link {
	display: block; 
	font-size: 7pt; 
	margin-top: 22px;
}

#adv_search_form label, #adv_search_form input, #adv_search_form select {
	margin-bottom: 5px;
}

#searchFooterForm {
	background: url('libsearch_logo210.png') top left no-repeat;
	background-position: 20px 0;
	display: block;
	margin-top: 50px;
	padding-right: 30px;
	text-align: right;
}

#searchFooterForm input {
	margin: 10px 0;
}
#addCommentForm {
	padding: 5px;
	background-image: #EEE;
	background-image: -moz-linear-gradient(top, #EFEFEF, #F5F5F5); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FFF),color-stop(1, #EFEFEF)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFF'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFF')"; /* IE8 */
	border: 1px solid #CCC;
	box-shadow: 1px 1px 1px #BBB;
	-moz-box-shadow: 1px 1px 1px #BBB;
}

input, textarea {
	font-size: 12pt;
	vertical-align: middle;
}

label {
	display: block;
}

#ft {
	background-image: -moz-linear-gradient(top, #EFEFEF, #FFF); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FFF),color-stop(1, #EFEFEF)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFF'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFF')"; /* IE8 */
	border-top: 2px solid #BBB;
	clear: left;
	font-size: 10pt;
	height: 320px;
	margin-top: 25px;
	padding: 0;
	width: 100%;
}
div.footer_center {
	background: transparent;
	height: 320px;
	width: 970px;
}
.credits {
	border-top: 1px solid #AAA;
}
.credits, .credits a {
	font-size: x-small;
}
p {
	text-align: justify;
}
.confirmation_text {
	color: green;
}
.error, .error_text {
	color: red;
}

.high {
	background: #EEEEEE;
}

div#options ul {
	margin-top: 10px;
}
div#options a {
	font-size: 14pt;
}
div#options a:after {
	content:' \0BB \0A0';
}
.next:after {
	content:' \0BB';
}
.prev:before {
	content:'\0AB ';
}

ol li {
	list-style-type: decimal;
	margin: 0 0 3px 30px;
}

ul li {
	list-style-type: square;
	list-style-image: url('favicon.ico');
	margin: 0 0 3px 26px;
}

.rss_icon {
	background: url('open_sprite.png') 0 -175px no-repeat transparent;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: middle;
}

.libsearch li {
	list-style-type: square;
	list-style-image: url('favicon.ico');
	margin: 0 0 3px 26px;
}
.rsslist li {
	list-style-type: square;
	list-style-image: url('mini-rss.gif');
	margin: 0 0 3px 26px;
}
.bloglist li {
	list-style-type: square;
	list-style-image: url('blogger-mini.gif');
	margin: 0 0 3px 26px;
}

a {
	font-weight: normal;
	/* border-bottom: 1px dotted #002bb8; */
	text-decoration: none;
	color: #D93315;
	background: none;
	font-size: 10pt;
}
h3 a {
	font-size: 11pt;
	font-weight: normal;
}
a:visited {	
	color: #D93315;
	opacity: 0.8;
}

a:hover {
	background: #D93315;
	color: #FFF; 
}
.green {
	font-size: 11px;
	color: green;
}
a.green {
	border-bottom: 1px dotted green;
	background: transparent url('link.png') no-repeat center right;
	padding: 0 18px 3px 0;
	margin-bottom: 10px;
	text-decoration: none;
	color: green;
}
a.green:hover {
	border-bottom: 1px solid green;
	background: transparent url('link.png') no-repeat center right;
	padding: 0 18px 3px 0;
	margin-bottom: 10px;
}
div.result_item, div.result_item_on {
	background: #F7F7F7;
	border-bottom: 1px solid #BBB;
	padding: 5px;
}
div.alt_item {
	background-image: -moz-linear-gradient(top, #EEEEEE, #F5F5F5); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #DFEEFF),color-stop(1, #EEEEEE)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DFEEFF'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DFEEFF')"; /* IE8 */
}
p.recordAuthor {
	color: #0F0F0F;
	margin: 0 0 0 15px;
	font-style: italic;
}
p.recordDescription {
	font-size: small;
	margin: 0 0 0 15px;
}
p.recordLink {
	margin: 0 0 0 15px;
	font-size: x-small;
	color: green;
}
.pagingControls {
	background: #DDDDDD;
	background-image: -moz-linear-gradient(top, #E5E5E5, #DDDDDD); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #DFEEFF),color-stop(1, #EEEEEE)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DFEEFF'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DFEEFF')"; /* IE8 */
	border-bottom: 1px solid #BBB;
	font-size: 8pt;
	padding: 5px;
}
.pagingControls a {
	font-size: 9pt;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
}
.asc, .desc {
    padding: 2px 3px 2px 14px;
    display: inline-block;
}
.pagingControls .asc {
	background: url('open_sprite.png') 0 -69px no-repeat transparent;
}
.pagingControls .desc {
	background: url('open_sprite.png') 0 -94px no-repeat transparent;
}

div.paging {
	margin: 0 auto;
	margin-top 10px;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
}
div.paging a, div.paging > span.current {
	border-left: 1px solid #BBB;
	font-size: 11pt;
	padding: 7px 10px;
	margin: 0;
	display: inline-block;
}
div.paging > span.current, div.paging a:hover {
	background: #D93315;
	color: #E5E5E5;
}
.disabled {
	display: none;
}
table th {
	background: #EEEEEE;
	padding: 1px;
}
table, td {
	padding: 1px;
	margin: 1px;
	border-collapse: no-collapse;
}
img.inlineLeft {
	float: left;
	margin: 0 10px 10px 0;
}
a img {
	border: 0;
	margin: 0;
	text-decoration: none;
}
a:hover img {
	text-decoration: none;
}
h2 a {
	font-size: 11pt;
	font-weight: bold;
}
small, .small {
	font-size: 7pt;
}
a img, a.img {
	border: 0;
	text-decoration: none;
	border-style: none;
}
a.viewlink {
	display: block;
	font-size: 14pt;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
	border: 0;
	text-shadow: 2px 2px 2px #999;
}

a.viewlink:hover {
	background: #D93315;
	box-shadow: 1px 1px 1px #BBB;
	-moz-box-shadow: 1px 1px 1px #BBB;
	color: #FFF;
	text-shadow: 2px 2px 2px #999;
}
code {
	font-size: 9pt;
	background: #CCC;
}
.green_tip {
	background: #D9FFCF;
	border: 2px solid; 
	border-color: green;
	clear: all;
	display: block;
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
}
.green_tip img {
	float: left;
	margin: 5px 5px 0 5px;
}
ul.subsection_tabs {
	clear:both;
	height: 28px;
	list-style:none;
	margin:0;
	padding:0;
}
ul.subsection_tabs li {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	text-align:center;
	box-shadow: 2px 0 2px #BBB;
	-moz-box-shadow: 2px 0 2px #BBB;
}
ul.subsection_tabs li:first-child {
	margin-left: 10px;
}
ul.subsection_tabs a {
	background-color:#EEE;
	border-bottom: 1px solid #EEEEEE;
	color: #002bb8;
	display: block;
	font-size: 12pt;
	height:22px;
	padding: 3px 12px 3px 8px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	text-decoration: none;
	text-shadow: 2px 2px 2px #999;
}
ul.subsection_tabs a.active, ul.subsection_tabs a:hover {
	background-color:#EEEEEE;
}
div.tab_content {
	background: #FFF;
	border-radius: 3px;
	border: 1px solid #BBB;
	padding: 3px 5px 0 5px;
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
	min-height: 200px;
	box-shadow: 1px 1px 1px #BBB;
	-moz-box-shadow: 1px 1px 1px #BBB;
}
a.firefox_link, a.firefox_link:hover {
	clear: left;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
	width: 90px;
	border: 2px solid;
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
	font-weight: bold;
}
a.firefox_link:hover {
	background: #EEEEEE;
}
ul.aboutlinks, ul.aboutlinks > li {
	list-style: none;
	margin: 0;
}
ul.aboutlinks > li {
	margin-bottom: 3px;
}
ul.aboutlinks a.selected, ul.aboutlinks a:hover {
	background: #EEEEEE;
	color: #FFF;
	padding: 3px;
}
ul.aboutlinks > li.alt {
	background: #EFEFEF;
}
div.footer_links {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-top: 10px;
	text-align: center:
}
div.footer_links a {
	text-align: center;
	font-size: 10pt;
	display: block;
	float: left;
	height: 20px;
	padding: 3px 6px 1px 3px;
	margin-left: 6px;
	letter-spacing: 1px;
}
div.footerbox h4 {
	margin: 0;
	padding: 0;
}
ul.footerlist, ul.footerlist li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.footerlist a {
	font-size: 9pt;
}
div.comment {
	width: 370px;
	margin: 0;
	display: block;
	float: left;
}
div.comment div.top {
	background: url('comment2_top.png') top left no-repeat;
	height: 10px;
}
.medium {
	background: url('comment2_medium.png') top left repeat-y;
}
.bottom {
	background: url('comment2_bottom.png') top left no-repeat;
	height: 80px;
}
.medium p, .bottom p {
	margin: 0 9px 0 9px;
	font-size: small;
}
.bottom a {
	font-size: small;
}
.bottom p.name {
	margin: 10px 9px 0 60px;
}
/**
 * End Comments
 */
blockquote {
	border : 1px solid #BBB;
	width: 95%;
	margin: 5px 0;
	padding: 10px;
	background-color: #EFEFEF;
	quotes: "\201C" "\201D";
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

dl {
	margin-bottom: 15px;
}
dt, dt.narrow {
	background-image: #EEE;
	background-image: -moz-linear-gradient(top, #EEEEEE, #F5F5F5); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FFF),color-stop(1, #EFEFEF)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFF'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#FFF')"; /* IE8 */
	border-top: 1px solid #EEEEEE;
	clear: left;
	float: left;
	font-size: 9pt;
	width: 100px;
	text-align: right;
	margin: 0;
	padding: 5px;
}
dt.narrow {
	width: 60px;
}

dl.wide_labels dt {
	width: 180px;
}
dd, dd.narrow_wide {
	display: block;
	padding: 6px 10px;
	margin: 0 0 0 110px;
	text-align: justify;
	border-top: 1px solid #EEEEEE;
}
dd.narrow_wide {
	margin: 0 0 0 90px;
}
dl.wide_labels dd {
	margin: 0 0 0 190px;
}
dd a {
	padding: 2px;
}

a.greek_flag, a.english_flag, a.german_flag {
	background: url('open_sprite.png') 0 0 no-repeat;
	display: inline-block;
	margin-bottom: 2px;
	height: 19px;
	width: 30px;
	text-decoration: none;
}
a.english_flag {
	background: url('open_sprite.png') 0 -25px no-repeat;
}
a.german_flag {
	background: url('open_sprite.png') 0 -50px no-repeat;
}

a.flag:hover {
	text-decoration: none;
}

.rating_average {
	background: url('open_sprite.png') 0 -125px no-repeat;
    font-size: 9pt;
	padding-left: 15px;
}
.record_comment {
	background: url('open_sprite.png') 0 -150px no-repeat;
	font-size: 9pt;
	margin-right: 3px;
	padding-left: 15px;
}

.awesome {
		-moz-border-radius:12px 12px 12px 12px;
		-moz-box-shadow:0 1px 3px #999999;
		background-color:#333333;
		background-image:url("alert-overlay.png");
		background-repeat:repeat-x;
		border-bottom:1px solid #333333;
		color:#FFFFFF;
		cursor:pointer;
		display:inline-block;
		font-size: 10pt;
		font-weight:bold;
		line-height:1;
		margin-bottom:3px;
		margin-right:3px;
		padding:5px 10px 6px;
		position:relative;
		text-decoration:none;
		text-shadow:0 -1px 1px #222222;
}

div#accordion{
    border: 1px solid #BBB;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}
div.alt-content {
    background: #FFF;
}

}

@media print {
	.header {
		display: none;
		height: 30px;
	}
	#ft {
		display: none;
	}
	#navigation {
		display: none;
	}
	#searchForm {
		display: none;	
	}
	.topright_banner {
		display: none;
	}
	.top_languages {
		display: none;
	}
	.grid_3 {
		display: none;
	}
	.grid_2 {
		display: none;
	}
	.bookmark {
		display: none;
	}
	#addCommentForm {
		display: none;
	}
}
