/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   
body {
	
	padding:0px;
	margin:0px;
	
}

a {  text-decoration: none; color: #C29992}
a:hover {  font-family: Arial, Helvetica, sans-serif; color: #CCCCCC; text-decoration: underline}

.navLink {  font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: none; font-size: 12px}
.navLink:hover {  font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: underline; font-size: 12px}
.littleLink {  font-family: Arial, Helvetica, sans-serif; color: #B97575; text-decoration: none; font-size: 10px}
.littleLink:hover {  font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: underline; font-size: 10px}
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify; color: #CCCCCC; line-height: normal}
.textjustify {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify; color: #CCCCCC; line-height: normal}
.textnormal {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCCC}
.smalltext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #E9ABA3}
.textbottom {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #BE8080; text-align: justify}
.textartist { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify; color: #CCCCCC; line-height: normal ; font-weight: bold; text-transform: uppercase}

.text_bulle {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; letter-spacing: 1px}
.text_print_artist {  font-family: "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; text-transform: uppercase}
.text_print_titre {  font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: italic}
.text_print_texte {  font-family: "Times New Roman", Times, serif; font-size: 12px; text-align: justify}
.text_print_adrs {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.txtsmall {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #E9ABA3}
.textlinkactiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
}.text2 {
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCCC; line-height: normal
}
.expotitlebeige {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D7C3B4;
}
.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;
	color: #3A4D3D;

}
.expolabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #D7C3B4;
}
.expotitledetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
}
.expotitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: normal;
	text-decoration: none;
	color: #CCCCCC;
}
.expotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #CCCCCC;
}
.expolinkdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 40px;
	font-weight: normal;
}
.expodateslabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #CCCCCC;
}
.expodates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #CCCCCC;
}

.textjustify2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #CCCCCC;
	line-height: normal;
	margin-left: 60px;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: darkred;
}

/* background color for the content part of the pages */
Body
{
    background-color: #7F0000;
    link: #FFFFFF;
    vlink: #A02824;
    alink: #CCCCCC;
}

/* Datagrids  */
.Grid /*The grid ==> general */
{ 
   border: solid 1px Tan; 
   font-family: Verdana;
   text-align: center;
}

.GridHeader /* Grid header  */
{
    font-weight: bold;
    background-color: #809FFF;
    color : #FFFFFF;
    height : 40;
    font-size : 13px; 
}

.GridItem  /* Grid Item  */
{
    background-color: #BFCFFF;
    color : #000066;
    height : 25;
    font-size : 13px;
}

.GridAltItem /* Alternate grid Item  */
{
    background-color: #E6ECFF;
    color : #000066;
    height : 25;
    font-size : 13px;
}

.GridEditItem 
{
    background-color: #BFCFFF;
    color : #000066;
    height : 25;
    font-size : 13px;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-size: 13px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkred;
}


/* Menu Save, Cancel, Back.... */
.as-toolbar {
    font-family: verdana; 
    font-size: .80em; 
    text-decoration: none; 
    color: #003399; 
}

.as-separator 
{
    color: #444444;
    font-size: 10pt; 
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
   /* font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkred;*/
    text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: bold; 
    color: #663300;
}


.SubHeadBold    
{
   /* font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkred;*/
    text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: bold; 
    color: #FFFFFF;
}

.SubHeadItalBold    
{
   /* font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkred;*/
    text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: bold; 
    font-style : italic;
    color: #FFFFFF;
}

.SubHead-2    {
    text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: normal; 
    color: #FC3955;
}

.SubHeadError
{
	font-weight: bold;
	font-size: 013px;
	color: Red;
	font-family: arial, verdana;
	text-align: left;
}

.SubHeadReleaseDate
{
	text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: normal; 
    color: #808080;	
}

.HeadPressRelease
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #98C1EF;
	text-indent: 10pt;
	text-transform: uppercase;
}

.SubHeadPress
{
	text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: normal; 
    color: #FFFFFF;
    text-justify:auto;
}

.SubHeadPressBold
{
	text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: bold; 
    color: #FFFFFF;
    text-justify:auto;
}

.SubHeadPressTitle
{
	text-align: left; 
    font-family: verdana; 
    font-size: .9em; 
    font-weight: normal; 
    color: #FFFFFF;
}

.SubHeadPressItalic
{
	text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: normal; 
    font-style:italic;
    color: #808080;
}

.SubHeadPressTitle
{
	text-align: left;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    color: #808080;
}

.textdealername 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;	
	font-weight: bold;
	color: #FFFFFF;
}

.txtsmall 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.SubHeadArtistName
{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #98C1EF;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top; 
    color: #000066;
    text-decoration: none;
}

.CommandButton a:hover 
{
	color: #ff3300;
    text-decoration: underline;
}

.CommandButton a:visited 
{
   color: #000066;
   text-decoration: none; 
}

.CommandButton a:active
{
   color: #000066;
   text-decoration: underline; 
}

.CommandButton a:link
{
   color: #000066;
   text-decoration: underline; 
}

.CommandButtonCategory
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top; 
    color: #98C1EF;
    text-decoration: none;
}

/*a.CommandButtonCategory:hover 
{
	color: #98C1EF;
    text-decoration: underline;
}

a.CommandButtonCategory:visited 
{
   color: #98C1EF;
   text-decoration: none; 
}

a.CommandButtonCategory:active
{
   color: #98C1EF;
   text-decoration: underline; 
}

a.CommandButtonCategory:link
{
   color: #98C1EF;
   text-decoration: underline; 
}*/

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButtonPress     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top; 
    color: #000066;
    text-decoration: underline;
}

