﻿.SuperSurveyForms_SubmissionMgr
{
    border: solid 1px #3b5a82;
    padding: 0px 5px 5px 5px;
}

.SuperSurveyForms_ProcessedImage
{
    cursor: default;
}

.SuperSurveyForms_GridHeaderText
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.SuperSurveyForms_GridItemText
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

.SuperSurveyForms_ManagerTitleText
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

.SuperSurveyForms_GridPager
{
	height: 20px;
	vertical-align: bottom;
}

.SuperSurveyForms_GridPagerButton
{
    padding-left: 5px;
    padding-right: 5px;
}

.SuperSurveyForms_GridPagerPageButton
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

a.SuperSurveyForms_GridPagerPageButton:link,
a.SuperSurveyForms_GridPagerPageButton:active,
a.SuperSurveyForms_GridPagerPageButton:visited
{
    color: #000000;
    text-decoration: none;
}

a.SuperSurveyForms_GridPagerPageButton:hover
{
    color: #000000;
    text-decoration: underline;
}

.SuperSurveyForms_GridPagerSelectedPageButton
{
    font-family: Arial;
    font-size: 11px;
    font-weight: 100;
    color: #333333;
}

.SuperSurveyForms_MenuItem     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
}
    
A.SuperSurveyForms_MenuItem:link {
    text-decoration:    none;
    color: #003366;
}

A.SuperSurveyForms_MenuItem:visited  {
    text-decoration:    none;
    color: #003366;
}

A.SuperSurveyForms_MenuItem:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.SuperSurveyForms_MenuItem:active   {
    text-decoration:    none;
    color: #003366;
}

.SuperSurveyForms_MenuItemSelected     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
}
    
A.SuperSurveyForms_MenuItemSelected:link {
    text-decoration:    none;
    color: #000033;
}

A.SuperSurveyForms_MenuItemSelected:visited  {
    text-decoration:    none;
    color: #000033;
}

A.SuperSurveyForms_MenuItemSelected:hover    {
    text-decoration:    none;
    color: #000033;
}

A.SuperSurveyForms_MenuItemSelected:active   {
    text-decoration:    none;
    color: #000033;
}

