﻿.SuperSurveyForms_Form
{
    border: none;
    padding: 0px;
}

.SuperSurveyForms_SectionTitle
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.SuperSurveyForms_SectionText
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    padding-bottom: 10px;
}

.SuperSurveyForms_FormItem
{
    border-top: solid 1px #000000;
    border-left: none;
    border-right: none;
    border-bottom: solid 0px #000000;
	padding: 5px 0px 5px 0px;
}

.SuperSurveyForms_FormItemNumber
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.SuperSurveyForms_FormItemText
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.SuperSurveyForms_FormItemHelp
{
    border: none;
    float: left;
    top: -3px;
}

.SuperSurveyForms_FormItemInput
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.SuperSurveyForms_ValidationText
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #FF0000;
}

.SuperSurveyForms_FormItemCommentText
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.SuperSurveyForms_FormItemCommentInput
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

.SuperSurveyForms_SubmitButton
{
	position: relative;
	top: 0px;
	left: 0px;
}

.SuperSurveyForms_SubmitImageButton
{
    border-width: 0px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.SuperSurveyForms_SubmitLinkButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

A.SuperSurveyForms_SubmitLinkButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.SuperSurveyForms_SubmitLinkButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.SuperSurveyForms_SubmitLinkButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.SuperSurveyForms_SubmitLinkButton:active
{
	text-decoration: underline;
	color: #003366;
}

.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: 14px;
    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_PollBar
{
	border: solid 1px black;
	background-color: Silver;
}

.SuperSurveyForms_Wizard
{
	text-align: left;
}

.SuperSurveyForms_WizardHeader
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight: normal;
    color: #000066;
	border: solid 1px #999999;
	background-color: #aec6f4;
	text-align: center;
}

.SuperSurveyForms_WizardSideBar
{
	background-color: #aec6f4;
	border: solid 1px #999999;
	width: 130px;
	vertical-align: top;
}

.SuperSurveyForms_WizardSteps
{
	background-color: #ffffff;
	border: solid 1px #999999;
	padding: 5px 10px;
}

.SuperSurveyForms_WizardNavigation
{
	background-color: #ffffff;
	border: solid 1px #999999;
}

/* text style for buttons and link buttons used in the portal admin pages */
.SuperSurveyForms_WizardLinkButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.SuperSurveyForms_WizardLinkButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.SuperSurveyForms_WizardLinkButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.SuperSurveyForms_WizardLinkButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.SuperSurveyForms_WizardLinkButton:active   {
    text-decoration:    underline;
    color: #003366;
}
