
/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family:  arial, sans-serif ;
	font-size: 11px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #000000;
}

p,
.par {
	margin: 11px 0px; /* top and bottom padding should match font-size */
}

p, 
ul,
ol, 
menu,
.lh {
	/*line-height: 1.75; /* set general line height if different than standard (no units is relative to font size) */
}

html {
	min-height: 100%; /* fix the content not filling the full window */
}

@media screen {
	body {
		overflow-y: scroll; /* always have scroll bars */
	}
}

/* set heading styles - always set top and bottom margins */
h1 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px; 
	font-style: italic;
	color: #4b4a49;
	margin-top: 0px; 
	margin-bottom: 5px;
	text-shadow: 2px 2px .1em rgba(200, 199, 196, 1);
}

h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px; 
	color: #646362; 
	margin-top: 15px; 
	margin-bottom: 4px; 
}

h3 {
	font-size: 15px;
	font-weight: bold ;
	letter-spacing: -1px ;
	margin-top: 15px; 
	margin-bottom: 4px; 
}

h4 {
	font-size: 14px;
	font-weight: bold ;
	letter-spacing: -1px; 
	margin-top: 11px; 
	margin-bottom: 0px; 
	color: #646362; 
}

h5 {
	font-size: 14px;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h6 {
	margin-top: 11px; 
	margin-bottom: 0px; 
}

.inline {
	display: inline; 
}

/* set anchor styles */
a:link {
	color: #446780;
}

a:active, 
a:visited {
	color: #446780;
}

a:hover {
	color: #718b9d;
	text-decoration: none; 
}

/* set image with anchor styles */
a:link img {
	border-style: solid ;
	border-color: #446780;
	border-width: 1px; 
}

a:active img, 
a:visited img {
	border-color: #446780;
}

a:hover img {
	border-color: #718b9d;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	; 
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding: 0;
	border: none;
	border-top: solid 1px #b2b2b2;
	border-bottom: solid 1px #ffffff;
}

/* form element styles */

fieldset {
	padding: 2px 10px ; 
	margin: 0px 0px 3px 0px ; 
	border: solid 1px #a6a6a3;
	border-radius: 5px;
}

legend {
	color: #646362; 
}

textarea {
	resize: vertical;
}

input {
	/*margin: 0px 2px 0px 0px; */
	margin: 0px; 
}


input[type="text"], 
input[type="password"] {
	width: 300px; 
}

input[type="text"], 
input[type="password"], 
textarea {
	padding: 1px;	
}

input[type="text"], 
input[type="password"], 
textarea, 
select {
	background-color: #faf9f5;
	border: solid 1px #969593;
}

input[type="text"], 
input[type="password"], 
textarea {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1) , rgba(255, 255, 255, 0) ); /* FIX - no opac */
}

/*
input[type="text"]:hover, 
input[type="text"]:focus, 
input[type="password"]:hover, 
input[type="password"]:focus, 
textarea:hover, 
textarea:focus, 
select:hover, 
select:focus {
	border: solid 1px #C0954B;
	background-color: #FFF1CF !important;
}
*/

option {
	border-top: dotted 1px #ddd;
	background-color: #faf9f5;
}

option:default {
	background-color: #ffcc99;  
}

optgroup {
	background-color: #eeeeee;
}

select {
	max-width: 700px; 
}


textarea {
	width: 98%; 
}

input.invisible_input {
	border-color: transparent; 
	background: none; 
}

/* button styles */


.a_but {
	line-height: 14px; 
	cursor: pointer; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
	color: #000000 !important;
	background-image: linear-gradient(to bottom, rgba(243, 242, 238, 1) , rgba(218, 217, 213, 1) );
	background-color: #eae9e5;
	border: solid 1px #969593; 
	border-bottom: solid 1px #858482; 
	border-radius: 3px;
	margin: 1px 0px; 
	text-align: center; 
	white-space: nowrap; 
}
	
button.a_but {
	padding: 2px 9px ; 
}

a.a_but {
	text-decoration: none; 
	display: inline-block; 
	padding: 2px 9px ; 
}

.a_but:hover {
	background-image: linear-gradient(to bottom, rgba(227, 226, 223, 1) , rgba(204, 203, 200, 1) );
	background-color: #dbdad7;
}

.a_but:active,
.a_but:focus {
	background-color: #c8c7c4; 
	background-image: none; 
}

.a_but[disabled] {
	border-color: #c8c7c4; 
	background-image: none;
	background-color: #f1f0ec;
	color: #a6a6a3 !important; 
	text-shadow: none ; 
	cursor: default; 
}

.a_but_group {
	margin-left: 1px; 
}

.a_but_group .a_but {
	border-radius: 0px;
	margin-left: -1px; 	
}

.a_but_group .a_but + .a_but {
	border-left-color: #c8c7c4;
}

