html{
	overflow:scroll;
}

body {
	background-color: #1B1B1B;
}

#base {
	background-color:white;
	border:none;
	width:750px;
}

#base #banner {
	border:none;
	height:160px;
	width:750px;
}

#base #bb {
	background-image: url(../images/button_bar.jpg);
	background-repeat: repeat-x;
	border:none;
	height:25px;
	text-align:left;
	text-align:center;
	width:750px;
}

.bbtext a {
	color:white;
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-weight: bold;
	font-size:small;
	margin-left:25px;
	margin-right:25px;
	text-decoration: none;
}

.bbtext a:hover {
	color:#f5cc4c;
}

#base #btmbb {
	background-image: url(../images/bottombar.gif);
	background-repeat: repeat-x;
	border:none;
	height:28px;
	width:750px;
}

#base #core {
	background-image: url(../images/corebg.gif);
	background-repeat: repeat;
	border:none;
	padding:20px;
	width:750px;
}

#content {
	background-color:white;
	border:solid gray 1px;
	width:710px;
}

#content #hdr {
	background-color:white;
	border:none;
	text-align:left;
	vertical-align:bottom;
	width:445px;
}

#content #21years {
	border:none;
	width:246px;
	height:87px;
	text-align:right;
	vertical-align:top;
}

#content #body {
/*
	background-image: url(../images/watermark.jpg);
	background-position:center;
	background-repeat:no-repeat;
*/
	background-color:white;
	border:none;
	padding-bottom:50px;
	text-align:left;
	vertical-align:top;
	width:710px;
}

h1 {
	color: #333333;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-weight: bold;
	margin-left:20px;
}

h2 {
	color: #930000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-weight: bold;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:20px;
}

#copy {
	background-color: #1B1B1B;
	color:white;
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-size:10px;
	padding-top:5px;
	padding-right:5px;
	text-align:right;
	width:750px;
}

#copy a {
	color:white;
	text-decoration:none;
}

#form {
	margin-bottom:20px;
	margin-left:20px;
	margin-top:30px;
}

.form1 {
	color: #930000;
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
	text-align:right;
	text-transform:capitalize;
	vertical-align:middle;
}

.form2 {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
}

.form3 {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-size:13px;
	font-weight:bold;
	padding-top:4px;
	text-align:left;
	vertical-align:middle;
/*
	width:600px;
*/
}

div.form3 {
	display:inline;
	padding-top:8px;
}

.form4 {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-size:10px;
	font-weight:normal;
	padding-left:10px;
	text-align:left;
	vertical-align:middle;
}

p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-size:11px;
	margin-left:20px;
}

p.mr {
	margin-right:20px;
	text-align:right;
}

p a:link,
p a:visited,
p a:focus,
p.mr a:link,
p.mr a:visited,
p.mr a:focus {
	color: #333333;
}

p a:hover,
p.mr a:hover {
	color: #f5cc4c;
}

p a:active,
p.mr a:active {
	color: #333333;
}

#tbl_client {
	margin-left:20px;
}

#tbl_client .form1 {
}

#fixtbl {
	height:500px;
	margin:0px;
	padding:0px;
	text-align:left;
	overflow:auto;
}

#tbl_users,
#tbl_clients,
#tbl_items,
#tbl_types,
#tbl_kits,
#tbl_customers,
#tbl_orders,
#tbl_orderback,
#tbl_ordercomp,
#tbl_addresses,
#tbl_shipments,
#tbl_shipment_items {
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-size:12px;
	margin-left:20px;
	margin-top:10px;
}

#tbl_kititems,
#tbl_orderitems,
#tbl_ordamditems {
	background-color:white;
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-size:12px;
	margin-left:0px;
	margin-top:10px;
}

.col_hdr {
	border-bottom:solid 1px gray;
	color: #930000;
	font-weight:bold;
	padding:0px 5px 5px 0px;
	text-transform:capitalize;
	vertical-align:bottom;
}

.col_cell {
	border:none;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	padding:5px 10px 5px 0px;
	text-align:justify;
	text-transform:none;
	vertical-align:top;
}

#tbl_kititems #qty,
#tbl_orderitems #qty,
#tbl_ordamditems #qty {
	font-size:11px;
	padding-right:10px;
	text-align:right;
}

.colred_cell {
	border:none;
	color:red;
	font-size:11px;
	font-weight:normal;
	padding:5px 10px 5px 0px;
	text-align:justify;
	text-transform:none;
	vertical-align:top;
}

