﻿a:link {
	color: #0000dd;
}
a:visited {
	color: #0000aa;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
body {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	background-color: #FFEC9F;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}

ol, ul {
	margin-top: 0px;
}
.headerBar {
	
	background-color: white;
	background-image: url('Images/UI/background-header2.png');
	background-repeat: repeat-x;
	background-position: center bottom;
}


.navBar
{
	background-color: white;
	background-image: url('Images/UI/OrangeGradient.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	border-bottom: solid 1px #9098A2;
}

.headerAnd
{
	font-weight: bold; font-style: italic; font-size: 22px; padding-right: 5px
}
.headerStrongEmphasis
{
		font-size:16px;
}

.navButton {
	background-image: url('Images/Buttons/button4.png');
	background-repeat: no-repeat;
	height: 25px;
	display: inline;
	font-size: 8px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 96px;
}
.navLink {
	font-weight: bold;
	/*text-decoration: none;*/
}
.navLink:active {
	text-decoration: underline;
}
.navLink:hover {
	text-decoration: underline;
}
.navTd {
	background-image: url('Images/UI/tab_3.png');
	background-repeat: no-repeat;
	height: 25px;
	width: 96px;
}
h1, h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	background-image: url('Images/UI/headerline.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.h1plain {
	background-image: none;
}
.tableCurrencyConversions tr th {
	text-align: center;
}
.tableCurrencyConversions tr td {
	text-align: center;
}
img {
	border: gray;
	border: 0px;
}

.quote
{
	padding-left:20px;
	font-style:italic;	
}
.quoteAuthor
{
	padding-left:75px;
	font-weight:bold;	
}

.rightbar_table {
	background-color: #FFF2B9;
}
.barcolor {
	background-color: #FFF2B9;
}
.rightbar_table {
	text-align: center;
	border: solid 1px gray;
	margin-top: 5px;
	width: 100%;
}
.rightbar_header {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	background-color: #D2E3F9;
	border: solid 1px gray;
	padding: 5px;
}
/* Box to highlight some specific information */
.infoBox {
	border: solid 1px black;
	background: #FFF2B9;
	padding: 5px;
	padding-top: 0px;
}
/* Lightbox */
#lightbox {
	background-color: #ccc;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption {
	float: left;
}
#keyboardMsg {
	float: right;
}
#lightbox img {
	border: none;
}
#overlay img {
	border: none;
}
/* END Lightbox */
