/* BASIC TAGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: Arial, Verdana;
	font-weight: bold;	
}

h1 {
	font-size: 14px;
	padding-bottom: 5px;
	color: #222222;
}

h2 {
	font-size: 13px;
	letter-spacing: 1px;
}

h3 {
	font-size: 13px;
	padding-bottom: 5px;
}

h4 {
	font-size: 20px;
	color: #000000;
}

h5 {
	font-size: 18px;
	color: #000000;
	font-style: italic;
}

h6 {
	font-size: 15px;
	color: #000000;
}

p {
	line-height: 1.4em;
	margin: 0;
}

a {
	text-decoration: none;
	color: #222222;
}

a:visited, a:active {
	color: #222222;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

body {
	background-color: #ffffff;
	margin: 0;	
	font-size: 13px;
	font-family: Arial, Verdana;
	color: #000000;
	text-align: center;
}

td {
	vertical-align: top;
}

/* HEADER */

.headerImage {
	vertical-align: bottom;
	border: none;
}

/* LAYOUT */

.content {
	max-width: 1000px;
	width: expression(this.width > 999 ? 1000: auto);
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: solid 1px #222222;
}

.tableLayout {
	border-collapse: separate;
	border-spacing: 0px;
	border: none;
}

.colLayout1 {
	background: #222222;
	border-left: solid 1px #000000;
}

.sidebar {
	width: 200px;
	padding-top: 10px;
	padding-left: 10px;	
}

.page {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	min-height: 450px;
}

/* SIDEBAR */

.sidebar h2, .sidebar p {
	color: #ffffff;
}

.sidebar a {
	text-decoration: none;
	color: #bbbbbb;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #bbbbbb;
}

.imgArtist {
	height: 80px;
	width: 80px;	
}

.sideArtist {
	width: 100px;
}

.imgThumbnail {
	width: 80px;
	height: 80px;
	padding: 0;
	margin: 0;
	border: solid 1px #222222; }

/* HOME */

.sideHome p, .sideHome a {
	font-size: 12px;
}

.pgHome {
	margin-left: 10px;
}

.curExhibit {
	max-width: 700px;
	max-height: 450px;
	border: none;
}

/* ABOUT */

.sideAbout {
	line-height: 1.4em;
	font-size: 13px;
	margin: 0;	
}

.pageAbout {
	max-width: 700px;
}

/* EXHIBITIONS */

.largeThumbnail {
	width: 190px;
	padding-bottom: 10px;
}

.imgLargeThumb {
	height: 150px;
	width: 150px;
}

/* EXHIBITION */

.infoExhibition {
	width: 400px;
}

.artistDetails {
	width: 390px;
	padding: 5px;
	background: #222222;
	color: #ffffff;
}

.artistDetails a {
	color: #ffffff;
}

.imagesExhibition {
	padding-left: 10px;
}

.redtext {
	font-weight: bold;
	color: #cc0000;
}

.exhibitMenuTop {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	width: 183px;
	border-bottom: solid 1px #ffffff;
}

.exhibitMenuItem {
	font-size: 13px;
	background: #222222;
	width: 184px;
	padding: 3px 5px 3px 5px;	
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

/* LIGHTBOX */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100; 
	text-align: center; 
	line-height: 0; }

#lightbox img {
	width: auto; 
	height: auto; }

#lightbox a img {
	border: none; }

#outerImageContainer {
	position: relative; 
	background-color: #ffffff; 
	top: -50px;	
	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: 25%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block; }
	
#prevLink {
	left: 0; 
	float: left;
	background: url(../Images/prevlabel.gif) left 15% no-repeat; }
	
#nextLink {
	right: 0; 
	float: right; 
	background: url(../Images/nextlabel.gif) right 15% no-repeat; }
	
#imageDataContainer {
	position: relative;
	top: -50px;
	font: 10px Helvetica, Arial Narrow, Verdana, Arial;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #222222; }

/* FOOTER */

.footer {	
	clear: both;	
	height: 75px;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	background-color: #ffffff;
	font-size: 11px;
}

.footer a:hover {
	color: #666666;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 11px;
}