.col_cellshade {
	border:none;
	background-color:#f5f5f5;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	padding:5px 10px 5px 0px;
	text-align:justify;
	text-transform:none;
	vertical-align:top;
}

.colred_cellshade {
	border:none;
	background-color:#f5f5f5;
	color:red;
	font-size:11px;
	font-weight:normal;
	padding:5px 10px 5px 0px;
	text-align:justify;
	text-transform:none;
	vertical-align:top;
}

#tbl_users #hdr-1,
#tbl_users #cell-1 {
	width:50px;
}

#tbl_users #hdr-2,
#tbl_users #cell-2 {
	width:100px;
}

#tbl_users #hdr-3,
#tbl_users #cell-3 {
	width:220px;
}

#tbl_users #hdr-4,
#tbl_users #cell-4 {
	width:170px;
}

#tbl_users #hdr-5,
#tbl_users #cell-5 {
	width:20px;
}

#tbl_users #hdr-6,
#tbl_users #cell-6 {
	width:40px;
}

#tbl_users #cell-6 a:link,
#tbl_users #cell-6 a:visited,
#tbl_users #cell-6 a:focus,
#tbl_users #cell-6 a:hover,
#tbl_users #cell-6 a:active {
	color:#333333;
	text-decoration:none;
}

#tbl_users #cell-6 a:hover {
	color: #f5cc4c;
	text-decoration:none;
}

#tbl_users #cell-6 a:active {
	text-decoration:none;
}

#tbl_clients #hdr-1,
#tbl_clients #cell-1 {
	width:30px;
}

#tbl_clients #hdr-2,
#tbl_clients #cell-2 {
	width:100px;
}

#tbl_clients #hdr-3,
#tbl_clients #cell-3 {
	width:150px;
}

#tbl_clients #hdr-4,
#tbl_clients #cell-4,
#tbl_clients #hdr-5,
#tbl_clients #cell-5 {
	width:90px;
}

#tbl_clients #hdr-6,
#tbl_clients #cell-6 {
	width:150px;
}

#tbl_items #hdr-1,
#tbl_items #cell-1 {
	width:130px;
}

#tbl_items #hdr-2 {
	width:40px;
}

#tbl_items #cell-2 {
	text-align:right;
	width:40px;
}

#tbl_items #hdr-3,
#tbl_items #cell-3 {
	width:125px;
}

#tbl_items #hdr-4,
#tbl_items #cell-4 {
	width:125px;
}

#tbl_items #hdr-5,
#tbl_items #cell-5 {
	width:50px;
}

#tbl_items #hdr-6,
#tbl_items #cell-6,
#tbl_items #hdr-7,
#tbl_items #cell-7 {
	width:60px;
}

#tbl_items #hdr-8,
#tbl_items #cell-8,
#tbl_items #hdr-9,
#tbl_items #cell-9 {
	width:200px;
}

#tbl_types #hdr-1,
#tbl_types #cell-1 {
	width:500px;
}

#tbl_kits #hdr-1,
#tbl_kits #cell-1 {
	width:60px;
}

#tbl_kits #hdr-2,
#tbl_kits #cell-2 {
	text-align:right;
	width:40px;
}

#tbl_kits #hdr-3,
#tbl_kits #cell-3 {
	width:130px;
}

#tbl_kits #hdr-4,
#tbl_kits #cell-4 {
	width:130px;
}

#tbl_kits #hdr-5,
#tbl_kits #cell-5 {
	width:60px;
}

#tbl_kits #hdr-5 a:link,
#tbl_kits #hdr-5 a:visited,
#tbl_kits #hdr-5 a:focus {
	text-decoration:none;
}

#tbl_kits #hdr-5 a:hover {
	color: #f5cc4c;
	text-decoration:none;
}

#tbl_kits #hdr-5 a:active {
	text-decoration:none;
}

#tbl_kits #hdr-6,
#tbl_kits #cell-6 {
	width:50px;
}

#tbl_kits #hdr-7,
#tbl_kits #cell-7,
#tbl_kits #hdr-8,
#tbl_kits #cell-8 {
	width:60px;
}

#tbl_kititems #hdr-1,
#tbl_kititems #cell-1 {
	width:200px;
}

#tbl_kititems #hdr-2 {
	width:40px;
}

#tbl_kititems #cell-2 {
	text-align:right;
	width:40px;
}

