/* design stylesheet */

/* rows */
.row {
	background: white;
}

/* columns */
.column {
	overflow: hidden;
}

/* print logo */
#logo_print {
	display: none;
}

/* top line */
#top_line {
	text-align: right;
	padding: 7px 5px 3px 0;
}
#top_line span.divider {
	padding: 0 15px;
}
#top_line a {
	font-weight: bold;
}

/* top image */
#top_image_box {
	position: relative;
}
#top_image_logo, #top_image_logo_local, #top_image_logo_fadein {
	position: absolute;
	bottom: 0;
}
#top_image_logo {
	right: 0;
}
#top_image_logo_local {
	left: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: white;
	text-align: center;
}
#top_image_logo_local img {
	width: 45px;
	height: 45px;
	margin-top: 7px;
}
#top_image_logo_fadein {
	left: 0;
	width: 100%;
	height: 60px;
	background: white;
	opacity: .30;
	_filter: alpha(opacity=30);
}
#top_image {
	width: 838px;
}

/* top navigation menu */
#nav_top {
	margin-top: 3px;
}
#nav_top td {
	background: #eaeaea;
}
#nav_top td a {
	display: block;
	width: 100%;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
	text-decoration: none;
	color: #666;
	_behavior: url('/share/js/iepngfix.htc');
	background: url('/share/img/top_menu_shadow2.png');
}
#nav_top td a:hover, #nav_top td a.current {
	background: white;
	text-decoration: none;
}
#nav_top td.spacer {
	width: 2px;
	background: white;
}

/* path and group list */
#path_group_list_wrapper {
	padding-left: 5px;
}
#path, #path a, #group_list select {
	font-size: 7pt;
}
#group_list {
	text-align: right;
}

/* left and right column */
#left, #right {
}

/* left column: navigation and banners */
#nav_left {
	list-style: none;
	margin-bottom: 10px;
}
#nav_left li {
	width: 100%;
	overflow: hidden;
}
#nav_left li a, #nav_left li span {
	font-size: 8pt;
	display: block;
	/*width: 155px;*/
	padding: 2px 15px 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dashed #ccc;
}
#nav_left li .current {
	background: url("/share/img/arrow_right_c00.gif") no-repeat right;
}
#nav_left li a:hover {
	color: #c00;
	background: url("/share/img/arrow_right_gray.gif") no-repeat right;
}
#nav_left li.nav_sub_folder a, #nav_left li.nav_sub_folder span {
	font-weight: normal !important;
}

.banner {
	width: 100%;
	margin-bottom: 10px;
}

#front_page_left_nav {
	margin-bottom: 10px;
}

/* right column: search, ads, related articles, activities and press clips */
#search_right form {
	height: 30px;
	line-height: 25px;
	text-align: center;
}
#search_right form .text, #search_right form .button {
	vertical-align: middle;
}
#search_right form .text  {
	width: 100px;
	height: 25px;
	padding-top: 4px !important; padding-top: 0;
}
#search_right form .button {
	width: 35px;
	height: 27px;
}

.section {
	font-size: 8pt;
	line-height: 12pt;
	margin-bottom: 15px;
}
.section h4 {
	color: white;
	font-size: 8pt;
	padding: 6px 5px;
	margin-bottom: 5px;
	background: #c00;
}
.section .content {
	padding: 5px;
}
.section .content a {
	font-weight: bold;
}

.synopsis_list {
	list-style: none;
}
.synopsis_list li {
	margin-bottom: 5px;
}
.synopsis_list li a {
	font-weight: bold;
}

/* footer and footer ads */
#footer {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
}
#footer_logo {
	/*border-right: 2px solid #ccc;*/
	float: left;
	margin-right: 10px;
}
#footer_content {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}
#footer_content * {
	font-size: 10px;
}

/* copyright notice */
#copyright {
	text-align: center;
	margin-bottom: 15px;
}

/* global classes */
h1.bar, h2.bar, h3.bar, h4.bar {
	background: #c00;
	color: white;
	padding: 6px 5px;
	margin: 0 0 5px 0;
}

/* tables */
table.simple_table_no_border, table.simple_table_black_border, table.simple_table_dashed_border {
	border-collapse: collapse;
	margin-left: 1px;
}

table.simple_table_no_border tr th, table.simple_table_black_border tr th, table.simple_table_dashed_border tr th {
	vertical-align: top;
	text-align: center;
	color: white;
	background: #c00;
	padding: 3px 5px;
	border: 1px solid #c00;
	border-bottom: 0;
}

table.simple_table_no_border tr td, table.simple_table_black_border tr td, table.simple_table_dashed_border tr td {
	vertical-align: top;
	padding: 3px;
}

table.simple_table_no_border tr td {
	border: none;
}

table.simple_table_black_border tr td {
	border: 1px solid black;
}

table.simple_table_dashed_border tr td {
	border: 1px dashed black;
}

td.icon, th.icon {
	text-align: center;
	vertical-align: middle !important;
}

table.subtle {
	width: 100%;
}
table.subtle th, table.subtle td {
	padding: 4px;
	border: 1px solid #ddd;
}
table.subtle th {
	background: #ddd;
	text-align: left;
	text-transform: capitalize;
}
table.subtle td {
}

/* list pagination */
.list_paginator {
	margin: 15px 0;
}

#datovelger select {
	border: 1px solid #ccc;
	margin-left: 0px;
}

/* albums */
a.albumItem {
	display: block;
	float: left;
	width: 219px;
	height: 250px;
	padding: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
	text-align: center;
}
a.albumItem:hover {
	background: #eee;
}
a.albumItem img {
	margin-bottom: 5px;
}

#photoNavigator {
	margin-bottom: 15px;
	width: 450px;
	border-bottom: 1px solid #888;
}
#photoNavigatorLeft {
	width: 30%;
}
#photoNavigatorCenter {
	width: 40%;
	text-align: center;
}
#photoNavigatorRight {
	width: 30%;
	text-align: right;
}
#photoCaption {
	margin-top: 10px;
	text-align: left;
}

/* newsletters/lists */
fieldset.list {
	margin-bottom: 10px;
	padding: 10px !important; padding: 25px 10px 10px 10px;
	position: relative;
}
legend.list {
	color: #c00;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 0 -5px !important; margin: 0 0 10px -2px;
	position: absolute;
	top: -0.5em;
	left: 0;
}
input.listBox {
	width: 13px;
}
input.listBox, label.list {
	vertical-align: middle;
}
input.listText {
	width: 200px;
	height: 23px;
}
input.listSubmit {
	height: 25px;
	padding: 0 3px;
}
input.listText, input.listSubmit {
	vertical-align: middle;
	display: inline;
}
div.listMsg {
	font-weight: bold;
	color: red;
}

/* maps */
#boxMap {
	position: relative;
	margin-top: -432px;
	left: -8000px;
}
#boxShowMap {
	margin-bottom: 0.8em;
}
#boxHideMap {
	margin-bottom: 3px;
	display: none;
}
#imgShowMap, #imgHideMap {
	background: #c00;
	cursor: pointer;
	vertical-align: baseline !important; vertical-align: middle;
}