/********************/
/* framework styles */
/********************/

/*--------------------------------------------------------*/
/* basic text display */
/*--------------------------------------------------------*/

body, table, input, select, textarea {
    margin: 0px;
    font-family: verdana, arial, helv, sans-serif;
    font-size: 8pt;
}

h1 {
    color: #336699;
    font-size: 140%;
}

h2 {
    font-size: 110%;
}

hr {
    color: #008000;
    width: 80%;
    height: 1px;
}

/*--------------------------------------------------------*/
/* links */
/*--------------------------------------------------------*/

a:link          { color: #f09900; text-decoration: none }
a:visited       { color: #f09900; text-decoration: none }
a:hover         { color: #000070; text-decoration: underline }
a:active        { color: #000070; text-decoration: none }

a.nav1:link, a.nav1:visited, a.nav1:hover, a.nav1:active, .nav1 {
  color: #ffffff;
  background: #336699;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 10px;
}

a.nav1:hover {
  color: #ffca77;
  text-decoration: underline;
}

a.nav2:link, a.nav2:visited, a.nav2:hover, a.nav2:active {
  color: #ffffff;
  background: #336699;
  font-size: 11px;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
  padding-left: 16px;
}

a.nav2:hover {
  color: #ffca77;
  text-decoration: underline;
}

/*--------------------------------------------------------*/
/* base table defaults */
/*--------------------------------------------------------*/

table {
    font-size: 1em;
    border-collapse: collapse;
    empty-cells: show;
}

table.spaced {
    border-collapse: separate;
    border-spacing: 4px; /* not recognized by IE */
}

th {
    text-align: left;
    background-color: #336699;
    color: #ffffff;
    font-weight: normal;
}

td {
    padding: 0px;
}

td.spaced {
    padding: 4px;
}

tr.striped {
  border-top: 1px solid #000000;
  background-color: #f0f0ff;
}

/*--------------------------------------------------------*/
/* body page as a table */
/*--------------------------------------------------------*/

table.body {
    border-collapse: collapse;
}

/*--------------------------------------------------------*/
/* neon-generated forms */
/*--------------------------------------------------------*/

table.form {
    border-collapse: separate;
    border-spacing: 4px;
    background-color: #fff0cc;
    border: 1px solid #336699;
    border-right: 2px solid #000077;
    border-bottom: 2px solid #000077;
}

td.section {
    background-color: #f09900;
    font-weight: bold;
    color: #ffffff;
    xborder: 1px solid #336699;
}

td.spacer {
    height: 12px;
}

td.prompt, td.promptreq, td.promptalert {
    vertical-align: top;
    padding-top: 4px;
    padding-left: 2px;
    color: #000077;
}

td.promptreq {
  width: 20px;
  text-align: right;
}

td.promptalert {
    color: #FF0000;
}

td.input {
    padding-left: 2px;
    padding-right: 2px;
}

td.output {
    background-color: #ffffff;
}

td.buttonbar {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}

td.widgetbg {
  padding-right: 10px;
}

input.submit {
    background-color: #f0f0f0;
    color: #000000;
    border: 1px solid #000080;
    border-bottom: 2px solid #336699;
    border-right: 2px solid #336699;
}

:hover input.submit {
    background-color: #77aacc;
    text-decoration: none;
}

input.image {
    border: 2px solid #ababab;
    float: right;
}

a.button:hover {
  text-decoration: none;
}

/*--------------------------------------------------------*/
/* form validation error */
/*--------------------------------------------------------*/

p.errors {
    color: #770000;
}

ul.errorlist {
    color: #770000;
}

/*--------------------------------------------------------*/
/* neon-generated tables */
/*--------------------------------------------------------*/

table.table {
    border: 1px solid #777777;
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
}

td.table {
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
}

th.table, th.span {
    padding: 4px;
    text-align: left;
    background-color: #336699;
    color: #ffffff;
    font-weight: normal;
}

th.span {
    text-align: center;
}

tr.odd {
    background-color: #ffffff;
}

tr.even {
    background-color: #eeeeee;
}

td.footersep {
    border-top: 1px solid #336699;
}

tr.endrow {
    background-color: #f0f0f7;
}

td.endrow {
    font-weight: bold;
    padding: 4px;
}

/*--------------------------------------------------------*/
/* neon-generated cart */
/*--------------------------------------------------------*/

.cartColumn1 {
}

.cartColumn2 {
}

.cartColumnPrice {
    text-align: right;
    padding-right: 6px;
}

.cartColumnRemove {
    text-align: center;
    padding-right: 6px;
}

.cartColumnBlank {
    color: #ffffff;
}

/*--------------------------------------------------------*/
/* image classes */
/*--------------------------------------------------------*/

img {
    border: 0;
}

img.icon {
}

img.iconrequired {
}

img.right {
    float: right;
}

img.left {
    float: left;
}

/*--------------------------------------------------------*/
/* calendar classes */
/*--------------------------------------------------------*/

table.calendar {
    border: 1px solid #778077;
    width: 336px;
    font-size: smaller;
}

td.calendarmonth, td.calendarprev, td.calendarnext {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #005000;
}

td.calendarprev {
    font-weight: normal;
    text-align: left;
}

td.calendarnext {
    font-weight: normal;
    text-align: right;
}

td.calendarwday {
    text-align: center;
    border-bottom: 1px solid #005000;
}

td.calendarday, td.calendardayother {
    vertical-align: top;
    text-align: center;
    height: 30px;
    width: 48px;
    border: 1px solid #777777;
}

td.calendardayother {
    background-color: #e9e9e9;
    color: #707070;
}

/**********************/
/* application styles */
/**********************/

.index {
  font: 12px/28px "verdana", "arial", "helv"; color: #336699;
  font-weight: normal;
}

.indexlinks {
  font: 12px "verdana", "arial", "helv";
  font-weight: bold;
}

.indexline {
  font: 7pt "arial", "helv"; color: #aaaaaa;
  text-align: right;
  border-top: 1px solid #336699;
}

.indexTitle {
  font: 11pt "verdana", "arial", "helv";
  border-bottom: 1px solid #336699;
  text-align: right;
}

.indexCaption {
  font: 8pt "verdana", "arial", "helv";
  text-align: justify;
}

.indexMore {
  font: 8pt "verdana", "arial", "helv";
  text-align: right;
  color: #770000;
  font-weight: bold;
}

.indexReg {
  background: #eff4f7;
  border: 1px solid #336699;
  border-right: 2px solid;
  border-bottom: 2px solid;
  width: 130px;
  padding: 4px;
  text-align: center;
}

.question {
  color: #0000aa;
  xfont-weight: bold;
  border-bottom: 1px solid #000077;
}

table.buttonForm {
  border: 1px solid #336699;
}

td.buttonForm {
  padding: 8px;
}

td.sidebar {
  border: 1px solid;
  background-color: #f0f0ff;
  padding: 4px;
}

table.details {
    border-collapse: separate;
    border-spacing: 2px;
}

td.caption {
  border-top: 2px solid #ffffff;
  border-bottom: 1px solid #f09900;
  background-color: #ffdd88;
}

td.value {
  background-color: #f0f0f0;
}

.price {
  color: #AA0000;
  font-weight: bold;
}

.msrp {
  color: #AA0000;
  text-decoration: line-through;
}

table.checkOut {
    border: 1px solid #336699;
    border-collapse: collapse;
    border-spacing: 2px;
}


/* ORIGINAL GRP STYLESHEET */

/*
a:link    { color: #f09900; text-decoration: none }
a:visited { color: #f09900; text-decoration: none }
a:hover   { color: #000070; text-decoration: underline }
a:active  { color: #000070; text-decoration: none }

img {border-width: 0;}

body {
  margin: 0px;
}

#navlink {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 10px;
}

#navlink2 {
  color: #ffffff;
  font-size: 11px;
  line-height: 20px;
  padding-left: 16px;
}

table {
  font: 11px "verdana", "arial", "helv"; color: #000070;
  xbackground-color: #ffffff;
  border: 0;
}

input {
  font: 11px "verdana";
}

select {
  font: 11px "verdana";
}

textarea {
  font: 11px "verdana";
}

form {
  margin: 0px;
}

h1 {
  font: 10pt "arial black,arial,helv";
  font-weight: bold;
  color: #0033cc;
  margin-bottom: 4px;
}

.caption_alert {
  color: #ff0000;
  border-top: 2px solid #ffffff;
  border-bottom: 1px solid #f09900;
  background-color: #ffdd88;
}

.control {
  border-top: 1px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.tablehead {
  font-weight: bold;
}

.button {
  font: 11px "verdana", "arial", "helv"; color: #000070;
  border-color: #000070; border-width: 1px;
  margin-top: 8px;
  background-color: #cad3d3;
  width: 120px;
}

.buttonfixed {
  font: 11px "verdana", "arial", "helv"; color: #000070;
  border-color: #000070; border-width: 1px;
  margin-top: 8px;
  background-color: #cad3d3;
  width: 100px;
}

.index {
  font: 12px/28px "verdana", "arial", "helv"; color: #336699;
  font-weight: normal;
}

.indexdropcap {
  float: left;
  font-size: 200%;
}

.indexlinks {
  font: 12px "verdana", "arial", "helv";
  font-weight: bold;
}

.indexline {
  font: 7pt "arial", "helv"; color: #aaaaaa;
  text-align: right;
}

.indexTitle {
  font: 11pt "verdana", "arial", "helv";
  border-bottom: 1px solid #336699;
  text-align: right;
}

.indexCaption {
  font: 8pt "verdana", "arial", "helv";
  text-align: justify;
}

.indexMore {
  font: 8pt "verdana", "arial", "helv";
  text-align: right;
  color: #770000;
  font-weight: bold;
}

.justify {
  text-align: justify;
}

.sidebar {
  border: 1px solid #ffdd88;
  background-color: #ffffff;
}

.sidebartitle {
  background-color: #ffdd88;
}

.small {
  font: 9px "verdana";
}

.error {
  color: #aa0000;
}

*/
