@import "content.css";

.hideInPrint{
	display: none;
}

/* n */
html, body{
	width: auto;
	height: auto;
	min-height: none;
	margin: 0;
	text-align: left;
}

body{
	background-image: none;
	background: white;	
}

html>body{height:auto;}

/* */
#siteContainer{
	margin: 0;
	width: 95%;
	height: 100%;
}

#contentPageContainer{
	background-color: #ffffff;
}

#lftContainer{
	float: none;
	width: 95%;
	background-color: #ffffff;
}

div.itemBoxContainer{
	background-image: none;
	background-color: #ffffff;
}

a.archiveSelectYear, a.archiveSelectYear:link, a.archiveSelectYear:visited{
	background-image: none;
}

a.archiveSelectYear:hover, a.archiveSelectYear:visited:hover{
	background-image: none;
}

/*********************************** Content.css ***********************************/

/* Tables */

table.defaultTable{
	position:relative;
	width:95%;
}

table.defaultTable th, tr.headingRow td, tr.headingRow th{
	background-image: none;
	color:#333;
}

table.defaultTable th a, 
table.defaultTable th a:link, 
table.defaultTable th a:visited,
table.defaultTable thead a,
table.defaultTable thead a:link,
table.defaultTable thead a:visited{
	color:#333;
}

.lainaus{
	background-image: none;
}

/* Templates */
 
/* two-column-template container */
.tplTwoCols{
	width: 95%;
}

.tplTwoCols TD.tplMainCol{
	padding: 10px;
}

/* main column outer element (for site only) */
.tplTwoCols DIV.tplMainColWrapper{
	float: left;
	width: 60%;
}

/* sub column (inner element) */
.tplTwoCols .tplSubCol{
	padding: 0 0 0 20px;
	margin: 0px;
}

/* sub column outer element (for site only) */
.tplTwoCols DIV.tplSubColWrapper{
	float: left;
	width: 30%;
	overflow: visible;
}

/* one-column-template container */
.tplOneCol{
	width: 95%;
	overflow: visible;
}

/* main column (inner element) */
.tplOneCol .tplMainCol{
	padding: 5px 20px 25px 25px;
}

.tplOneCol TD.tplMainCol{
	padding: 10px 5px;
}

/* main column outer element (for site only) */
.tplOneCol DIV.tplMainColWrapper{
	width: 100%;
    overflow: visible;
}

/* Lifts */

.tplMpBlockLift .tplMpBlockLiftContentWrapper{
	background-image: none;
}

.tplBlockLift{
	width: 100%;
}

.tplBlockLift .tplBlockLiftContentWrapper{
	background-image: none;
}

.tplFloatLift .tplFloatLiftContentWrapper{
	background-image: none;
}

a.bulletLink:hover, a.backLink:hover, a.forwardLink:hover, a.pdfLink:hover, a.pptLink:hover, a.txtLink:hover, a.docLink:hover, a.imageLink:hover, a.xlsLink:hover,
a.bulletLink:visited:hover, a.backLink:visited:hover, a.forwardLink:visited:hover, a.pdfLink:visited:hover, a.pptLink:visited:hover, a.txtLink:visited:hover, a.docLink:visited:hover, a.imageLink:visited:hover, a.xlsLink:visited:hover{
	text-decoration: underline;
}

a.bulletLink, a.backLink, a.forwardLink, a.pdfLink, a.pptLink, a.txtLink, a.docLink, a.imageLink, a.xlsLink,
a.bulletLink:link, a.backLink:link, a.forwardLink:link, a.pdfLink:link, a.pptLink:link, a.txtLink:link, a.docLink:link, a.imageLink:link, a.xlsLink:link,
a.bulletLink:visited, a.backLink:visited, a.forwardLink:visited, a.pdfLink:visited, a.pptLink:visited, a.txtLink:visited, a.docLink:visited, a.imageLink:visited, a.xlsLink:visited{
	margin-left: 0;
	padding-left: 0;
}

a.bulletLink, a.bulletLink:link, a.bulletLink:visited{
	background-image: none;
}

.galleryButtons a, .galleryButtons a:link, .galleryButtons a:visited{
	color: #333;
}

.fb_title_large{
	background-image: none;
}