.CommandButtonPress a:hover 
{
	color: #ff3300;
    text-decoration: underline;
}

.CommandButtonPress a:visited 
{
   color: #000066;
   text-decoration: none; 
}

.CommandButtonPress a:active
{
   color: #000066;
   text-decoration: underline; 
}

.CommandButtonPress a:link
{
   color: #000066;
   text-decoration: underline; 
}
    
    
/* MAIN MENU ADMIN PAGES */
.topMenuLink
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	font-family: Arial, Garamond;
	text-decoration: none;
}

.as-bannerframe {
    background-color: #002d96;
    background-repeat: repeat-x;
}

.as-banner a:link {
    font-family: Verdana, serif; 
    font-size: 8pt; 
    color: white;
    font-weight: bold; 
    text-decoration: none; 
    PADDING-RIGHT:0mm;
    PADDING-LEFT:0mm;
    PADDING-BOTTOM:0mm;
    PADDING-TOP:0mm;
}
.as-banner a:visited {
    font-family: Verdana, serif; 
    font-size: 8pt; 
    color: white;
    font-weight: bold; 
    text-decoration: none; 
    PADDING-RIGHT:0mm;
    PADDING-LEFT:0mm;
    PADDING-BOTTOM:0mm;
    PADDING-TOP:0mm;
   }
   
.as-banner a:Hover {
    font-family: Verdana, serif; 
    font-size: 8pt; 
    color: white;
    font-weight: bold; 
    text-decoration: none; 
    PADDING-RIGHT:0mm;
    PADDING-LEFT:0mm;
    PADDING-BOTTOM:0mm;
    PADDING-TOP:0mm;
}


 /*GENERIC*/ 
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
   /* color: darkred;*/
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR 
{	
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Dropdowns and textboxes */
.DropAndText
{
	text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: normal;     
}

.listBox
{
	text-align: left; 
    font-family: verdana; 
    font-size: 13px; 
    font-weight: normal;
    color:White;
}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #2F2F2F;
}
.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #4D4D4D;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}
.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #404040;
}
.body2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #404040;
}
.body2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #404040;
}
.body2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #404040;
}
.body2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.body3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #254A00;
}
.body3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.body3 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.body3 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.body3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #000000;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #254A00;
}
.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #000000;
}
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #5A431A;
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 15px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #3A4D3D;
}
.body4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.body4 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #644E26;
}
.body4 a:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #644E26;
}
.body4 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #644E26;
}
.body4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #3A4D3D;
}
.subtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #3A4D3D;
}
.adress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #4D4D4D;
}


.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.txtjustify  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
	text-align: justify;
}
.txtnormal   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.linkfunction  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #B97575;
	margin-right: 10px;
}
.artistLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.
.textsearchError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
	text-align: justify;
}
.textsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.textresultquery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.textpagenumbers
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.PageLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.PageLinkActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.artist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #3A4D3D;
}
.artistnametitle  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #3A4D3D;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.textebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #262A27;
}
.linkfunctionno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: EEE9D4;
}
.tdcontentpane {
	align: center;
}
.contemporary {
	border: 2px solid #05296E;
}
.fineart {
	border: 2px solid #718436;
}
.latestimg {
	border:3px solid #94A899;
}
.linktext {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
}
.latest {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding-right:5px;
	padding-left:5px; 
}
.latestname {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	padding-right:5px;
	padding-left:5px;
	font-weight: bold; 
}
#navigation a:link, #navigation a:visited, #navigation a:active{
	font-size: 13px;
	color :#ffffff;
	text-decoration: none;
	font-family: Times;
}
#navigation a:hover {
	background-color :#ffffff;
	color: #005c43;
}
#bottomnavigation a:link, #bottomnavigation a:visited, #bottomnavigation a:active{
	font-size: 10px;
	color :#ffffff;
	text-decoration: none;
	font-family: Arial;
}
#bottomnavigation a:hover {
	background-color :#ffffff;
	color: #005c43;
}
.topane {
	vertical-align: top;
	height: 100px;
}
.contentpane {
	vertical-align: top;
	height: 100%;
}
.bottompane {
vertical-align: bottom;
}
.leftpane {vertical-align: top;}


.mainTable
{
	width: 100%;
	height: 100%;
}


.push {
	clear:both;
}
.home-highlight .text-area {
	width:312px;
	font-family: Garamond, Georgia, Times;
	font-weight:bold;
	text-align:center;
	float:left;
}
.home-highlight img {
	float:left;
}
.home-highlight .row-1  {
	margin-bottom:50px;
}
.home-highlight .row-2  {
	margin-bottom:35px;
}
.home-highlight .title-1 {
	font-family: Garamond, Georgia, Times;
	font-weight:bold;
	font-size:29px;
	color:#fff;
	margin-bottom:10px;
}
.home-highlight .title-2 {
	font-family: Garamond, Georgia, Times;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	margin-bottom:25px;
}
.home-highlight .title-3 {
	font-family: Helvetica, Arial, sans;
	font-weight:bold;
	font-size:14px;
	color:#fff;
}
.home-highlight .row-2 img {
	margin-right:9px;
}
.home-highlight .row-2 img.img-3 {
	margin-right:0px;
}
