@charset "utf-8";
/* CSS Document */

/* shell */

* { font-family: Arial, Helvetica, sans-serif; }

html, body { height: 100%; }
#container { min-height: 100%; }

#main {
	overflow: visible;
	padding: 15px 15px 60px 15px;
	font-size: 12px;
}

#main,
#nav ul li:first-child,
#nav ul li:first-child:hover {
	background-image: url(../images/bkg/main.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer {
	position: relative;
	margin-top: -44px;
	height: 23px;
	padding: 8px 10px 10px 10px;
}

#header,	
#navbar,
#main { min-width: 960px; }

.login {
	width: 40%;
	margin-top: 20px;
}

/* header */

#header {
	height: 60px;
	background: url(../images/bkg/header.png) repeat-x top;
	font-size: 11px;
}

#header #logo {
	float: left;
}

#header .links {
	float: right;
	overflow: hidden;
}

#header .links li {
	float: left;
	padding: 0px 10px;
	border-left: 1px solid;
}

#header .links li:first-child {
	padding-left: 0px;
	border-left: none;
}


/* sticky bar */

#stickybar {
	position: absolute;
	top: 85px;
	right: 10px;
	padding: 10px 0px;
}

#stickybar.fixed {
	z-index: 1000;
	width: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	background: url(../images/bkg/header.png) repeat-x bottom;
	border-bottom: 1px solid;
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.45);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.45);
	opacity: 0.85;
}

#stickybar.fixed:hover { opacity: 1.0; }

#stickybar .stickytitle {
	display: none;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px 0px 15px;
}

#stickybar.fixed .stickytitle { display: block; }

#stickybar .form-btns {
	float: right;
	margin: 0px;
}

#stickybar.fixed .form-btns { margin-right: 10px; }

/* global nav */

#navbar {
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	min-height: 6px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	overflow: hidden;
}

#navbar { background: url(../images/bkg/navbar_flip2.png) repeat-x bottom; }
#nav li.current,
#nav li.hover { background: url(../images/bkg/navbar_flip.png) repeat-x bottom; }

#nav { overflow: hidden; }
#nav div {
	cursor: default;
	margin-right: -2px;
	padding-right: 15px;
	background: url(../images/bkg/navdrop.png) no-repeat right 7px;
}

/*#nav li.hover div { background-position: right -11px; }*/

#nav,
#nav ul {	z-index: 100; }

#nav li {
	float: left;
	padding: 0px 10px;
	border-left: 1px solid;
	border-right: 1px solid;
}

/*#nav li.current { background: url(../images/bkg/navbar_flip.png) repeat-x bottom; }*/

#nav a {
	display: block;
	text-decoration: none;
}

#nav ul li a,
#nav ul li div {
	padding: 3px 8px;
	border: 1px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#nav ul li div {
	margin: 0px;
	padding-right: 15px;
	background: url(../images/bkg/navsub.png) no-repeat right bottom;
}

#nav ul {
	clear: left;
	position: absolute;
	left: auto;
	margin: 0px 0px 0px -11px;
	padding: 0px 0px 1px 0px;
	top: 85px;
	font-weight: normal;
	line-height: normal;
	border: 1px solid;
	background: url(../images/bkg/navmenu.png) repeat-x top;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

#nav ul,
#nav li.hover ul li ul,
#nav li.hover ul li:hover ul li ul { display: none; }

#nav li.hover ul,
#nav li.hover ul li:hover ul,
#nav li.hover ul li ul li:hover ul { display: block; }

#nav ul li {
	position: relative;
	float: left; /* f-ing IE7 */
	clear: left;
	padding: 1px 2px;
	width: 160px;
}

#nav ul li:first-child { padding-top: 4px; }

#nav ul li:hover { background: none; }

#nav ul ul {
	z-index: 101;
	left: 100%;
	top: 0%;
	margin: 10px 0px 0px -12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#nav ul ul li:first-child,
