@import url("../jquery_ui/smoothness/jquery-ui-smoothness.css");
@import url("_caught.css");
@import url("_nav.css");
@import url("_form-editor.css");
@import url("_shop.css");

.ui-buttonset .ui-state-active {
	background-image: url("../jquery_ui/smoothness/images/ui-bg_highlight-soft_65_2270f1_1x100.png");
	color: white;
}

html {
	background: #fff;
	padding: 10px;
}

body {
	/* background-color: #f8f8f8; */
	
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	text-align: left;
}

body,
th,
td {
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	/* font-size: 80%; */
	font-size: 12px;
}

a {
	color: #c0222d;
}

small {
	font-size: 80%;
}

#header {
	background-color: white;
}

#headerinner {
	background: white url('../../images/admin/header-right.png') right bottom no-repeat;
	color: white;
	font-family: georgia, serif;
	margin-bottom: 5px;
}

#headerinner img {
	vertical-align: bottom;
}

#header h1 {
	position: absolute;
	top: 10px;
	right: 30px;
	
	color: #666;
	font-size: 1em;
	text-align: right;
}

#header #top_logout {
	position: absolute;
	top: 25px;
	right: 30px;
	text-align: right;
	color: #c0222d;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	text-decoration: none;
}

/*
#header h1 {
	background-color: #666;
	padding: 10px;
	margin-bottom: 5px;
	color: white;
	font-family: georgia, serif;
	text-shadow: #000 0px 1px 2px;
}
*/

#nav3 {
	cursor: default;
	float: left;
	line-height: 1.5em;
	margin-left: 5px;
	width: 180px;
	width: 150px;
}

#middle {
	clear: both; /* Seems to be unnecessary, no clue why */
	min-width: 960px;
}

#middle .content {
	float: left;
	width: 800px;
	/* padding: 0 5px !important; */
	/* margin-left: 185px; */
-moz-transition: width .3s ease;
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}

.narrow-nav #middle .content {
width: 910px;
}

#middle .section {
	background-color: #fafaf9;
	border: 1px solid #ccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	margin-bottom: 5px;
	padding: 6px 10px;
}


/* ============================================================
	Main
============================================================ */

h1 {
	margin: 0 0 .5em 0;
	font-size: 1.8em;
	font-weight: normal;
}

#top .content {
	
}

#top a.locked {
	color: #c0c0c0;
}

#top a.locked:hover {
	background-color: #f0f0f0;
	color: #c0c0c0;
}

#middle .content {
	/* padding: 0px; */
}

#main {
	/* padding: 0 0.5em 0.5em 0.5em; */
	padding: 0 0 14px 14px;
}

#main h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0.5em 0;
}

#main .fb2_invariant h2 {
	font-size: 100%;
}

#main p {
	margin: 5px 0;
}

#main p em {
	font-style: italic;
}

#main p strong {
	font-weight: bold;
}

#main ul {
	list-style-type: square;
	padding-left: 1.5em;
}


/* Throbber */
.throbber-wrap,
.throbber-wrap-short {
	text-align: center;
}

.throbber-wrap {
	padding: 10em 0;
}

.throbber-wrap-short {
	padding: 3em 0;
}


/* Draggable Tables */
/*
table.gst-draggable-table tbody tr.gst-draggable-table-dragging-over {
	background-color: yellow;
}
*/

/* Sortable Table */
.gst-sortable-table.gst-sortable-table-scripted tbody tr {
	cursor: n-resize;
}

.gst-sortable-table-dh.gst-sortable-table-scripted tbody tr td.gst-drag-handle {
	cursor: n-resize;
	width: 20px;
}

.gst-sortable-table-dh td.gst-drag-handle .icon-wrap {
	float: none;
	width: 16px;
	margin: 0 auto;
}

.gst-sortable-table-scripted tbody tr.icon_add {
	cursor: auto;
}

.gst-sortable-table-ghost {
	border: 1px solid #a0a0a0;
	opacity: 0.7;
}

.gst-sortable-table-ghost table tbody tr {
	background-color: #acc9f5 !important;
}

.gst-sortable-table-ghost table tr {
	*background-color: #acc9f5 !important;
}

