/*= Key Colors Used are: (Search and Replace each to create new color theme)
    000000 for text, borders, and lines, (Dark Forest Green)
        ff9933 for shading & table/cell backgrounds,  (Light Lime Green)
        996633 for highlights & Secondary text and  (Light Purple)
        ffffdd for standard background (White)
=*/

/*== General Rules for Look ==*/

body {
        background-color: #ffffdd;             /* Overall Body Color 89a4bf*/
        font-family: arial, tahoma, verdana;   /* Overall Body Font */
        font-size: 12px;
        text-align: center;
        margin-top: 18px;
        margin-left: 0px;
        margin-right: 0px;
        min-width: 600px;
}

/*== Index Page Rules ==*/

#index body {                            /* Index Page Body Color */
        background-color: #ffffdd;
        font-family: tahoma, verdana, arial;
        text-align: center;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        min-width: 600px;
}

.ittop {                                 /* Index Title Top Banner Text */
        color: #000000;
        letter-spacing: 8px;
        width: 100%;
        font-family: tahoma, verdana, arial;
        font-size: 21px;
        margin: 0 auto;
        margin-top: 25px;
        vertical-align: bottom;
        text-align: center;
}

.itbtm {                                 /* Index Title Bottom Banner */
        color: #000000;
        background-color: #ff9933;
        letter-spacing: 8px;
        width: 100%;
        font-family: tahoma, verdana, arial;
        font-size: 21px;
        height: 40px;
        vertical-align: top;
}

.itlogo {                                 /* Index Title Logo (Below Bottom Banner) */
        background-color: #ffffdd;
        padding-top: 25px;
        width: 100%;
        height: 70px;
        text-align: center;
        vertical-align: middle;
}

#login {                                 /* Box Surrounding Login Inputs */
        background-color: #ff9933;
        color: #000000;
        font-size: 12px;
        font-family: tahoma, verdana, arial;
        letter-spacing: 4px;
        border: 2px solid #000000;
        width: 40%;
        text-align: center;
        margin: 0 auto;
        margin-top: 35px;
        padding-top: 10px;
        padding-bottom: 15px;
}

fieldset {                               /* Fieldset Default Border (surrounds login inputs) */
        border: none;
}

#password {                              /* Password Input Box */
        margin-top: 10px;
}

#start {                                 /* Start Button Input */
        width: 75px;
        margin-top: 10px;
}

.info1 {                                 /* Index Content, Type 1 */
        color: #000000;
        letter-spacing: 7px;
        width: 400px;
        font-family: tahoma, verdana, arial;
        font-size: 12px;
        font-style: italic;
        margin: 0 auto;
        margin-top: 20px;
        text-align: center;
        text-decoration: underline;
}

.info2 {                                 /* Index Content, Type 2 */
        color: #000000;
        width: 400px;
        font-family: tahoma, verdana, arial;
        font-size: 12px;
        margin: 0 auto;
        text-align: center;
        padding: 5px;
        padding-bottom: 35px;
}

.itfoot1 {                                /* Index Page Footer, Top Half */
        padding: 3px;
        line-height: 15px;
        background-color: #ff9933;
        height: 55px;
        width: 100%;
        font-family: tahoma, verdana, arial;
        font-size: 9px;
        margin: 0 auto;
        margin-top: 15px;
        text-align: center;
        letter-spacing: 2px;
        color: #000000;
        border: 1px solid #ffffdd;
}

.itfoot1 a {                                /* Index Page Footer, Top Anchor Tag */
        color: #996633;
        font-style: italic;
        text-decoration: none;
}

.itfoot1 a: hover {                         /* Index Page Footer, Top Anchor Tag Mouseover */
        color: #000000;
        text-decoration: underline
}

.itfoot2 {                                  /* Index Page Footer, Bottom Half */
  color: #000000;
        height: 25px;
        float: right;
        vertical-align:middle;
        width: 35%;
        margin-top: 10px;
        margin-right: 1%;
        letter-spacing: 2px;
        font-family: tahoma, verdana, arial;
        font-size: 9px;
        text-align: right;
}

/*== Survey, Content and Template Files ==*/

.title {                                   /* Pagetop Title, pagetop.tmpl */
   color: #000000;
   background-color: #ff9933;
   height: 50px;
   width: 100%;
   font-family: tahoma, verdana, arial;
   font-size: 21px;
   line-height: 50px;
   margin: 0 auto;
   text-align: left;
   letter-spacing: 5px;
   border: 1px solid #000000;
   padding: 12px;
}

#sechead {                                  /* Second Header, if defined in QPX / pagetop.tmpl */
        color: #996633;
        border: none;
        width: 100%;
        padding: 3px;
        text-align: left;
        letter-spacing: 10px;
        font-size: 17px;
        font-weight: bold;
}