#tbl_customers #hdr-1,
#tbl_customers #cell-1 {
	width:150px;
}

#tbl_customers #hdr-2,
#tbl_customers #cell-2 {
	width:150px;
}

#tbl_customers #hdr-3,
#tbl_customers #cell-3 {
	width:150px;
}

#tbl_customers #hdr-4,
#tbl_customers #cell-4 {
	width:150px;
}

#tbl_orderitems #hdr-1,
#tbl_orderitems #cell-1 {
	width:300px;
}

#tbl_orderitems #hdr-2,
#tbl_orderitems #cell-2 {
	width:100px;
}

#tbl_orderitems #hdr-3 {
	width:40px;
}

#tbl_orderitems #cell-3 {
	text-align:right;
	width:40px;
}

#tbl_orderitems #hdr-4,
#tbl_orderitems #cell-4 {
	width:30px;
}

#tbl_orders #hdr-1,
#tbl_orders #cell-1 {
	width:60px;
}

#tbl_orders #hdr-2,
#tbl_orders #cell-2 {
	width:120px;
}

#tbl_orders #hdr-3,
#tbl_orders #cell-3 {
	width:80px;
}

#tbl_orders #hdr-4,
#tbl_orders #cell-4 {
	width:200px;
}

#tbl_orders #hdr-5,
#tbl_orders #cell-5 {
	width:80px;
}

#tbl_orderback #hdr-1,
#tbl_orderback #cell-1 {
	width:60px;
}

#tbl_orderback #hdr-2,
#tbl_orderback #cell-2 {
	width:120px;
}

#tbl_orderback #hdr-3,
#tbl_orderback #cell-3 {
	width:80px;
}

#tbl_orderback #hdr-4,
#tbl_orderback #cell-4 {
	width:300px;
}

#tbl_ordamditems #hdr-1,
#tbl_ordamditems #cell-1 {
	width:250px;
}

#tbl_ordamditems #hdr-2,
#tbl_ordamditems #cell-2 {
	width:180px;
}

#tbl_ordamditems #hdr-3,
#tbl_ordamditems #cell-3 {
	text-align:right;
	width:40px;
}

#tbl_ordamditems #hdr-4,
#tbl_ordamditems #cell-4, {
	width:40px;
}

#tbl_ordamditems #hdr-5,
#tbl_ordamditems #cell-5 {
	width:40px;
}

#tbl_ordamditems #hdr-6,
#tbl_ordamditems #cell-6 {
	width:30px;
}

#tbl_ordercomp #hdr-1,
#tbl_ordercomp #cell-1 {
	width:150px;
}

#tbl_ordercomp #hdr-2,
#tbl_ordercomp #cell-2 {
	width:70px;
}

#tbl_ordercomp #hdr-3,
#tbl_ordercomp #cell-3 {
	width:180px;
}

#tbl_ordercomp #hdr-4,
#tbl_ordercomp #cell-4 {
	width:60px;
}

#tbl_ordercomp #hdr-5,
#tbl_ordercomp #cell-5 {
	width:120px;
}

#tbl_addresses #hdr-1,
#tbl_addresses #cell-1 {
	width:300px;
}

#tbl_shipments #hdr-1,
#tbl_shipments #cell-1 {
	width:100px;
}

#tbl_shipments #hdr-2,
#tbl_shipments #cell-2 {
	width:80px;
}

#tbl_shipments #hdr-3,
#tbl_shipments #cell-3 {
	width:200px;
}

#tbl_shipment_items #hdr-1,
#tbl_shipment_items #cell-1 {
	width:100px;
}

#tbl_shipment_items #hdr-2,
#tbl_shipment_items #cell-2 {
	width:150px;
}

#tbl_shipment_items #hdr-3,
#tbl_shipment_items #cell-3 {
	width:150px;
}

#tbl_shipment_items #hdr-4,
#tbl_shipment_items #cell-4 {
	text-align:right;
	width:80px;
}

#cell-1 a:link,
#cell-1 a:visited,
#cell-1 a:focus {
	color: #333333;
	text-decoration:none;
}

#cellred-1 a:link,
#cellred-1 a:visited,
#cellred-1 a:focus {
	color: red;
	text-decoration:none;
}

#cell-1 a:hover,
#cellred-1 a:hover {
	color: #f5cc4c;
	text-decoration:none;
}

#cell-1 a:active {
	color: #333333;
	text-decoration:none;
}

#cellred-1 a:active {
	color: red;
	text-decoration:none;
}

