﻿body, html {height: 100%; width: 100%; margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
#outer {height: 100%; width: 100%; margin: 0px; padding: 0px; overflow: visible;} /* or without overflow */
/*#outer {height: 550px; overflow: hidden; position: relative;}*/
#outer[id] {display: table; position: static;}
		
#middle {position: absolute; top: 50%; width: 100%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
#inner {position: relative; top: -50%; width: 765px; margin-left: auto; margin-right: auto;} /* for explorer only */
/* optional:#inner[id] {position: static;}  */

/* INNER PAGES */
#outer_innerpg {height: 100%; width: 100%; margin: 0px; padding: 0px; overflow: visible;} /* or without overflow */
#outer_innerpg[id] {display: table; position: static;}

#middle_innerpg {position: absolute;  width: 100%;} /* for explorer only*/
#middle_innerpg[id] {display: table-cell; vertical-align: top; position: static;}
		
#inner_innerpg {position: relative; top: 50px; height: 100%; width: 765px; margin-left: auto; margin-right: auto;} /* for explorer only */


		
/* just format */
div.Border {border: 0px solid black; background-color: white;}
.center {display: block; margin-left: auto; margin-right: auto;}
#menu, #footer {text-align:center; color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
#menu {margin-bottom: 20px;}
#menu a {color:#000000; text-decoration: none;}
#menu a:hover, #menu a:active { color:#999999; text-decoration: underline;}
#menu a:visited { color:#000000;}
#footer {margin-top: 50px;}
#footer p {margin-top:10px; color: #999999;}
h1 {text-align: center; font-size: 1.3em; color: Black; letter-spacing: 10px;}
p {line-height: 2em;}
a {color:#5360db; text-decoration: none;}
a:hover, a:active { color:#bec0cf; text-decoration: underline;}
a:visited { color:#5360db;}
li {list-style-type:square; padding-bottom: 10px;}
img.header {margin-top: 25px;}
.formLabel {text-align:right; font-weight: bold;}
.resultsLabel {color:Red; font-weight: bold;}

.exhibition_title {font-size: 1.5em; color: Black; text-transform:uppercase; margin-top: 25px; color: #999999; line-height: 1.4em;}
.exhibition_location {font-weight: bold; line-height: 1.4em;}
.exhibition_description {margin-bottom: 5px; line-height: 1.4em;}
.exhibition_date {font-style:italic; line-height: 1.4em;}