﻿body 
{
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
    height: 100%;
}

#container
{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    text-align: left;
    height: 100%;
    background: #8CCFCF;
    border: 1px solid #109D9C;
}

#left-column
{
    width: 149px;
    padding: 0px;
    float: left;
    height: 100%;
    background: #8CCFCF;
    
}

#middle-column
{
    width: 640px;
    padding: 0 0 5px 10px;
    float: left;
    background: #ffffff;
    height: 100%;
    min-height: 525px;
    border-left: 1px solid #109D9C;
    border-bottom: 1px solid #109D9C;
    padding-bottom:0;
}


#main-content
{	
    float: left;
    width: 455px;
}

.banner-smush
{
	margin-left: -10px;
	margin-top: -10px;
	margin-right: -10px;
	position: relative;
}

#right-column, #right-column-admin
{
    width: 200px; 
    padding: 0 0 0 4px;
    float: left;
    text-align: right;
    background: #ffffff;
    height: 100%;
    margin-top:0;
    border-left: 1px solid #109D9C;
}

#right-column-admin
{
    border: 0px;
    text-align: right;
    width: 160px;  
}

#footer
{
    clear: both;
    width: 800px;
    height: 100px;
    background: #8CCFCF;
    padding: 5px 0 5px 0;
    text-align: center;
}

.inner-content
{
   float:left;
   width:435px;
}

.inner-content-admin
{
	float: left;
    width: 476px;
    margin-top: 10px;
}

ul.navigation
{
 list-style-type: none;
 margin-left: 0;
 margin-top: 0;
 padding-left: 0;
}

ul.navigation li
{
    padding: 3px;
    border-bottom: 1px solid #009999;
    margin-top: 0px;  
}

a { color: #006633; text-decoration: none; }
a:hover { text-decoration: underline; }

.navigation a, #footer a { padding: 3px; }
 
.navigation a { font-weight: bold; }

.navigation li:hover { background: #109D9C; }

.navigation a:hover { text-decoration: underline; }

ul.footer { list-style-type: none; font-size: 8pt; }

ul.footer li 
{   
    display: inline;
    padding: 0 2px 0 2px;
}

.info-box-header
{
    padding: 5px 0 5px 0;
    background: #109D9C;   
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.info-box
{
    background: #99cccc;
    padding: 2px;
    text-align: left;
}

.quote-box
{
    background: #666666;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    margin-right: 3px;
}

.quote-box .quote-credit
{
    font-weight: normal;
    font-size: 10px;
}

.alt
{
    background-color: #eee;
}

.form-region
{
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 16px;
}

.form-element
{
    padding: 8px;
    position: relative;
    min-height: 18px;
}

.form-element label
{
    display: block;
    float: left;
    padding-top: 2px;
    width: 132px;
    white-space: nowrap;
    position: absolute;
}

label.required
{
    font-weight: bold;
}

.form-element .element
{
    display: block;
    margin-left: 140px;
    padding: 0px;
}

.required
{
    font-weight: bold;
}

input.text-tiny { width: 50px; }
input.text-small { width: 100px; }
input.text-large { width: 200px; }
.center { text-align: center; }

h1
{
    color: #009999;
    font-size: 16px;
/*  border: 2px solid #000000;
    margin: 5px 5px 0 0;
    padding: 3px; */
    
}

h1.admin
{
    border: 0px;
}

.img-align-right
{
    float: right;
    padding-left: 10px;   
}

.img-align-left
{
    float: left;
    padding-right: 10px;   
}

.red-bold-large
{
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
}    

.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
{
  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: #fff;
	text-decoration: none;
 }
 
.ql-green-tab
{
	background: #109D9C;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 3px;
	text-align: center;
	width: 130px;
}

a.green, a.green:visited
{
	color: #2f7948;
}

.ql-header th
{
	background-color: #8CCFCF;
	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: 5px 0;
    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;
}

.centered
{
	text-align:center;	
}

.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; }

@media print {
	#chat-box {
		display : none;
	}
}