/* Global
****************************************************/
body {
font-family:Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
background-color:#FFFFFF;
color: #555555;
padding:10px 0px 0px 0px;
margin:0px;
}
h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:2.6em;
padding:0;
margin:0;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
}

h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
padding:10px 0px 0px 0px;
margin:0px;
}
h5 {
font-size:1.0em;
padding:0px;
margin:0px;
}
h6 {
padding:0;
margin:0;
font-size:1.0em;
text-transform:uppercase;
}
hr {
padding:0;
margin:0;
}
p {
text-align:justify;
}


/* Wrappers
****************************************************/
#wrapper {
width:914px;
margin:0 auto;
min-height:525px;
background:#eaebeb url(../images/structure/wrapper-bkg.gif) top repeat-y;
text-align:left;
}
#leftpane, #rightpane {
width:152px;
padding:40px 10px 10px 10px;
background-color:#eaebeb;
}
#leftpane {
float:left;
}
#rightpane {
float:right;
}
#centerpane {
width:570px;
margin:0px 172px 0px 172px;
}
	#centerpanetext, #centerpanemap {
	padding:20px;
	}
	#centerpanemap {
	background:url(../images/map.gif) top no-repeat;
	min-height:420px;
	}


/* layout blocks
****************************************************/
.greyoulineblock {
border:#eaebeb 2px solid;
padding:0px 20px 20px 20px;
margin-bottom:12px;
}
.greyblock {
background-color:#eaebeb;
padding:0px 20px 20px 20px;
margin-bottom:12px;
}
.exhibitionlist {
display:block;
padding:10px 0px 0px 0px;
height:110px;
border-top:#999999 3px dotted;
}
.newslist {
display:block;
padding:10px 0px 10px 0px;
border-top:#999999 3px dotted;
}
.homepagelogo {
margin-top:150px;
}

/* Image policy
****************************************************/
img {
border:0px;
}
img.styled {
border: 1px solid #A0A0A0;
}
img.thumbnail {
float:left;
padding:12px 16px 0px 0px;
}
img.display {
margin:0px 12px 0px 0px;
max-height:220px;
max-width:400px;
overflow:hidden;
}
#shrinkwrap {
height:40px;
overflow:hidden;
}
.shrinkwrap2 { /* For exhibition listings pages */
float:right;
width:200px;
overflow:hidden;
}
.shrinkwrap2 img {
height:100px;
}

/* Link policy
****************************************************/
a {
color:#6c6e70;
text-decoration:none;
font-weight:bold;
}
a:hover {
text-decoration:underline;
}
a.artist-name {
display:block;
font-weight:normal;
font-size:1.2em;
color:#929292;
}

/* Table policy
****************************************************/
table.displayartwork {
margin:40px 0px 12px 0px;
}
td {
vertical-align:top;
}
td.bottom {
vertical-align:bottom;
}
#admin th {
background-color:#6c6e70;
color:#FFFFFF;
font-weight:bold;
padding:4px;
}
#admin td {
border-bottom:#6c6e70 1px solid;
padding:4px;
}

/* Form policy
****************************************************/
textarea {
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}
input {
border:1px #666666 solid;
background-color:#FFFFFF;
}


/* Menu - Top
****************************************************/
#menuwrapper {
width:914px;
height:53px;
background-color:#d0d0d0;
text-align:center;
}
#menu {
width:570px;
height:53px;
margin:0 auto;
}

/* Menu - Left
****************************************************/
#menu-top {
text-transform:uppercase;
text-align:right
}
#menu-top a {
display:block;
padding-bottom:10px;
font-weight:normal;
color:#a0a0a0;
}
#menu-top a.selected {
color:#646464;
}

#menu-bottom {
padding-top:50px;
text-transform:uppercase;
text-align:right
}
#menu-bottom a {
display:block;
font-weight:normal;
color:#a0a0a0;
}
#menu-bottom a.selected {
color:#646464;
}


