body
{
	background-color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #000000;
	text-align: center;
}

table
{
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
}

/* TODO - re-do these and determine where they're used */
h1
{
	color: #000000;
	font-size: 20px;
	margin: 0;
	margin-bottom: 3px;
}

h2
{
	font-size: 14px;
	margin: 0;
}

h4
{
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	margin: 0;
}

a
{
	color: #0033bb;	
}

a:hover
{
	color: #990000;
}

a img
{
	border: 0;
}

textarea
{
	font-family: Arial, Verdana, Sans-Serif;
}

.SiteLogo
{
	color: #F9CE05;
	font-size: 30px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.SiteHeader
{  
	text-align: left;
	height: 62px;
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	padding-bottom: 2px;
	background-color: #B5B5B5;
	background-image: url('/Images/SiteHeaderRepeater2.gif');
	background-repeat: repeat-x;
}

.SiteBody
{
	text-align: left;
	min-height: 400px;
	margin-top: 1px;
	width: 760px;
	margin: 1px auto 0 auto;
	padding: 10px;
	padding-bottom: 60px;
	background-color: #ccc;
	position: relative;
}

* html .SiteBody {
    height: 400px; /* for IE5 and IE6 in quirks mode */
    h\eight: 400px; /* for IE6 in standards mode */
}
  
* html .SiteBodyTop {
    height: 100px; /* for IE5 and IE6 in quirks mode */
    h\eight: 100px; /* for IE6 in standards mode */
}
  
* html .SiteBodyBottom {
    height: 300px; /* for IE5 and IE6 in quirks mode */
    h\eight: 300px; /* for IE6 in standards mode */
}

.SiteBodyTop
{
	min-height: 100px;
	padding-bottom: 10px;
}

.SiteBodyBottom
{
	min-height: 300px;
	padding-bottom: 10px;
}

.Menu
{
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	clear: both;
}

.MenuItem
{
	float: left;
	padding-right: 40px;
	color: #000000;
}

.MenuItem a
{
	color: #000000;
	text-decoration: none;
}

.MenuItem a:hover
{
	color: #990000;
}

 .Menu .Selected a
{
	color: #990000;
}

.SiteFooter
{
	width: 760px;
	margin: 10px auto 0 auto;
	font-size: 10px;
	color: #888888;
	text-align: center;
}

.ContactDetails
{
    background-color: #d0d0d0;
	position: absolute;
	bottom: 10px;
	color: #888888;
	font-size:10px;
	clear: both;
	border: solid 1px #ffffff;
	padding: 5px;
	padding-left: 10px;
	padding-right: 20px;
}

.GalleryPreview
{
	width:33%; 
	float: left;
}

.GalleryPreview .ImageTitle
{
	width: 100%;
}

.GalleryPreview .GalleryTitle
{
    display: block;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	margin-bottom: 2px;
	text-decoration: none;
	color: #000000;
}

.GalleryPreview a:hover
{
	color: #990000;
}

.GalleryPreview img
{
	height: 200px;
	border: 0;
}

.PictureDetailBox
{
	float: left;
	width: 25%;
}

.PictureDetailBox h1
{
    font-size: 20px;
    margin-bottom: 16px;
}

.PictureDetail
{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin-right: 25%;
}

.Picture
{
    width: 50%;
	float: left;
	text-align: center;
}

.Picture img
{
	height: 400px;
	display: block;
	margin: 0 auto;
}

* html .Thumb {
    width: 100px; /* for IE5 and IE6 in quirks mode */
    w\idth: 100px; /* for IE6 in standards mode */
}

.Thumb
{
    min-width: 100px;
    float: left;
	margin: 10px;
	margin-bottom: 5px;
	padding: 2px;
	font-size: .8em;
	white-space: nowrap;
}

.Thumb .Title
{
	width: 100%;
	white-space: nowrap;
    text-decoration: none;
	color: #000000;
}

.Thumb a:hover
{
	color: #990000;
}

.Thumb img
{
	border: 0;
}


.ExhibitionListingHeader
{
	margin-top: 10px;
	width: 90%;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom: solid 1px #ffffff;
}

.ExhibitionListing
{
	width: 90%;
}

.ExhibitionListing .Name
{
	width: 35%;
}

.ExhibitionListing .Gallery
{
	width: 25%;
}

.ExhibitionListing .Location
{
	width: 15%;
}

.ExhibitionListing .Year
{
	width: 5%;
}

.AdminListItemBox
{
	position: relative;
	width: 500px;
	height: 90px;
	border: solid 1px #ffffff;
	margin-bottom: 10px;
	clear: both;	
}

.AdminListItemIconBox
{
	border-right: solid 1px #ffffff;
	background-color: #B5B5B5;
	width: 80px;
	float: left;
	height: 100%;
}

.AdminListItemIconBox img
{
	margin-top: 10px;
	margin-left: 5px;
	height: 70px;
	width: 70px;
}


.AdminListItemMainBox
{
	width: 310px;
	float: left;
	padding: 5px;
	height: 65px;
	overflow: hidden;
}

.AdminListItemMainBox .PictureDetailBox
{
	position: absolute;
	bottom: 0;
	float: none;
	width: 100%;
	font-size: 10px;
}

.AdminListItemMainBox .PictureDetailBox .MissingDetail
{
	font-weight: bold;
	display: inline;
	width: 40px;
	padding: 0 25px 0 25px;
	background-color: #ff0000;
	text-align: center;
}

.AdminEditButton
{
	float: right;
	margin: 5px;
	margin-bottom: 0;
}

.AdminEditButton img
{
	vertical-align: middle;
	margin-right: 3px;
}

.AdminEditButton
{
	text-decoration: none;
}

.AdminPictureEditForm
{
	float: left;
	width: 90%;
}

.AdminPictureDetailsForm
{
	width: 55%;
	float: left;
	border: none;
}

.AdminPictureDetailsForm .ts-Row .ts-Field input, 
.AdminPictureDetailsForm .ts-Row .ts-Field textarea
{
	width: 93%;
}

.AdminPictureForm
{
	width: 44%;
	float: left;
	border: none;
}

.AdminEditPicture, .AdminEditThumbnail
{
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	color: #666666;
}

.AdminEditPicture img, .AdminEditThumbnail img
{
	border: solid 1px #ffffff;
	margin-top: 2px;
	background-color: #e0e0e0;
}

.AdminEditPicture a, .AdminEditThumbnail a
{
	text-decoration: none;
}

.ts-Form
{
	border-color: #ffffff;
}

.ts-Form .ts-HeaderRow
{
	color: #000000;
	background-color: #F9CE05;
	border-bottom-color: #ffffff;
}

.ts-Form .ts-ButtonRow
{
	border-top-color: #ffffff;
}

.ts-LoginForm
{
	left: 200px;
	top: 50px;
}

.ImageUploadBody
{
	width: auto;
	margin: 10px;
	background-color: #ccc;
}

.ImageUploadBody .ts-Form
{
	width: 100%;
}

.ImageUploadBody .ts-Form .ts-Row input
{
	margin-left: 10px;
	width: 92%;
}

.ImageUploadBody .ts-Form .ts-ButtonRow input
{
	width: 60px;
}

.ImageUploadBody .ts-Form .ts-Row img
{
	margin-left: 30px;
}

.ImageUploadBody .ts-Form .ts-Row span
{
	margin-left: 10px;
}

.ts-BreadCrumbTrail
{
	float: left;
}

.Logout
{
	top: -10px;
	position: relative;
	float: right;
}
