/* === Toolbar === */

#toolbar td {
	color: #2d609e;
	font-weight: bold;
}
#toolbar td img {
	vertical-align: middle;
}
#toolbar td.navigation {
	font-size: 12px;
	float: right;
	text-align: right;
}
#toolbar .button {
	cursor: pointer;
}
#toolbar td.navigation .select_page {
	text-align:left;
	width:90%;
}

/* === Page === */

td {
	max-width: 840px;
}
div.page {
	position: relative;
}
div.page img {
	border: 1px outset #666;
}
div.page div {
	background-color: #ff4;
	border: 1px solid #aa2;
	cursor: pointer;
	position: absolute;
}

/* === Sidebar === */

#sidebar_handle {
	background: #ddd url(/images/arrows/right.png) no-repeat center center;
	background-color: #ddd;
	border: 1px solid #666;
	cursor: pointer;
	vertical-align: top;
	padding-right: 6px;
}
#sidebar_handle.active {
	background: #ddd url(/images/arrows/left.png) no-repeat center center;
	background-color: #ddd;
}
#sidebar_container_container {
	position: relative;
	visibility: hidden;
	z-index: -10000;
}
#sidebar_container_container.open {
	visibility: visible;
	z-index: 10000;
}
#sidebar_container {
	position: absolute;
	top: 0;
	left: 11px;
}
#sidebar iframe {
	border: none;
	width: 100%;
	height: 100%;
}
#sidebar {
	background-color: #eee;
	border: 1px outset #666;
	font-size: 12px;
	overflow: auto;
	padding: 4px;
	text-align: center;
	width: 225px;
	height: 590px;
}
.old #sidebar {
	height: 508px;
}
.old #sidebar table tr td img {
	vertical-align: top;
}
#sidebar table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#sidebar img { border: none; }

/* === Teasers === */

#teasers {
	background-color: white;
	color: #555;
	cursor: pointer;
	font-size: 0.9em;
	vertical-align: top;
	width: 120px;
}
#teasers h1 {
	font-size: 7pt;
	border-bottom: 1px solid #999;
}
#teasers div.teaser_contents {
	background-color: white;
	height: 599px;
	overflow: hidden;
}
.old #teasers div.teaser_contents {
	background-color: white;
	height: 512px;
	overflow: hidden;
}
#teasers div.teaser_contents div {
	background-color: white;
	border-bottom: 1px solid #e0e0e0;
}
#teasers div.teaser_contents h2 {
	font-size: 10pt;
	margin-bottom: 3px;
}

/* === Tool tips === */

.toolTipElement {
	cursor: help;
}
.tool-tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}
.tool-title {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url('/images/bubble.png') top left;
}
.tool-text {
	font-family: verdana;
	font-size: 10px;
	padding: 4px 8px 8px;
	background: url('/images/bubble.png') bottom right;
}

