body 
{
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
    height: 100%;
}

A:link {
	COLOR: #3BB03B;
	FONT-FAMILY: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	COLOR: #00ff00;
	FONT-FAMILY: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
	COLOR: #77ff77;
	FONT-FAMILY: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
A:active {
	COLOR: #00ff00;
	FONT-FAMILY: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#header {height: 106px;}
#header .left-header {float: left;width:133px;display:inline;}
#header .right-header {border-bottom: solid 1px #CCC;float:right;width:635px; height:106px;display:inline;}
#header .right-header a {color: #BBB; margin-left: 25px; font-size: 11pt; font-weight: bold;}
#header .right-header a:hover {color: #090; text-decoration: none; font-size: 11pt; display: inline;}

#navigation {width: 127px;text-align: right;float:left; display: inline; padding: 5px 5px 5px 0px;margin:0px;}
#navigation ul {margin:0px;margin-top:8px;padding:0px;list-style-type:none;}
#navigation ul li {margin-bottom: 10px;}
#navigation a {color: #AAA;font-size: 10pt; font-size: 8.5pt;font-weight:bold;}
#navigation a:hover {color: #090; text-decoration: none;}

#footer {clear: both;width: 768px;height:25px;text-align: right;border-top: solid 1px #CCC;color:#BBB;}
#footer .right-footer {width: 635px;height:25px;padding: 5px 0 5px 0;border-left: solid 1px #CCC;float:right;}

#content {float:right;width: 615px;height: auto; min-height: 364px;border-left: solid 1px #CCC; margin:0px;padding:10px;}

h1 {font-weight: bold; font-size: 15px; color: #3BB03B; margin-top: 0px;}
h2 {font-weight: bold; font-size: 25pt; color: #BBB; margin-top: 10px;}

.register-header {background-color: #CFC; width: 95%;font-weight:bold; padding: 4px 0 4px 3px;}

#container
{
    width: 768px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    text-align: left;
    height: 100%;
}



.failure,
.success,
.warning
{
	background-color: #fdd;
	border: 1px solid #f66;
	border-width: 1px 0;
	color: #f00;
	line-height: 1.4em;
	margin: 8px 0;
	padding: 8px;
	page-break-after: avoid;
}

.success
{
	border-top: 1px solid #008800;
	border-bottom: 1px solid #008800;
	background: #ddffdd;
	padding: 5px;
	font-weight: bold;
	color: #008800;
}

.failed
{
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	background: #ffcccc;
	padding: 5px;
	font-weight: bold;
	color: #ff0000;
}

.warning
{
	background-color: #f0f0f0;
	border-color: #ccc;
	color: #999;
}

/************ GRIDS ********************/

/* grid related selectors */

.grid
{
  width: 300px;
  background-color: #fff;
  cursor: default;
}

.grid_row
{
	background-color: #fff;
	cursor: default;
	border-left: solid 1px #ccc;
}

.grid_row_alt
{
	border-left: solid 10px #ccc;
}

.grid_row td
{
}

.grid_row_alt td
{
	background-color: #f0f0f0;
}

.grid_cell
{
	border-color: #ccc;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	padding: 2px 5px;
}

.grid_heading_row
{
	background-color: #00644C;
}

.manufacturer
{
	background-color: #ddd;
	font-weight: bold;
}

.grid_heading_cell,
.grid_heading_row th
{
	color: #fff;
	font-weight: bold;
	padding: 4px 6px;
}

.grid_heading_cell_hover
{
	background-color: #8BCFCE;
	color: #000;
}

.grid_heading_cell_active
{
	background-color: #f6f6f7;
}

.grid
{
	/*border: 1px solid #ccc;
	border-collapse: collapse;*/
	margin-bottom: 8px;
}

.grid td,
.grid th
{
	/*border: 1px solid #ccc;*/
	padding: 2px 4px;
}

.no-border td,
.no-border th
{
	border: 0;
	padding: 2px 4px;
}

.top-align td
{
	vertical-align: top;
}

.grid th
{
	background-color: #99cc33;
	color: #000;
}

.grid td.header,
.grid tr.header td
{
	background-color: #99cc33;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.grid td.border-bottom,
.grid tr.border-bottom td
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

td.left-aligned,
th.left-aligned
{
	text-align: left;
}

td.right-aligned,
th.right-aligned
{
	text-align: right;
}

td.white-separator
{
	border-left: 4px solid #fff;
}

.grid td.section
{
	background-color: #ddd;
	font-weight: bold;
}

.empty-grid
{
	border: 1px solid #999;
	border-top: 0;
	padding: 2px 4px;
}

.grid + .empty-grid
{
	margin-top: -8px;
	margin-left: -1px;
}

/* slider related selectors */

.slider_popup
{
	background-color: #FFF4D7; 
	border: 1px solid #4B4B6F; 
	border-top-color: #9495A2; 
	border-left-color: #9495A2; 
	height: 40px;
	width: 300px;
}

.slider_popup td
{
	padding: 4px 6px;
}


/************* QUALIFYING LISTS ****************/

.ql-green-tab a
 {
	color: #000;
	text-decoration: none;
 }
 
.ql-green-tab
{
	background: #00ff00;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 3px;
	text-align: center;
	width: 130px;
}

a.green, a.green:visited
{
	color: #000;
}

.ql-header th
{
	color: #fff;
	background-color: #3BB03B;
	font-weight: bold;
}

.ql-manufacturer
{
    background: #f0f0f0;
    font-weight: bold;
}

/* ----- admin page list ----- */

.list_with_picture
{
    float: left;
    width: 100%;
    min-height: 40px;
    height: 100%;
}

.list_with_picture img
{
    float:left;
    border-width: 0px;
    margin-bottom: 3px;
}

.list_with_picture .text
{
    margin-left: 97px;
    font-size: 9pt;
}

.list_with_picture a
{
    color: #000;
}

.list_with_picture a:hover
{
    color: #000;
    text-decoration: none;
}

h3
{
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

h2
{
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    font-size: 17px;
}

.padding-all
{
    padding: 6px;
}

.padding-top
{
    padding-top: 10px;
}

.padding-bottom
{
    padding-bottom: 10px;
}

/* ----- Box/Label Request Page Right Navigation ----- */

.right_nav
{
    margin-top: 10px;
    width: 155px;
    margin-left: -35px;
    list-style-type: none;
}

.right_nav li
{
    margin-bottom: 3px;
}

.right_nav a:hover
{
    background-image: url(../../images/active.jpg);
    background-color: #f90;
}

.right_nav a
{
    text-align: left;

    padding-left: 8px;
    display: block;
    height: 24px;
    width: 147px;
    padding-top: 9px;
    background-color: #099;
    background-image: url(../../images/inactive.jpg);
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
}

#box_usage a, #using_just_labels a, #sending_boxes_with_ups a, #it_pays_to_be_a_grouper a
{
    background-image: url(../../images/active.jpg);
    background-color: #f90;
}

.yellow-box
{
    padding: 10px;
    background-color: #ffc;
    border-top: solid 1px #ff3;
    border-bottom: solid 1px #ff3;
}

.wizard-header
{
    font-size: 17px;
    color: Gray;
    font-weight: bold;
    padding-bottom: 10px;
}

.bold
{
    font-weight: bold;
}

.bottom
{
    vertical-align: bottom;
}

	.t-slider {border:1px solid #999;width:32em}
		.t-slider td {background-color:#fff;margin:0;padding:0}
		.t-slider .grid_heading_cell {padding:4px 10px}
		.t-slider .foot-row * {background-color:#69c}
		.t-slider .foot-cell {color:#fff;font-weight:bold;padding:4px 10px}
		.t-slider .grid_cell {background-color:#fff;padding:2px 10px;color:#000;line-height:1.2em}
		.t-slider .grid_row_alt .grid_cell {background-color:#f0f0f0}
		.t-slider .cell-sorted {}
		.pagination {padding:2px 5px}
		.right {text-align:right}
		
.static-grid { border-collapse: collapse; margin-bottom: 8px; width: 100%; }
.static-grid td, .static-grid th { border: 1px solid #999; padding: 2px 4px; }
.static-grid th, .static-grid td.header, .static-grid tr.header td { background-color: #00644C; color: #fff; font-weight: bold; }
.static-grid td.header, .static-grid tr.header td { background-color: #00644C; color: #fff; font-weight: bold; text-align: center; }
.static-grid td.border-bottom, .static-grid tr.border-bottom td { border-bottom: 1px solid #ccc; padding-bottom: 10px; }
.static-grid tr.section td, .static-grid td.section { background-color: #ddd; font-weight: bold; }
.gray td{ color: Gray; }

.empty-grid { border: 1px solid #999; border-top: 0; padding: 2px 4px; }
.static-grid + .empty-grid { margin-top: -8px; margin-left: -1px; }

.forms fieldset {
 margin : 10px 0 10px 0;
 border-width : 0px;
 color : #000;
}
.forms legend {
  padding: 0 2px;
  font-weight: bold;
  border-width: 0px;
}
.forms label {
  display: inline-block;
  vertical-align: middle;
}
.forms fieldset ol {
  margin: 0;
  padding: 0;
  border: solid 1px #CCC;
}
.forms fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.forms fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.forms fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.forms fieldset fieldset label {
  display: block;
  width: auto;
}
.forms em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.forms label {
  width: 160px; /* Width of labels */
}
.forms fieldset fieldset label {
  margin-left: 163px; /* Width plus 3 (html space) */
}
.forms h3 {
	margin: 5px 0 0 0;
}
.forms .bigger label {
	width: 460px;