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;}
p {line-height: 2em;}
a {color:#a7a9ac; text-decoration: none;}
a:hover, a:active { color:#999999; text-decoration: underline;}
a:visited { color:#a7a9ac; text-decoration: none;}
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;}




#Info 
{
}

#Content 
{
	overflow: auto;
}

#Main 
{
	display: inline;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
	width: 490px;
}

#Side 
{
	display: inline;
	float: left;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
	width: 200px;
}

#Side h2 
{
	color: #999999;
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
}

#Side ul 
{
	list-style: none !important;
	margin: 0;
	padding: 0;
	width: 200px;
}

#Side ul li 
{
    list-style: none !important;
}

#Side ul ul 
{
	background-color: #ffffff;
	border-top: 1px solid #999999;
	margin: 5px 0 15px 0;
	list-style: none !important;
}

#Side ul ul li 
{
	/*border-bottom: 1px solid #999999;*/
}

#Side ul ul li a 
{
	display: block;
	padding: 2px 2px 0px 10px;
	text-decoration: none;
	width: 188px;
} 

#Side ul ul li a:link, #Side ul ul li a:active, #Side ul ul li a:visited 
{
	background-color: #ffffff;
	color: #999999;
}

#Side ul ul li a:hover 
{
	background-color:#FFFFFF;
	color: #999999;
}

.Title 
{
	color: #000000;
	margin-top: 5px;
}


.Title h1 
{
/*
    color: #000000;
	font-size: 1.2em;*/
	margin: 0;
	padding: 0;
	font-size: 1.5em; margin-top: 15px; color: #666666;
}

.Title h2,  .Title h3
{
	color: #999999;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
	padding-bottom: 10px;
}

.Title a:link {color: #999999; text-decoration:none;}
.Title a:visited {color: #999999; text-decoration:none;}
.Title a:hover {color: #666666; text-decoration:underline;}

.ArticleInfo 
{
	background-color: #ffffff;
	border: 1px solid #999999;
	color: #999999;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
}

.ArticleInfo a
{
}

.ArticleInfo a:link {color: #a7a9ac; border: 0; text-decoration: none; padding:0;}
.ArticleInfo a:visited {color: #a7a9ac; border: 0; text-decoration: none; padding:0;}
.ArticleInfo a:hover {color: #666666; border: 0; text-decoration: underline; padding:0;}

.ArticleContent 
{
	color: #000000;
	font-weight: normal;
	text-align: justify;
}

.ArticleContent a
{
}

.ArticleContent a:link {color: #a7a9ac; text-decoration:none;}
.ArticleContent a:visited {color: #a7a9ac; text-decoration:none;}
.ArticleContent a:hover {color: #000000; text-decoration:underline;}

.ArticleContent p 
{
	padding-bottom: 10px;
}


.CommentBox 
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-bottom: 15px;
	padding: 10px;
}

.CommentUser 
{
	color: #000000;
	text-align: left;
	text-decoration: none;
}

.CommentInfo 
{
	color: #000000;
	text-align: left;
	text-decoration: none;
}

.CommentContent 
{
	color: #000000;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
}

.CommentNumber 
{
	float:right;
	color:#999999;
}

.Button 
{
	background-color: #cccccc;
	border: 1px solid #999999;
	color: #000000;
	cursor: pointer;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
}

.Textarea 
{
	background: #FFFFFF;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}

.imageCredit 
{
    font-size: .9em;
    line-height:normal;
    }