﻿@charset "utf-8";

/* Theme */
/*
	font-family, color, background
*/
html {
}
body {
	background-color: #e0e0e0;
}
body, input, .pageContent {
	font-family: Verdana, sans-serif;
}
body, .pageContent {
	color: rgb(59, 59, 59);
}
form {
	background-color: white;
}
a {
	color: #134b67;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	font-family: Verdana, sans-serif;
	color: rgb(59, 59, 59);
	margin: 0 0 1em 0;
}
h1 {
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.6em;
}
h2 {
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
}
.page-header a, .footer a {
	color: black;
	text-decoration: none;
}
.page-header a:hover, .footer a:hover {
	text-decoration: underline;
}
.main a {
}

.page-header {
	background: #DFF73A url("Images/Green-Gradient.png") repeat-y scroll right;
}
.header-title {
	padding-left: 50px;
	background: transparent url("Images/SBi-Logo-Minimal.png") no-repeat scroll left;
}
.primary-navigation {
	background-color: black;
}
.primary-navigation .links a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.primary-navigation .links a.selected {
	color: rgb(217, 224, 33);
}
.primary-navigation .links a:hover {
	color: rgb(0, 255, 0);
}
.search button {
	background: transparent url("Images/MagnifyingGlass.png") no-repeat scroll center;
	cursor: pointer;
}
.box {
	background-color: rgb(240, 240, 240);
}
.box .box-caption {
	background-color: rgb(224, 249, 60);
}
.box .box-caption a {
	color: rgb(59, 59, 59);
	text-decoration: none;
}
.box .box-content {
}
.main-content {
	color: rgb(0, 0, 0);
}
.content-header {
	color: rgb(59, 59, 59);
}
.content-header a.print {
	padding-right: 20px;
	background: transparent url("Images/Printer-Icon.png") no-repeat scroll right;
}
a.previous {
	background-image: none;
}
a.next {
	background-image: none;
}
.navigate-local a.disabled {
	color: rgb(140, 182, 158);
	background-image: none;
}
.footer .links {
	background-color: rgb(240, 240, 240);
}
.footer .info {
	background: rgb(224, 249, 60) none;
}
.box.single-purchase .box-caption, .box.subscribe-advert .box-caption {
	background-color: #F6df5d;
}
.box.single-purchase p.pdf, .box.download-pdf p.link {
	padding-right: 20px;
	background: transparent url("Images/PDF-Icon.png") no-repeat scroll right top;
}
.box.history .box-caption {
	background-color: transparent;
}
.box.history a {
	text-decoration: none;
}
.box.history a:hover {
	text-decoration: underline;
}
h2.subject {
	color: #134b67;
}
ul.publicationList p.subtitle {
}
.validation {
	color: red;
}
button.eduinfo {
	border: none;
	width: 16px;
	height: 16px;
	background: transparent url('/_layouts/images/hhelp.gif') no-repeat;
	cursor: pointer;
}
div.eduinfo {
	border: .1em solid black;
	background-color: #FFC;
	padding: .5em;
}


#treeNavigation.toc li.notLast {
	background-image: url('Images/dotted2_green_line_repeat.png');
}
#treeNavigation.toc li.expanded span.notLast {
	background-image: url('Images/dotted2_green_toggle_minus.png');
}
#treeNavigation.toc li.expanded span.last {
	background-image: url('Images/dotted2_green_toggle_minus_last.png');
}
#treeNavigation.toc li.collapsed span.notLast {
	background-image: url('Images/dotted2_green_toggle_plus.png');
}
#treeNavigation.toc li.collapsed span.last {
	background-image: url('Images/dotted2_green_toggle_plus_last.png');
}
#treeNavigation.toc li.leaf span.notLast {
	background-image: url('Images/dotted2_green_line.png');
}
#treeNavigation.toc li.leaf span.last {
	background-image: url('Images/dotted2_green_line_last.png');
}
/*
.c0 {
	color: #50ccc5;
}
.c1 {
	color: #cc6d50;
}
.c2 {
	color: #ccbf50;
}
.c3 {
	color: #508acc;
}
.c4 {
	color: #9350cc;
}
.c5 {
	color: #cc50bc;
}
*/

.passwordPrompt {
	border: .1em solid black;
	background-color: #ffe;
}
.passwordPrompt h2 {
	color: black;
	border-bottom: .05em solid #999;
}

