﻿/* Exhibition CSS */
a {
    color:#0ab0f0;
}

#main {
	float:left;
	width:675px;
	border-left:1px dotted #999999;
	padding:0px 0px 0px 31px;
	color:#0ab0f0;
	margin:0px 0px 0px 11px;

}
#main h1 {
	font-weight:normal;
	width:485px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#0ab0f0;
}

#main h3 {
	font-weight:normal;
	width:485px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#2461a5;
	font-size: 18px;
}

#image a {
	display: block;
    margin: 24px auto auto auto; 
	text-align: center;
	align: bottom;
}

.image {
	width:100px;
	height: 140px;
	text-align: center;
	float:left;
	margin:10px 10px 0px 0px;
	font-size: 10px;
}

.image a{

	text-align: center;



}

.image2 {
	width:100px;
	height: 125px;
	text-align: center bottom;
	align: bottom;
	float:left;
	margin:34px 10px 0px 0px;
	font-size: 10px;
}
.lineright {
	border-right:1px dotted #999999;
	margin:10px 20px 0px 0px;
}
.imageright {
	margin:10px 0px 0px 0px;
}

#copyarea {
	float:left;
	width:675px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
}


	
#copyarea h1 {
	width:675px;
	font-size:20px;
	color:#2461a5;
}

#copyarea h2 a{
	width:675px;
	font-size:15px;
	color:#2461a5;
	padding: 0;
	margin: 0;
}

#copyarea p {
	margin:5px 0px 0px 0px;
	font-size:12px;
}

#copyarea .bold {
	font-weight: bold;
}
	
#copyarea ul {
	padding: 0px;
	margin: 0px;
	list-style:disc;
}

#copyarea ul li ul li{

	margin: 0px 0px 0px 34px;
	list-style:disc;
}

#copyarea li {
	list-style:none;
	font-size:11px;
	padding:0px;
	margin:0px 0px 0px 17px;
	color:#000000;

}
.shaded {
	background-color: #99ffff;
}

.techitem {
    border-bottom:1px solid #0ab0f0;
    clear:left;
}
.techcol {
	width:125px;
	float:left;
	margin:0px 0px 0px 0px;
    padding-right:5px;
}
.techcol p {
	color:#000000;
	font-size:11px;
	overflow:visible;
	padding:0px 0px 2px 3px;
	margin:1px 0px 0px 0px;
}
.widecol {
    width:150px;
}
.widecol p {
	font-weight:bold;
}
.widecolgrey {
    width:150px;
}
.widecolgrey p {
    width:150px;
    color:#999999;
}
.widecolgrey a {
    width:150px;
    color:#999999;
}
.wider {
	width:340px;
	margin-right:20px;
}
.datecol {
	width:100%;
	background-color:#eafaf8;
	border-bottom:0px;
	border-top:1px solid #0ab0f0;
	margin-top:10px;
}
.datecell p {
	font-size:14px;
	color:#0ab0f0;
	font-weight:normal;
	padding-top:0px;
}
.titlecol p {
	font-size:14px;
	color:#0ab0f0;
	font-weight:bold;
	padding-top:5px;
}
.formitem {
    clear:left;
}
.formleftcolumn {
	width:110px;
	float:left;
    padding-left:5px;
    text-align:right;
}
.formrightcolumn {
	width:375px;
	float:left;
    padding-left:5px;
    text-align:left;
}
input {
    font-size:10px;
}

#sidebar {
	width:153px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 9px;
}
#sidebar a {
	display:block;
	width:130px;
	background:url(../images/more_arrow_small_blue_17px.gif) left top no-repeat;
	border-bottom:1px solid #0ab0f0;
	text-decoration:none;
	font-size:12px;
	color:#0ab0f0;
	padding:3px 0px 4px 17px;
}
#sidebar a:hover {
	background-color:#e4ddeb;
	color:#3399ff;
	font-weight:normal;
}

#subnav {
	width:144px;
	background-color:#dddfef;
	padding:10px 0px 10px 4px;
}
#subnav a {
	width:140;
	display:block;
	border-bottom:1px solid #666666;
	text-decoration:none;
	color:#2461a5;
	font-size:10px;
	padding:2px 0px 2px 17px;
	background:url(../images/more_arrow_small_blue.gif) left no-repeat;
	font-weight:bold;
}
#subnav a:hover {
	background-color:#FFFFFF;
}
a:hover {
	background-color:#e4ddeb;
	color:#3399ff;
}
.goback {
	width:100% -20px;;
	display:block;
	height:17px;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-align:right;
	margin:10px 0px 0px 0px;
	text-decoration:none;
	background:url(../images/more_arrow_small_back.gif) right no-repeat #0ab0f0;
	padding:0px 30px 0px 12px;
}

/* New Exhibition CSS */

table.Exhibitions
{
	width:100%;
	padding:0px;
	margin:0px;
	margin-top:30px;
	border-width:1px;
	border-style:solid;
	border-color:#70D0F6;
	border-collapse:collapse;
	font-size:12px;
}

table.Exhibitions caption
{
	padding-bottom:10px;
	text-align:left;
	vertical-align:bottom;
	font-size:18px;
	font-weight:bold;
}

table.Exhibitions col.Date
{
	width:150px;
}

table.Exhibitions col.Location
{
	width:150px;
}

table.Exhibitions a
{
	color:inherit;
	font-weight:bold;
	text-decoration:none;
}

table.Exhibitions a:hover
{
	background-color:transparent;
	text-decoration:underline;
}

table.Exhibitions tr
{
	padding:0px;
	margin:0px;
	border-width:0px;
}

table.Exhibitions td
{
	padding:5px;
	padding-right:20px;
	margin:0px;
	border-width:1px;
	border-style:solid;
	border-color:#70D0F6;
	text-align:left;
	vertical-align:top;
}

table.Exhibitions thead th
{
	height:26px;
	padding-left:5px;
	margin:0px;
	border-width:1px;
	border-style:solid;
	border-color:#70D0F6;
	background-color:#00ADEF;
	background-image:url('../themes/vitalograph/TableHeaderBackground.png');
	background-position:top left;
	background-repeat:repeat-x;
	text-align:left;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

table.PresentExhibitions tr:hover
{
	background-color:#F1FAFE;
}

table.PastExhibitions td
{
	color:#AFAFD4;
}

























	