/* -------------------------------      Clients Custom CSS Styles       ------------------------------ */
body {
	background-color: #333333;
	margin-top: 10px;

}
body td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c544a;
	line-height: 18px;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #5c544a;
	font-weight: bold;
}
#mainTitle {
	width: 585px;
	height: 136px;
}
#mainTitle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #5c544a;
	font-weight: normal;
	margin-top: 0;
}
#mainTitle h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #5c544a;
	font-weight: normal;
}
#mainTitle img {
	display: none;	
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c544a;
	border: 1px solid #333333;

}
a {
	text-decoration: underline;
	color: #5c544a;
}
a:hover {
	text-decoration: none;
}
#main {

}
#intro {

	padding-top: 75px;
	padding-left: 170px;
padding-bottom: 27px;
	margin-left: 57px;
}
#logo a {
	display: block; 
	width: 449px;
	height: 68px;
	position: relative;
	margin: 20px 0 0 0;
	text-decoration: none;
}
#logo strong {
	visibility: hidden;
}
#navTop a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4d4439;
}
#navTop a:hover {
	color: #000;
}
#navTop .spacer {
	padding: 6px;	
}
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
}
#nav li {
	padding: 2px 0px 2px 15px;
	background-position: left center;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #625F59;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
}
.nav0 {
	padding: 20px 0px 0px;
}
.nav1 {
	background-image: url(../media/bovismedia/bgreen.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 2px 15px;
}
.nav2 {
 	background-image: url(../media/bovismedia/bblue.gif);
	background-repeat: no-repeat;
}
.nav3 {
 	background-image: url(../media/bovismedia/bpink.gif);
	background-repeat: no-repeat;
}
.nav4 {
 	background-image: url(../media/bovismedia/bred.gif);
	background-repeat: no-repeat;
}
.nav5 {
 	background-image: url(../media/bovismedia/byellow.gif);
	background-repeat: no-repeat;
}
.nav6 {
 	background-image: url(../media/bovismedia/bbrown.gif);
	background-repeat: no-repeat;
}
#foot li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
#foot a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #625F59;
	text-decoration: none;
}
#foot a:hover {
	color: #000000;
}
.congo {
	background-image: url(../media/bovismedia/backcongo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 137px;
	padding-bottom: 25px;
}
.ensemble {
	background-image: url(../media/bovismedia/backens.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 137px;
	padding-bottom: 45px;
}
.tete {
	background-image: url(../media/bovismedia/backtete.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 137px;
}
.tarchives {
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
#detaillink a {font-size:11px; text-decoration:none;
	background-image: url(../media/bovismedia/backdetail.gif);
	background-repeat: no-repeat; background-position: left center;
	padding-left: 20px;
}
.detaillink {font-size:11px; text-decoration:none;
	background-image: url(../media/bovismedia/backdetail.gif);
	background-repeat: no-repeat; background-position: left center;
	padding-left: 20px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: 515151;
	text-align: justify;
}
/* -------  End of client's custom styles -------- */


/* -------------------------------     Pane Layout    -------------------------------*/
	
.mainTable  {
	vertical-align: top;
	height: 100%;
	width: 1000px;
	margin-left:auto; 
	margin-right:auto;
	background-color: #FFFFFF;
	background-image: url(../media/bovismedia/background.gif);
	background-repeat: no-repeat;
}
.maincell
{
	text-align: center;
}
.topPane {
	vertical-align: top;
	height: 100px;
	padding-left: 57px;
}
.contentPane {
	padding-top: 7px;
	height: 480px;
	vertical-align: top;
	background-image: url(../media/bovismedia/backcontent.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	padding-right: 20px;
}
.rightPane {
	padding-top: 7px;
	height: 480px;
	vertical-align: top;
	background-image: url(../media/bovismedia/backcontent2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	padding-right: 20px;
}
.bottompane {
vertical-align: top;
}
.bottomPane a {
	text-decoration: none; 
	color: #4d4439;
}
.bottomPane a:hover {
	color: #000;
}
.bottomPane .spacer {
	padding: 4px;
}
.leftPane {
	vertical-align: top; 
	padding-left: 57px;
	width: 237px;
}


/* -------------------------------   'Admin' and CuteEditor 'Edit' button on all pages   ------------------------------- */

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	border: thin solid #515151;
	background-color: #cccccc;
	height: 25px;
	width: 50px;
	text-align: center;
}
	
	
	
/* -------------------------------  Catalogue Page and Object Detail Page  -------------------------------  */

.textresultquery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #515151;
	text-align: justify;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: 515151;
	letter-spacing: 1px;
}
.artist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: 515151;
	letter-spacing: 1px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: 515151;
	text-align: justify;
}
.textsold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #CC0000;
}
.tablezoom {
}
#linkfunction a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
	text-decoration: none;
	}
#linkfunction a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
	text-decoration: underline;
}
.pagenumbers 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	color: #2D3532;
	font-weight: normal;
}

.PageLink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	color: #2D3532;
	font-weight: normal;
	padding: 3;}

.PageLinkActive 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #666666;
	text-decoration: none;
	height: 5px;
	width: 10px;
	vertical-align: middle;
	text-align: center;
}
.Pagelinkseperator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFEBA7;
}

/* -------------------------------    Catalogue Mosaic page    ------------------------------- */

#tablemosaic {
	border: 1px solid #333333;
	margin: 5px;
	padding: 0px;
	height: 160px;
	width: 130px;
}

/* -------------------------------    Contact Page and Email a Friend Page    ------------------------------- */

.contacttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #515151;
	text-transform: uppercase;
}
.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	color: #515151;
}
.buttoncontact a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: thin solid #333333;
	background-color: #333333;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 10px;
}
.buttoncontact a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border: thin solid #000000;
	background-color: #CCCCCC;
	height: 15px;
	width: 60px;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
}

/* -----------------  Exhibitions List Page  ----------------  */


.expopagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.expolabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
.expotitle {
}
.expotext {
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.expolinkdetails {
	line-height: 15px;
}
.expodateslabel {
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.expodates {
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/* -----------------  Artist List  ----------------  */
 
#artistlettersnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	margin-right: 9px;
}
#artistlettersnav A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	margin-right: 9px;
}
#artistlettersnav A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	margin-right: 9px;
}
.artistletters {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.artistletters A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.artistletters A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.artistname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

.artistname a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: underline;
}
.artistname a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;

}
.artistnametitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}

/* -----------------  Print format Page: 

The styles are in the Print.ascx page and not in the CSS style sheet   

 ----------------  */


/* -----------------  Search Page  ----------------  */

.buttonsearch  {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	border: thin solid #000033;
	background-color: #FF9900;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

.labelsearch 	{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}