#tbl_ordamditems #cell-5 a:link,
#tbl_ordamditems #cell-5 a:visited,
#tbl_ordamditems #cell-5 a:focus {
	color: #333333;
	text-decoration:none;
}

#tbl_ordamditems #cell-5 a:hover {
	color: #f5cc4c;
	text-decoration:none;
}

#tbl_ordamditems #cell-5 a:active {
	color: #333333;
	text-decoration:none;
}

#tbl_menu {
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-size:12px;
	margin-left:20px;
}

#tbl_menu .form1 {
	text-align:left;
	padding-right:20px;
}

#tbl_menu .form1 a:link,
#tbl_menu .form1 a:visited,
#tbl_menu .form1 a:focus {
	color: #333333;
	text-decoration:none;
}

#tbl_menu .form1 a:hover {
	color: #f5cc4c;
	text-decoration:none;
}

#tbl_menu .form1 a:active {
	color: #333333;
	text-decoration:none;
}

#mylinkk_edit_kit_item {
	background-color:white;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:680px;
	z-index:1;
}

#mylinkk_popup_topleft {
	background-image:url(../images/cms_pup_topleft.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:inline;
	float:left;
	height:25px;
	width:20px;
}

#mylinkk_popup_topmid {
	background-image:url(../images/cms_pup_topmid.gif);
	background-position:top;
	background-repeat:repeat-x;
	display:inline;
	float:left;
	height:25px;
	text-align:right;
	width:640px;
}

#mylinkk_popup_close {
	background-image:url(../images/close_red.gif);
	background-position:top right;
	background-repeat:no-repeat;
	display:inline;
	float:right;
	height:10px;
	margin:13px 0px 0px 0px;
	padding:0px;
	width:11px;
}

#mylinkk_popup_topright {
	background-image:url(../images/cms_pup_topright.gif);
	background-position:top right;
	background-repeat:no-repeat;
	display:inline;
	float:left;
	height:25px;
	width:20px;
}

#mylinkk_popup_midleft {
	background-image:url(../images/cms_pup_midleft.gif);
	background-position:left;
	background-repeat:repeat-y;
	display:inline;
	float:left;
	height:342px;
	width:12px;
}

#mylinkk_popup_midright {
	background-image:url(../images/cms_pup_midright.gif);
	background-position:right;
	background-repeat:repeat-y;
	display:inline;
	float:left;
	height:342px;
	width:12px;
}

#mylinkk_popup_lowleft {
	background-image:url(../images/cms_pup_lowleft.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	display:inline;
	float:left;
	height:13px;
	width:20px;
}

#mylinkk_popup_lowmid {
	background-image:url(../images/cms_pup_lowmid.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	display:inline;
	float:left;
	height:13px;
	width:640px;
}

#mylinkk_popup_lowright {
	background-image:url(../images/cms_pup_lowright.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	display:inline;
	float:left;
	height:13px;
	width:20px;
}

#mylinkk_div_stockitems {
	font-family: Arial, Helvetica, sans-serif, BakerSignet;
	font-size:12px;
	height:300px;
	margin:5px auto 0px;
	text-align:center;
	width:656px;
}

#mylinkk_title {
	font-size:13px;
	font-weight:bold;
	padding:0px 0px 10px 30px;
	text-align:left;
}

#mylinkk_tbl_stockitems {
	height:260px;
	margin:0px auto;
	overflow:scroll;
	width:600px;
}

#mylinkk_tbl_stockitems input {
	font-size:11px;
	text-align:right;
}

.mylinkk_lower_btns {
	margin:10px auto 0px;
	text-align:right;
	width:600px;
}

.mylinkk_row {
	font-size:11px;
	text-align:left;
	vertical-align:top;
}

th.mylinkk_sku_desc {
	color: #930000;
	font-size:11px;
	padding:0px 0px 0px 5px;
	text-align:left;
	width:150px;
}

td.mylinkk_sku_desc {
	padding:5px;
	width:150px;
}

th.mylinkk_desc_txt {
	color: #930000;
	font-size:11px;
	padding:0px;
	text-align:left;
	width:300px;
}

td.mylinkk_desc_txt {
	padding:5px;
	width:300px;
}

th.mylinkk_qty {
	color: #930000;
	font-size:11px;
	padding:0px;
	text-align:left;
	width:100px;
}

td.mylinkk_qty {
	padding:5px;
	width:100px;
}