#nav ul ul li:first-child:hover {
	padding-top: 2px;
	background-image: none;
}

/* footer */

#footer {
	font-size: 10px;
	line-height: 12px;
	background: url(../images/bkg/footer.png) repeat-x top;
	border-top: 2px solid;
}

#footer .logo {
	float: left;
	margin: 3px 6px 0px 0px;
	width: 20px;
	height: 19px;
	background: url(../images/bkg/logo.png) no-repeat top;
}

/* common elements */

h1 {
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 3px solid;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	margin-bottom: 10px;
}

h4.boxlabel {
	font-size: 12px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 15px;
}

.note {
	font-size: 11px;
	margin-top: 2px;
}

.msg {
	font-weight: bold;
	padding: 4px 5px;
	margin: 15px 0px;
	background: #f9f4d0;
	border: 1px solid #efe17b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.msg .close {
	float: right;
	cursor: pointer;
}

.error {
	color: #CD0A0A;
	background: #FEF8F6;
	border-color: #CD0A0A;
}

.good {
	color: #2DA208;
	background: #F8FEF5;
	border-color: #2DA208;
}

.threeqtr { width: 75%; }
.twothird { width: 66%; }
.half { width: 50%; }
.third { width: 33%; }
.quarter { width: 25%; }

/* default tabs */

.tabs {
	float: left;
	position: relative;
	margin: 0px 10px -1px 0px;
	overflow: hidden;
}

