

BODY {
	background-color: #333333;                                  /* site_background_color */
	font-family: Tahoma, Arial, Helvetica, sans-serif;          /* default fonts for the site */
	font-size: 12px;
	margin: 3px;
}

.maintable {
	background-color: #FFFFFF;  /* site_border_color */
	border: 0;
}

.layouttable {
	WIDTH: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

.boxHeader {
	float:left;
	background-color:#6d98c3;                                   /* manage_header_background */
	color:#FFFFFF;                                              /* manage_header_forecolor */
	min-height:300px;
	border: solid #6d98c3 2px;                                  /* manage_border_color */
	font-size: 11px;
}

.ManageBox {
	background-color:#FFFFFF;                                   /* manage_row_background */
	color:#34608f;                                              /* manage_row_foreground */
	border-bottom: solid #fef187 1px;                           /* manage_divider_color */
}

a.AddNew {
	color:#fef187;
	font-weight:bold;
	text-decoration:none;
}

.NoBorder {
	border: none;
}

.bannertable {
	background-color: #FFFFFF;                                  /* banner_background_color */
	WIDTH: 100%;
	padding: 0;
	border: 0;
	margin: 0;
}

/* styles for the menus */
.menubar {
	color: #000000;
	height: 24px;
	background-color: #FDBE00;
	width: 100%;
	font-weight: bold;
}

a.menuitem {
	color: #000000;                                             /* topmenu_text_color */
	background-color: #FF9900;                                  /* topmenu_background_color */
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:8px;
	padding-left:8px;
}

a.menucurrent {
	color: #FFFFFF;                                             /* topmenu_active_text_color */
	background-color: #CC0000;                                  /* topmenu_active_background_color */
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:8px;
	padding-left:8px;
}

a.menuitem:hover {
	color: #FFFFFF;                                             /* topmenu_active_text_color */
	background-color: #CC0000;                                  /* topmenu_active_background_color */
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:8px;
	padding-left:8px;
}

.menu2 {
	color: #FFFFFF;                                             /* topmenu2_text_color */
	background-color: #CC0000;                                  /* topmenu2_background_color */
	width: 100%;
	font-weight: bold;
	height:24px;
}

a.menuitem2 {
	color: #FFFFFF;                                             /* topmenu2_text_color */
	background-color: #CC0000;                                  /* topmenu2_background_color */
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:8px;
	padding-left:8px;
}

a.menuitem2:hover {
	color: #CC0000;                                             /* topmenu2_active_text_color */
	background-color: #FDBE00;                                  /* topmenu2_active_background_color */
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:8px;
	padding-left:8px;
}

/* used on the home page */
.splash {
	background-color: #FFFFFF;                                  /* home_background_color */
}

/* generic pages use these */
.pageheader {
	color: #CC0000;                                             /* pageheader_text_color */
    background-color: #FDBE00;                                  /* pageheader_background_color */
    font-weight: bold;
    font-size: 16px;                                            /* pageheader_text_size */
    text-decoration: none;
    height: 18px;
	padding-top: 8px;
	padding-bottom: 6px;
    padding-left: 9px;
}

.bodytext {
	color: #000000;                                             /* body_text_color */
	background-color: #FFCC33;                                  /* body_background_color */
	font-weight: normal;
	text-decoration: none;
	line-height:15px;
	font-size: 12px;                                            /* body_font_size */
}

.maincontentarea {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}

A {
	color: #CC0000;                                             /* body_anchor_color */
	font-weight: bold;
}

TH {
	line-height:18px;
	font-weight: bold;
	border-bottom: 1px solid black;
	font-size: 12px;
}

/*
TD {
	line-height:18px;
	font-size: 12px;
}
*/

TABLE.doctable {
	border-collapse: collapse;
	border: 1px solid #FDBE00;                                  /* doctable_color_1 */
}

TABLE.doctable TH {
	line-height:18px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid black;
	font-size: 12px;
}

TABLE.doctable TD {
	border: 1px solid #FDBE00;                                  /* doctable_color_1 */
	text-align:left;
}

TABLE.doctable TH.fill {
	line-height:18px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid black;
	font-size: 12px;
	background-color: #FDBE00;                                  /* doctable_color_1 */
}

TABLE.doctable TD.title {
	font-weight: bold;
	font-size: 18px;
	background-color: #FDBE00;                                  /* doctable_color_1 */
	border: 1px solid #FDBE00;                                  /* doctable_color_1 */
	color: #000000;                                             /* doctable_title_color */
	text-align:left;
}

.title2 {
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}

/* used on the news page */
.newslist {
     color: #CC0000;                                            /* newsheadline_text_color */
     font-weight: bold;
     font-size: 12px;
     text-decoration: none;
	 line-height:16px;
}

A.newslist {
     color: #CC0000;                                            /* newsheadline_text_color */
     text-decoration: none;
}

A.newslist:hover {
     color: #FFFFFF;                                            /* newsheadline_active_color */
}

/* used for input forms */
form {
	display: inline;
}

.formborder {
	background-color : #9B9BBA;
}

.formcolor {
}

.formareaheader {
	color: #FFFFFF;                                             /* body_text_color */
	background-color: #FDBE00;                                  /* body_background_color */
	border: 1px solid #FFFFFF;                                  /* form_divider_border_color */
	font-weight: bold;
	font-size: 16px;                                            /* form_divider_text_size */
	vertical-align: middle;
	padding: 2px;
}

.errortext {
     color: #F00000;
     font-weight: normal;
     font-size: 14px;
     text-decoration: none;
	 line-height:18px;
}

A.errortext {
	color: #F00000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	line-height:18px;
}

.dataheading {              /* the heading before a form field */
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.formrequired {
	color: #CC0000;
	font-weight: bold;
	font-size: 10px;
	vertical-align: middle;
}

input.btn {
   color: #CC0000;
   font-size: 10px;
   font-weight: bold;
   background-color: #EEEEEE;
   border: 1px solid;
   border-top-color: #555555;
   border-left-color: #555555;
   border-right-color: #000000;
   border-bottom-color: #000000;
   padding: 0px;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#bbbbbb');
}

.txt {
	color: #00008B;
}

input.check {
	color: #00008B;
}

input.txt {
	color: #00008B;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	font-size: 12px;
}

select.txt {
	color: #00008B;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	font-size: 12px;
}

textarea.txt {
	color: #00008B;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	font-size: 12px;
}

/* used in the footer */
.footertable {
	padding: 10px;
	text-align:left;
}

.footer {
	 color: #CCCCCC;                                    /* footer_text_color */
	 font-weight: normal;
	 font-size: 10px;
	 text-decoration: none;
}

a.footer {
	 color: #FF9900;                                    /* footer_nav_color */
	 font-weight: normal;
	 font-size: 10px;
	 text-decoration: none;
}

a.footer:hover {
	 color: #FFFFFF;                                    /* footer_active_color */
	 font-weight: normal;
	 font-size: 10px;
	 text-decoration: none;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.bold_text {
	font-weight: bold;
}

/* shopping cart styles */
.carttitle {
	background-color: #FDBE00;                      /* cart_title_background_color */
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
	line-height:22px;
	border-bottom: 1px solid #FDBE00;
	border-top: 1px solid #FDBE00;
}

.cartspacer {
	background-color: #FDBE00;                      /* cart_title_background_color */
}

.cartright {
	border-right: 1px solid #FDBE00;                /* cart_title_background_color */
}

.carteven {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	line-height:18px;
	border-left: 1px solid #FDBE00;                 /* cart_title_background_color */
	border-bottom: 1px solid #FDBE00;               /* cart_title_background_color */
	padding: 2px;
}

.cartodd {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	line-height:18px;
	border-left: 1px solid #FDBE00;                 /* cart_title_background_color */
	border-bottom: 1px solid #FDBE00;               /* cart_title_background_color */
	padding: 2px;
}

.cartfooter {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
	line-height:18px;
	background-color: #FDBE00;                      /* cart_title_background_color */
	padding: 2px;
}

.detailbordertop {
	border-top: 1px dotted #CCCCCC;
}

.detailborderbottom {
	border-bottom: 1px dotted #CCCCCC;
}

.detailborderboth {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#producttitle {
	font-size: 20px;
	color: #444444;
	font-weight: bold;
	margin-bottom: 5px;
	line-height:24px;
}

#itemno {
	font-size: 11px;
	margin-bottom: 5px;
}

#description {
	font-size: 12px;
	margin-bottom: 10px;
}

#price {
	font-size: 14px;
	font-weight: bold;
}

