#Disclaimer
{
color: White;
display: block;
font-family: Verdana; 
font-size: 8pt;
font-weight: bold;
padding-bottom: 5px;
white-space: nowrap;
}

/* Style for images that reacts like hyperlinks */
.HeaderLinkImages
{
	cursor: pointer;
}

/* Style for table text */
.HeaderCellNewMember
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: 'Arial';
	background-color: #62add1;
}
.TitleColumn
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	border: #99ccff thin solid;
	font-family: 'Arial';
}
.TitleCellNewMember
{
	font-weight: bold;
	font-size: x-small;
	font-family: 'Arial';
	color: black;
}

.TextBoxNewMember
{
	font-size: x-small;
	font-family: Arial;
}



/* Styte for Viewing paintings */
.TitreTab
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: 'Arial';
	text-decoration: none;
}
.TitreViewPaintings
{
	font-size: x-small;
	color: black;
	font-family: Arial;
}
.SousTitreViewPaintings
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-style: italic;
	font-family: Arial;
}
.ChoixSousTitreViewPaintings
{
	font-weight: bold;
	font-size: x-small;
	color: blue;
	font-style: normal;
	font-family: Arial;
}

/* Liens Précédent et suivant */
.PrecedentSuivant
{
	font-weight: bold;
	font-size: small;
	font-family: Arial;
	text-decoration: none;
}
.PrecedentSuivant:hover
{
	font-weight: bold;
	font-size: small;
	font-family: Arial;
	text-decoration: none;
}
.PrecedentSuivant
{
	font-weight: bold;
	font-size: small;
	color: Green;
	font-family: Arial;
	text-decoration: none;
}
.NombreDePage
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.LinkViewPaintings:link
{
	font-weight: bold;
	font-size: x-small;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}
.LinkViewPaintings
{
	font-weight: bold;
	font-size: x-small;
	color: #000092;
	font-family: Arial;
	text-decoration: none;
}
.LinkViewPaintings:hover
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	text-decoration: underline;
}
.LinkViewPaintingsSelected
{
	font-weight: bold;
	font-size: x-small;
	color: #000092;
	font-family: Arial;
	text-decoration: none;
}
.LinkViewPaintingsDisabled
{
	font-weight: normal;
	font-size: x-small;
	color: Gray;
	font-family: Arial;
	text-decoration: none;
}
/* Styles for the Categories Menu */
.MenuItem
{
	font-size: x-small;
	color: white;
	font-family: Arial;
	background-color: #baa78a;
	text-align: left;
	text-decoration: none;
}
.MenuItemSelected
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Arial;
	background-color: #685d4c;
	text-align: left;
	text-decoration: none;
}
.MenuItemOver
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Arial;
	background-color: #685d4c;
	text-align: left;
	text-decoration: none;
}

.LinkMenuCategories:link
{
	font-size: x-small;
	color: white;
	font-family: Arial;
	text-decoration: none;
}
.LinkMenuCategories:hover
{
	font-weight: bold;
	color: white;
	font-family: Arial;
	text-decoration: none;
}
.LinkMenuCategories:visited
{
	font-size: x-small;
	color: white;
	font-family: Arial;
	text-decoration: none;
}
.LinkMenuCategories:active
{
	font-size: x-small;
	color: white;
	font-family: Arial;
	text-decoration: none;
}
.LanguageBarItemDefaultStyle:link
{
	font-size: 9pt;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

.LanguageBarItemDefaultStyle:hover
{
	font-size: 9pt;
	color: white;
	font-family: Arial;
	text-decoration: underline;
}
.LanguageBarItemDefaultStyle:visited
{
	font-size: 9pt;
	color: white;
	font-family: Arial;
	text-decoration: none;
}
.LanguageBarItemDefaultStyle:active
{
	font-size: 9pt;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

.UserNameLabel
{    
    display: block;
    font-weight: bold;
	font-size: 10pt;
	color: white;	
	font-family: Arial;
	margin-right: 10px;
	padding-top: 5px;
	text-decoration: none;
}