.a_but_group .a_but:first-child {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.a_but_group .a_but:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.mini_button {
	display: block; 
	margin: 1px 0px; 
	border: solid 1px #93999c; 
	border-radius: 2px;
	background-image: linear-gradient(to bottom, rgba(247, 246, 242, 1) , rgba(234, 234, 231, 1) );
	padding: 0px 4px;
	text-decoration: none; 
}

.mini_button.greyed {
	opacity: 0.5;
}

.mini_button:hover {
	color: #6d7f8b;
	border-color: #6d7f8b;
	background-image: linear-gradient(to bottom, rgba(245, 245, 241, 1) , rgba(222, 224, 223, 1) );
}

/**/

input[type="radio"], 
input[type="checkbox"] {
	vertical-align: baseline; 
	position: relative; 
	top: 2px; 
}

input[type="radio"].no_pos, 
input[type="checkbox"].no_pos {
	top: 0px; 
}

/* readonly and disabled styles */

input[readonly], 
textarea[readonly] {
	color: #7d7c7a;
}

/*[readonly].disabled, */
input[type="text"][disabled], 
input[type="password"][disabled], 
textarea[disabled], 
select[disabled], 
option[disabled] {
	background-color: #edece8 ;
	}

label[disabled] {
	color: #5f5e5d}

/* misc standard styles */

.overlay_cont {
	position: relative; 
	box-shadow: 0px 0px 20px 0px rgba(44, 45, 46, 0.5);
	border-collapse: separate; 
	margin: 10px; 
	border: solid 6px #d8d7d4; 
	border-radius: 20px; 
	background-color: #ffffff;
	padding: 0px 21px; 
}

.overlay_cont h2 {
	text-shadow: 2px 2px .1em rgba(200, 199, 196, 1);
}

.overlay_close {
	display: block; 
	position: absolute ;
	top: -9px; 
	right: 14px; 
	border: solid 1px #b8b7b4;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px; 
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; 
	background-color: #e0dfdc; 
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) , rgba(0, 0, 0, 0.1) ); 
	padding: 3px 6px; 
	text-decoration: none; 
	line-height: 1;
	color: #82817f !important; 
	text-shadow: 0px 0px .1em rgba(255, 255, 255, 1);
}

.overlay_close:hover {
	background-color: #cdcdc9; 
	border-color: #adaca9;
	color: #6c6b6a !important; 
}

.proc_win {
	padding: 40px 75px; 
	background-color: #eee; 
	text-align: center; 
}

.proc_win h2 {
	font-size: 24px; 
	font-weight: bold;
	letter-spacing: -1px; 
	margin-top: 0px;
	margin-bottom: 11px; 
}

/* autocomplete */

.ac_r {
	border-radius: 2px; 
}

.wd {
	font-family: Wingdings;
}

.gb {
	font-weight: bold; 
	color: #646362;
}

.gb2 {
	font-weight: bold; 
	color: #4b4a49;
}

.soft {
	color: #646362;
}

/* Skin Styles */

html {
	background-color: #eceff2;
	background-image: linear-gradient(to bottom, rgba(68, 103, 128, 0.25) , rgba(0, 0, 0, 0) 800px);
}

.body {
	margin: 0px; /* don't change cos of IE6*/
	padding: 20px 0px; 
}

.body_side_padding {
	padding-left: 10px; 
	padding-right: 10px; 
}

.container {
	margin: auto;
	border: solid 0px #646362; 
	border-radius: 5px;
}

.display_width {
	width: 980px;
}

.display_width.full_width {
	width: auto; 
}

.container.shadow {
	box-shadow: 0px 0px 10px rgba(44, 45, 46, 0.6);
	border-collapse: separate; 
}

.page_top_border {
	border: solid 0px #8ca1ae;
	border-bottom: none; 
	background-color: #446780; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.page_top_bg_image_1 {
	/*
	background-image: url(images/hex_1.png);
	background-repeat: no-repeat;
	background-position: top left; 
	*/
	background: url(images/hex_bg.png) repeat; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.page_top_bg_image_2 {
	/*
	background-image: url(images/hex_2.png);
	background-repeat: no-repeat;
	background-position: bottom right; 
	*/
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.page_top_bg_color {
	background-image: linear-gradient(to bottom, rgba(68, 103, 128, 0.25) , rgba(68, 103, 128, 0.25) );
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

/*
.page_top_gradient_1 {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, 0) 50%);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
*/

.page_top_gradient_2 {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .45) 85%);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.page_top_padding {
	padding: 25px 35px; 
}

table.page_top_info {
	width: 100%;
	color: #ffffff;
}

.page_top_homelink {
	width: .5%; 
}

.page_top_db {
	text-align: right;
}

.page_top_db img {
	vertical-align: middle; 
}

td.page_top_info {
	padding-left: 15px;
	width: .5%;
	white-space: nowrap;
	font-size: 11px;
	text-align: right; 
}

td.page_top_info a.highlight:link, 
td.page_top_info a.highlight:active, 
td.page_top_info a.highlight:visited, 
td.page_top_info a.highlight:hover {
	font-size: .8em; 
}

.homelink {
	letter-spacing: -3px ; 
	font-weight: bold ; 
	font-size: 40px ; 
	text-shadow: 2px 2px .1em rgba(255, 255, 255, 0.45);
	white-space: nowrap; 
}

.homelink a:link, 
.homelink a:active, 
.homelink a:visited {
	color: #ffffff; 
	text-decoration: none; 
}

.homelink a:hover {
	color: #dddddd;
}

.powered {
	font-style: italic; 
	font-size: 9px; 
	position: absolute; 
	bottom: -6px; 
	right: -2px; 
}

.highlight, 
a.highlight:link, 
a.highlight:active, 
a.highlight:visited, 
a.highlight:hover {
	color: #ffff00 !important; 
}

.page_top_info b {
	color: #a6a6a3;
}

a.userlink:link,
a.userlink:active,
a.userlink:visited {
	color: #ffffff; 
	text-decoration: none; 
}

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

.nav_bar_1 {
	border: solid 0px #b0a78a ;
	border-bottom-color: #e3e0d5; 
	background-color: #807144; 
}

.nav_bar_1.loggedout {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) , rgba(0, 0, 0, .2) ); /* FIX - no opac */
	height: 27px; 
}

.action_message {
	text-align: center; 
	border: solid 1px #ecebe9;
	border-bottom-color: #d8d7d4; 
	padding: 1px; 
	background-color: #eae9e5;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1) , rgba(0, 0, 0, .1) ); /* FIX - no opac */
}