#leadtime {
	font-size: 10px;
	font-weight: normal;
}

.spacer {
	background-color: #CCCCCC;
	height: 2px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.browseHeading {
	font-size: 16px;
	color: #444444;
	font-weight: bold;
}

.browseProducts {
	border: 4px solid #CCCCCC;
}

.browseFavorite {
	text-align: center;
}

.browseIcon {
	text-align: center;
}

.browsePrice {
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	text-align: center;
}

.browseTitle {
	font-size: 12px;
	color: #006600;
	text-align: center;
}

#favorites {

}

/* --------------------------------------------------------------------------------------------*/

/*

.datatable {
	margin: 2px;
	padding: 2px;
	border: 1px solid #FDBE00;
	background-color: #FDBE00;
}

.datacell {
	background-color: #FFCC33;
}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

form p label {
	float: left;
	width: 30%;
	font: bold 11px Verdana;
}

fieldset {
	display: inline;
	margin-top: 16px;
	padding: 10px;
	border-color: #000000;
}

legend {
     background-color: #FFCC33;
     color: #CC0000;
     font-family: Tahoma;
     font-weight: bold;
     font-size: 14px;
     text-decoration: none;
     height: 26px;
     padding-top:6px;
     padding-bottom:4px;
     padding-right:8px;
     padding-left:8px;
}
*/