.gst-sortable-table .being-dragged {
	opacity: 0.2;
}


/* Database table listings */
table.dblist {
	width: 100%;
}

table.dblist td,
table.dblist th {
	padding: 2px 5px;
}

table.dblist th.edit,
table.dblist td.edit {
	text-align: center;
	width: 40px;
}

table.dblist th.remove,
table.dblist td.remove {
	text-align: left;
	width: 42px;
}

table.dblist tr.thead,
table.dblist thead tr {
	background-color: #f0f0ee;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	/*
	font-size: 1.5em;
	line-height: 2em;
	*/
}

table.dblist tr.thead,
table.dblist thead tr {
	background-color: #f0f0ee;
	border: 1px solid #ccc;
	border-bottom-width: 0;
}

table.dblist thead th,
table.dblist .thead th {
	font-family: georgia, serif;
	font-size: 130%;
	line-height: 2em;
	text-align: left;
}

/*
table.dblist thead th {
	font-family: georgia, serif;
	text-align: left;
}
*/

table.dblist thead a,
table.dblist .thead a {
	text-decoration: none;
}

table.dblist thead a:hover,
table.dblist .thead a:hover {
	text-decoration: underline;
}

table.dblist  tbody {
	border: 1px solid #ccc;
}

table.dblist  {
*border: 1px solid #ccc;
}

table.dblist tr.odd {
	background-color: #fff;
}

table.dblist tr:hover {
	background-color: #f0f0ee;
}

table.dblist tr.icon_add:hover {
	background-color: white;
}

/* Add icon */
table.dblist tr.icon_add a,
p.icon_add {
	background-color: white;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #e8e8e8;
	-webkit-box-shadow: 1px 1px 1px #e8e8e8;
	box-shadow: 1px 1px 1px #e8e8e8;
	display: block;
	padding: 0.25em 0.25em;
}

p.icon_add {
	margin: 0 0 0.5em 0;
	width: 8em;
}

p.icon_add a {
	text-decoration: none;
}

p.icon_add a img,
p.icon_add a span {
	vertical-align: middle;
}

p.icon_add a:hover span {
	text-decoration: underline;
}

p.icon_add a img {
	margin-right: 1em;
}

table.dblist tr.icon_add td {
	padding: 8px;
}

table.dblist tr.icon_add a {
	background-color: #f0fff0;
	padding-left: 8px;
	padding-right: 8px;
}

table.dblist tr.icon_add a:hover {
	background-color: #f8fff8;
}

table.dblist tr.icon_add td a span {
	background-image: url("../../images/admin/add.png");
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	line-height: 34px;
}

table.dblist td.thumbnail img {
	max-height: 100px;
	max-width: 200px;
}


/* Pagination */
#main div.pagination {
	color: #666;
	padding-top: 0.25em;
	text-align: center;
}


/* Page list */
#main .page-list-wrap.page-list-wrap-loading {
	background: transparent url("../../images/admin/throbber.gif") center center no-repeat;
	height: 100px;
}

#main .page-list-wrap.page-list-wrap-loading * {
	display: none;
}

#main ul.page_list,
#main ul.page_list ul {
	list-style-type: none;
}

#main ul.page_list {
	clear: left;
	padding-left: 0;
}

#main ul.page_list ul {
	padding-left: 28px;
}

#main ul.page_list li,
#main ul.page_list ul li {
	padding-top: 1em;
}

#main ul.page_list li.page-sorting,
#main ul.page_list ul li.page-sorting {
	background-color: #f0f0ee;
	border: 1px solid #c0c0c0;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	padding: 4px;
}

#main ul.page_list .page-drag-placeholder {
	background-color: #eef0ee;
	border: 1px solid #b0d0b0;
	height: 8px;
	margin-top: 1em;
}

.icon-wrap {
	background-color: #f0f0ee;
	border: 1px solid #c0c0c0;
	float: left;
	margin-right: 0.5em;
	padding: 0px;
}

.page-list-wrap .page-expansion-toggle-active,
.page-list-wrap .page-expansion-toggle {
background-color: transparent;
border-color: transparent;
}

.page-list-wrap .page-expansion-toggle-active:hover {
	background-color: #f0f0ee;
	border: 1px solid #c0c0c0;
}