.action_message div {
	margin: 4px; 
}

.missing {
	margin-top: -1px; 
	border: solid 1px #a37271; 
	border-bottom-color: #dfcecd; 
	background-color: #691919;
	padding: 3.6666666666667px; 
	text-align: center; 
	font-size: 1.5em; 
	font-weight: bold; 
	color: #ffffff; 
}

.content {
	position: relative; 
	background-color: #ffffff;
	border: solid 0px #e9e8e7 ;
	border-top: 0px; 
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.content_fade {
	position: absolute; 
	z-index: 1; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 35px; 
	background-image: linear-gradient(to bottom, rgba(146, 150, 154, 0.7) , rgba(255, 255, 255, 0.1) ); 
}

.content_cont {
	position: relative; 
	z-index: 1; 
	padding: 15px; 
}

.detail_functions {
	position: fixed; 
	z-index: 2000; 
	bottom: 0px; 
	left: 0px; 
	right: 0px; 
	text-align: center; 
	box-shadow: 0px 0px 10px 0px rgba(76, 76, 76, 0.3);
	border-collapse: separate; 
	border-top: solid 1px #a3a2a0; 
	background-image: linear-gradient(to bottom, rgba(76, 76, 76, 0.8) , rgba(46, 46, 46, 0.8) 15px); 
	color: #ffffff; 
}

.detail_functions_2 {
	margin: auto; 
}

.detail_functions_3 {
	padding: 6px 0px; 
	text-align: left; 
}

table.detail_functions_table {
	width: 100%; 
	vertical-align: baseline; 
	border-collapse: separate; 
}

tr.detail_functions_tr > td {
	padding: 0px 10px; 
	border-left: solid 1px #818181 ;
	border-right: solid 1px #4c4c4c ;
	white-space: nowrap;
}

table.detail_functions_table td.detail_functions_spacer {
	padding: 4px; 
}

.detail_functions button {
	box-shadow: 0px 0px 3px 0px rgba(44, 45, 46, 0.8);
	border-collapse: separate; 
}

.detail_functions [disabled] {
	opacity: 0.5;
}

/* login styles */

div.login_cont {
	box-shadow: 0px 0px 8px rgba(44, 45, 46, 0.4);
	border-collapse: separate; 
	border-radius: 5px; 
	width: 300px; 
	text-align: left; 
}

div.login {
	border: solid 1px #a6a6a3;	
	background-color: #eeeeee;
	background-image: linear-gradient(to bottom, rgba(249, 249, 249, 1) , rgba(239, 239, 239, 1) 60px);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}

div.login td {
	vertical-align: baseline; 
}

/* homepage styles */

div.home_boxes {
	margin: -6px; 
}

table.home_boxes {
	width: 100%; 
}

table.home_boxes td.home_boxes_td {
	width: 50%; 
	vertical-align: top; 
	padding: 6px; 
}

table.home_boxes h3 {
	margin-top: 0px; 
}

div.home_box {
	margin-top: 12px; 
	box-shadow: 0px 0px 8px rgba(44, 45, 46, 0.3);
	border-collapse: separate; 
	border: solid 1px #a6a6a3; 
	border-radius: 5px; 
	background-image: linear-gradient(to bottom, rgba(244, 243, 239, 1) , rgba(234, 233, 230, 1) 60px);
	padding: 10px; 
	padding-bottom: 0px; 
}

div.home_item_cont {
	position: relative; 
	padding: 1px 3px;
	border-bottom: solid 1px rgba(167, 166, 163, 0.5); 
}

div.home_item_cont:hover {
	background-image: linear-gradient(to bottom, rgba(220, 219, 216, 1) , rgba(220, 219, 216, 1) ); 
}

.home_item_functions {
	visibility: hidden; 
	position: absolute; 
	top: 0px ;
	right: 0px; 
	padding: 2px 0px 3px 0px; 
	background-color: #dcdbd7;
}

.home_item_functions_shadow {
	margin-right: 4px; 
	box-shadow: 0px 3px 6px 0px rgba(44, 45, 46, 0.3);
	border-collapse: separate; 
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; 
	background-image: linear-gradient(to bottom, rgba(234, 233, 230, 1) , rgba(234, 233, 230, 1) ); 
}

div.home_item_cont:hover .home_item_functions {
	visibility: visible; 
}

.home_spaced {
	margin: 2px 0px; 
}

/* drag conts */

.drag_cont {
	border: solid 1px #a6a6a3; 
	background-image: linear-gradient(to bottom, rgba(244, 243, 239, 1) , rgba(234, 233, 230, 1) 60px);
}

.drag_cont_large {
	margin: 9px 0px; 
	border-radius: 5px; 
	padding: 3px 5px; 
}

.drag_cont_medium {
	margin: 5px 0px; 
	border-radius: 3px; 
	padding: 3px 5px; 
}

.drag_cont_small {
	margin: 3px 0px; 
	border-radius: 2px; 
	padding: 1px 5px; 
}

.drag_cont_large.drag_cont_shadow {
	box-shadow: 0px 0px 8px rgba(44, 45, 46, 0.3);
	border-collapse: separate; 
}

.drag_cont_medium.drag_cont_shadow {
	box-shadow: 0px 0px 5px rgba(44, 45, 46, 0.3);
	border-collapse: separate; 
}

.drag_cont_small.drag_cont_shadow {
	box-shadow: 0px 0px 4px rgba(44, 45, 46, 0.2);
	border-collapse: separate; 
}

.drag_label {
	font-size: 14px; 
	font-weight: bold; 
	letter-spacing: -1px; 
}

/* nav */

.nav_bar_1 .sf-menu li {
	margin: 0px; 
}

.nav_bar_1 .sf-menu ul {
	margin-top: 1px; 
	width: 175px; 
}

.nav_bar_1 .sf-menu li li {
	margin: 0px; 
}

.nav_bar_1 .sf-menu ul ul {
	margin-top: 0px; 
}

/* auto sizing doesn't work in IE < 8 */

.nav_bar_1 .sf-menu ul {
	width: auto; 
}

.nav_bar_1 .sf-menu ul.tables {
	min-width: 175px; 
}

.nav_bar_1 .sf-menu ul li {
	width: 100%; 
}

.nav_bar_1 .sf-menu ul a {
	white-space: nowrap; 
}


/* */

img.nav_img {
	border: 0px !important; 
	height: 14px; 
	vertical-align: bottom; 
}

a.nav_button_1:hover img.nav_img {
	opacity: 0.5;
}

span.nav_img_only {
	width: 14px; 
	text-align: center; 
	display: inline-block; 
	padding-top: 2px; 
}

span.nav_img_left {
	display: inline-block;
	width: 14px; 
	text-align: center; 
	padding-right: 8px; 
	vertical-align: middle; 
}

/* Nav button 1 Styles */


a.nav_button_1:link,
a.nav_button_1:visited,
a.nav_button_1:active {
	font-family: verdana ;
	font-size: 13px ;
	font-weight: bold ;
	text-decoration: none ;
	letter-spacing: -1px ;
	color: #ffffff;
	display: inline-block; 	
	/*margin: 1px ;*/
	background-color: #807144; 
	background-image: linear-gradient(to bottom, rgba(250, 249, 245, 0.15) , rgba(0, 0, 0, 0.15) );
	outline: none;
	border-style: solid ;
	border-width: 1px; 
	border-top: 0px; 
	border-bottom: 0px; 
	border-top-color: #9d916f; 
	border-right-color: #6b5e39; 
	border-bottom-color: #6b5e39; 
	border-left-color: #9d916f; 
	padding: 8px 12px; 
}

a.nav_button_1.in {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) , rgba(250, 249, 245, 0.15) ); 
}

