﻿/* APP GUIDE */

.normal
{
	    font-family:Arial;
	    font-weight: normal;
	    font-size:12pt;
	    color: black;
	    width: 650px;
        text-align: center;
}   

.inst
{
	    font-family:Arial;
	    font-weight: normal;
	    font-size:10pt;
	    color: black;
	    width: 613px;
        margin-left: auto;
        margin-right: auto;
} 

.center
{
	    font-family:Arial;
	    font-weight: normal;
	    font-size:10pt;
	    color: black;
        margin-left: auto;
        margin-right: auto;
}       

.error
{
	    font-family:Arial;
	    font-weight: bold;
	    font-size:12pt;
	    color: Red;
	    background-color: Yellow;
}  

.GridView
{
    font-family:Verdana;
    font-size: x-small;
}

#ImgFrame
{
    position:absolute;
    display:none;
    background-color:White;
    border: small outset black;
    text-align:center;
}

#SearchBox
{
    border-top:thick solid white;
    border-bottom:thick solid white;
    font-size:90%;
    color:White;
    padding: 3px 0px 3px 0px;
}
#SearchBoxHeader
{
    font-weight:bold;   
}

#ProdImage
{
    padding: 5px 5px 5px 5px;    
}

#ProdImage:Hover
{
    
    cursor:pointer;
}

.ProdCard
{
    padding-bottom: 40px;
    background-color:White;
    text-align: left;
}

.LinkText {
    color: blue;
    font-family:Verdana;
    font-size:Medium;
}

H3
{
    font-family: verdana;
    text-align:center;
    font-variant:small-caps;
    line-height:normal;
    border-top: solid 1px #0F7AA1;
    border-bottom: solid 1px #0F7AA1;
    color:#0000FF;
}

#results
{
    padding-left: 8px;
    width:222px;
    background-color:White;
}

.panels
{
    font-family: Verdana;
    font-size: .8em;
    font-weight: bold;
    color: #284E98;
    width: 690px;
}

#old
{
border:medium yellow outset;
border:medium gray outset;
}