.icon-wrap:hover {
	background-color: #fff;
}

/* Not-yet-activated fancy javascript buttons */
.page-list-wrap .page-grab-handle,
.page-list-wrap .page-expansion-toggle,
.page-list-wrap .page-adopt-button {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* Activated fancy javascript buttons */
.page-list-wrap .page-expansion-toggle-active,
.page-list-wrap .page-grab-handle-active,
.page-list-wrap .page-adopt-button-active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.page-list-wrap .page-top-level-controls .page-adopt-button {
	display: none;
}

.page-list-wrap .page-expansion-toggle-active {
	cursor: pointer;
}

.page-list-wrap .page-grab-handle-active {
	cursor: n-resize;
}

.page-list-wrap .page-adopt-button-active {
	cursor: pointer;
}

#nav3 .ui-icon {
	cursor: pointer;
}

.page_list .page-title {
	float: left;
	margin-right: 1em;
	margin-left: 0.5em;
	padding-top: 3px;
	line-height: 10px;
}

.page_list .page-title a {
text-decoration: none;
}

.page_list .page-title.page-show-in-nav {
	font-weight: bold;
}


.page_list .page-controls ul {
	clear: left;
}

.page_list .page-controls.page-controls-closed ul {
	display: none;
}

.page_list .page-actions .icon-wrap {
	display: none;
}
.page_list .page-actions .icon-wrap.show-anyways,
.page_list li:hover > .page-controls > .page-actions .icon-wrap {
	display: inline;
}

.page_list .clear {
	clear: left;
}

.page-adopt-notice {
	position: fixed;
	left: 25%;
	top: 0;
	width: 50%;
	
	border: 1px solid #c0c0c0;
	
	background: #fafaf9 url("../../images/admin/caution-tape.png") left top repeat;
	border: 1px solid #f2752b;
	
	border-top-width: 0;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
}

.page-adopt-notice p.text {
	margin-bottom: 0.5em;
	text-align: center;
}

.page-adopt-notice p.cancel {
	text-align: right;
}


.hierarchical-checkboxes .hierarchical-checkboxes-has-disabled {
	color: #a0a0a0;
}


/* jQuery UI tab control */
.ui-tabs {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

.ui-tabs .ui-tabs-nav {
	border-width: 0 0 1px 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

#main .ui-tabs ul {
	padding: 4px 10px 0 10px;
}


/* jQuery UI tab panels */
.ui-tabs .ui-tabs-panel {
	padding: 10px;
}



/* Modules 2.0 */
#tabs-modules .module-button-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs-modules .module-button-list li {
	float: left;
	margin-bottom: 8px;
	width: 118px;
}

#tabs-modules .module-button-list li .button,
#tabs-modules .module-button-list li .button-inner {
	height: 100px;
	width: 100px;
}

#tabs-modules .module-button-list li.module-contact_forms .button,
#tabs-modules .module-button-list li.module-contact_forms .button-inner {
background: transparent url('../../images/admin/module/contact_forms/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-directory .button,
#tabs-modules .module-button-list li.module-directory .button-inner {
background: transparent url('../../images/admin/module/directory/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-events .button,
#tabs-modules .module-button-list li.module-events .button-inner {
background: transparent url('../../images/admin/module/events/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-faqs .button,
#tabs-modules .module-button-list li.module-faqs .button-inner {
background: transparent url('../../images/admin/module/faqs/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-forms .button,
#tabs-modules .module-button-list li.module-forms .button-inner {
background: transparent url('../../images/admin/module/forms/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-gallery .button,
#tabs-modules .module-button-list li.module-gallery .button-inner {
background: transparent url('../../images/admin/module/gallery/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-home_gallery .button,
#tabs-modules .module-button-list li.module-home_gallery .button-inner {
background: transparent url('../../images/admin/module/home_gallery/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-page_headers .button,
#tabs-modules .module-button-list li.module-page_headers .button-inner {
background: transparent url('../../images/admin/module/header/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-related_links .button,
#tabs-modules .module-button-list li.module-related_links .button-inner {
background: transparent url('../../images/admin/module/related_links/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li.module-news .button,
#tabs-modules .module-button-list li.module-news .button-inner {
background: transparent url('../../images/admin/module/news/icon.png') left bottom no-repeat;
}

#tabs-modules .module-button-list li .button {
	position: relative;
	
	margin: 0 auto;
}

#tabs-modules .module-button-list li.module-enabled .button,
.button {
	cursor: pointer;
}

#tabs-modules .module-button-list li .button .button-inner {
	background-position: left top;
	display: none;
}

#tabs-modules .module-button-list li.module-enabled .button-inner {
	display: block;
}

#tabs-modules .module-button-list li .checkbox {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 27px;
	height: 27px;
	
	background: transparent url("../../images/admin/module/check.png") left bottom no-repeat;
	cursor: pointer;
}

#tabs-modules .module-button-list li .checkbox:hover,
#tabs-modules .module-button-list li.module-enabled .checkbox {
	background-position: left top;
}

#tabs-modules .module-button-list li .label {
	display: block;
	font-size: 80%;
	text-align: center;
line-height: 20px;
}

#tabs-modules .module-button-list li.module-selected .label {
	font-weight: bold;
	font-size: 100%;
}

#tabs-modules .module-button-list-clear {
	clear: left;
}

