/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	border-top-style: none;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: normal;
	background-color: #990000;
	border-bottom-style: none;
}



A:link
{
	color: #3333ff;
	text-decoration: none;
}

A:visited
{
	color: #3333ff;
	text-decoration: none;
}

A:active
{
	color: #3333ff;
	text-decoration: none;
}

A:hover
{
	color: #990000;
	text-decoration: none;
}



IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


.MenuOn
{
	border-right: #f0e68c 1px solid;
	padding-right: 10px;
	border-top: #f0e68c 1px solid;
	padding-left: 10px;
	padding-bottom: 4px;
	border-left: #f0e68c 1px solid;
	line-height: 40px;
	padding-top: 4px;
	border-bottom: #f0e68c 1px solid;
}

A.MenuOn:Hover
{
	color: #f0e68c;
}
A.MenuOn:link
{
	color: #f0e68c;
}

A.MenuOn:visited
{
	color: #f0e68c;
}

A.MenuOn:active
{
	color: #f0e68c;
}

.MenuOff
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	line-height: 40px;
}

A.MenuOff:Hover
{
	color: #f0e68c;
}
A.MenuOff:link
{
	color: #ffffff;
}

A.MenuOff:visited
{
	color: #ffffff;
}

A.MenuOff:active
{
	color: #ffffff;
}


.MenuBar
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: larger;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #000000;
	
}


.Footer
{
	font-size: x-small;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
}

.ExhibitionDetails
{
	color: #000000;
	background-color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.ExhibitionDescription
{
	color: #ffffff;
	background-color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}


.ExhibitionCollections
{
	font-weight: bolder;
}
.ExhibitionList
{
	padding-right: 20px;
	border-top-style: none;
	padding-top: 5px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.MenuBarDivider
{
	background-color: #990000;
}

.Heading
{
	font-weight: bolder;
	font-size: medium;
	color: #660000;
}

TBODY
{
	font-size: small;
}

.GalleryDetailDelivery
{
	font-size: x-small;
	color: #990000;
}

.GalleryDetailTitle
{
	font-weight: bold;
}

.PageDataTable
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 10px;
	width: 100%;
	padding-top: 10px;
}


.MainTableBody
{
	background-color: #f0e68c;
}

.SiteBorder
{
	background-color: #000000;
}