a.nav_button_1:hover {
	color: #bfb8a1;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) , rgba(250, 249, 245, 0.15) ); 
	border-top-color: #6b5e39; 
	border-right-color: #9d916f; 
	border-bottom-color: #9d916f; 
	border-left-color: #6b5e39; 
}

a.nav_button_1.super {
	background-color: #5f563d; 
	border-top-color: #a19c8d; 
	border-right-color: #706a5a; 
	border-bottom-color: #706a5a; 
	border-left-color: #a19c8d; 
}

a.nav_button_1.super:hover {
	border-top-color: #706a5a; 
	border-right-color: #a19c8d; 
	border-bottom-color: #a19c8d; 
	border-left-color: #706a5a; 
}

/* Nav button 1a Styles */


a.nav_button_1a:link,
a.nav_button_1a:visited,
a.nav_button_1a:active {
	font-family: verdana ;
	font-size: 13px ;
	font-weight: bold ;
	text-decoration: none ;
	letter-spacing: -1px ;
	color: #ffffff;
	background-color: #807144; 
	outline: none;
	border-style: solid ;
	border-width: 1px; 
	border-top-color: #9d916f; 
	border-right-color: #6b5e39; 
	border-bottom-color: #6b5e39; 
	border-left-color: #9d916f; 
	padding: 6px 8px; 
}

a.nav_button_1a.in {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) , rgba(250, 249, 245, 0.1) ); 
}

a.nav_button_1a:hover {
	background-image: linear-gradient(to bottom, rgba(250, 249, 245, 0.1) , rgba(0, 0, 0, 0.1) ); 
}

a.nav_button_1a.super {
	background-color: #5f563d; 
	border-top-color: #7f7864; 
	border-right-color: #514a34; 
	border-bottom-color: #514a34; 
	border-left-color: #7f7864; 
}

/* Nav Button 2 Styles */


.nav_bar_2 {
	margin-bottom: 8px;
}

a.nav_button_2:link, 
a.nav_button_2:visited, 
a.nav_button_2:active {
	font-family: verdana ;
	font-size: 13px ;
	font-weight: bold ;
	text-decoration: none ;
	letter-spacing: -1px ;
	color: #446780;
	display: inline-block;
	margin: 0px;
	background-color: #f7f7f7;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) , rgba(0, 0, 0, 0.1) );
	outline: none;
	border-style: solid ;
	border-width: 1px; 
	border-top-color: #f9f9f9; 
	border-right-color: #c5c5c5; 
	border-bottom-color: #c5c5c5; 
	border-left-color: #f9f9f9; 
	padding: 3px 8px; 
}

a.nav_button_2.in {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) , rgba(255, 255, 255, 0.15) ); 	
}

a.nav_button_2:hover {
	color: #7a92a3;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) , rgba(255, 255, 255, 0.15) ); 	
}

a.nav_button_2.in:hover {
	border-top-color: #b2b2b2; 
	border-right-color: #e0e0e0; 
	border-bottom-color: #e0e0e0; 
	border-left-color: #b2b2b2; 
}

a.nav_button_2.super {
	background-color: #e3e3e3; 
	border-top-color: #ebebeb; 
	border-right-color: #b6b6b6; 
	border-bottom-color: #b6b6b6; 
	border-left-color: #ebebeb; 
}

/* nav_button_2a */


.nav_bar_2 {
	margin-bottom: 8px;
}