/*
#tabs-modules .module-output-list table.dblist th.remove,
#tabs-modules .module-output-list table.dblist td.remove {
	text-align: left;
	width: 42px;
}
*/

.module-output-list {
list-style-type: none !important;
}

.module-page_headers .current_image img {
	border: 1px solid #c0c0c0;
	height: 218px;
	width: 715px;
}

#tabs-modules .gst-details {
	margin-bottom: 1em;
}

#tabs-modules .gst-details .gst-details-summary {
	text-align: right;
}


/* Google Analytics */

#stats-graph {
	border: 1px solid #cccccc;
	margin-bottom: 8px;
}

#stats-graph iframe {
	display: block;
}

.analytics-summary table th {
	padding-right: 1em;
	text-align: right;
	width: 50%;
}

.analytics-summary table td {
	padding-left: 1em;
	text-align: left;
}

.popular-pages table {
	width: 100%;
}

.popular-pages table th,
.popular-pages table td {
	padding: 6px;
}

.popular-pages table th {
	font-weight: bold;
}

	
/* SEO tab */
#tabs-seo .recommendations-and-competition .rc-report {
	display: none;
}
#tabs-seo .recommendations-and-competition.rc-open .rc-report {
	display: block;
}

#tabs-seo .recommendations-and-competition .rc-report table.keywords td.keywords {
	font-family: monospace;
}

#tabs-seo .recommendations-and-competition .rc-report table.keywords th.number,
#tabs-seo .recommendations-and-competition .rc-report table.keywords td.number {
	
}

#tabs-seo .content-analysis .ca-report {
	display: none;
}
#tabs-seo .content-analysis.ca-open .ca-report {
	display: block;
}

#tabs-seo .content-analysis .ca-report ul,
#tabs-seo .content-analysis .ca-report ol {
	padding-left: 2em;
}

#tabs-seo .content-analysis .ca-report li {
	margin: 0.5em 0;
}


/* Image Cropper */
.gst-cropper-wrap {
	height: 400px;
	margin-bottom: 1em;
	overflow: hidden;
	width: 400px;
}


#bottom {
	clear: both;
	margin-left: 199px;
	width: 756px;
}

#bottom .content {
	color: #999;
	font-size: 80%;
	padding: 1em;
	text-align: center;
}

/* Current image thumbnails of uploaded images */
#main .current_image {
	margin-bottom: 5px;
}


/* Contact Us Field Options */
.field-options table.field-visibility {
	margin-bottom: 1em;
	width: 100%;
}

.field-options table.field-visibility th {
	text-align: center;
}

.field-options table.field-visibility td {
	text-align: center;
	padding: 0;
}

.field-options .ui-button .ui-button-text {
	font-size: 80%;
}

