/* Sortable tables */

table.sortable thead {
    background-color:silver;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

SELECT {
	FONT-FAMILY: Times;
    FONT-SIZE: 9pt;
}
INPUT {
	FONT-FAMILY: Times;
    FONT-SIZE: 9pt;
}
BODY
{
    BACKGROUND-COLOR: white
}
A
{
    COLOR: black;
}
A:hover
{
    COLOR: red
}
.AItem
{
    COLOR: blue;
    FONT-SIZE: 9pt;
    FONT-STYLE: underline;
}
OPTION
{
}
.navbarline
{
    BACKGROUND-COLOR: #6a5acd
}
.navbartable
{
    BORDER-RIGHT: #666666;
    BACKGROUND-POSITION: left center;
    BORDER-TOP: #666666;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    VERTICAL-ALIGN: top;
    BORDER-LEFT: #666666;
    COLOR: #ffffff;
    BORDER-BOTTOM: #666666;
    BACKGROUND-COLOR: #666666;
    TEXT-ALIGN: left
}
.popupframe
{
    BACKGROUND-POSITION: left center;
    FONT-WEIGHT: bold;
    FONT-SIZE: larger;
    VERTICAL-ALIGN: top;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #dc143c;
    TEXT-ALIGN: left
}
.cashiertable
{
    BORDER-RIGHT: outset;
    BORDER-TOP: outset;
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    VERTICAL-ALIGN: bottom;
    BORDER-LEFT: outset;
    WIDTH: 600px;
    BORDER-BOTTOM: outset;
    FONT-STYLE: normal;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: left
}
.locationbanner
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BORDER-LEFT-COLOR: #cc0033;
    BORDER-BOTTOM-COLOR: black;
    BORDER-TOP-COLOR: black;
    FONT-STYLE: normal;
    BORDER-RIGHT-COLOR: black
}


.SurveyGridHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-FAMILY: MSGothic;
    BORDER-RIGHT-COLOR: black;
    WIDTH: 23%;
}

.SurveyGridBody
{
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    COLOR: #ffffff;
    BORDER-RIGHT-COLOR: black;
    width: 23%;
}

.SurveyDocumentGridHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    BORDER-RIGHT-COLOR: black;
}

.SurveyDocumentGridBody
{
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    BORDER-RIGHT-COLOR: black;
}

.SurveyItemGridHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    BORDER-RIGHT-COLOR: black;
}

.SurveyItemGridBody
{
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    BORDER-RIGHT-COLOR: black;
}

.SurveyParticpantGridHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    BORDER-RIGHT-COLOR: black;
}

.SurveyParticipantGridBody
{
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    BORDER-RIGHT-COLOR: black;
}

.SurveyResultsToPrint
{
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    BORDER-RIGHT-COLOR: black;
}

.odd
{
    background-color:White; 
}

.addnewpage
{
    background-color:#3DA03D; 
}

.LabelQuestion
{
    background-color:#1943B0; 
}


.even
{
    background-color:#DBFFE2; 
}

.NavLinks
{
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    color: Blue;
    cursor: pointer;
}

.GeneralLabelText
{
    font-weight:bold;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    color: Black;
}

.GeneralLinkText
{
	FONT-FAMILY: MS Gothic;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
   cursor: pointer;
   cursor: hand;
}

.GeneralLinkText2
{
	FONT-FAMILY: MS Gothic;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
}

  .submitLink {
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
   color: #00f;
   background-color: transparent;
   border: none;
   cursor: pointer;
   cursor: hand;
  }