﻿/*------------------------------------------------------------------------*/
/*-------------------------------- Text Styles ---------------------------*/
/**/
#locateArtwork
{
	padding: 0px 2px 2px 0px;
	width: 220px;
	height: 415px;
	overflow: auto;
	overflow-x: hidden;
	scrollbar-face-color: #990002;
	scrollbar-shadow-color: gray;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: gray;
	scrollbar-darkshadow-color: #gray;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: white;
	
	 /*  border-style:dotted; 	border-width:1px; 	border-color:lime;	*/	  
}
.bigblue10
{
    font-size: 10pt;
    color: #000000;
    font-family: 'Arial Black', Arial;  
}
.bigblue14
{
    font-size: 14pt;
    color: #000000;
    font-family: 'Arial Black', Arial;
    background-color: transparent;
    font-variant: small-caps;
}
/* Quick Links */
div#QuickLinks
{
	padding:  2px 2px 5px 5px;
	width:95%;
	background-color:#BACDCD;
	border-style:single; 	border-width:1px 1px 1px 1px; border-color:#990002;
}
A.QuickLinkParent
{
    font-size: 9pt;
    color: #990002;
    font-family: Arial, Verdana, 'MS Sans Serif';
    background-color: transparent;
    text-decoration: underline;
    left:15px;
    cursor:hand;  
    line-height:15px;
    left:15px;
    
}
A.QuickLinkParent:active
{
    font-size: 9pt;
    color: #990002;
    font-family: Arial;
    background-color: transparent;
    text-decoration: underline;
}
A.QuickLinkParent:link
{
    font-size: 9pt;
    color: #990002;
    font-family: Arial;
    background-color: transparent;
    text-decoration: underline;

 
}
A.QuickLinkParent:visited
{
    font-size: 9pt;
    color: #990002;
    font-family: Arial;
    background-color: transparent;
    text-decoration: underline;
   
}
A.QuickLinkParent:hover
{
    font-size: 9pt;
    color: #000000;
    font-family: Arial;
    background-color: transparent;
    text-decoration: none;
 
}
A.QuickLinkChild
{
    font-size: 9pt;
    color: #990002;
    font-family: Arial, Verdana, 'MS Sans Serif';
    background-color: transparent;
    text-decoration: underline;
    cursor:hand;
    left:30px;   
    line-height:15px;
}
}
A.QuickLinkChild:active
{
    font-size: 9pt;
    color: #990002;
    font-family: Arial;
    background-color: transparent;
    text-decoration: underline;
}
A.QuickLinkChild:link
{
    font-size: 9pt;
    color: #990002;
    font-family: Arial;
    background-color: transparent;
    text-decoration: underline;
}
A.QuickLinkChild:visited
{
    font-size: 9pt;
    color: #990002;
    font-family: Arial;
    background-color: transparent;
    text-decoration: underline;
}
A.QuickLinkChild:hover
{
    font-size: 9pt;
    color: #000000;
    font-family: Arial;
    background-color: transparent;
    text-decoration: none;
}