a.nav_button_2a:link, 
a.nav_button_2a:visited, 
a.nav_button_2a:active {
	font-family: verdana ;
	font-size: 13px ;
	font-weight: bold ;
	text-decoration: none ;
	letter-spacing: -1px ;
	color: #446780;
	margin: 0px;
	background-color: #f7f7f7;
	outline: none;
	border-style: solid ;
	border-width: 1px; 
	border-top-color: #f9f9f9; 
	border-right-color: #cfcfcf; 
	border-bottom-color: #cfcfcf; 
	border-left-color: #f9f9f9; 
	padding: 6px 8px; 
}

a.nav_button_2a.in {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) , rgba(255, 255, 255, 0.05) ); 	
}

a.nav_button_2a:hover {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) , rgba(0, 0, 0, 0.05) ); 	
}

a.nav_button_2a.super {
	background-color: #e3e3e3; 
	border-top-color: #ebebeb; 
	border-right-color: #b6b6b6; 
	border-bottom-color: #b6b6b6; 
	border-left-color: #ebebeb; 
}

/* nav_button_3a */

a.nav_button_3a:link, 
a.nav_button_3a:visited, 
a.nav_button_3a:active {
	font-family: verdana ;
	font-size: 12px ;
	text-decoration: none ;
	letter-spacing: -1px ;
	color: #446780;
	margin: 0px;
	background-color: #f7f7f7;
	outline: none;
	border-style: solid ;
	border-width: 1px; 
	border-top-color: #f9f9f9; 
	border-right-color: #cfcfcf; 
	border-bottom-color: #cfcfcf; 
	border-left-color: #f9f9f9; 
	padding: 2px 8px; 
}

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

/* Table Headings */

table.heading {
	width: 100%;
}

table.heading td {
	font-size: 12px; 
	padding: 0px;
	vertical-align: baseline;
}

td.views {
	padding-left: 12px !important; 
	vertical-align: middle !important;
}

td.limit {
	text-align: right; 
	padding-right: 1px; 
	line-height: 32.5px; 
}

span.limit_text {
	font-style: italic;
}

span.limit_total {
	font-style: normal;
}

a.heading_a:link,
a.heading_a:active,
a.heading_a:visited {
	text-decoration: none; 
	color: #4b4a49;
}

a.heading_a:hover {
	color: #446780;
}

.heading_id {
	font-size: .9em; 
}

.heading_scope {
	font-size: .72em; 
	white-space: nowrap;
}

/* list tops */

div.list_top {
	background-color: #5f5f5f; 
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) , rgba(0, 0, 0, .1) ); /* FIX - no opac */
	border: solid 1px #5f5f5f;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	min-height: 30px;
}

table.list_top {
	width: 100% ; 
}

table.list_top td {
	color: #faf9f5;
	font-weight: normal ;
	padding: 5px 10px ;
}

table.list_top td.limit_buttons {
	text-align: right; 
}

/* Item Lists */


div.list_table {
	border: solid 1px #969593;
}

table.list_table {
	width: 100%; 
}

table.list_table.vabl tr {
	vertical-align: baseline; 
}

tr.list_table_h > td,
tr.list_table_b > td,
tr.list_table_b2 > td {
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #c8c7c4 #bbbab7;
}

tr.list_table_h > td:last-child,
tr.list_table_b > td:last-child {
	border-right-width: 0px; 
}

tr.list_table_h {
	
}

tr.list_table_h > td {
	padding: 0px; 
	border-top-width: 0px; 
	border-bottom: solid 1px #969593; 
	background-color: #c8c7c4;
	background-image: linear-gradient(to bottom, rgba(215, 214, 211, 1) , rgba(200, 199, 196, 1) );
	vertical-align: bottom; 
	font-weight: bold;
	overflow-x: hidden;
}

tr.list_table_h td.selectm {
	vertical-align: middle; 
	border-right-style: none;
}

tr.list_table_h td.funcs {
	border-right-style: none; 
	width: .5%; 
}

tr.list_table_h a {
	display: block; 
	text-decoration: none; 
}

tr.list_table_h a,
tr.list_table_h div, 
tr.list_table_h.nolinks td {
	padding: 4px 3px 3px 3px ; 
	white-space: nowrap; 
}

tr.list_table_h a:hover {
	background-color: #b2b2b2;
	background-image: linear-gradient(to bottom, rgba(200, 199, 198, 1) , rgba(178, 178, 178, 1) );
	text-decoration: underline;
}

tr.list_table_b > td {
	padding: 3px;
	border-right-style: none; 
}

tr.list_table_b2 > td {
	border-top-style: dotted;
	border-right-style: none; 
}

tr.check {
	background-color: #d5cfbe;
}

tr.selectm > td {
	border-color: #d8ad82 !important;
	background-color: #ffcc99;
}

tr.list_table_b:hover > td {
	border-color: #d4d3d0; 
	background-color: #d4d3d0;
}

tr.check:hover > td {
	background-color: #c4beae; 
}

tr.selectm:hover > td {
	background-color: #eabb8c; 
}

.no_link,
.nolinks {
	color: #555;
}

td.id {
	width: .5%; 
	text-align: center; 
}

td.id a, 
tr.list_table_b td.id {
	padding-right: 5px; 
	padding-left: 5px; 
}

table.list_table td.img {
	text-align: center; 
	width: .5%; 
	padding: 0px; 
}

table.list_table td.img img,
table.list_table td.img object {
	margin: 3px; 
}

td.tight {
	width: .5%;
	white-space: nowrap; 
}

td.padding_l {
	padding-left: 9px !important; 
}

td.padding_r {
	padding-right: 9px !important; 
}

