
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	background-position: 0 0;
	background-image: url(images/layout/0-back.png);
	background-repeat: repeat-x;
	background-color: #325fc9;
	font-family: verdana,arial,sans serif,helvetica;
}

body, td {
	font-size: 0.82em;
}

a, a:hover {
	text-decoration: underline;
	color: #325fc9;
}

a:visited {
	text-decoration: underline;
	color: #325fc9;
	qcolor: black;
}

#header{
	margin: 0;
	padding: 0;
	width: expression(document.body.clientWidth>960?"960px":document.body.clientWidth+"px");
	max-width: 960px;
}

table {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
}

#frame{
	margin: 0;
	padding: 0;
	border: #666666 1px solid;
	border-width: 0 1px 1px 0;
	background-color: white;

	background-position: 0 0;
	background-image: url(images/layout/3-back.png);
	background-repeat: repeat-x;

	min-height: 350px;
	width: expression(document.body.clientWidth>960?"960px":document.body.clientWidth+"px");
	max-width: 960px;
}

#content{
	background-position: 0 0;
	background-image: url(images/layout/pianoback.jpg);
	background-repeat: no-repeat;
	padding: 22px 56px 0 26px;	
}


h1{
	margin-top: 0.8em;
	margin-bottom: 0.0em;
	margin-left: -2px;
	font-size: 1.6em;
	qcolor: black;
	qcolor: #325fc9;
	color: #881100;
	white-space: nowrap;
	
	font-family:verdana,arial,lucida grande,sans serif,helvetica;

	qmargin-top: 0.5em;
	qfont-family:tahoma,arial,lucida grande,sans serif,helvetica;
    qfont-size: 1.8em;
	qfont-weight:bold;
}

h2{
    font-family: verdana,arial,sans serif,helvetica;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
	color: black;
	qcolor: #325fc9;
	white-space: nowrap;
}

.signunused{
	font-size: 0.8em;
	text-align: right;
	qborder: solid #325fc9;
	border: solid red;
	border-width: 0 8px 0 0;
	padding-right: 4px;
}

.sign{
	text-align: right;
	padding-right: 4px;
	color: #881100;
}


.threecol {
	border-collapse: collapse;
	width: expression(document.body.clientWidth>960?"848px":document.body.clientWidth-112+"px");
	max-width: 848px;
}

.threecol td{
	vertical-align: top;
	padding: 1em;
	width: 33%;
}

.threecol td img{
	margin: 0 8px 4px 0;
}

.bluedark {
	background-position: 0 0;
	background-image: url(bluedark.jpg);
	background-repeat: repeat-x;
	background-color: #e8eefe;
}

.blue {
	background-position: 0 0;
	background-image: url(blue.jpg);
	background-repeat: repeat-x;
	background-color: #e8eefe;
}

.bluelight {
	background-position: 0 0;
	background-color: #e8eefe;
}

.pad {
	padding: 1em;
	margin: 0;
}

.pad0 {
	padding: 4px;
	margin: 0;
}

#footer{
	padding: 0px 56px 20px 26px;
	margin: 0;
	font-size: 9px;
	color: gray;
}

#footer img {
	margin: 0 8px 0 0;
}

.topborder {
	border: solid #325fc9;
	border-width: 1px 0 0 0;
	padding-top: 5px;
}

#searchform {
	margin-top: 6px;
	font-size: 12px;
	line-height: 16px;
	color: #e9f3fe;
	text-align: right;
}

#topmenu {
	font-family: verdana,tahoma,lucida Grande,sans serif,helvetica;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	text-decoration: none;
	position:relative;top:-19;
    display:block;
    height:50px;
    margin-bottom:-50px;
	width: expression(document.body.clientWidth>960?"960px":document.body.clientWidth+"px");
	max-width: 960px;
}

.menu0 a, .menu0 a:visited, .menu0 a:hover{
	margin: 6px 0 6px 6px;
	padding: 0px 2px 1px 2px;
	color: #d3e8fe;
	text-decoration: none;
}

.menu1 a, .menu1 a:visited, .menu1 a:hover {
	margin: 6px 0 6px 6px;
	padding: 0px 4px 1px 4px;
	color: #2e59bd;
	background-color: #d3e8fe;
	text-decoration: none;
}

.menu0 a:hover{
	text-decoration: underline;
}

.newssummary a, .newssummary a:visited, .newssummary a:hover {
	text-decoration: none;
	font-size: 12px;
	color: black;
	padding: 5px;
}

.newssummary a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: black;
	padding: 5px;
}

.mid {
	vertical-align: middle;
	margin-right: 2px;
}




#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 100%;
	height: 100%;
	background: transparent url(images/screenshots/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(images/screenshots/prevlabel.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url(images/screenshots/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#cookiesDialog_wrap
{
    font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size:10px;
	position: fixed;
	top: 10px;
	right: 50px;
	width: 300px;
	display: none;
}

#cookiesDialog
{
	margin: 3px auto;
	width: 300px;
	background: #0A389E;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	opacity: 0.8;
	border-radius: 5px;
	text-align: center;
	padding: 10px 20px 10px 20px;
	box-shadow: 0 0 15px #fff;
	position: relative;
	z-index: 99;
}
#cookiesDialog .close
{
	position: absolute;
	top: 7px;
	right: 7px;		
}

#cookiesDialog p
{
	color: #fff;
	font-size: 13px;
	text-shadow: 0 0 2px #000;
}

#cookiesDialog a
{
	color: #fff;
	text-decoration: underline;
}

#cookiesDialog a:hover
{
	text-decoration: none;
}
	
