/* ================================
    CSS STYLES FOR SurveyNet
   ================================
*/

.SNHead   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

.SNSubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #333333;
}

.SNNormal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.SNNormalSmall
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: normal;
}
.SNNormalSmallBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
}

.SNNormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.SNNormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

.SNSurveyTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
}
.SNCommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.SNQuestionText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.SNAnswerText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.SNSurveyDisclaimer
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.SNErrorText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: Red
}
A.SNLinkButton:link 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration:    underline;
    font-weight: bold;
    color: navy;
}

A.SNLinkButton:visited  {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration:    underline;
    font-weight: bold;    
    color: #003366;
}

A.SNLinkButton:active   {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration:    underline;
    font-weight: bold;    
    color: #003366;
}

A.SNLinkButton:hover    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    text-decoration:    underline;
    font-weight: bold;
    color: #ff0000;
}

.SNCommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
