@media print 
{
    .HPG_Headers 
    {
        display: none;
    }
}
@media screen {
	body {
		margin: 0px;
		background: #c9d4dd url('../images/avino/avino_background.jpg') center repeat-y;	
		scrollbar-face-color:#2e4b79; 
		scrollbar-arrow-color:#FFFFFF; 
		scrollbar-track-color:#22385a; 
		scrollbar-shadow-color:''; 
		scrollbar-highlight-color:''; 
		scrollbar-3dlight-color:''; 
		scrollbar-darkshadow-Color:''; 
	}
	h3 
	{
		font-size: 12pt;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
	}	
	.bottomLink 
	{
		font-size: 8pt;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		color: #22385a;
		text-decoration: none;
	}
	.bottomLink:hover {
		text-decoration: underline;
	}
	.bottomText 
	{
		font-size: 8pt;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif ! important;
		color: #22385a;
	}
	.fillField1 
	{
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #868686;
	}
	.fillField2 {
		text-align: right;
	}	
	#lblFirmName 
	{
		font-size: 14pt;
		font-family: Arial, Helvetica, sans-serif;
	}
	#ContentArea 
	{
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
	}
	.ContactUs 
	{
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif; 
		color: #000;
	}
	p, li, span, font, div 
	{
		font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif ! important;
		color: #000;
	}
	.articleLink 
	{
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		text-decoration: none;
	}
	.articleLink:hover, .specialReportLink:hover 
	{
		color: #326eb1;
		text-decoration: underline;
	}
	.etcTotal {
		text-align: right;
	}
	.HomePageModule {
		width: 222px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.HomePageLinkCell {
		
	}
	.HomePageLink 
	{
		font-weight: bold;
		font-size: 10pt;
		font-family: Arial;
		color: #000;
		text-decoration: none;
	}
	.HomePageLink:hover {
		text-decoration: underline;
	}
	.HomePageDescription 
	{
		font-weight: normal;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		text-decoration: none;
	}
	.HomePageDescription:hover {
		text-decoration: underline;
	}
	.GraphicPage {
		border: none;
	}
	.prevPosts 
	{
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #00122b;
		text-decoration: none;
	}
	.prevPosts:hover {
		text-decoration: underline;
	}
	.blogTable {
		width: 475px;
	}
	.blogContent 
	{
	    width: 300px;
	}
	.blogLinks 
	{
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #00122b;
		text-decoration: none;
	}
	.blogLinks:hover {
		text-decoration: underline;
	}
	.blogPermanentLink 
	{
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #9c9b9b;
		text-decoration: none;
	}
	.blogPermanentLink:hover {
		text-decoration: underline;
	}
	.blogTextLink 
	{
	    font-size: 10pt;
	    font-family: Arial;
	    color: #00122b;
	    text-decoration: none;
	}
	.blogTextLink:hover 
	{
	    text-decoration: underline;
	}
	.arcYear 
	{
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;	
		color: #000;
		text-decoration: none;
	}
	.arcYear:hover {
		text-decoration: underline;
	}
	.arcMonth 
	{
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		margin-left: 10px;
		text-decoration: none;
	}
	.arcMonth:hover {
		text-decoration: underline;
	}
	.arcArticle 
	{
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		margin-left: 25px;
		text-decoration: none;
	}
	.arcArticle:hover {
		text-decoration: underline;
	}
	.rssFeed 
	{
		font-weight: bold;
		font-size: 9pt;
		font-family: "Times New Roman", Times, serif ! important;
		letter-spacing: 0px;
		color: #1a2242;
		margin-top: 5px;
		margin-bottom: 5px;
		text-decoration: none;
	}
	.rssFeed:hover {
		color: #000;
	}
	.leftShadow {
		background: url('../images/avino_left_shadow.jpg') repeat-y;
		width: 5px;
	}
	.rightShadow {
		background: url('../images/avino_right_shadow.jpg') repeat-y;
		width: 5px;
	}
	.topMenuLink 
	{
		font-weight: bold;
		font-size: 8pt;
		font-family: "Times New Roman", Times, serif;
		color: #22385a;
		text-decoration: none;
	}
	.topMenuLink:hover 
	{
		color: #fff;
	}
    #ctl00_lblSEO_firm_description 
    {
	    font-style: italic;
    }
    	
    #overlay
    {
	    position: absolute;
	    left: 0px;
	    top: 0px;
    	
	    width: 100%;
	    height: 100%;
    	
	    background: url('../images/c2c/overlay.gif');
    	
	    /* Set both opacity and filter, for MSIE and firefox compatability */
	    opacity: .7;
	    filter: alpha(opacity=70);
    	
	    /* z-index sets the layer order, so that the overlay rests on top.
	    Bear in mind that the popup dialogue needs to be even higher! */
	    z-index: 1000;
    }
    	
    #dialogue
    {
	    position: absolute;
    	
	    left: 50%;
	    margin-left: -175px;
	    top: 100px;
    	
	    width: 450px;
	    background-color: #FFFFFF;
    	
	    z-index: 2000;
    }

    #Calling 
    {
	    position: absolute;
    	
	    left: 50%;
	    margin-left: -175px;
	    top: 100px;
    	
	    width: 450px;
	    background-color: #FFFFFF;
    	
	    z-index: 2010;
    }
    
    .PageTitle 
    {
        font-weight: bold;
        font-size: 13pt;
        font-family: Arial;
        margin-left: 15px;
        margin-bottom: 8px;
        margin-top: 15px;
    }    
    .sidegraphic_blog_link {
        margin-left:20px;
        margin-right:20px;        
    }
    .sidegraphic_blog_link a 
    {
        font-size: 9pt ! important;
    }
    
    .ContentArea_Background2 {
        position: absolute;
        z-index: 500;
        top: 0px;
        left: 0px;
    }

    .ContentArea_Content {
        position: relative;
        z-index: 600;
    }
    
    /* Modal Popup form */
    .popupControl {
        background-color: #aad4ff;
        position: absolute;
        visibility: hidden;
        border-style: solid;
        border-color: Black;
        border-width: 2px;
    }

    .modalBackground {
        background-color: Gray;
        filter: alpha(opacity=70);
        opacity:0.7;
    }

    .modalPopup {
        background-color: #ffd;
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;          
    }
    
    .ContactUsTodaySide_Fields 
	{
	    width: 200px;
	}
	
	.MenuLeft_Content {
	    position: relative;
	    z-index: 600;
    }
    .MenuLeft_Background2 {
	    position: absolute;
	    z-index: 500;
	    top: 0px;
	    left: 0px;
    }

}