td.name {
	font-weight: bold; 
}

td.addon,
td.user_id {
	text-align: center; 
	width: .5%; 
}

td.selectm {
	padding: 0px 6px !important; 
	text-align: center; 
	width: .5%; 
}

td.selectm input {
	margin: 0px; 
}

.a_but_arrow {
	padding-right: 5px !important;
	padding-left: 5px !important; 
}

td.functions {
	text-align: right; 
	width: .5%; 
	white-space: nowrap;
}

div.list_table_none {
	font-style: italic;
	font-weight: bold; 
	color: #646362;
	border: solid 1px #969593;
	padding: 6px 3px;
	background-color: #eeeeee;
	font-size: 14px;
	text-align: center; 
}

a.settings_button img {
	margin-bottom: 1px; 
	border: 0px !important; 
	height: 19px;
	vertical-align: bottom; 
}

/* creator editor in list */

div.ce {
	padding: 0px 6px;
}

div.ce * {
	white-space: nowrap; 
}

div.ce table {
	width: 100%; 
}

div.ce table td {
	text-align: right; 
}

div.ce table td:first-child {
	padding-right: 6px; 
	text-align: left; 
}

div.ce hr {
	border-color: #cdccc8;
	border-top-style: dotted; 
	border-bottom-width: 0px; 
	margin: 2px 0px; 
	height: 0px; 
}

/* cmenu */

.cmenu {
	display: inline-block;
	position: relative; 
}

.cmenu .a_but {
	margin: 0px;
	outline: none; 
}

.cmenu.cmenu_dark .a_but {
	background-image: linear-gradient(to bottom, rgba(150, 149, 147, 1) , rgba(100, 100, 98, 1) ); 
}

.cmenu.cmenu_open {
	z-index: 100; 
}

.cmenu_drop {
	display: none;
	position: absolute;
	z-index: -1;
	min-width: 100%; 
	box-shadow: 0px 0px 10px 0px rgba(44, 45, 46, 0.3);
	border-collapse: separate;
	border: solid 1px #969593;
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, rgba(244, 243, 239, 1) , rgba(234, 233, 230, 1) 60px);
	padding: 6px; 
	color: #000000;
}

.cmenu.cmenu_open .cmenu_drop {
	display: block;
}

.cmenu.cmenu_open .a_but {
}

.cmenu.cmenu_down.cmenu_open .a_but {
	border-bottom-color: transparent;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background-image: linear-gradient(to bottom, rgba(219, 218, 215, 1) , rgba(244, 243, 239, 1) );
}

.cmenu.cmenu_up.cmenu_open .a_but {
	border-top-color: transparent;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px; 
	background-image: linear-gradient(to bottom, rgba(234, 233, 230, 1) , rgba(199, 198, 195, 1) );
	background-position: center -1px; 
}

