/* Generic */

a:link,a:active,a:visited {
  color: #542989;
  }
a:hover {
  color: #8040A9;
  }

.border_thick_dealersolutions   { border-width: 2px;
                       border-color:#542989;
                       order-style: solid;
                     }

/* Form */

select.select_standard_dealersolutions {
  background-color: #542989;
  /*
  background-image: URL(../images/dealersolutions/input_button_background.gif);
  background-position: top left;
  background-repeat: repeat-x;
  */
  border-color: #542989;
  border-width: 2px;
  border-style: solid;
  color: #FFFFFF;
  font-weight: bold;
  font-family: arial,verdana;
  font-size: 8pt;
  padding: 0px;
  margin: 0px;
  cursor:pointer;cursor:hand;
  }
input.button_standard_dealersolutions {
  height: 24px;
  background-color: #542989;
  /*
  background-image: URL(../images/dealersolutions/input_button_background.gif);
  background-position: top left;
  background-repeat: repeat-x;
  */
  border-color: #542989;
  border-width: 2px;
  border-style: solid;
  color: #FFFFFF;
  font-weight: bold;
  font-family: arial,verdana;
  font-size: 8pt;
  padding: 0px;
  margin: 0px;
  cursor:pointer;cursor:hand;
  }

/* Common Table */

table.index_table {
  border-width: 2px;
  border-style: solid;
  border-color: #542989;
  }
table.index_table_header {
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #542989;
  }
table.index_table_middle {
  border-width: 0px 2px 0px 2px;
  border-style: solid;
  border-color: #542989;
  }
table.index_table_footer {
  border-width: 0px 2px 2px 2px;
  border-style: solid;
  border-color: #542989;
  }

table.index_table th.table_header_dealersolutions {
  padding: 4px 4px 4px 4px;
  background-color: #542989;
  /*background-image: URL(../images/dealersolutions/table_header.gif);*/
  background-position: top left;
  background-repeat: repeat-x;
  color: #FFFFFF;
  font-size: 12pt;
  font-family: Trebuchet MS, arial, verdana;
  /*
  border-top: #AB80C6 1px solid;
  border-bottom: #400069 1px solid;
  */
  }

table.index_table td.table_header_dealersolutions {
  padding: 4px 4px 4px 4px;
  background-color: #542989;
  /*
  background-image: URL(../images/dealersolutions/table_header.gif);
  background-position: top left;
  background-repeat: repeat-x;
  */
  color: #FFFFFF;
  /*
  border-top: #8040A9 1px solid;
  border-bottom: #400069 1px solid;
  */
  }
  
table.index_table td.table_header_plain_dealersolutions {
  padding: 0px;
  background: inherit;
  color: #FFFFFF;
  font-size: 12pt;
  font-family: Trebuchet MS, arial, verdana;
  }

table.index_table tr.row_hover td {
  background-color: #D5BFE2;
  color: #542989;
  }
table.index_table tr.row_hover_selected td {
  background-color: #FFBF7F;
  color: #804000;
  }
table.index_table tr.row_selected td {
  background-color: #FFDFBF;
  color: #804000;
  }

/* INDEX FRAME MENU */

body.index_frame_menu {
  background-color:#eaeaea;
  color:#000000;
}
#frame_menu td.container {
  background-color:#eaeaea;
  }
#frame_menu td.container table {
  background-color: #2a1545;
  }
#frame_menu th {
  color: #251040;
  background-color: #a994c4;
  }
#frame_menu tr.item {
  background-color: #E0E0E0;
  }
#frame_menu td.raquo {
  background-color:#ba9cdf;
  }
#frame_menu td.subitem {
  background-color:#ddcdef;
  background-image: URL(../images/dealersolutions/menu_subfade.gif);
  }
#frame_menu td.item a:link, 
#frame_menu td.item a:visited {
  color: #000000;
  }
#frame_menu td.item a:hover {
  background-color:#ba9cdf;
  color: #251040;
  border-color:#E0E0E0;
  /*background-image: URL(../images/dealersolutions/menu_hover.gif);*/
  }
#frame_menu td.item a:active {
  background-color:#ddcdef;
  color: #2a1545;
  border-color:#E0E0E0;
  background-image: none;
  }
#frame_menu td.menu_footer {
  /*background-image: URL(../images/dealersolutions/menu_footer.gif);*/
  display:none;
  }
  
#frame_menu input.standard
  {
    background-color:#D0D0D0;
    border-color:#2a1545;
    color:#000000;
  }