.field-options .ui-button-text-only .ui-button-text {
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.field-options .saving {
	/* background-color: #e0e0e0; */
	
	background: transparent url("../../images/admin/throbber.gif") right center no-repeat;
}

.field-options .saved {
	/* background-color: #f0fff0; */
	
	/* color: gray; */
	
	background-color: #f0fff0;
}

/* ============================================================
	Backup Styles
============================================================ */

#tabs-backup .fb2_invariant_inner img {
	border: 1px solid #b9b9b9;
	padding: 5px;
	box-shadow: 0px 0px 4px #b9b9b9;
	margin: 8px;
}

#tabs-backup .fb2_invariant_inner h1 {
margin-left: 15px;
font-size: 1.6em;
color: #003b8e;
}

#tabs-backup .fb2_invariant_inner h2 {
margin: 1em 15px 1em 15px;
margin-top: 10px;
color: #3a3b3b;
font-size: 1.2em;
font-family: georgia;
text-decoration: underline;
text-align: left;
}

#tabs-backup .fb2_invariant_inner h3 {
margin: 1em 15px 1em 24px;
font-family: georgia;
font-size: 1.05em;
color: #3a3b3b;

}

#tabs-backup .fb2_invariant_inner h4 {
font-family: georgia;
margin: .5em 15px 1em 24px;
font-style: italic;
color: #3a3b3b;
}

#tabs-backup .fb2_invariant_inner h5 {
margin: 1em 15px 1em 15px;
}

#tabs-backup .fb2_invariant_inner h6 {
margin: 1em 15px 1em 15px;
}

#tabs-backup .fb2_invariant_inner p {
margin: 1em 24px;
}

#tabs-backup .fb2_invariant_inner ul,
#tabs-backup .fb2_invariant_inner ol {
margin: 1em 55px;
}

#tabs-backup .fb2_invariant_inner li ul,
#tabs-backup .fb2_invariant_inner li ol {
margin: 0 35px;
}

#tabs-backup .fb2_invariant_inner li {
line-height: 1.1em;
margin: .4em 0;
}

#tabs-backup .fb2_invariant_inner table {
margin: 1em 15px;
background-color: #f5f5f5;
}

#tabs-backup .fb2_invariant_inner table td {
border: 2px solid #fff;
padding: 3px 5px;
font-size: .8em;
line-height: 1.2;
}

#tabs-backup .fb2_invariant_inner table h3 {
margin: 0;
padding: 5px 0;
text-align: center;
line-height: 1.3em;
}

#tabs-backup .fb2_invariant_inner table p {
margin: 5px 0;
}


#main .multiple-choice-summary h3,
#main .range-summary h3,
#main .checkbox-summary h3 {
	font-weight: bold;
}

#main .multiple-choice-summary table th,
#main .multiple-choice-summary table td,
#main .range-summary table th,
#main .range-summary table td,
#main .checkbox-summary table th,
#main .checkbox-summary table td {
	padding-right: 1em;
	padding-bottom: 0.5em;
}

#main .multiple-choice-summary table th,
#main .range-summary table th,
#main .checkbox-summary table th {
	font-weight: bold;
}

#main .cat-visible a,
#main .prod-visible a {
	font-weight: bold;
}

#layout-module-options {
	margin-bottom: 8px;
}

#layout-module-options h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}
#layout-module-options h2.layout-module-available {
	font-weight: bold;
}


#options-accordion h2 {
	font-size: 100%;
	margin-bottom: 0;
}

#options-accordion > div {
	padding: 8px;
}


/* ============================================================
	Clearfix
============================================================ */

.clearfix:after,
#middle:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */














#super-tree {
font-size: 1.5em;
list-style-type: decimal !important;
}

#super-tree ol,
#super-tree ul {
padding-left: 1.5em;
list-style-type: decimal;
}

#super-tree .fb2_field_heading {
display: none;
}

#super-tree .fb2_file_inner input {
height: 80px;
border: 1px solid red;
background-color: red;
width: 100%;
}


#super-tree li { color: red }

#super-tree li li { color: blue }

#super-tree li li li { color: green }

#super-tree li li li li { color: purple }

#super-tree li li li li li  { color: black; list-style-type: disc; }

#super-tree .fb2_textarea .fb2_field_heading {
display: block;
font-size: 12px;
}

#super-tree .fb2_textarea textarea {
	height: 140px;
	width: 500px;
}