.cmenu.cmenu_down .cmenu_drop {
	top: 100%; 
	bottom: auto;
	margin-top: -1px; 
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.cmenu.cmenu_down.cmenu_right .cmenu_drop {
	border-top-right-radius: 3px;
}

.cmenu.cmenu_down.cmenu_left .cmenu_drop {
	border-top-left-radius: 3px;
}

.cmenu.cmenu_up .cmenu_drop {
	bottom: 100%; 
	top: auto;
	margin-bottom: -1px; 
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.cmenu.cmenu_up.cmenu_right .cmenu_drop {
	border-bottom-right-radius: 3px;
}

.cmenu.cmenu_up.cmenu_left .cmenu_drop {
	border-bottom-left-radius: 3px;
}

.cmenu.cmenu_left .cmenu_drop {
	left: auto;
	right: 0px; 
}

.cmenu.cmenu_right .cmenu_drop {
	left: 0px; 
	right: auto;
}


.cmenu_item {
	display: block; 
	white-space: nowrap; 
	padding: 2px 6px;
	text-decoration: none;
	outline: none;
}

.cmenu_item:hover {
	background-color: #446780;
	color: #ffffff;
}

.cmenu_icon {
	display: inline-block;
	width: 14px; 
	margin-right: 6px; 
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
	line-height: 14px; 
}

.cmenu_icon_fb		{background-image: url(images/facebook.png);}
.cmenu_icon_email	{background-image: url(images/email.png);}
.cmenu_icon_print	{background-image: url(images/print.png);}
.cmenu_icon_database	{background-image: url(images/database.png);}

.cmenu hr {
	margin: 4px 0px; 
}

.cmenu hr + hr {
	display: none; 
}

/* background image icons */

a.icon_l {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px; 
	line-height: 14px; 
}

a.icon_c {
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	display: inline-block;
	width: 14px;
	line-height: 14px; 
}

.icon_tdn {
	text-decoration: none;
}

.icon_fb	{background-image: url(images/facebook.png);}
.icon_email	{background-image: url(images/email.png);}
.icon_print	{background-image: url(images/print.png);}
.icon_user_users	{background-image: url(images/user.png);}
.icon_user_products_shoppers	{background-image: url(images/user_products_shoppers.png);}

a.icon_l.icon_pl_10 {padding-left: 10px;}
a.icon_l.icon_pl_11 {padding-left: 11px;}
a.icon_l.icon_pl_12 {padding-left: 12px;}
a.icon_l.icon_pl_13 {padding-left: 13px;}
a.icon_l.icon_pl_14 {padding-left: 14px;}
a.icon_l.icon_pl_15 {padding-left: 15px;}
a.icon_l.icon_pl_16 {padding-left: 16px;}
a.icon_l.icon_pl_17 {padding-left: 17px;}
a.icon_l.icon_pl_18 {padding-left: 18px;}

/* ab */

.ab {
	display: inline-block;
	background-repeat: no-repeat; 
	background-position: center center; 
	background-image: url(images/reject.gif) ;
	vertical-align: middle; 
	width: 16px; 
	height: 16px; 
	border: solid 1px #9fb0ba; 
	cursor: pointer; 
}

.ab.checked {
	background-image: url(images/check.gif) ;
}

.ab.loading {
	background-image: url(images/loading_sm.gif) ;
}

.ab.disabled {
	border-color: transparent; 
	cursor: default; 
}

.datetime {
	font-size: 10px;
	white-space: nowrap;
}

.twoline {
	font-size: 10px;
}

/* Filter styles */

div.filter {
	margin-bottom: 6px; 
}

span.filter_block {
	display: inline-block;
	padding: 6px 9px 3px 2px ;
	white-space: nowrap; 
}

/* Limit Styles */

form, 
form.limit_form {
	display: inline; 
}

input.limit_span {
	width: 30px; 
	text-align: center; 
}

/* Edit Page Fields */

table.item_detail {
	width: 100%; 
}

.item_detail_l {
	padding-right: 3px; 
	font-weight: bold;
	/*white-space: nowrap; messes up in chrome*/
}

.item_detail_l.opt_block_l {
	vertical-align: top; 
}

.item_detail_l.opt_block_select_l {
	vertical-align: top; 
	padding-top: 12px; 
}

.item_detail_l.opt_block_text_l {
	vertical-align: top; 
	padding-top: 9px; 
}

.item_detail_l.textarea_l {
	vertical-align: top; 
	padding-top: 8px; 
}

.item_detail_l.sub {
	color: #646362;
}

td.item_detail_l {
	vertical-align: baseline; 
	text-align: right; 
	width: 150px;
	padding: 5px 6px 5px 0px;
}

td.item_detail_c {
	vertical-align: baseline; 
	padding: 5px 0px;
}

tr.item_detail_b td {
	padding: 0px;
}

.item_detail_b + tr.item_detail_b {
	display: none;
}

table.item_detail_div td {
	padding: 0px; 
	vertical-align: top; 
}

div.item_detail_c {
	padding: 0px 10px 5px 0px; 
}

table.item_detail_sub td {
	padding: 2px 0px; 
}

.note {
	font-weight: normal;
	white-space: normal;
}

span.mceEditor td {
	padding: 0px;
}

.item_detail_l.matchup_l {
	vertical-align: top;
	padding-top: 7px; 
}

.item_detail_c.matchup_c {
	padding-top: 0px; 
}

div.match_none {
	padding: 5px 0px 0px 0px; 
}

table.matchup {
	width: 100%; 
}

table.matchup td {
	padding: 5px 10px 10px 5px; 
	vertical-align: top; 
	border: solid 1px #eeeeee; 
}

/* field styles */

.check_result {
	font-weight: bold; 
}

a img.item_img {
	border: solid 1px transparent ;
}

a img.item_img:hover {
	border-style: dashed;
	border-color: black; 
	background-color: #eeeeee;
}

img.icon_inline {
	vertical-align: middle; 
	border: 0px !important; 
}

img.icon_img {
	border: 0px !important;
}

img.icon_cal,
img.ui-datepicker-trigger {
	cursor: pointer;
	border: 0px !important;
	vertical-align: top;
}

img.ui-datepicker-trigger {
	margin-left: 2px; 
}

.ui-datepicker {
	z-index: 4000 !important;
}

div.spaced {
	margin: 6px 0px; 
}

div.spaced:first-child {
	margin-top: 0px; 
}

.delete_file {
	font-size: 12px;
}

/* flash overlay */

.list_swf,
.item_swf {
	position: relative;
}

.list_swf a,
.item_swf a {
	position: absolute;
	z-index: 3; 
}

.item_swf a img {
	margin: 0px !important; 
	border: solid 1px transparent;
}

.item_swf a:hover img {
	border: dashed 1px #000000; 
}

.list_swf object,
.item_swf object {
	display: inline-block;
	margin: 1px;
}

/* Option group items */

div.add_more_cont_below {
	border-top: solid 1px #a6a6a3;
}

a.add_more_cont_below:link,
a.add_more_cont_below:active,
a.add_more_cont_below:visited {
	display: block; 
	outline: none; 
	border: solid 1px #b0b0ad;
	border-top: solid 2px #a6a6a3;
	background-color: #eae9e5;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
	background-image: linear-gradient(to bottom, rgba(239, 238, 234, 1) , rgba(217, 216, 213, 1) );
	text-align: center; 
	font-weight: bold; 
	font-size: 18px; 
	text-decoration: none;
	color: #969593;
	line-height: .9;
}

a.add_more_cont_below:hover {
	background-color: #f5f4f0;
	background-image: linear-gradient(to bottom, rgba(247, 246, 242, 1) , rgba(225, 224, 220, 1) );
}

table.opt_block {
	width: 100%; 
}

td.opt_item {
	border: solid 1px #a6a6a3 ;
	border-bottom: 0px;
	background-color: #eae9e5;
	background-image: linear-gradient(to bottom, rgba(250, 249, 245, 0.9) , rgba(250, 249, 245, 0.1) );
	padding: 0px !important;
	vertical-align: top;
}

td.opt_item.not_used {
	color: #446780; 
	text-align: center; 
	vertical-align: middle; 
	cursor: pointer ;
}

td.opt_item.not_used:hover {
	color: #718b9d !important; 
}

div.opt_item_new {
	padding: 26px 0px; 
}

div.opt_item {
	position: relative; 
	padding: 1px;
}

div.opt_item_float {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	z-index: 3; 
	margin: 2px 3px; 
	white-space: nowrap;
}

.opt_item_spaced {
	margin: 3px; 
}

table.opt_item_spaced td {
	vertical-align: top; 
}

table.opt_item_field {
	margin: auto; 
}

table.opt_item_field td {
	padding: 3px 0px;
}

td.opt_item_field_label {
	text-align: right; 
}

table.opt_block input[type="text"] {
	width: 97%;
}

.opt_item_file_input {
	width: 100%; 
}

table.cb_list td {
	white-space: nowrap;
	padding: 0px 9px 0px 0px; 
}

/* mailing liasts blasts send styles */

div.sender_block {
	border: solid 1px #cccccc;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 10px 0px; 
	background-color: #eeeeee;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .7) , rgba(255, 255, 255, 0) ); /* FIX - no opac */
	text-align: center; 
}

/* Orders Styles */

table.orders_total {
	margin: 10px 0px 0px auto; 
}

table.orders_total td {
	text-align: right;
	font-size: 1.1em;
}	

td.orders_total_label {
	font-weight: bold; 
	padding-right: 6px; 
}

table.orders_total tr.total td {
	border-top: solid 1px #969593;
	font-size: 1.2em;
	font-weight: bold;
}

/* Other Styles */

a.invert:link, 
a.invert:active, 
a.invert:visited {
	text-decoration: none;
}

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

.row:nth-child(2n+1),
.row_0 {
	background-color: #eae9e5;
}

.row:nth-child(2n+0), 
.row_1 {
	background-color: #ffffff;
}

.consecutive + .consecutive {
	border-width: 1px 0px 0px 0px;
	border-style: solid ;
	border-color: #eeeeee}

.divider + .divider {
	display: none; 
}

.good, 
.status1, 
a.good:link, 
a.status1:link, 
a.good:active, 
a.status1:active, 
a.good:hover, 
a.status1:hover, 
a.good:visited, 
a.status1:visited {
	color: #237323;
}

.bad, 
.status0, 
a.bad:link, 
a.status0:link, 
a.bad:active, 
a.status0:active, 
a.bad:hover, 
a.status0:hover, 
a.bad:visited, 
a.status0:visited {
	color: #691919;
	font-style: italic; 
}

.important {
	color: #711028;
}

.warning, 
a.warning:link, 
a.warning:active, 
a.warning:hover, 
a.warning:visited {
	color: #9e8529;
}

.required {
	color: #711028;
}

span.progress,
span.progress_done {
	display: inline-block}

.progress {
	font-size: 0px; 
	height: 9px;
	margin: auto;
	border: solid 1px #969593;
	background-color: #ffffff;
	text-align: left; 
}

.progress_done {
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .25) , rgba(0, 0, 0, .25) );
	margin: 0px auto 0px 0px; 
}

.progress .progress_done {
	background-color: #807144;
}

.progress.bad .progress_done {
	background-color: #691919;
}

.progress.progress_right {
	text-align: right; 
}

.progress.progress_right .progress_done {
	margin: 0px 0px 0px auto; 
}

abbr[title],
.help[title] {
	border-bottom: dotted 1px #646362; 
	cursor: help; 
}

.hq {
	letter-spacing: 2px; 
	font-size: 1.1em; 
}

span.inline {
	display: inline-block;
}


.standard_colored {
	background-color: #eae9e5;
}

.standard_selected {
	background-color: #ffcc99; 
}

.standard_highlight tbody tr:hover td {
	background-color: rgba(0, 0, 0, 0.15);
}

.standard_highlight_group:hover td {
	background-color: rgba(0, 0, 0, 0.15);
}

.standard_highlight_item:hover {
	/* creates multiple backgrounds */
	background: rgba(0, 0, 0, 0.15);
}

table.standard_t td {
	padding: 3px 6px; 
	border: solid 1px #a6a6a3; 
	vertical-align: baseline; 
}

tr.standard_h td {
	font-weight: bold; 
	color: #646362; 
}

/* for both site and cms (generally doesn't change between sites) */

/* print styles */

.print_only {
	display: none !important; 
}

@media print {
	
	.print_only {
		display: block !important;
	}
	
	.no_print {
		display: none !important; 
	}
	
	.container {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.content {
		margin: 0px !important;
		padding: 0px !important; 
		float: none !important;
	}
	
}

@media print {
	.page_top_bg_image_1,
	.nav_bar_1,
	.action_message,
	.nav_bar_2,
	.nav_bar_3,
	.selectm_action_cont,
	.list_top,
	.limit button {
		display: none !important; 
	}
	
	html {
		background-image: none; 
	}
	
	.print_top {
		letter-spacing: -1px; 
		font-size: 30px; 
		font-weight: bold; 
	}
	
	.page_top_border {
		border: 0px; 
	}
	
	.container {
		background-color: white; 
		border: 0px; 
	}
	
	.container.shadow {
		box-shadow: none ;
	border-collapse: separate; 
	}
	
	h1 {
		color: black; 
		text-shadow: none 	}
	
	a:link,
	a:active,
	a:visited {
		color: black; 
	}
	
	input[type="text"], 
	input[type="password"] {
		width: auto; 
	}
	
	.content, .content_cont {
		background-color: white; 
		padding: 0px; 
	}
	
	td.addon img,
	td.user_id, 
	td.functions,
	div.filter button {
		display: none !important; 
	}
	
	.ab {
		border: 0px; 
	}
	.ab:after {
		content: "No" ;
	}
	.ab.checked:after {
		content: "Yes" ;
	}
	
	tr.selectm td {
		border-color: #c8c7c4 !important; 
	}
}
