/* ReBranding */
.navigation_bar
{
  background-color: #BBDA46;
}

.title_bar
{
  background-color: #005595;
}

.divider_color
{
  background-color: #AFB0AA;
}

#navigation_links
{
  color: #FFFFFF;
  font-size: 8pt;
  font-weight: bold;
/*  text-transform: uppercase;  */
  line-height: 28px; 
/*  background: url(/bidfrog/img/nav_links_bg.gif) repeat; */
}

#navigation_links a:link
{
    color: #FFFFFF;
    text-decoration: none;   
}

#navigation_links a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#navigation_links a:hover
{
    color: #bbda46;
    background-color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#navigation_links a:active
{
    color: #ffff00;
    text-decoration: none;
}


.padded_cell_ods {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 15px;
}

.padded_cell_sub_ods {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 11px;
}

.subpage_header_ods {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	padding: 8px;
}

/* HTML types */

a:link
{
  color: #0061aa;
}

a:active
{
  color: #0061aa;
  text-decoration: none;
}

a:visited
{
  color: #0061aa;
}

/* must be placed here for hover to work right - CSS quirk */
a:hover
{
/*  color: #696B6A;  Old hover color */
  color: #FFFFFF;
  background-color: #005fa7;
  text-decoration: none;
}

h1 {
	font: bold 20px/20px Arial, Helvetica, sans-serif;
	color: #ED9506;
}
h2 {
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	color: #689329;
}

.highlight {
	background-color: #ff0;
}

/* below are link styles for inquire link and others to make them more visible */
a.bright
{
  color: #00E;
  text-decoration: none;
  font-family: arial;
  font-weight: bold;

}

a:hover.bright
{
  color: #00E;
  font-variant: none;
  text-decoration: none;
  font-family: arial;
  font-weight: bold;
}


body
{
  background-color: #005fa7;
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

hr
{
  color: #DEDEDE;
  border-style: solid;
  height: 2px;
  text-align: left;
  width: 760px;
}

p.pagetitle {
	text-align:		center;
	font-weight:	bold;
	font-size:		24px;
	margin-bottom:	1em;
}

img.bottom
{
  vertical-align: text-bottom;
}

img.top
{
  vertical-align: text-top;
}

/* Design types */
/* Table for breadcrumbs */
.breadcrumb-table
{
  margin: 0px;
  padding: 0px;
  width: 760px;
}

/* Breadcrumb trail on the top of the page */
.breadcrumbs
{
  color: #000000;
  font-size: 8pt;
  font-weight: lighter;
  margin: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  width: 595px;
}

/* Any error messages for the user at the top of the page */
.error
{
  color: #FF0000;
  font-size: 12pt;
  font-weight: bold;
}

/* Any messages for the user (not errors) at the top of the page */
.feedback
{
  color: #525252;
  font-size: 12pt;
  font-weight: bold;
  margin: 20;
}

/* Footer */
.footer
{
  color: #000000;
  font-size: 10pt;
  font-weight: normal;
}

/* Footer Links */
.footer-links
{
  color: #696B6A;
  font-size: 10pt;
  font-weight: normal;
}

/* Header cells with bar at bottom */
.header-cell
{
  background-image: url(/images/bar.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  font-size: 12pt;
  width: 75px;
}

/* Header Drop-Down Cells */
.header-drop-cell
{
  background-color: #E5E5E5;
  border: medium solid #D5D5D5;
  font-size: 9pt;
  font-weight: normal;
  padding: 5px;
  width: auto;
}

/* Header Drop-Down Table */
.header-drop-table
{
  padding: 0px;
  margin-bottom: 0px;
  margin-left: 155px;
  margin-right: 0px;
  margin-top: 0px;
}

/* Links at the top right */
.header-links
{
  font-size: 8pt;
  font-weight: normal;
  text-align: right;
  vertical-align: bottom;
  width: 225;
}

/* Header table for each page */
.header-table
{
  background-image: url(/images/header-line.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  height: 100px;
  margin: 0px;
  padding: 0px;
  width: 760px;
}

/* Section title in the header */
.header-title
{
  color: #000000;
  font-size: 11pt;
  font-weight: bold;
  vertical-align: bottom;
  width: 225;
}

/* Cell with the product logo */
.logo-cell
{
  height: 100px;
  margin: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: middle;
  width: 100px;
}

/* Header cells with bar at bottom */
.ods-header-cell
{
  background-image: url(/images/ods_bar.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  font-size: 12pt;
  width: 75px;
}

/* Header table for each page */
.ods-header-table
{
  background-image: url(/images/ods_header-line.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  height: 100px;
  margin: 0px;
  padding: 0px;
  width: 760px;
}

/* Links at the end of a product, list, etc. */
.option-links
{
  color: #696B6A;
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
}

.option-links-dark
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background-color: #dddddd;
	padding : 0 1% 0 1%;
	border : thin groove Gray;
}

/* Notes about items on the page */
.page-notes
{
  color: #696B6A;
  font-size: 9pt;
  font-weight: normal;
}

/* Products in a table list */
.product-list
{
  border-bottom: 2px solid #DEDEDE;
  color: #000000;
  font-size: 10pt;
  font-weight: normal;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 0px;
  padding-top: 0px;
  text-decoration: none;
}

/* More information for the table */
.product-list-description
{
  border-bottom: 2px solid #DEDEDE;
  color: #000000;
  font-size: 10pt;
  font-weight: normal;
}

/* Header for the product list table */
.product-list-header
{
  background-image: url(/images/table-bar.gif);
  background-position: center left;
  background-repeat: no-repeat;
  border: none;
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: middle;
}

/* Table settings for the product list table */
.product-list-table
{
  border-collapse: collapse;
  border-left: 2px solid #DEDEDE;
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 760px;
}

/* Search section with shopping cart and search fields */
.search
{
  color: #333333;
  font-size: 10pt;
  height: 20px;
}

/* Search table section */
.search-table
{
  color: #333333;
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 0px;
}

/* Headers for sections on the page */
.section-header
{
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
}

/* Secondary page title */
.subtitle
{
  color: #000000;
  font-size: 16pt;
  font-weight: bold;
}

/* Tertiary page title */
.subtitle-2
{
  color: #000000;
  font-size: 14pt;
  font-weight: bold;
}

/* Miscellaneous tables of info */
.table-data
{
  color: #696B6A;
  font-size: 10pt;
  text-align: right;
}

/* Header for miscellaneous tables of info */
.table-data-header
{
  color: #696B6A;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
}

/* Dashboard Styles */

.dash-headers
{
  font-size: 13pt;
  font-weight: none;
  color: #fff;
  font-family: Arial;
}

td.spacer
{
  height: 5;

}
.dash-gray
{
  background-color: #BCBEC0;
  font-weight: none;
  text-align: left;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

a.link-white
{
  font-weight: none;
  color: fff;
  text-align: right;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

a:active.link-white
{
  font-weight: none;
  color: fff;
  text-align: right;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

a:visited.link-white
{
  font-weight: none;
  color: fff;
  text-align: right;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

a:hover.link-white
{
  font-weight: none;
  color: fff;
  text-align: right;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.dash-table
{
  font-weight:none;
  text-align:left;
  font-size:12px;
  border-bottom: solid 1px #BCBEC0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

a.dash-link
{
  font-size:12px;
  color: #000;
  text-decoration: underline;
}

a:active.dash-link
{
  color: #696B6A;
  text-decoration: underline;
}

a:hover.dash-link
{
/*  color: #696B6A; Old hover color */
  color: #FF0000;
  text-decoration: underline;
}

a:visited.dash-link
{
  color: #000000;
  text-decoration: underline;
}

/* Primary page title */
.title
{
  color: #000000;
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
  width: 760px;
}

/* Janda Styles - Operation Dropship */


.blue_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #2746a1;
}
.5px_colored_cell {
	height: 5px;
	background-color: #61b5fe;	
}
.2px_colored_cell {
	height: 2px;
	background-color: #61b5fe;	
}
.9px_gray_cell {
	background-color: #b8bbbe;
	height: 9px;
}
.body-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


.ListLine0 {
	background: #ffffff;
    color: #696B6A;
    font-size: 10pt;
    font-weight: normal;
}

.ListLine1 {
	background: #cecece;
	color: #696B6A;
    font-size: 10pt;
    font-weight: normal;
}

/*  Admin AFI styles */

table.admin
{
 font-size: 12px;
}

select.dateone
{
  color: #fff;
  background-color:#DE5A29;
  font-size:11px;
}

select.datetwo
{
  color: #000;
  background-color:#FFC74F;
  font-size:11px;

}

select.menu
{
  color:#DE5A29;
  font-weight:bold;
}

table.legend
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

td.bottom
{
  border-bottom: solid 1px #CCC;
  border-right: solid 1px #CCC;
  padding-bottom: 3px;
  padding-top: 3px; 
}

a.admin
{
  color: #000;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
}

a:active.admin
{
  color: #000;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
}

a:visited.admin
{
  color: #000;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
}

a:hover.admin
{
/*  color: #696B6A; Old hover color */
  color: #FF0000;
  text-decoration: none;
}

.row0 {
	background: #ffffff;
    color: #000;
    font-size: 10pt;
    font-weight: normal;
}

.row1 {
	background: #FFC74F;
	color: #000;
    font-size: 10pt;
    font-weight: normal;
}

td.title_color {
  color: #DE5A29;
  font-weight: bold;
  text-decoration: underline;
}

td.title_colortwo {
  color: #DE5A29;
  font-weight: bold;
  text-decoration: none;
}

td.status {
  color: #fff;
  background-color: #DE5A29;
  font-size: 14px;
  font-weight: bold;
}

.footer1 {color:#fff; background-image:url(/images/01_07.gif); background-repeat:no-repeat; height:70px; text-align:center;}
.footer1 a{color:#F6C24C; margin:0 5px 0 5px; padding:0;}
.footer1 a:hover{color:#ffffff; margin:0 5px 0 5px; padding:0;}

.testimonial1 {background-color:#E9E9E9; border:1px solid #737373; padding:20px; line-height:16px;}

.topnav1 {width:727px; background-image:url(/images/01_01.gif); background-position:top; margin:0;padding:0; height:39px;}
.topnav1 a{color:#FFFFFF; padding:0 15px 0 15px; margin:0; font-weight:bold; text-decoration:none;}
.topnav1 a:hover{color:#EFC95C; padding:0 15px 0 15px; margin:0; font-weight:bold; text-decoration:none;}
.topnav1 a.active{color:#EFC95C; padding:0 15px 0 15px; margin:0; font-weight:bold; text-decoration:none;}

.reg1 {width:727px; background-image:url(/images/01_03.gif); height:166px; font-size: 11px;}

.content1 {width:727px; background-color:#FFFFFF; margin:0; padding:20px; line-height:16px;}
.content1 a {color:#DD5602;}

td.landing {font-family:Tahoma, Arial;  font-size:11px}


#errorPanel {
	border: 1px solid #9F0000;
	color: #9F0000;
	margin: 0px 0px 10px 40px;
        float: left;
        width: 90%;
}
#errorPanel p.errorHeader {
	font-weight: bold;
	background-color: #EFC2C2;
	border-bottom: 1px dashed;
        margin: 0px;
}

#notificationPanel {
	border: 1px solid #019F00;
	color: #019F00;
	margin: 0px 0px 10px 40px;
        float: left;
        width: 90%;
}
#notificationPanel p.notificationHeader {
	font-weight: bold;
	background-color: #B5DFB5;
	border-bottom: 1px dashed;
        margin: 0px;
}

#messagePanel {
	border: 1px solid #4654B3;
	color: #4654B3;
	margin: 0px 0px 10px 40px;
        float: left;
        width: 90%;
}
#messagePanel p.messageHeader {
	font-weight: bold;
	background-color: #C2C8EF;
	border-bottom: 1px dashed;
        margin: 0px
}

.liheading {
	font: bold 16px/24px Arial, Helvetica, sans-serif;
	padding-top: 10px;
}


#logininfo {
	padding: 10px;
}
#logininfo h3 {
	font: bold 18px/26px Arial, Helvetica, sans-serif;
	color: #ED9506;
	padding: 0;
	margin: 0;
}
#left {
	float: left;
	width: 400px;
	border: 3px dashed #689329;
	padding: 10px;
}
#right {
	float: right;
	width: 400px;
	border: 3px dashed #689329;
	padding: 10px;
}