#menu-exhibitions {
text-align:right;
}
#menu-administration {
text-align:right;
}
#menu-artists {
text-align:right;
}

/* Artist
****************************************************/
.alphabet {
font-size:1.2em;
font-weight:bold;
margin-bottom:0px;
}
.name {
text-transform:uppercase;
}
#artist-details {
text-align:right;
padding:2px 12px 0px 0px;
}
#artwork-details {
}


/* Footer
****************************************************/
#footerwrapper {
clear:both;
width:914px;
height:20px;
text-align:left;
margin:0 auto;
background-color:#eaebeb;
padding:30px 0px 30px 0px;
}
#footer {
width:560px;
height:16px;
padding:4px 4px 3px 6px;
margin:0 auto;
color:#FFFFFF;
background-color:#6c6e70;
}

/*
body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	line-height: 14px;
	font-size: 9px;
	color: #555555;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 5px;	
}
.menutext {
	line-height: 14px;
	font-size: 9px;
	color: #646464;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;	
}
.maintext {
	line-height: 14px;
	font-size: 9px;
	color: #555555;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 5px;	
}
.form {
	line-height: 14px;
	font-size: 9px;
	color: #555555;
	font-weight: normal;
	letter-spacing: 1px;
	padding-right: 10px;
}
.future_past {
	line-height: 14px;
	font-size: 9px;
	color: #555555;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;	
}
.dates {
	line-height: 14px;
	font-size: 10px;
	color: #555555;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 5px;	
}
li {
	font-size: 9px;
	line-height: 14px;
	color: #555555;
}
.error {
	font-size: 9px;
	line-height: 20px;
	color: #555555;
	font-weight: bolder;
	padding-left: 5px;
}
.heading {
	font-size: 24px;
	color: #555555;
	font-weight: bold;
	padding-left: 10px;
	letter-spacing: 2px;
	padding-top: 2px;
}
.caption {
	line-height: 14px;
	font-size: 8px;
	color: #555555;
	font-weight: normal;
	padding-right: 15px;	
}
.caption1 {
	line-height: 14px;
	font-size: 8px;
	color: #555555;
	font-weight: normal;
	padding-left: 15px;	
}

/********** MISC STYLES **********
img {
	border: 0px;
}

img.styled {
	border: 1px solid #A0A0A0;

}
.styled {
	padding-top: 4.5px;
	padding-bottom: 4.5px;
	padding-left: 4.5px;
	padding-right: 4.5px;
	margin: 0px;
}

div.hr {
	height: 2px;
	background: #fff url(../images/line.gif) no-repeat scroll center;
}
div.hr hr {
	display: none;
}

.hr_line {
	padding-top: 18px;
	padding-bottom: 6.5px;
}
h1,h2,h3 {
	font-size: 24px;
	color: #555555;
	font-weight: bold;
	padding-left: 10px;
	letter-spacing: 2px;
	padding-top: 22px;

}
legend {
	line-height: 14px;
	font-size: 9px;
	color: #555555;
	font-weight: bold;

}
/********** LINK STYLES **********
a:link {
	color: #646464;
	text-decoration: none;
}
a:visited {
	color: #646464;
	text-decoration: none;
}
a:hover {
	color: #646464;
	text-decoration: underline;
}
a:active {
	color: #646464;
	text-decoration: none;
}

a.left_nav_lower:link {
	color: #646464;
	text-decoration: none;
	padding-right: 15px;
	font-size: 8px;
}
a.left_nav_lower:visited {
	color: #A0A0A0;
	text-decoration: none;
	padding-right: 15px;
	font-size: 8px;
}
a.left_nav_lower:hover {
	color: #646464;
	text-decoration: none;
	padding-right: 15px;
	font-size: 8px;
}
a.left_nav_lower:active {
	color: #646464;
	text-decoration: none;
	padding-right: 15px;
	font-size: 8px;
}
*/