.divider {                                  /* Line Divider for Second Header, if defined in QPX */
        color: #000000;
        height: 1px;
        margin-bottom: 10px;
}

#content {                                  /* Content window for survey, pagetop.tmpl  */
        background-color: #ffffdd;                /* Survey text color if different than body */
        color: #000000;
        margin: 0 auto;
        margin-top: 40px;                         /* Space between pagetop and survey data */
        border: 1px solid #000000;
        text-align: left;
        width: 95%;                               /* Default text alignment of survey */
        padding: 12px;
        font-size: 12px;                          /* Default text size if different than body */
}

#content a {                                /* Content window, anchor tag */
        color: #000000;
        font-style: normal;
        text-decoration: none;
}

#content a:hover {                          /* Content window, anchor tag mouseover */
        color: #00ff00;
        font-style: normal;
        text-decoration: underline;
}

#buttons  {                                 /* buttons.tmpl button table */
        background-color: #ff9933;
        color: #000000;
        padding-left: 10px;
        border:1px solid #89a4bf;
        height: 40px;
        width: 100%;
        letter-spacing:2px;
        font-style: italic;
        font-size: 12px;
}

#buttons input {                            /* buttons.tmpl NEXT/PREVIOUS/SUSPEND buttons */
        background-color: #ff9933;
        color: #000000;
  width: 75px;
  height: 22px;
        text-align: center;
        vertical-align: middle;
  border: #000000 1px solid;
  font-family: tahoma;
  font-style: normal;
        font-size: 12px;
}

#lfooter  {                                 /* Left footer, pagebtm.tmpl */
        color: #000000;
        height: 25px;
        float: left;
        vertical-align:middle;
        width: 40%;
        margin-top: 20px;
        margin-left: 2%;
        letter-spacing: 2px;
        font-family: tahoma, verdana, arial;
        font-size: 9px;
        text-align: left;
}

#rfooter  {                                 /* Right footer, pagebtm.tmpl */
        color: #000000;
        height: 25px;
        float: right;
        vertical-align:middle;
        width: 35%;
        margin-top: 20px;
        margin-right: 2%;
        letter-spacing: 2px;
        font-family: tahoma, verdana, arial;
        font-size: 9px;
        text-align: right;
}

/*== Error Styles ==*/

.error {                               /* Error class.  Can be used in HTML_ERROR_PRE/SUF  */
  color: #ff0000;
  font-size:9pt;
}

.taberror {                            /* Table error class, if table errors are formatted differently  */
  color: #ff0000;
  font-size:9pt;
  text-align: center;
}

/*== error.tmpl ==*/

#errortitle {                               /* error.tmpl error message formatting */
   color: #ff0000;
   background-color: #ff3300;
   height: 75px;
   line-height: 25px;
   width: 100%;
   padding-top: 20px;
   font-family: tahoma, verdana, arial;
   font-size: 16px;
   margin: 0 auto;
   text-align: center;
   letter-spacing: 1px;
   border: 1px solid #ff3300;
}

#errortmpl {                               /* error.tmpl content text formatting */
        margin: 0 auto;
        margin-top: 25px;
        border: 1px solid #ff3300;
        text-align: center;
        width: 95%;
        padding: 12px;
        background:#ff3300;
        color: #000000;
        font-family: tahoma, verdana, arial;
        font-size: 12px;
}

#errortmpl a {                            /* error.tmpl content, anchor tag */
        color: #89a4bf;
        font-style: normal;
        text-decoration: none;
}

#errortmpl a:hover  {                     /* error.tmpl content, anchor tag mouseover */
        color: #99ccff;
        font-style: normal;
        text-decoration: underline;
}

#closewin  {                              /* error.tmpl 'close window' button */
        color: #666666;
        background-color: #ff9933;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        border:1px solid #000000;
        margin: 0 auto;
        height: 35px;
        line-height: 30px;
        vertical-align: middle;
        width: 98%;
        letter-spacing:2px;
}

/*== General Formatting ==*/

table.standard {                                                                                                        /* standard class, modifies table border if specified */
                        border: 1px solid #000000;                                      /* table border pixel width, type, color */
                        border-collapse: collapse;          /* collapses border to merge table/cell borders for clean lines */
}

table.standard th  {                                                                                    /* standard class, modifies table header border if specified */
                        background-color: #ff9933;          /* table header color, must use <TH> tag */
                        border: 1px solid #000000;
                        border-collapse: collapse;
}

table.standard td  {                                                                                    /* standard class, modifies table cell border if specified */
                        border: 1px solid #000000;
                        border-collapse: collapse;
}