.tabs li {
	float: left;
	margin-right: 2px;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	border: 1px solid;
	background: url(../images/bkg/tab.png) repeat-x top;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.tabs li.active { background-image: none; }

.tabs span,
.tabs a {
	display: block;
	height: 1%;
	padding: 0px 8px;
	text-decoration: none;
}

/* side tabs */

.sidetabs { margin-bottom: 15px; }

.sidetabs .tab-nav {
	float: left;
	margin-right: -1px;
	padding-bottom: 20px;
	width: 20%;
	border-right: 1px solid;
}

.sidetabs .tab-main {
	float: left;
	width: 80%;
}

.sidetabs .tab-main-content { padding-left: 15px; }

.tab-nav .tabs {
	float: none;
	margin: 0px -1px 0px 0px;
}

.tab-nav .tabs li {
	float: none;
	margin: 0px 0px 1px 0px;
	line-height: normal;
	background-position: bottom;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}

.tab-nav .tabs li span {
	padding: 4px 0px;
	cursor: pointer;
}

.tab-nav .alert a { background: url(../images/icons/alert.png) no-repeat 98%; }
.tab-nav .alert a span,
.tab-nav .save a span { padding-right: 17px; }
.tab-nav .save a { background: url(../images/icons/save.png) no-repeat 98%; }
.tab-nav .save.alert a span { background: url(../images/icons/alert.png) no-repeat 92%; padding-right: 34px; }

.tab-content {
	clear: both;
	zoom: 1;
}

/* headers */

.hdr {
	border: 1px solid;
	padding: 3px 10px;
	overflow: hidden;
	margin-bottom: 15px !important;
}

.hdr .left {
	float: left;
}

.hdr .right {
	float: right;
}

.hdr .paging {
	line-height: 20px;
}

.hdr .paging a {
	margin-left: 4px;
}

.hdr form {
	display: inline;
}

.hdr input[type="submit"],
.hdr input[type="button"],
.hdr input[type="reset"] {
	padding: 1px 4px;
	font-size: 11px;
}

/* boxes */

.box {
	clear: both;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	zoom: 1;
}

.box.labeled,
.datatable.labeled {
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.box .sub-box {
	border-top: 1px solid;
	margin-top: 8px;
	padding-top: 8px;
}

.box .sub-box:first-child {
	border-top: none;
	margin-top: 0px;
	padding-top: 0px;
}


/* tree */

.expander li ul { display: none; }
.expander li.open ul { display: block; }

/* columns */

.column { float: left; }

.column.lf {
	border-right: 1px solid;
	margin-right: -1px;
	padding-right: 2%;
}

.column.rt {
	border-left: 1px solid;
	padding-left: 2%;
}

#cmsEditor .column.lf { width: 26%; }
#cmsEditor .column.rt { width: 69%; }

#listEditor .column.lf { width: 47%; }
#listEditor .column.rt { width: 48%; }

#cmsEditor.hidetree .column.lf { display: none; }
#cmsEditor.hidetree .column.rt {
	padding: 0;
	border: none;
	width: 100%;
}

.right-col .column.lf { width: 76%; }
.right-col .column.rt { width: 19%; }

/* form tables */

table.form {
	border-collapse: separate;
	border-spacing: 5px;
	*border-collapse: expression('separate', cellSpacing = '5px'); /* IE-specific hack */
}

table.form.stack label { white-space: nowrap; }
table.form.stack label.required {
	padding: 0px 0px 0px 10px;
	background-position: left top;
}
table.form.stack th { text-align: right; font-weight: normal; }
table.form.stack th.topalign label { line-height: 20px; }
table.form.stack th.topalign label.multi-line { line-height: normal; }
table.form.justify td { width: 100%; }
table.form.justify textarea,
table.form.justify input[type="text"],
table.form.justify input[type="file"],
table.form.justify input[type="password"] { width: 88%; }
table.form.justify select { width: 90%; }
table.form.justify .jquery-selectbox { width: 97%; }
table.form.justify .nojustify input,
table.form.justify .nojustify select,
table.form.justify input[type="text"].dateinput { width: auto; }
table.form.stack.one-half { width: 50%; }
table.form.stack.three-quarter { width: 75%; }


/* form elements */

div.required { font-size: 11px; }

ul.checklist li { padding: 2px 0px; }

ul.checklist li ul {
	padding: 2px 0 0 7px;
}

ul.form li { padding: 0 0 10px 0; }

ul.form.inline li {
	float: left;
	height: 40px;
	padding-right: 10px;
}

ul.form.inline li.right { float: right; }

ul.form.inline.noheight {
	overflow: visible;
}

ul.form.inline li.noheight,
ul.form.inline.noheight li {
	height: auto;
	padding-bottom: 10px;
}

select,
input[type="text"],
input[type="password"],
textarea,
div.input,
.jquery-selectbox {
	font-size: 12px;
	padding: 2px;
	border: 1px solid;
	background: white url(../images/bkg/input.png) repeat-x top;
}

input[type="file"].custom {
	font-size: 12px;
	padding: 0;
	border: 2px solid;
	border-color: transparent;
	background: transparent;
}

div.input {
	height: 15px;
}

div.input.file {
	margin-bottom: -22px;
}

select,
.jquery-selectbox { padding: 1px; }

.jquery-selectbox .jquery-selectbox-list {
	top: 20px;
	padding-right: 7px;
}

.jquery-selectbox .jquery-selectbox-item {
	line-height: 18px;
}

.form-btns {
	overflow: hidden;
	margin: 10px 0px 15px 0px;
}

.box .form-btns { margin-bottom: 0px; }

.form-btns span.btn,
.form-btns input[type="submit"],
.form-btns input[type="reset"],
.form-btns input[type="button"] { margin: 0px 3px 0px 0px; }

.right span.btn,
.form-btns .fl-right span.btn,
.form-btns .fl-right input[type="submit"],
.form-btns .fl-right input[type="reset"],
.form-btns .fl-right input[type="button"] { margin: 0px 0px 0px 3px; }

label {
	font-weight: bolder;
	font-size: 12px;
	line-height: normal;
}

.multi-select {
	overflow: auto;
	padding: 2px;
	background: #fff;
	border: 1px solid #cacaca;
}

.multi-select.noheight {
	height: auto !important;
}

.multi-select li {
	overflow: hidden;
	white-space: nowrap;
}

.multi-select li.selected label {
	font-weight: bold;
}

input,
select { vertical-align: middle; }

input[type="radio"],
input[type="checkbox"] {
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 13px;
	cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	cursor: pointer;
	font-weight: normal;
}

.form.stack input[type="radio"],
.form.stack input[type="checkbox"] { margin-left: 8px; }

.layouts li {
	width: 95px;
}

.layouts label {
	display: block;
	cursor: pointer;
}

.layouts label img {
	border: 1px solid #cacaca;
	margin: 5px auto;
}

/* buttons */

input[type="submit"],
input[type="reset"],
input[type="button"] {
	overflow: visible;
	padding: 3px 6px;
	font-size: 11px;
	font-weight: bold;
/*	text-shadow: 0px 1px 1px rgba(0,0,0,0.35);*/
}

span.btn { display: inline-block; font-size: 11px; }

span.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	cursor: pointer;
	background: url(../images/bkg/navbar_flip2.png) repeat-x bottom;
	border: 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

span.btn.small input[type="submit"],
span.btn.small input[type="reset"],
span.btn.small input[type="button"] {
	padding: 1px 4px;

}

span.btn input[type="submit"],
span.btn input[type="reset"],
span.btn input[type="button"] {
	background: no-repeat 4px;
	border: none;
}

span.btn.search input[type="submit"],
span.btn.search input[type="button"] {
	padding-left: 20px;
	background-image: url(../images/btn/search.png);
}

span.btn.save input[type="submit"],
span.btn.save input[type="button"] {
	padding-left: 20px;
	background-image: url(../images/btn/save.png);
}

span.btn.add input[type="submit"],
span.btn.add input[type="button"] {
	padding-left: 20px;
	background-image: url(../images/btn/add.png);
}

span.btn.remove input[type="submit"],
span.btn.remove input[type="button"] {
	padding-left: 20px;
	background-image: url(../images/btn/remove.png);
}

span.btn.cancel input[type="submit"],
span.btn.cancel input[type="button"] {
	padding-left: 20px;
	background-image: url(../images/btn/cancel.png);
}

span.btn.delete input[type="submit"],
span.btn.delete input[type="button"] {
	padding-left: 20px;
	background-image: url(../images/btn/delete.png);
}

span.btn.upload input[type="submit"],
span.btn.upload input[type="button"] {
	padding-left: 20px;
	background-image: url(../images/btn/upload.png);
}

span.btn.file input[type="submit"],
span.btn.file input[type="button"] {
	padding-left: 20px;
	background-image: url(../images/btn/file.png);
}

span.btn.print input[type="submit"],
span.btn.print input[type="button"] {
	padding-left: 20px;
	background-image: url(../images/btn/print.png);
}

span.btn.previous input[type="submit"],
span.btn.previous input[type="button"] {
	padding-left: 20px;
	background-image: url(../images/btn/previous.png);
}

span.btn.next input[type="submit"],
span.btn.next input[type="button"] {
	padding-right: 20px;
	background: url(../images/btn/next.png) no-repeat right;
}


/* pagination */

.pagination {
	padding: 3px 4px;
	font-weight: bold;
}

.pagination,
.pagination label {
	font-size: 12px;
	line-height: 22px;
}

.pagination .fl-left,
.pagination .fl-right { width: 25%; }

.pagination.alpha .fl-left,
.pagination.alpha .fl-right { width: 17%; }

.pagination.simple .fl-left {
	width: 50%;
}

.pagination.simple .pages {
	text-align: right;
}

.pagination .fl-right {
	line-height: normal;
	text-align: right;
}

.pagination .fl-right div { float: right; }

.pagination .fl-right div label,
.pagination .fl-right select,
.pagination .fl-right .jquery-selectbox {
	float: left;
	margin-left: 5px;
}

.pagination .pages {
	text-align: center;
	line-height: 18px;
	padding: 2px 0px;
}

.pagination .pages a,
.pagination .pages span {
	display: inline-block;
	text-align: center;
	width: 20px;
	text-decoration: none;
	background: url(../images/bkg/page.png) no-repeat right bottom;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pagination .pages .previous,
.pagination .pages .next,
.pagination .pages .previous-group,
.pagination .pages .next-group,
.pagination .pages .first,
.pagination .pages .last {
	background-repeat: no-repeat;
	background-position: center;
}

.pagination .pages span {
	opacity: 0.25;
	filter: alpha(opacity = 15);
}

.pagination .pages .previous { background-image: url(../images/icons/previous.png); }
.pagination .pages .next { background-image: url(../images/icons/next.png); }
.pagination .pages .previous-group { background-image: url(../images/icons/previous-group.png); }
.pagination .pages .next-group { background-image: url(../images/icons/next-group.png); }
.pagination .pages .first { background-image: url(../images/icons/first.png); }
.pagination .pages .last { background-image: url(../images/icons/last.png); }

.pagination .pages a.empty {
	color: #000 !important;
	background: transparent !important;
	cursor: default;
}

.datatable + .pagination {
	margin: -15px 0px 15px 0px;
}

/* data tables */

.datatable {
	clear: both;
	margin-bottom: 15px;
	border-collapse: separate;
	border-spacing: 0px;
	*border-collapse: expression('separate', cellSpacing = '0px');
	border: 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.datatable.maxwidth {
	width: 99.9%;
}

.datatable.simple {
	background: none;
	border: none;
}

.datatable.simple th {
	background: none;
}

.datatable th,
.datatable td { padding: 4px 6px; }

.datatable.actions td { padding: 3px 6px; }

.datatable th {
	font-size: 11px;
	background: url(../images/bkg/navbar.png) repeat-x top;
}

.clickable tbody tr:hover td,
tbody tr.clickable:hover td {
	text-decoration: underline;
	cursor: pointer;
}

.tablesorter th { cursor: pointer; }
.tablesorter th.actions,
.tablesorter th.nosort { cursor: default; }

.tablesorter .header span,
.tablesorter .headerSortUp span,
.tablesorter .headerSortDown span {
	display: block;
	background-repeat: no-repeat;
	background-position: right;
}

.tablesorter .headerSortUp span { background-image: url(../images/jq.tablesorter/desc.png); }
.tablesorter .headerSortDown span { background-image: url(../images/jq.tablesorter/asc.png); }

.tablesorter th.right span { padding-right: 15px; }

.datatable td {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.datatable tbody tr:first-child td,
.datatable tfoot tr.first td {
	padding-top: 5px;
	border-top: none;
	background-image: url(../images/bkg/main.png);
	background-repeat: repeat-x;
	background-position: top;
}

.datatable tfoot tr {
	background: #fff;
}

.datatable tfoot td {
	border: none;
}

.datatable tbody tr.section td {
	font-weight: bold;
	padding: 15px 6px 5px 6px;
}

.datatable .pricing { width: 75px; }
.datatable .datetime { width: 130px; }

.datatable .actions {
	text-align: center;
	width: 130px;
}

.datatable .subrow td:first-child { padding-left: 18px; }


/* pim elements */

.datatable.pim .product {
	padding-left: 20px;
	background: no-repeat left;
}
.datatable.pim .product.toggle {
	cursor: pointer;
	background-image: url(../images/icons/expand.png);
}

.datatable.pim .product.toggle:hover {
	text-decoration: underline;
}

.datatable.pim .open .product.toggle {
	background-image: url(../images/icons/collapse.png);
}

/* file uploads */

.file-list {
	float: left;
	width: 50%;
}
.file-uploads {
	float: right;
	width: 45%;
	padding-top: 12px;
}

/* draggable lists */

.list-hdr {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}

.list-hdr span { float: right; }

.list-options li {
	overflow: hidden;
	padding: 2px 10px 2px 2px;
}

.list-options.sortable li {
	cursor: pointer;
	padding: 2px 10px 2px 18px;
	background: url(../images/icons/dragsort.png) no-repeat 3px;
}

.fields > li.delete,
.list-options li.delete { background-color: #ffb6c1 !important; }
.list-options li.delete,
.list-options li.delete a { color: #b22222 !important; }

.list-options a,
.list-options span { float: left; }

.list-options input[type="checkbox"] { float: right; margin-top: 1px; }

/* drag box */

.dragbox {
	border: 2px solid #cacaca;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.dragbox.property-sets {
	height: 300px;
}

/* history */

.modal.history { width: 400px; }

ul.history {
	max-height: 360px;
	overflow: auto;
}

ul.history li {
	border-top: 1px solid #dfdfdf;
}

ul.history ul li,
ul.history li div {
	padding: 2px 0;	
}

ul.history > li:first-child {
	border: none;
}

ul.history li div {
	cursor: pointer;
	padding-left: 18px;
	background: url(../images/icons/expand.png) no-repeat left;
}

ul.history li.open div {
	background-image: url(../images/icons/collapse.png);
}

ul.history li div span {
	font-weight: bold;
}

ul.history li ul {
	display: none;
}

ul.history li.open ul {
	display: block;
}

ul.history li ul li {
	padding-left: 30px;
}

ul.history li ul li a {
	float: right;
	margin-right: 5px;
	visibility: hidden;
}

ul.history li ul li:hover a {
	visibility: visible;
}


/* field definitions */

.cmsinfo {
	border-bottom: 1px solid;
	margin-bottom: 10px;
}

.cmsinfo td {
	padding-bottom: 10px;
}

.fields > li {
	overflow: hidden;
	margin-top: 5px;
	padding: 4px;
	border: 1px solid;
	cursor: pointer;
	background: url(../images/icons/dragsort.png) no-repeat 4px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.fields > li.active {
	border-color: #000;
}

.params {
	overflow: hidden;
	margin-left: 10px;
}

.params.hdrs {
	font-weight: bold;
	padding: 5px 5px 0 5px;
	margin-bottom: -5px;
}
.params li { float: left; line-height: 22px; margin-right: 6px; }
.params li.count { width: 20px; text-align: center; }
.params li.req { width: 60px; }
.params li.toggle { width:50px; text-align: center; float: right; margin-right: 0; }
.params li.fieldlabel { width: 200px; }
.params li.fieldtype { width: 120px; }
.params li.listlabel { width: 50%; }
.params li.optionlabel,
.params li.optionvalue { width: 35%; }

.params select,
.params input[type="text"] { width: 95%; }

.fields .options {
	margin: 6px 0 0 31px;
	padding: 6px 0 0 5px;
	border-top: 1px solid;
	overflow: hidden;
}

.fields .options li {
	float: left;
	margin-right: 8px;
	height: 26px;
	white-space: nowrap;
}

.fields label,
.fields input,
.fields select {
	font-size: 11px;
}

/* result lists */

.results {
	margin-bottom: 10px;
}

.results li {
	border-top: 1px solid;
	padding: 15px 0;
}

.results li:first-child {
	border-top: none;
	padding-top: 0;
}

.results .note {
	margin: -5px 0 5px 0;
}



/* forum */

table.forum {
	width: 99.9%;
	margin-bottom: 15px;
	border-collapse: separate;
	border-spacing: 1px;
	*border-collapse: expression('separate', cellSpacing = '1px');
	background: #fff;
	font-size: 11px;
}

table.forum.thread td {
	vertical-align: top;
}

.forum th,
.forum td { padding: 4px 8px; }

.forum th { background: #efefef; }
.forum td { background: #fafafa; }

.forum th,
.forum th a { color: #353535; }

.forum .title {
	font-weight: bold;
}

.forum .title.forum {
	font-size: 14px;
	display: block;
	margin-bottom: 2px;
}

.forum.thread,
.forum .title.thread {
	font-size: 12px;
}

.thread td {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.thread tbody td:first-child {
	padding-right: 20px !important;
}

.thread .datetime,
.thread .user {
	white-space: nowrap;
}

div.datetime,
.thread .user ul {
	font-size: 10px;
	margin: 0px 0 10px 0;
}

.forum .thread .select-menu {
	margin: 5px 0 0 0;
	float: right;
}

.thread td.reply {
	padding-left: 20px;
}

.summary .datetime {
	margin-bottom: 0;
}

.summary td {
	vertical-align: top;
}

.forum ul.heading {
	float: left;
	text-align: left;
}

.forum .icon {
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 8px;
	background: #fff;
}

img.avatar {
	border: 2px solid #cacaca;
}


/* select menus */

.select-menu {
	width: 100px;
	margin: 0px auto;
	font-size: 12px;
}

.select-menu.fl-right {
	margin: 0 0 0 10px;
}

.select-menu a {
	display: block;
	text-decoration: none;
	text-align: left;
}

.select-menu a.select-btn {
	padding: 1px 1px 1px 5px;
	line-height: 15px;
	background: white url(../images/bkg/input.png) repeat-x top;
	border: 1px solid;
}

.select-menu a.select-btn span {
	float: right;
	width: 16px;
	height: 15px;
	background: #cacaca url(../images/bkg/selectmenu.png) no-repeat 4px;
}

.select-menu.open a.select-btn span,
.select-menu a.select-btn:hover span { background-color: #cacaca; }

.select-menu.open ul { display: block; }

.select-menu ul {
	display: none;
	position: absolute;
	z-index: 800;
	margin-top: -1px;
	padding: 1px 0px;
	background: url(../images/bkg/navmenu.png) repeat-x top;
	border: 1px solid;
	min-width: 98px;
	max-width: 120px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.20);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#bbbbbb');
}

.select-menu li {
	font-size: 11px;
	padding: 1px 2px !important;
	border: none !important;
}

.select-menu li a {
	padding: 2px 5px;
	border: 1px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.select-label {
	float: left;
	margin-right: 10px;
	line-height: 20px;
}

/* tool tips */

.moreinfo {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	width: 14px;
	height: 14px;
	background: url(../images/icons/info.png) no-repeat center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.tooltip {
	font-size: 11px;
	margin-right: 15px;
	padding: 3px 6px;
	border: 2px solid;
	background: url(../images/bkg/navmenu.png) repeat-x top;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 10001;
}

.jquery-selectbox + .moreinfo {
	margin: 3px 0px 0px 6px;
}

/* modal dialogs */

.modal {
	background-color: #fff;
	display: none;
	padding: 0px 15px 15px 15px;
	text-align: left;
	border: 3px solid #333;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
}

.modal h2 {
	margin: 0px -15px 15px -15px;
	padding: 4px 6px;
	background: #cacaca url(../images/jq.tools/calhead.png) repeat-x top;
	border-bottom: 1px solid;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

.modal a.close {
	float: right;
	margin: 5px -9px 0px 0px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: transparent url(../images/btn/delete.png) no-repeat center;
}

.modal .form-btns { margin-bottom: 0px; }


/* dateinput calendar */

#calroot {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#calhead {
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	background: url(../images/jq.tools/calhead.png) repeat-x top;
}

#nav-loading {
	display: none;
}

/* printable view overrides */

@media print {
	
	body * {
		color: #000 !important;
		border-color: #000 !important;
		background-color: transparent !important;
	}
	
	.datatable tbody td,
	.datatable thead th {
		border-top: none !important;
		border-bottom: 1px solid;
	}
	
	html, body { height: auto; }
	#container { min-height: none; }

	#header,
	#navbar,
	#main { min-width: 100%; }
	
	#main {
		padding-left: 0;
		padding-right: 0;
		background: none;
	}
	
	#stickybar,
	#header,
	#navbar,
	#footer { display: none; }
	
}