/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 *= blueprint/screen



 */
#locales {
  margin: 2px;
}
.header_content th span {
  width: 100%;
  display: inline-block;
}
/*
--------------------------------------------------------------------------------
=Header
=Content Columns
=Tree View
=Vertical Gripper
=Content Pane
=Buttons
--------------------------------------------------------------------------------
*/

/* Inport of the icon css */
/* @import url(icons.css); */


html { height: 100%; }

body {
  background: #fff url("/assets/Header-Background.gif") 0 0 repeat-x;
  color: #333;
  font: 75% Arial, Verdana, Helvetica, sans-serif;
  height: 100%;
}

a {color: #0000ee; outline: none;}
a:hover {text-decoration: none;}
a:visited {color: #0000ee;}

h2 {font-size:1.3em; margin:5px 10px;}

h3 {
  border-bottom:1px solid #87AABF;
  font-size: 1.4em;
  font-weight:bold;
  margin: 5px 10px;
  padding-bottom: 5px;
}

h4 {
  clear: both;
  color: #333;
  margin-top:20px;
  margin-bottom: 8px;
  font-size: 1.4em;
  padding-bottom: 3px;
  border-bottom:1px solid #ccc;
}

h4.blue {border-bottom:1px solid #80a5bf; color: #80a5bf;}
h4.first {margin-top: 0;}

dl dt {font-weight: bold;}
dl dt a {font-weight: normal;}

strong {font-weight: bold;}

.hidden {display:none;}

.clear {
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  visibility: hidden;
}


/* =Header
--------------------------------------------------------------------------------
*/

#header {height:124px; position: relative;}
#header h1 {float:left; padding: 20px 0 0 14px;}
#header h1 a {
  display:block;
  height:40px;
  position:relative;
  text-indent: -8000px;
  width:195px;
}

ul.userLinks {
  position: absolute;
  top: 10px;
  right: 18px;
  z-index: 1;
}

ul.userLinks li {color: #333;  display:inline;}
ul.userLinks li a {color: #333; text-decoration: none;}
ul.userLinks li a:hover {text-decoration: underline;}
ul.userLinks li.divider {padding: 0 5px;}

#header .menu_primary {font-size:1.2em;}

.nav-search-wrapper {
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 45px;
  width: 98%;
  padding: 5px 11px 0 11px;
}

.filter-form {
  float: right;
  padding-top: 13px;
}

ul.secondaryNav {
  clear: both;
  height: 41px;
  float: left;
}

ul.secondaryNav li {float: left; margin: 0 4px;}
ul.secondaryNav li a {
  color: #333;
  display: block;
  padding-top: 26px;
  text-decoration: none;
}

ul.secondaryNav li a:hover {color: #fff;}
ul.secondaryNav li a span {
  padding: 2px 5px 2px 5px;
}


ul.secondaryNav li a:hover span {background-color: #999;}
ul.secondaryNav li.divider {background: url("/assets/Divider-Vertical.gif") right top repeat-y; height: 41px; margin-left: 20px;}

/* =Ajax Indicator
--------------------------------------------------------------------------------
*/

.ajax-progress {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 30px;
	margin-left: -62.5px;
	margin-top: -17.5px;
	padding: 5px;
	background-color: grey;
	color: white;
	text-align: center;
	opacity: 0.8;
}

/* =Content Columns
--------------------------------------------------------------------------------
*/

.columnWrapper {
  background: url("/assets/Divider-Gripper-Background.gif") 205px 0 repeat-y;
  border-bottom: solid 1px #ccc;
  margin-bottom: 8px;
  width: 100%;
}

/* =Dashboard Columns
--------------------------------------------------------------------------------
*/

.dashboardWrapper {
  margin: 5px 0 8px 5px;
  padding: 0 10px 5px 0;
}

.dashboardWrapper .leftColumn {
  background: url("/assets/Dashboard-LeftColumn-TopCorners.png") 0 0 no-repeat;
  float: left;
  padding: 20px 0;
  width: 200px;
}

.dashboardWrapper .leftColumn h5, .dashboardWrapper .leftColumn h5.usage_header {
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 15px;
  margin-bottom: 6px;
}

.dashboardWrapper .leftColumn .menu_primary {
  padding: 0 15px;
}

.dashboardWrapper .leftColumn .menu_primary ul li {
  padding: 2px 0;
}

.dashboardWrapper .leftColumn .divider {
  border-top: solid 1px #fff;
  font-size: 8px;
  height: 24px;
  line-height: 8px;
  margin: 24px 4px 0 4px;
}

.dashboardWrapper .rightColumn {margin-left: 210px; padding-top: 22px;}

.dashboardWrapper .rightColumn h5 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 6px;
}

.dashboardWrapper .rightColumn ol {
  margin-bottom: 10px;
  padding: 0 20px;
}

.dashboardWrapper .rightColumn ol li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-bottom: 5px;
}

.dashboardWrapper .rightColumn ol.withroman li { list-style-type: lower-alpha }


.dashboardWrapper .buttonWrapper {clear: none; text-align: left; padding: 10px 0;}

.dashboardWrapper p {margin-bottom: 10px;}

.dashboardHeaders {background: url("/assets/Gradient-Background-LightGray.gif") 0 50% repeat-x;}
.headerContent {background: url("/assets/Status-Left-Top.png") top left no-repeat; position: relative;}
.headerContent h3 {background: url("/assets/Status-Right-Top.png") top right no-repeat; border: none; font-size: 1.2em; padding: 0; margin: 0;}
.headerContent h3 span {background: url("/assets/Status-Left-Bottom.png") bottom left no-repeat; display: block;}
.headerContent h3 span strong {background: url("/assets/Status-Right-Bottom.png") bottom right no-repeat; padding: 5px 20px; display: block;}

.site_usage, .site_support {padding: 15px 20px 40px 20px;}
.site_usage, .site_support label {font-weight: bold; margin-bottom: 5px; color: #666666; display: block;}
.site_usage, .site_support p.actions {padding-top: 10px;}
.site_support p {margin-bottom: 15px;}

.approvalRequests {padding-top: 25px;}

.approval-requests {}

.approval-requests dl {
  border-bottom: solid 1px #e5e5e5;
  color: #666;
  margin: 0 20px 15px 20px;
  padding-top: 3px;
  padding-right: 15px;
  padding-bottom: 8px;
}

.approval-requests dl dt {
  padding-bottom: 3px;
  padding-left: 17px;
}

.approval-requests dl dd {
  padding-left: 9px;
}

.approval-requests dl dd.toggle {
  float: left;
  padding-left: 0;
}

.approval-requests dl dd.toggle a, dl dt.toggle a {
  display: block;
  height: 9px;
  margin-top: 3px;
  text-indent: -8000px;
  width: 17px;
}

dl dt.toggle span, dl dt.toggle a {
  float: left;
}

dl.logged_exception dd blockquote {
  margin: 0px 20px;
}

.approval-requests dl dd ul li {
  height: 1.3em;
  margin-bottom: 2px;
  /*margin-left: 9px;*/
  padding: 2px 8px;
}

.approval-requests dl dd ul li.odd {
  background-color: #f5f5f5;
}

.approval-requests dl dd ul li span {
  float: left;
}

.approval-requests dl dd ul li span.actions {
  float: right;
}

.approval-requests dl dd ul li span.user-name {
  padding-right: 30px;
  width:200px;
}
.approval-requests dl dd ul li span.content-title {
  padding-right:10px;
  width:190px;
}

/* =Tree View
--------------------------------------------------------------------------------
*/

#tree_view {
  color: #333;
  font-size: 1.1em;
  float: left;
  width: 205px;
}

.treeContent {padding: 10px;}

#tree_view p.site_name {font-weight:bold;}
#tree_view a {color: #333;}

#tree_view ul.view {
  background: transparent url("/assets/imgs/Button-Background-LightGray.gif") 0 50% repeat-x;
  border-bottom: solid 1px #ccc;
  min-height: 21px;
  padding: 7px 10px 0 10px;
}

#tree_view h5 {
  font-weight: bold;
  padding: 8px;
}

#tree_view .menu_primary {margin-bottom: 8px;}

#tree_view .menu_primary ul li {margin-bottom: 2px;}
#tree_view .menu_primary ul li a {
  display: block;
  
  text-decoration: none;
}

#tree_view .menu_primary ul li a span.not-tc {
  display: block;
  padding: 3px 10px 3px 40px;
}

#tree_view .menu_secondary ul li a span.not-tc {
  padding-left:60px;
}

#tree_view .divider {
  border-top: solid 1px #ccc;
  font-size: 8px;
  height: 8px;
  line-height: 8px;
  margin: 8px 4px 0 4px;
}


/* =Content Pane
--------------------------------------------------------------------------------
*/

#content_pane {
  margin-left: 214px;
  min-width: 850px;
}

.gripper {position: absolute; width: 9px;}
.gripper img.grip {margin: 275px 0 25px 1px; cursor: ew-resize;}

.topbar {
  overflow: auto;
  padding: 8px;
  background: #FFF url("/assets/imgs/Topbar-Background.gif") left bottom repeat-x;
}

.topbar h3, .contentTitle h3 {
  border: none;
  color: #333;
  float: left;
  font-size: 1.6em;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0;
  line-height: 1.6em;
}

.contentTitle h3 a {
  font-size: 0.7em;
  font-weight: bold;
  margin-left: 15px;
}

.topbar h4 {
  border: none;
  color: #333;
  float: left;
  font-size: 1.4em;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 1.4em;
}

.contentTitle {
  background: url("/assets/Gradient-Background-MedGray.gif") 0 50% repeat-x;
  height: 40px;
  /*
  margin-left: 9px;
  */
  padding: 0 9px 0 10px;
}

.withTabs {
  height: auto;
}

.edit {background: url("/assets/Gradient-Background-LightBlue.gif") 0 50% repeat-x;}

.contentTitle h3 {margin-top: 3px;}

.contentTitle ul.actions li input, .contentTitle ul.actions li a {margin-left: 5px;}

.contentWrapper {padding: 0 10px 10px 10px;}

.topbar .actions, .contentTitle .actions {  padding-top: 8px; padding-right: 10px; }
.topbar .actions li, .contentTitle .actions li {display: inline;}

.topbar, .table_wrapper, .left_column {/*margin-left: 9px;*/}

#dashboard .topbar, #extensions .topbar, #dashboard .contentTitle, #extensions .contentTitle {margin-left: 0;}
#dashboard .contentWrapper, #extensions .contentWrapper {padding: 10px;}

.actions {text-align: right;}

p.first {padding-top: 20px;}
p.formNote {padding-bottom: 15px;}

div.first {margin-top: 20px;}

.contentWrapper dl {margin: 15px 0 0 0; padding-bottom: 15px;}
.contentWrapper dl.info  {margin: 15px 20px 0 20px; padding-bottom: 15px;}
.contentWrapper div.info {margin: 15px 20px 0 20px; padding-bottom: 15px;}
.contentWrapper dl.editInfo {margin: 15px 40px 0 0; padding-bottom: 15px;}
.contentWrapper dl.date {float: left;}
.contentWrapper dl.previewInfo {margin: 15px 20px 0 20px; padding-bottom: 15px;}
.contentWrapper dl dt {margin-bottom: 3px;}
.contentWrapper dl.previewInfo dt, .contentWrapper dl.previewInfo dd p {font-size: 1.2em;}
.contentWrapper dl.form {padding-bottom: 5px}
.contentWrapper dl.form dd {padding-bottom: 10px;}
.contentWrapper dl.form dd input, .contentWrapper dl.form dd select, .contentWrapper dl.form dd textarea, .contentWrapper dl.form dd div.wide {margin-left: 13px;}
.contentWrapper dl.radioList dd {margin-bottom: 3px; padding-bottom: 0;}
.contentWrapper dl.address div {padding-bottom: 10px}
.contentWrapper dl dd.indentButton {padding: 3px 0 3px 12px;}
.contentWrapper dl.previewInfo dt, .contentWrapper dl.previewInfo dd {margin-bottom: 25px;}
.contentWrapper dl.previewInfo dd span.buttons {display: block; float: left; width: 120px;}
.contentWrapper dl.previewInfo dd p {padding-top: 2px;}

label.radioListLabel {padding-top: 8px; padding-bottom: 5px;}

em.roleTitle {
  font-style: italic;
  color: #999;
}

ul.radioList li {padding: 1px 0;}

.contentWrapper dl.radioList #custom_roles_link.disabled {
  color:#CCCCCC;
  text-decoration:none;
}
.contentWrapper dl.first {margin-top: 0;}

.radioCheckText {padding-left: 8px;}

.role {padding-bottom: 3px;}

strong.arrow {color: #80A5BF; font-size: 1.5em; line-height: 0.5em; padding-right: 5px;}

.show h4 {padding-top: 25px;}
.show ol {padding-left: 20px; margin-top: 8px;}
.show ol li {list-style: decimal outside; margin-bottom: 8px;}

a.help {margin-left: 10px; cursor: help;}
p.help {padding-top: 8px; text-align: right;}
p.hint {padding-top: 4px;}

.permission-list ul li {padding-bottom: 3px;}


/* =Buttons
--------------------------------------------------------------------------------
*/
.buttonWrapper {clear: both; padding: 10px 0 10px 10px; text-align: right;}
.buttonWrapper a, .buttonWrapper input {margin-left: 5px;}

.contentWrapper .buttonWrapper {padding-right: 8px;}
.withBackground {border-top: solid 1px #e9f2f6; padding-right: 18px; /*margin-left: 9px;*/}

/* Default button color is Medium Blue */
a.button {
  background: transparent url("/assets/Button-Background-MedBlue.gif") 0 50% repeat-x;
  border-right: solid 1px #80a5bf;
  border-left: solid 1px #80a5bf;
  color: #fff;
  font-size: 0.95em;
  font-weight: bold;
  padding: 5px 12px;
  line-height: 1.9em;
  text-decoration: none;
}

a.button:hover {text-decoration: none;}

/* Default input button color is Medium Blue */
input.button {
  background: transparent url("/assets/Button-Background-MedBlue.gif") 0 50% repeat-x;
  border-top: none;
  border-right: solid 1px #80a5bf;
  border-bottom: none;
  border-left: solid 1px #80a5bf;
  color: #fff;
  cursor: pointer;
  font-size: 0.95em;
  font-weight: bold;
  padding: 4px 12px;
  text-decoration: none;
}

/* Light Blue */
a.lightBlue, input.lightBlue {
  background: transparent url("/assets/Button-Background-LightBlue.gif") 0 50% repeat-x;
  border-right: solid 1px #c1d2df;
  border-left: solid 1px #c1d2df;
}
/* Dark Gray */
a.darkGray, input.darkGray {
  background: transparent url("/assets/Button-Background-DarkGray.gif") 0 50% repeat-x;
  border-right: solid 1px #666;
  border-left: solid 1px #666;
}
/* Orange */
a.orange, input.orange {
  background: transparent url("/assets/Button-Background-Orange.gif") 0 50% repeat-x;
  border-right: solid 1px #f99a1c;
  border-left: solid 1px #f99a1c;
}
/* Light Gray */
a.lightGray, input.lightGray {
  background: transparent url("/assets/Button-Background-LightGray.gif") 0 50% repeat-x;
  border-right: solid 1px #dfdfdf;
  border-left: solid 1px #dfdfdf;
  color: #333;
}




ul.wizard_tabs {}
ul.wizard_tabs li {}
ul.wizard_tabs li.highlighted_tab {color: #ff00ff;}

#site_shared_feed_index_list tr.draggable_table_row {
  cursor:move;
}
#menu_builder {float: left; padding: 20px 0 0 8px; width: 95%;}

dl.menu_list, dl.products_list {margin-top: 0; padding-bottom: 0;}

.menu-item, #site_shared_feed_index_list tr.draggable_table_row {
  background: url("/assets/Main-Menu-Gray.gif") 0 50% repeat-x;
  border: solid 1px #ccc;
  padding: 5px 8px 3px 8px;
  margin-bottom: 5px;
}

.menu-item:hover, #site_shared_feed_index_list tr.draggable_table_row:hover {
  background: url("/assets/Main-Menu-LightBlue.gif") 0 50% repeat-x;
  border: solid 1px #b2d4e4;
}

#menu_builder .active {background: url("/assets/Main-Menu-DarkBlue.gif") 0 50% repeat-x; border: solid 1px #7a9dab;}

.menu-item .sub_menu_item {
  font-weight: bold;
  float: left;
}

.menu-item .sub_menu_item a.arrow {
  display: block;
  float: left;
  width: 13px;
}

.menu-item ul.actions, .product_category ul.actions {float: right;}
.menu-item ul.actions li, .product_category ul.actions li {float: left;}
.menu-item ul.actions li.deleteItem, .product_category ul.actions li.deleteItem {padding-left: 8px;}
.menu-item ul.actions li.divider, .product_category ul.actions li.divider {padding:0pt 5px;}


.home_menu_item a.arrow img {display: none;}
.home_menu_item .sub_menu_item {padding-left: 13px;}

#menu_builder dl.main_menu_list dd dl.menu_list dd dl {padding-left: 50px;}

.wrapper .highlighted {
  border: solid 1px #80a5bf;
  margin-top: 2px;
  margin-bottom: 8px;
}

.wrapper .highlighted .contentTitle {margin-left: 0;}
.wrapper .highlighted .contentWrapper {padding: 10px;}

.wrapper .highlighted dl.form dd {
  padding-bottom: 0;
}

.wrapper .highlighted dl dd.title {
  padding-bottom: 8px;
}

.wrapper .highlighted dl dd.inline {
  float: left;
  margin-right: 20px;
}

.wrapper .highlighted dl dd.inline select {
  margin-top: 3px;
}

.wrapper .highlighted dl dd.inline span {
  padding-bottom: 3px;
}

.wrapper .highlighted .custom_url_wrapper {clear: left; padding-top: 15px;}
.wrapper .highlighted .custom_url_wrapper .customUrl {margin-top: 3px;}



#content_wrapper {height: 100%; width:80%; margin:auto;}

.form_actions{
  margin:10px 0;
  text-align:right;
}
.title_bar {
  position:relative;
  margin-bottom:5px;
}
.close_button {
  position:absolute;
  right:0;
  top: 0;
}


/* ================ */
/* = Page Editing = */
/* ================ */


.layout_preview {
  position:relative;
  margin:auto;
  width: 700px;
  height: 560px;
  background-color: #FFF;
}

div.site_horiz_nav_preview ul li{
  display:inline;
  margin-right:4px;
}
.container_name {
  font-weight: bold;
  padding:5px;
  background-color: #efefef;
}
.edit_link {
  position:absolute; 
  right:5px;
}
#article_body_preview {
  height:100%;
}





/* =Widgets
--------------------------------------------------------------------------------
*/

.widget_layout_preview {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.widget_layout_preview .container {
  width: 98%;
  margin: 5px;
}

.more_widgets {
  color: #fff;
  font-weight: bold;
  padding: 8px 0 4px 0;
  text-align: center;
}

.draggable_widget {
  background: transparent url("/assets/Widget-Background.gif") 0 50% repeat-x;
  border: solid 2px #f99a1c;
  clear: left;
  cursor: move;
  /*
  margin-left: 6px;
  */
  width: 190px;
}

.draggable_widget:hover {
  background: transparent url("/assets/Button-Background-MedBlue.gif") 0 50% repeat-x;
  color: #fff;
}

.draggable_widget h6 {
  background: transparent url("/assets/Widget-Wide-Top.png") 0 0 no-repeat;
  float: left;
  font-size: 0.95em;
  font-weight: bold;
  padding: 6px 8px 1px 8px;
  width: 174px;
}


.widgetFooter {
  background: transparent url("/assets/Widget-Wide-Bottom.png") 0 0 no-repeat;
  clear: left;
  font-size: 9px;
  height: 9px;
  line-height: 9px;
}

.widget_droppable {
  height:100%; 
  background-color:#f99a1c;
}

.widget_instance {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}

.widget_instance:hover {
  background: transparent url("/assets/Widget-Background.gif") 0 50% repeat-x;
  color: #333;
}

.widget_instance h6 {
  background: transparent url("/assets/Widget-Narrow-Top.png") 0 0 no-repeat;
  padding: 6px 8px 0 8px;
  width: 134px;
}

.widget_instance .widgetFooter {
  background: transparent url("/assets/Widget-Narrow-Bottom.png") 0 0 no-repeat;
}

.widget_instance .deleteWidget {float: right;}

.addWidgetWrapper {
  padding: 8px 0 8px 8px;
}

.addWidget {
  padding: 5px 8px 0 5px;
}

.addWidget .widget input {
  float: left;
}

.addWidget .widget label {
  display: block;
  padding-left: 20px;
}

.widgetListWrapper {
  margin-left: auto;
  margin-right: auto;
  background: url("/assets/Widget-Narrow-Top.png") 0 0 no-repeat;
  background-color: #EFEFEF;
  width: 150px;
}

.widgetListWrapper .widgetFooter {
  background: transparent url("/assets/Widget-Narrow-Bottom.png") 0 0 no-repeat;
}

.contained-widget-list {
  height: 100%;
}

/*
.contained_widget {
  font-size:80%;
  background:#FFF;
  padding:5px;
  margin:2px;
}
.contained_widget .widget_icons {
  float:right;
}

.content_details_wrapper h3 {
  border-bottom: 1px solid #666;
  padding:5px 0;
}
*/

.content_details_wrapper {}


/* =Tabs
--------------------------------------------------------------------------------
*/

.tabs-wrapper {
  position: relative;
  padding: 0px;
  padding-left: 7px;
  height: 27px;
  border-bottom: 1px solid #ccc;
  background-color: #aeccdd;
}

.tabs-wrapper .tabs {padding: 0px; margin: 0px; list-style: none none;}
.tabs-wrapper .tabs .tab {
  display: inline;
  margin-left: 3px;
}

.tabs-wrapper .tabs .tab a {
  line-height: 30px;
  padding: 5px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

.tabs-wrapper .tabs .tab.selected a {
  color: #80A5BF;
  background-color: white;
  border-bottom: 1px solid white;
  padding-left: 15px;
  padding-right: 15px;
}


/* =Index Table
--------------------------------------------------------------------------------
*/

/* NEW Index table broken into 2 for the head and body */

.index_table_wrapper {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
  /*margin-left: 9px;*/
  padding-bottom: 6px;
}

.content_pages_table_wrapper {
  border-bottom: none;
  padding-bottom: 0;
}

.header_content {
  background: transparent url("/assets/Gradient-Background-DarkGray.gif") 0 50% repeat-x;
  padding-right: 16px;
}

table.index_header tr th {
  border-left: solid 1px #fff;
  color:#FFF;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 8px;
}

table.index_header tr th.column_icon,
table.index_header tr th.column_title,
table.index_header tr th.column_actions,
table.index_header tr th.status-header {border-left: none;}

table.index_header tr th.column_icon span {display: block; width: 16px;}

table.index_header tr th a, table.index_header tr th a:visited {color:#FFF; text-decoration:none;}

.scrollable_content {
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 124px;
  border-bottom: 1px solid #ccc;
}

.infinite-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.scrollable_content table.index_content tbody tr td {
  border-bottom: 2px solid #fff;
  line-height: 1.5em;
  padding: 2px 8px;
  vertical-align: middle;
}

.scrollable_content table.index_content tbody tr {background-color: #ebebeb;}

.scrollable_content table.index_content tbody tr td.selected, .scrollable_content table.index_content tbody tr td.row-hover {
  background-color: #cbe0ea;
}

/* orginal color alternating colors
.scrollable_content table.index_content tbody tr.odd {background-color: #ebebeb;}
.scrollable_content table.index_content tbody tr.even {background-color: #fff;}
*/

.scrollable_content table.index_content tbody tr td.column_actions {text-align: right;}
.scrollable_content table.index_content tbody tr td.column_actions img {margin-bottom: -3px;}
.scrollable_content table.index_content tbody tr td.column_actions a {padding-left: 8px;}

.scrollable_content table.index_content tbody tr td.column_title a, .scrollable_content table.index_content tbody tr td.column_title a:visited {color:#333;}

a.edit-link {padding-right: 7px; padding-left: 8px;}
span.title{ padding-left:8px; }

/* Two Column table */
.two_column table.index_header tr th.one, .two_column table.index_content tbody tr td.one {width: 70%;}
.two_column table.index_header tr th.two, .two_column table.index_content tbody tr td.two {width: 30%;}

/* Three Column table */
.three_column table.index_header tr th.one, .three_column table.index_content tbody tr td.one {width: 30%;}
.three_column table.index_header tr th.two, .three_column table.index_content tbody tr td.two {width: 40%;}
.three_column table.index_header tr th.three, .three_column table.index_content tbody tr td.three {width: 30%;}

/* Four Column table */
.four_column table.index_header tr th.one, .four_column table.index_content tbody tr td.one {width: 43%;}
.four_column table.index_header tr th.two, .four_column table.index_content tbody tr td.two {width: 19%;}
.four_column table.index_header tr th.three, .four_column table.index_content tbody tr td.three {width: 19%;}
.four_column table.index_header tr th.four, .four_column table.index_content tbody tr td.four {width: 19%;}

/* Four with Icon Column table */
.four_icon_column table.index_header tr th.one, .four_icon_column table.index_content tbody tr td.one {width: 3%;}
.four_icon_column table.index_header tr th.two, .four_icon_column table.index_content tbody tr td.two {width: 66%;}
.four_icon_column table.index_header tr th.three, .four_icon_column table.index_content tbody tr td.three {width: 15%;}
.four_icon_column table.index_header tr th.four, .four_icon_column table.index_content tbody tr td.four {width: 13%;}

/* Five Column table */
.five_column table.index_header tr th.one, .five_column table.index_content tbody tr td.one {width: 35%;}
.five_column table.index_header tr th.two, .five_column table.index_content tbody tr td.two {width: 15%;}
.five_column table.index_header tr th.three, .five_column table.index_content tbody tr td.three {width: 15%;}
.five_column table.index_header tr th.four, .five_column table.index_content tbody tr td.four {width: 15%;}
.five_column table.index_header tr th.five, .five_column table.index_content tbody tr td.five {width: 20%;}

/* Five with Icon Column table */
.five_icon_column table.index_header tr th.one, .five_icon_column table.index_content tbody tr td.one {width: 1%;}
.five_icon_column table.index_header tr th.one {border-right: 1px solid #FFFFFF;}
.five_icon_column table.index_content tbody tr td.one {padding: 2px 2px;}
.five_icon_column table.index_header tr th.two, .five_icon_column table.index_content tbody tr td.two {width: 35%;}
.five_icon_column table.index_header tr th.three, .five_icon_column table.index_content tbody tr td.three {width: 15%;}
.five_icon_column table.index_header tr th.four, .five_icon_column table.index_content tbody tr td.four {width: 15%;}
.five_icon_column table.index_header tr th.five, .five_icon_column table.index_content tbody tr td.five {width: 17%;}
.five_icon_column table.index_header tr td.column_actions, .five_icon_column table.index_content tr td.column_actions {white-space: nowrap;}

/* Six Column table */
.six_column table.index_header tr th.one, .six_column table.index_content tbody tr td.one {width: 3%;}
.six_column table.index_header tr th.two, .six_column table.index_content tbody tr td.two {width: 37%;}
.six_column table.index_header tr th.three, .six_column table.index_content tbody tr td.three {width: 15%;}
.six_column table.index_header tr th.four, .six_column table.index_content tbody tr td.four {width: 15%;}
.six_column table.index_header tr th.five, .six_column table.index_content tbody tr td.five {width: 15%;}
.six_column table.index_header tr th.six, .six_column table.index_content tbody tr td.six {width: 15%;}

/* Seven Column table */
.seven_column table.index_header tr th.one, .seven_column table.index_content tbody tr td.one {width: 3%;}
.seven_column table.index_header tr th.two, .seven_column table.index_content tbody tr td.two {width: 37%;}
.seven_column table.index_header tr th.three, .seven_column table.index_content tbody tr td.three {width: 12%;}
.seven_column table.index_header tr th.four, .seven_column table.index_content tbody tr td.four {width: 12%;}
.seven_column table.index_header tr th.five, .seven_column table.index_content tbody tr td.five {width: 12%;}
.seven_column table.index_header tr th.six, .seven_column table.index_content tbody tr td.six {width: 12%;}
.seven_column table.index_header tr th.seven, .seven_column table.index_content tbody tr td.seven {width: 12%;}


/* External Podcast table */
.ex_podcast table.index_header tr th.one, .ex_podcast table.index_content tbody tr td.one {width: 20%;}
.ex_podcast table.index_header tr th.two, .ex_podcast table.index_content tbody tr td.two {width: 20%;}
.ex_podcast table.index_header tr th.three, .ex_podcast table.index_content tbody tr td.three {width: 30%;}
.ex_podcast table.index_header tr th.four, .ex_podcast table.index_content tbody tr td.four {width: 15%;}
.ex_podcast table.index_header tr th.five, .ex_podcast table.index_content tbody tr td.five {width: 15%;}

/* Store - Products table */
.product_list table.index_header tr th.one, .product_list table.index_content tbody tr td.one {width: 30%;}
.product_list table.index_header tr th.two, .product_list table.index_content tbody tr td.two {width: 10%;}
.product_list table.index_header tr th.three, .product_list table.index_content tbody tr td.three {width: 15%;}
.product_list table.index_header tr th.four, .product_list table.index_content tbody tr td.four {width: 15%;}
.product_list table.index_header tr th.five, .product_list table.index_content tbody tr td.five {width: 15%;}
.product_list table.index_header tr th.six, .product_list table.index_content tbody tr td.six {width: 15%;}

/* Store - Orders table */
.order_list table.index_header tr th.one, .order_list table.index_content tbody tr td.one {width: 7%;}
.order_list table.index_header tr th.two, .order_list table.index_content tbody tr td.two {width: 15%;}
.order_list table.index_header tr th.three, .order_list table.index_content tbody tr td.three {width: 25%;}
.order_list table.index_header tr th.four, .order_list table.index_content tbody tr td.four {width: 15%;}
.order_list table.index_header tr th.five, .order_list table.index_content tbody tr td.five {width: 15%;}
.order_list table.index_header tr th.six, .order_list table.index_content tbody tr td.six {width: 15%;}

/* Content Pages Table*/
.content_pages_column table.index_header tr th.one, .content_pages_column table.index_content tbody tr td.one {width: 1%;}
.content_pages_column table.index_header tr th.one {border-right: 1px solid #FFFFFF;}
.content_pages_column table.index_content tbody tr td.one {padding: 2px 2px;}
.content_pages_column table.index_header tr th.two, .content_pages_column table.index_content tbody tr td.two {width: 30%;}
.content_pages_column table.index_header tr th.three, .content_pages_column table.index_content tbody tr td.three {width: 15%;}
.content_pages_column table.index_header tr th.four, .content_pages_column table.index_content tbody tr td.four {width: 10%;}
.content_pages_column table.index_header tr th.five, .content_pages_column table.index_content tbody tr td.five {width: 27%;}
.content_pages_column table.index_header tr td.column_actions, .content_pages_column table.index_content tr td.column_actions {white-space: nowrap;}

div.child-articles-wrapper {
  padding-left: 35px;
}

a.article-series-expander span {
  display: block;
  float: left;
  height: 9px;
  margin-top: 4px;
  margin-right: 4px;
  text-indent: -8000px;
  width: 9px;
}

/* =============== */
/* = Index Pages = */
/* =============== */
.tableWrapper {border: solid 1px #999;}

table.index_list, table.template_list {border-collapse: separate; border-bottom: solid 1px #999; width:100%;}
  
table.index_list thead tr {position: relative;}
table.index_list thead th {background: transparent url("/assets/Gradient-Background-DarkGray.gif") 0 50% repeat-x; border-bottom: solid 4px #fff; color:#FFF;}

table.template_list thead th {background: transparent url("/assets/Button-Background-MedBlue.gif") 0 50% repeat-x; color:#FFF;}

table.index_list thead.table_header th, table.template_list thead.table_header th {border-right: solid 1px #fff; font-weight: bold; padding: 5px 8px;}

table.index_list thead.table_header th.actions,
table.index_list thead.table_header th.empty_th,
table.template_list thead.table_header th.holder,
table.template_list thead.table_header th.actions,
table.template_list thead.table_header th.detail {border-right: none;}

table.index_list thead a, table.index_list thead a:visited {color:#FFF; text-decoration:none;}

td.actions, th.actions, div.actions {text-align:right;}

table.index_list thead th.actions, table.index_list tbody tr td.actions{padding-right: 25px;}

table.index_list tbody {
  height:115px;
  overflow-y:auto;
  overflow-x:hidden;
  border-bottom:1px solid #999999;
}

table.index_list tbody tr {
  height: 30px;
}


table.template_list tbody {font-size: 1.3em;}

table.index_list tr {border-bottom: solid 3px #fff;}

table.index_list tfoot tr th {
  background-color: #f5f5f5;
  height: 6px;
  font-size: 6px;
  line-height: 6px;
  text-align: center;
}

table.template_list tr td {border-bottom: solid 1px #ccc;}
table.template_list tr td.radioButton {padding-left: 12px; width: 15px;}
table.template_list tr td.name {padding-left: 8px; width: 200px;}
table.template_list tr td.actions a,
table.template_list tr td.actions img.inactive-trash-icon {padding-right: 10px;}
table.template_list tr td.actions img.inactive-trash-icon { position: relative; top: 2px; }
table.index_list tbody tr td {padding: 2px 8px; font-size: 0.9em; border-bottom: solid 3px #fff; background-color: #EBEBEB;}

table.template_list tbody tr td strong {padding-left: 15px;}


/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
  clear: both;
  border: 1px solid #963;
  height: 285px;
  overflow: auto;
  width: 756px
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
  overflow: hidden;
  width: 756px
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
  float: left;
  width: 740px
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
  width: 756px
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
  position: relative
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
  display: block
}

/* make the TH elements pretty */
thead.fixedHeader th {
  background: #C96;
  border-left: 1px solid #EB8;
  border-right: 1px solid #B74;
  border-top: 1px solid #EB8;
  font-weight: normal;
  padding: 4px 3px;
  text-align: left
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
  color: #FFF;
  display: block;
  text-decoration: none;
  width: 100%
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
  color: #FFF;
  display: block;
  text-decoration: underline;
  width: 100%
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
  display: block;
  height: 262px;
  overflow: auto;
  width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
tbody.scrollContent td {
  background: #FFF;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid #CCC;
  border-top: 1px solid #DDD;
  padding: 2px 3px 3px 4px
}

  
/* ========= */
/* = Forms = */
/* ========= */
.form_field {
  
}

input.textBox, input.scal_input, input.text, textarea.textBox {
  border: solid 1px #999;
  padding: 3px;
  font-size: 1.1em;
}

select.textBox, select.text {
  border: solid 1px #999;
  padding-left: 3px;
  font-size: 1.1em;
}

select.clip { max-width: 485px; }

.required {color: #ff0000; font-size: 1.2em; font-weight: bold; padding-right: 8px;}

#content_info_pane {
  float: left;
  width: 100%;
}

#content_info_pane label, #menu_builder label {
  display:block;
  font-weight:bold;
  padding-bottom: 3px;
}

#content_info_pane .permission-list ul li label {font-weight: normal;}



#abstract_text_area, .podcastEntriesWrapper {border: solid 1px #999; margin-top: 15px; width: 519px;}
#abstract_text_area textarea, .podcastEntriesWrapper textarea {border: 0; padding: 5px;}

#abstract_header {
  background: url("/assets/Gradient-Background-MedGray.gif") 0 50% repeat-x;
  border-bottom:1px solid #999;
  color:#31A638;
}

.podcast_table_header {
  background: url("/assets/Gradient-Background-MedGray.gif") 0 50% repeat-x;
  border-bottom:1px solid #999;
  color: #333;
}

#abstract_header p, .podcast_table_header p {padding: 6px;}

table.podcast_featured_file, table.podcast_related_content {}

table.podcast_featured_file tr td, table.podcast_related_content tr td {
  vertical-align: middle;
  padding: 5px;
}

/* =Status Messages
--------------------------------------------------------------------------------
*/

.status {background: url("/assets/Status-Left-Top.png") top left no-repeat; margin: 13px 0 10px 0; position: relative;}

.status h5 {background: url("/assets/Status-Right-Top.png") top right no-repeat; font-size: 1.2em; padding: 12px 12px 6px 12px;}
.status h5 span {font-weight: bold;}
.status h5 a {float: right; font-size: 0.9em;}

.statusContent {background: url("/assets/Status-Left-Bottom.png") bottom left no-repeat;}

.statusContent div {background: url("/assets/Status-Right-Bottom.png") bottom right no-repeat; padding: 0 12px 8px 12px;}

.statusContent div ul li {margin-right: 5px;}

.icon {
  display: none;
  height: 23px;
  left: 11px;
  position: absolute;
  top: 8px;
  width: 23px;
}

/* Green status */
.content_status_approved,
.content_status_published,
.success,
.user_status_active,
.content_status_active,
.content_status_verified,
.content_status_shipped,
.post_status_published,
.post_status_sent { background-color: #E1F6D7; color:#086703; }

.content_status_approved  h5,
.content_status_published h5,
.success                  h5,
.user_status_active       h5,
.content_status_active    h5,
.post_status_published    h5,
.post_status_sent         h5 { padding-left: 38px; }

.content_status_approved  .statusContent div,
.content_status_published .statusContent div,
.success                  .statusContent div,
.user_status_active       .statusContent div,
.content_status_active    .statusContent div,
.post_status_published    .statusContent div,
.post_status_sent         .statusContent div { padding-left: 38px; }

/* Orange status */
.content_status_pending,
.content_status_draft,
.user_status_pending,
.content_status_open,
.post_status_draft,
.post_status_sending { background-color: #FEEBB0; color: #6b6454; }

.content_status_pending h5,
.content_status_draft   h5,
.user_status_pending    h5,
.content_status_open    h5,
.post_status_draft      h5,
.post_status_sending    h5 { padding-left: 38px; }

.content_status_pending .statusContent div, 
.content_status_draft   .statusContent div,
.user_status_pending    .statusContent div,
.content_status_open    .statusContent div,
.post_status_draft      .statusContent div,
.post_status_sending    .statusContent div { padding-left: 38px; }

/* Gray status */
.content_status_archived,
.user_status_disabled,
.content_status_inactive,
.content_status_cancelled,
.errorExplanation { background-color: #e8e8e8; }

.content_status_archived  h5,
.user_status_disabled     h5,
.content_status_inactive  h5,
.content_status_cancelled h5,
.errorExplanation         h5 { padding-left: 38px; }

.content_status_archived  .statusContent div,
.user_status_disabled     .statusContent div,
.content_status_inactive  .statusContent div,
.content_status_cancelled .statusContent div,
.errorExplanation         .statusContent div { padding-left: 38px; }

ul.status_menu_options li,
ul.user_status_options li { display:inline; }

/* ================= */
/* = Photo Chooser = */
/* ================= */
.photo_chooser {
  margin:10px;
}
.photo_chooser table {
  border-collapse:separate;
}
.photo_chooser table tr td {
  padding:5px;
}
.photo_chooser table thead th {
  height:20px;
}
ul#photo_size_choices li {
  display:inline;
  margin-right: 10px;
}
.photo_size_options h4 {
  margin-top:15px;
}
/* ============ */
/* = Uploader = */
/* ============ */
#uploader ul.file_info {
  height:30px;
  width:100%;
}
#uploader ul.file_info li {
  float:left;
  height:15px;
  padding:3px;
}
#uploader ul.file_info li.name{
  width:30%;
}
#uploader ul.file_info div.progress{
  border:1px solid #bbb;
  width:60%;
  float:left;
  position:relative;
  height:20px;
}
#uploader ul.file_info div.progress span.percent{
  margin-left:5px;
  position:absolute;
  right:2px;
  top:2px;
}
#uploader ul.file_info div.inner_progress{
  height:20px;
  float:left;
  background:#85abc4 url("/assets/Button-Background-MedBlue.gif") repeat-x center;
  position:absolute;
  top:0;
  left:0;
}

#uploader ul.file_info li.cancel{
  width:5%;
}
#uploader ul.file_info div.progress span.uploaded {
  font-weight:bold;
  color:#398839;
  margin-left:5px;
}

#uploader div#list {
  padding:10px 0;
  height:160px;
  border:1px solid #bbb;
  overflow:auto;
  margin:10px 0;
  width:98%;
  padding:5px;
}

#uploader dl dt, #uploader dl dd {padding-bottom: 8px;}

/* ========== */
/* = Errors = */
/* ========== */
.error-text {color: #98000B;}

.errors { margin: 0 10px; }

.errorExplanation {
  border: solid 1px #98000B;
  margin: 13px 0 10px 0;
}

.errorExplanation h2 {
/*  color:#98000B;
  font-size: 1.2em;
  padding: 12px 12px 6px 12px;
  margin: 0;*/
  display:none;
}

.errorExplanation p {margin-top:5px;color:#98000B;font-weight: bold;}

.errorExplanation p, .errorExplanation ul {
  padding: 0 12px 8px 12px;
}

.errorExplanation ul li {
  padding-left: 12px;
  margin-bottom: 3px;
  list-style: disc inside;
}


.fieldWithErrors input,
.fieldWithErrors textarea { border:5px solid #98000B; }

/* ============ */
/* = Lightbox = */
/* ============ */
.lightbox {
  background: #f1f1f1 url("/assets/Lightbox-Background.gif") 0 0 repeat-x;
}

.lightbox #lightbox_wrapper, .lightbox #content_info_pane {
  background-color: #f1f1f1;
}

#lightbox_wrapper .topbar, #lightbox_container .topbar {
  background: transparent url("/assets/Divider-Topbar.gif") 0 bottom repeat-x;
  margin: 0 3px;
}
.topbar .lightbox-filter-form {
  float: right;
  padding-right: 15px;
}
#lightbox_wrapper a.close, #lightbox_container a.close {
  display: block;
  height: 14px;
  position: absolute;
  right: 5px;
  text-indent: -8000px;
  top: 5px;
  width: 14px;
}

#lightbox_wrapper .buttonWrapper, #lightbox_container .buttonWrapper  {padding-top: 0; padding-right: 16px;}
#lightbox_wrapper .lightboxContent .buttonWrapper, #lightbox_container .lightboxContent .buttonWrapper {padding: 0;}

.lightboxContent {
  background-color: #fff; 
  padding: 8px;
  margin: 0 8px 8px 8px;
}

.lightboxTemplateContent {
  overflow-x: hidden;
  overflow-y: scroll;
}


.dark #lightbox_container .topbar {
  background-image: none;
  padding: 5px;
  margin: 0 3px;
}

.dark h3 {
  color: #ccc;
  font-size: 1.5em;
  line-height: 1.5em;
}

.dark p {
  padding-bottom: 1.5em;
}

.dark .lightboxContent dl {margin-bottom: 15px;}
.dark .lightboxContent dl dt, .lightboxContent dl dd {margin-bottom: 3px;}


.stepsGray {}
.stepsWhite {}

.tabBar {
  background: url("/assets/Gradient-Background-LightBlue.gif") 0 50% repeat-x;
  /*margin-left: 9px;*/
  padding: 20px 0 0 0;
}

#content_pane .tabBar {float: left; width: 100%;}
#content_info_pane .tabBar {float: none; width: auto;}

ul.steps {margin: 8px 8px 0 8px;}
ul.steps li {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 1.2em;
  float: left;
  margin-right: 1px;
}

.stepsDark ul.steps li {
  background-color: #ccc;
}

.stepsDark ul.steps li.selected {
  background-color: #fff;
}


.stepsInTitle ul.steps li {
  background-color: #666;
}

ul.noNumbers li {padding-left: 12px;}

.withTabs .stepsInTitle {clear: left; height: 2.1em;}

.stepsDark ul.steps, .stepsInTitle ul.steps {margin-top: 0;}

.stepsDark ul.steps li {
  margin-right: 5px;
}

.stepsInTitle ul.steps li {
  margin-right: 1px;
}

.tabBar ul.steps {margin: 0 0 0 4px;}

.stepsGray ul.steps li {background-image: url("/assets/Tabs-Steps-Left-Gray.png");}
.stepsWhite ul.steps li {background-image: url("/assets/Tabs-Steps-Left-White.png"); background-color: #80a5bf; color: #fff;}
.stepsDark ul.steps li {background-image: url("/assets/Tabs-Steps-Left-Dark-NotSelected.png");}
.stepsInTitle ul.steps li {background-image: url("/assets/Tabs-Steps-Left-LightGray.png");}

.stepsDark ul.steps li.selected {background-image: url("/assets/Tabs-Steps-Left-Dark.png")}

ul.steps li span {
  background-repeat: no-repeat;
  background-position: right 0;
  display: block;
  float: left;
  padding: 8px 15px 5px 0;
}

.stepsDark ul.steps li span {
  padding: 5px 10px;
}

.stepsInTitle ul.steps li span {
  padding: 5px 20px 5px 15px;
}

.stepsDark ul.steps li a {
  color: #333;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
}

.stepsInTitle ul.steps li a {
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
}

.stepsDark ul.steps li a:hover, .stepsInTitle ul.steps li a:hover {
  color: #999;
}

ul.noNumbers li a {
  color: #333;
  text-decoration: none;
}

ul.steps li strong {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  float: left;
  height: 20px;
  margin: 7px 6px 0 8px;
  text-indent: -8000px;
  width: 20px;
}

.stepsGray ul.steps li span {background-image: url("/assets/Tabs-Steps-Right-Gray.png");}
.stepsWhite ul.steps li span {background-image: url("/assets/Tabs-Steps-Right-White.png");}
.stepsDark ul.steps li span {background-image: url("/assets/Tabs-Steps-Right-Dark-NotSelected.png");}
.stepsInTitle ul.steps li span {background-image: url("/assets/Tabs-Steps-Right-LightGray.png");}

.stepsDark ul.steps li.selected span {background-image: url("/assets/Tabs-Steps-Right-Dark.png");}

ul.steps li.selected, ul.gray-tabs li {
  background-color: #b9d5e2;
  font-weight: bold;
}

.stepsWhite ul.steps li.selected, .stepsInTitle ul.steps li.selected {background-color: #fff; color: #333; font-weight: normal;}

.stepsInTitle ul.steps li.selected a {color: #333; font-weight: normal;}

ul.steps li.seperator {
  background: url("/assets/Gradient-Background-MedBlue.gif") 0 50% repeat-x;
  clear: left;
  float: none;
  font-size: 0;
  height: 22px;
  margin: 0;
  line-height: 0;
}

.tabBar ul.steps li.seperator, .dark ul.steps li.seperator {background: none; height: 0;}


.profileWrapper {
  
}

.profileColumn {
  border-right: solid 1px #ccc;
  float: left;
  margin-right: 25px;
  width: 200px;
}

.last {border-right: none;}
.left {text-align: left;}

.lightboxContent dl {margin-bottom: 10px;}
.lightboxContent dl dt {margin-bottom: 3px;}

.lightboxContent dl dd.checkbox label {float: left; padding-top: 2px; padding-right: 8px;}



/* =Google Settings Page Layout
--------------------------------------------------------------------------------
*/
.googleSettings {}
.googleSettings p {padding-bottom: 5px;}
.googleSettings p.title {padding-left: 40px;}
.googleSettings ol {padding: 15px 40px 0 40px;}
.googleSettings ol li {padding: 3px 0 3px 30px; margin-bottom: 15px;}
.googleSettings ul {padding: 15px 40px 0 40px;}
.googleSettings ul li.unnumbered-steps {
  padding: 3px 0 3px 30px;
  margin-bottom: 15px;
  background: transparent url("/assets/icons/small_arrow_grey.gif") no-repeat scroll 0 0;
}

.settingsCallout, .formCallout {
  background-color: #eee;
  padding: 10px;
  margin: 15px 0;
  width: 600px;
}

.settingsCallout dl {padding: 0; margin: 0;}

.formCallout p {
  padding-bottom: 10px;
}

.formCallout ul {
  padding: 8px 0;
}

.formCallout ul li {
  background-color: #ccc;
  height: 15px;
  padding: 3px 8px;
  margin-bottom: 2px;
}

/* =Website Settings
--------------------------------------------------------------------------------
*/
dl.url-list {width: 450px;}
dl.url-list dd {height: 16px;}
dl.url-list a {float: left; margin-left: 0;}
dl.url-list a.removed {text-decoration: line-through;}
dl.url-list a.active, dl.url-list a.inactive {display: block; height: 14px; width: 10px; text-indent: -8000px;}
dl.url-list a.remove, dl.url-list a.remove-inactive {display: block; float: right; height: 14px; width: 14px; text-indent: -8000px;}

span.active {padding: 0 6px 0 0;}

/* ============= */
/* = Templates = */
/* ============= */
#template_table .layout_grid_preview{
  height: 65px;
  position: relative;
}
#template_table tbody tr td {
  padding-top: 8px;
  padding-bottom: 5px;
}
#template_table tbody {
  overflow:visible;
}
.templates_table_pane .thumb-img-container {float:left;;padding:5px;text-align:center;overflow:hidden;}
.templates_table_pane .thumb-img-container img { border:1px solid #666; margin:5px; }

#current_site_theme p {
  padding-top: 8px;
}

#layouts-preview-pane {padding-left: 5px; padding-top: 10px; padding-bottom: 0px; border-bottom: 1px solid #ccc;}

/* ========== */
/* = Themes = */
/* ========== */
.theme-action           {margin: 4px;}
.theme_info             {float:left; margin:10px; text-align:center; width:205px; height:210px; padding-bottom: 0px;}
.theme_info a.button    {line-height: 2.3em;}
.theme_info .actions    {float: right; margin: 5px 5px 0 0;}
.theme_info.no-actions  {height: auto;}
.theme-version          {font-size: 10pt; font-weight:normal;}

#lightbox_wrapper .theme_info {
  height:185px;
  width:182px;
}

#lightbox_wrapper .buttonWrapper .buttonWrapperRow {
  float: left;
}

#adventistForge .adventist_forge_themes .theme_info, #adventistForge .adventist_forge_extension {
  width: 688px;
  text-align: left;
  cursor: default;
}
#adventistForge .adventist_forge_extension {
  padding:10px;
  margin:5px;
}

.adventist_forge_themes .theme_info p {
  float: left;
}

.adventist_forge_themes .theme_info p img {
  padding: 8px 12px 0 8px;
}

.adventist_forge_themes .theme_info dl {
  padding-top: 16px;
  float: left;
}

.adventist_forge_themes .theme_info dl dt {
  font-size: 1.4em;
  margin-bottom: 4px;
}

#lightbox_wrapper .theme_info, #content_info_pane .theme_info, #content_info_pane .adventist_forge_extension {
  background-color: #ccc;
  border: solid 2px #999;
  padding-bottom: 5px;
}

#lightbox_wrapper .adventist_forge_extension {
  height: auto;
}

#lightbox_wrapper .theme_info {cursor:pointer; padding:1px;}

.theme_info h4 {
  border: none;
  clear: none;
  text-align: left;
  margin: 0;
  padding: 5px 25px 8px 5px;
}

.theme_info p img {border: solid 2px #80a5bf;}

#lightbox_wrapper .theme_info p img {border: none; padding-bottom: 8px;}
#lightbox_wrapper .theme_info p a {font-size: 1.2em; font-weight: bold;}

#lightbox_wrapper div.themes {
  background:#666;
  height: 305px;
  padding-left:5px;
}

div.theme_actions {
  float: left;
  padding-top: 50px;
}
div.theme_actions div {
  margin-bottom:10px;
}

.templates_table_pane {
  clear:both;
}

.templateChooserWrapper {
  margin-top: 15px;
}

.layout_chooser {
  background-color: #fff;
  border: solid 1px #9a9a9a;
  float:left;
  width: 215px;
}

.layout_chooser .contentWrapper {
  padding: 10px;
}

.chooser {
  height: 400px;
  margin: 8px 0;
  overflow-y: auto;
  position: relative;
}

.chooserDesc {
  padding: 4px 8px 12px 8px;
}

.chooserDesc strong {
  display: block;
  float: left;
  height: 12px;
  margin: 0 4px 24px 0;
  width: 12px;
}

.layoutDesc {
  padding: 12px 0;
}

.layoutDesc strong {
  display: block;
  float: left;
  height: 12px;
  margin: 0 4px 0 0;
  width: 12px;
}

#layout_content_selection_area div.theme_layout_preview:hover {
  background-color: #bbdaec;
  position:relative;
}

.theme_layout_preview h5 {
  padding-bottom: 4px;
  font-size:      1.1em;
}

.layout_preview_img {
  height: 60px;
  width: 60px;
  float:left;
  margin-right: 10px;
}
#layout_content_selection_area div.current {
  background-color: #BBDAEC;
}
.layout_mini_preview {
  height:   60px;
  width:    63px;
  float:    left;
  position: relative;
}
.theme_layout_preview {
  border:  2px solid #566C7D;
  cursor:  pointer;
  height:  80px;
  margin:  0 3px 5px 3px;
  padding: 10px;
  position: relative;
}
#edit_or_placement {
  background-color: #e6e6e6;
  border: solid 1px #9a9a9a;
  float:left;
  margin: 0 0 10px 10px;
}

p.sectionTitle {
  background: transparent url("/assets/Button-Background-MedBlue.gif") 0 50% repeat-x;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
}

p.lightGray {
  background: transparent url("/assets/Button-Background-LightGray.gif") 0 50% repeat-x;
  color: #333;
}

.custom_theme_format_info {
  border: solid 1px #ccc;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 2px;
  margin: 15px;
}

.custom_theme_format_info p {
  padding-bottom: 12px;
}

#custom_roles_form table tr td {padding: 4px 0;}

/* ================ */
/* = Widget Forms = */
/* ================ */
div.widget_preferences_form label, div.link_chooser label {
  display:block;
  font-weight:bold;
}
div.widget_preferences_form label.inline {
  display:inline;
}

.layout_grid {border: solid 1px #E6E6E6;}

.widget_container {
  background-color: #f99a1c;
}

#lightbox_wrapper div.widgets {
  background:#E6E6E6;
  height: 305px;
  padding-left:5px;
}

/* ================ */
/* = User Access  = */
/* ================ */
div.contentBody { padding: 20px; }
div.permission-list { float: left; margin-right: 100px; }
div.permission-list h5 { font-weight: bold; margin-bottom: 10px; }
div.permission-list ul li { padding-left: 20px; }
div.permission-list ul li.active {color: #009900;}
#content_info_pane label.inline { display: inline;}


/* =========== */
/* = Sharing = */
/* =========== */
span.disabled {
  color: #CCC;
}

#flash_messages {
  font-size: 1.2em;
  position: fixed;
  text-align: center;
  width: 300px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
  z-index: 2;
}

#flash_messages div {
  padding: 10px;
  margin: 5px;
}

#flash_messages div#notice {
  color: #2B8E28;
  background-color: #C5F8A9;
  border: 2px solid #7DD750;
}

#flash_messages div#error {
  color: #8E2B28;
  background-color: #F8C5A9;
  border: 2px solid #D77D50;
}

/* Text areas */
textarea.short {
  height: 50px;
}

textarea.medium-short {
  height:100px;
}

textarea.medium {
  height: 200px;
}

textarea.wide, input.wide, div.wide {
  width: 600px;
}

input.medium-wide {
  width: 400px;
}

textarea.tall {
  height:400px;
}

.cheat-sheet-wrapper {padding-bottom: 15px; float: left;}

.full-width {width: 100%;}

.indented {margin-left: 13px;}

.contentWrapper dl.form dd .cheat-sheet-wrapper textarea {margin-left: 0;}

div#cheat-sheet, div#cheat-sheet2, div#cheat-sheet-tags, div#cheat-sheet-tags2 {
  width: 100%;
}

div#cheat-sheet a, div#cheat-sheet2 a {
  margin-left: 0;
  padding: 5px;
  display: block;
  color: #FFF;
  text-decoration: none;
}

.cheat-sheet-wrapper .index_table_wrapper {
  border: 1px solid #ccc;
  border-bottom: none;
  margin-left: 0;
  padding-bottom: 0;
}
/* Cheat Sheet Three Column table */
.cheat-sheet-wrapper .three_column table.index_header tr th.one, .cheat-sheet-wrapper .three_column table.index_content tbody tr td.one {width: 7%;}
.cheat-sheet-wrapper .three_column table.index_header tr th.two, .cheat-sheet-wrapper .three_column table.index_content tbody tr td.two {width: 60%;}
.cheat-sheet-wrapper .three_column table.index_header tr th.three, .cheat-sheet-wrapper .three_column table.index_content tbody tr td.three {width: 43%;}

/* Cheat Sheet With descriptions Column table */
.cheat-sheet-wrapper .with_descriptions table.index_header tr th.one, .cheat-sheet-wrapper .with_descriptions table.index_content tbody tr td.one {width: 50%;}
.cheat-sheet-wrapper .with_descriptions table.index_header tr th.two, .cheat-sheet-wrapper .with_descriptions table.index_content tbody tr td.two {width: 35%;}
.cheat-sheet-wrapper .with_descriptions table.index_header tr th.three, .cheat-sheet-wrapper .with_descriptions table.index_content tbody tr td.three {width: 15%;}

.cheat-sheet-wrapper table.index_header tr th.one {border-left: none;}

dl.form dd label.not-required, dl.form dt label.not-required, dl.form dd p, dl.form dt p, dl.form dd a {
  margin-left: 13px;
}

dl.form dd p.select-tag-wrapper,
dl.form dd a.permission_lightbox { margin-left: 0px; }

dl.form dd span.event_date_time {padding-top: 5px; display: block; margin-left: 13px;}
dl.form dd span.event_date_time select {margin-left: 0;}

div#recurring_options { margin-left: 26px; padding: 5px; }
div#recurring_options dl.form dd p,
div#recurring_options dl.form dd select,
div#recurring_options dl.form dd input { margin-left: 0px; }

span.liquid-tag {
  color: orange;
}

dd#email-preview {
  border: 1px solid #999;
}

dd#email-preview div {
  border-bottom: 1px solid #999;
  padding: 10px;
}

dd#email-preview pre {
  padding: 10px;
  font: 100% Arial, Verdana, Helvetica, sans-serif;
}

.form_contents{
  padding: 15px 10px 10px 10px;
}

.clear {
  clear:both;
}


td.actions a img { position: relative; top: 3px; }

table.chooserTable {}
table.chooserTable tr td {padding: 3px 8px; margin-bottom: 3px; font-size: 1.0em;}

p#attachment_fields {padding-bottom: 5px;}
p#attachment_fields p {padding-top: 10px;}

/* User Edit */
div#user-profile-image-field,
div#user-name-fields  { float: left; }
dl#user-contact-info  { clear: left; }
div#user-profile-image-field {padding: 20px 0; text-align: center; }
div#user-profile-image { height: 55px; width: 55px; margin: 0 25px 8px 25px; background: url("/assets/User-Profile-Backgound.gif") 0 0 no-repeat; text-align: left;}
div#user-profile-image img { padding: 2px 0 0 2px;}
div#user-profile-image-link { font-weight: bold; }

/* User Show */
div#user-profile-image-preview,
div#user-profile-wrapper { float: left; }

div#user-profile-image-preview { height: 55px; width: 55px; margin: 15px 25px; background: url("/assets/User-Profile-Backgound.gif") 0 0 no-repeat;}
div#user-profile-image-preview img {padding: 2px 0 0 2px;}

/* Shared Feeds Lightbox */
table#shared_feeds_table {
  background-color:#fff;
  clear:both;
  margin:0 8px 10px 8px;
  width:98%;
}
table#shared_feeds_table tr {
  font-size:12px;
  padding:2px 0;
}
table#shared_feeds_table th, table#shared_feeds_table td {
  padding-left:10px;
}
table#shared_feeds_table th.first, table#shared_feeds_table td.first {
  padding-left: 20px;
}
table#shared_feeds_table tr.subscribed td.actions {
  color: #a0a8ab;
}

table#shared_feeds_table tr td.actions {
  padding-right:10px;
}
table#shared_feeds_table tr td {
  padding:5px 0 5px 10px;
}
table#shared_feeds_table tr.subscribed td.feed_name {
  font-weight: bold;
}
table#shared_feeds_table tr.even {
  background-color: #e3eef2;
}
table#shared_feeds_table .table_header {
  background: url("/assets/Gradient-Background-MedBlue.gif") 0 50% repeat-x;
  height:25px;
}
table#shared_feeds_table .table_header th.source {
  border-right:1px solid #fff;
  border-left:1px solid #fff;
}
table#shared_feeds_table .table_header a {
  color:#fff;
  font-weight:bold;
  text-decoration:none; 
}

/*PAGINATION*/
.pagination {height: 25px; color: #716F70; font-size: 0.9em; margin-top:10px; float:right;}
.pagination a, .pagination a:link {margin: 1px; padding: 4px 6px 3px 6px; text-decoration: none; border: 1px solid #51ADEE; color: #716F70;}
.pagination a:visited {margin: 1px; padding: 4px 6px 3px 6px; text-decoration: none; border: 1px solid #716F70; color: #716F70;}
.pagination a:hover {border: 1px solid #80a5bf; color: #fbfbfb; background-color: #F99A1C;}
.pagination a:active {margin: 1px; padding: 4px 6px 3px 6px; text-decoration: none; border: 1px solid #80a5bf; color: #716F70;}
.pagination span.pages {margin: 1px; padding: 4px 6px 3px 6px;}
.pagination span.current {margin: 1px; padding: 4px 6px 3px 6px; font-weight: bold; border: 1px solid #F99A1C; color: #fff; background-color: #F99A1C;}
.pagination span.extend {margin: 1px; padding: 4px 6px 3px 6px; border: 1px solid #716F70;}

.console_actions { float: right; }
.console_pagination_links { float: right; padding-right: 10px; padding-top: 3px; }

/*FEEDS*/
#not_subscribed_to_any_feeds p {
  padding:30px 0 30px 40px;
}

#not_subscribed_to_any_feeds .about_feeds, #not_subscribed_to_any_feeds .get_started {
  float:left;
  height:240px;
  width:368px;
}

#not_subscribed_to_any_feeds .about_feeds {
  background:transparent url("/assets/treeView-Rss.png") no-repeat 20px 0px;
  border-right:1px solid #cdcdcd;
}

#not_subscribed_to_any_feeds dl {
  padding:0px 40px;
  width:288px;
}

#not_subscribed_to_any_feeds dl dt {
  color:#323232;
  font-weight:bold;
  padding-bottom:2px;
}

#not_subscribed_to_any_feeds dl dd{
  color:#323232;
}

#not_subscribed_to_any_feeds ul.choices {
  padding:0px 40px;
  width:288px;
}

#not_subscribed_to_any_feeds ul.choices li {
  margin-top:12px;
}

table.genericTable {width: 100%;}

table.manageExtensions, table.genericTable {border-collapse: separate;}
table.manageExtensions thead tr th, table.genericTable thead tr th {background: transparent url("/assets/Gradient-Background-DarkGray.gif") 0 50% repeat-x; color: #fff; font-weight: bold; padding: 6px 8px;}
table.manageExtensions tr th a, table.manageExtensions tr th a:visited, table.genericTable tr th a, table.genericTable tr th a:visited {color:#FFF; text-decoration:none;}
table.manageExtensions thead tr th.status, table.genericTable thead tr th.status {width: 3%}
table.manageExtensions thead tr th.name, table.genericTable thead tr th.name {width: 20%}
table.manageExtensions thead tr th.author, table.genericTable thead tr th.author {border-left: solid 1px #fff; width: 10%;}
table.manageExtensions thead tr th.desc, table.genericTable thead tr th.desc {border-left: solid 1px #fff; width: 47%;}
table.manageExtensions thead tr th.activation, table.genericTable thead tr th.activation {width: 20%; text-align: right;}

table.genericTable thead tr th.withDivider {border-right: solid 1px #fff;}

table.manageExtensions tbody tr td, table.genericTable tbody tr td {border-bottom: solid 2px #fff;}
table.manageExtensions tbody tr.active td.status, table.genericTable tbody tr.active td.status {border-right: solid 1px #fff;}
table.manageExtensions tbody tr.active td.name, table.genericTable tbody tr.active td.name {font-weight: bold;}
table.manageExtensions tbody tr.active td a, table.genericTable tbody tr.active td a {color: #999;}
table.manageExtensions tbody tr.not-active, table.genericTable tbody tr.not-active {color: #999;}
table.manageExtensions tbody tr.not-active td.status, table.genericTable tbody tr.not-active td.status {border-right: solid 1px #fff; background-color: #ffe5e7;}
table.manageExtensions tbody tr.odd, table.genericTable tbody tr.odd {background-color: #eee;}
table.manageExtensions tbody tr td, table.genericTable tbody tr td {padding: 6px 8px; vertical-align: top;}

table.manageExtensions tbody tr td.status, table.genericTable tbody tr td.status {background-image: none; margin: 0;}
table.manageExtensions tbody tr td.activation, table.genericTable tbody tr td.activation, table.genericTable tbody tr td.column_actions {text-align: right;}

table.genericTable tbody tr td.column_actions img {margin-bottom: -3px;}

/*Exception Reports*/
dd.exception_rss_button {
  margin-top:5px;
}

.create_new_contact {padding-bottom: 10px;}

dl.usage_stats dd {
  margin-bottom: 20px;
}

.dashboardWrapper .leftColumn h5.usage_header {
  margin-bottom: 26px;
}

/*Article show page*/
#page_show_view #page_content {
  background-color:#666;
}

#page_show_view {
  
}

.page-view-wrapper {
  background: #fff url("/assets/PagePreview-Shadow-Right.gif") right 0 no-repeat;
  border-bottom: 1px solid #4e4e4e;
  padding-right: 11px;
  margin: 9px 14px 0 25px;
}

.top-shadow {
  background: url("/assets/PagePreview-Shadow-Top.gif") 0 0 no-repeat;
  padding-top: 11px;
}

#page_show_view .contentWrapper {
  padding: 0 10px;
  margin: 0;
}

#page_show_view .contentWrapper p {
  padding-bottom: 8px;
}

#show-page-body ul li {
  list-style-type: disc;
  margin-left: 20px;
}

#show-page-body ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

/*

.status {background: url("/assets/Status-Left-Top.png") top left no-repeat; margin: 13px 0 10px 0; position: relative;}

.status h5 {background: url("/assets/Status-Right-Top.png") top right no-repeat; font-size: 1.2em; padding: 12px 12px 6px 12px;}
.status h5 span {font-weight: bold;}
.status h5 a {float: right; font-size: 0.9em;}

.statusContent {background: url("/assets/Status-Left-Bottom.png") bottom left no-repeat;}

.statusContent div {background: url("/assets/Status-Right-Bottom.png") bottom right no-repeat; padding: 0 12px 8px 12px;}

*/

#inspector_pane {
  float: left;
  width: 100%;
}

#inspector_pane h5 {
 font-weight: bold;
 padding: 15px 8px 5px; 
}
#inspector_pane div.inspector_links {
  background: #fff url("/assets/Inspector-Left-Top.png") top left no-repeat; position: relative;
  margin: 0 8px 8px 8px;
}
      
#inspector_pane div.inspector_links_wrapper dl {height: 125px;}
#inspector_pane div.inspector_links_wrapper dl dd {border-right: 1px solid #ebebeb; height: 120px; float: left; padding-top: 5px; padding-right: 20px; margin-right: 20px;}
#inspector_pane div.inspector_links_wrapper dl dd.template {width: 100px;}
#inspector_pane div.inspector_links_wrapper dl dd.widgets {width: 230px; border: none; padding-right: 0; margin-right: 0;}

#inspector_pane div.inspector_links_wrapper dl dd p strong {padding-bottom: 5px; display: block;}

#inspector_pane div.inspector_links div.inspectorLink{
  float:left;
  width:20%;
}

#article_layout_preview {height: 65px; margin-top: 5px; margin-left: 13px;}

.inspector_content {padding-top: 5px;}


#site_templates .template {
  height:130px;
  padding:10px;
  width:284px;
  margin:0 5px 5px 0;
  float:left;
  background-color: #ccc;
  border: solid 2px #999;
}
#site_templates .template h4 {
  margin-top:0;
}
#site_templates .template ul {
  overflow-y:scroll;
  width:214px;
  height:100px;
}
#site_themes .selected, #site_templates .selected {
  background-color:#81A5BE;
  color:#FFF;
  border:2px solid #2E65AA;
}
#site_themes .selected h3, #site_templates .selected h3  {
  color:#FFF;
}
#news_body_tbl a, #event_description_tbl a, #announcement_body_tbl a   {
  margin:0;
}
input#article_url {
  margin:0px;
}
span.article_url_prefix {
  margin-left:10px;
}

.blurb {
  width:600px;
  padding:5px;
}

.backup-button {
  width: 400px;
}

.backup-button li {
  position: relative;
}

.backup-button span#spinner {
  bottom: 2px;
  left: 170px;
  position: absolute;
}

tr.mceFirst td.mceToolbar a {
  margin: 0;
}


/*  =SWF Uploader
  ------------------------------------------------------ */
.swfupload {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.progressContainer {
  background-color: #F7F7F7;
  border: 1px solid #E8E8E8;
  margin: 5px;
  overflow: hidden;
  padding: 4px;
}

div.blue {
  background-color: #F0F5FF;
  border: 1px solid #CEE2F2;
}

.green {
  background-color: #EBFFEB;
  border: 1px solid #DDF0DD;
}

.loading-content { background-color: #FFFF66; border-top: solid 4px #FF9966; border-bottom: solid 4px #FF9966; margin: 10px 25px; padding: 10px 15px; }

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
  font-size: 0;
  width: 0%;
  height: 2px;
  background-color: blue;
  margin-top: 2px;
}

.progressBarError {
  width: 100%;
  background-color: red;
}

.progressBarComplete {
  width: 100%;
  background-color: green;
}

.progressName {
  color: #555555;
  font-size: 8pt;
  font-weight: 700;
  height: 14px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}

.progressBarStatus {
  font-family: Arial;
  font-size: 7pt;
  margin-top: 2px;
  text-align: left;
  white-space: nowrap;
}

a.progressCancel {
  background: transparent url("/assets/icons/trash.gif") no-repeat 0 0;
  display: block;
  float: right;
  height: 16px;
  width: 16px;
}

.tag-list { width: 400px; }

.pin {
  float: left;
  display: block;
  height: 17px;
  width: 17px;
  background: url("/assets/icons/stars.png") no-repeat 0 0;
  text-indent: -8000px;
}

.pinned {
  background-position: 0 -17px;
}

.union-heading h4 span {font-size: 0.75em;}
.union-heading h4 span img {margin-bottom: -3px;}
.union-heading h4 span a.edit-link {padding-left: 0;}

dl.unionWrapper {padding-left: 10px;}
dl.unionWrapper dd {padding-left: 8px;}

#add-union-link {
  font-size: 0.8em; 
}

#tree_view .menu_primary ul li.expanded-menu div.menu_secondary ul li.active a {background-color: #cbe0ea;}

/* --------------------------------------------------------------------------------
IMPORT CHOOSER
-------------------------------------------------------------------------------- */

.lightboxContent ul li.import-file-option {
  margin-bottom: 3px; 
  padding: 3px 8px;
}

.asset-label {
  font-size: .9em;
  margin-left: 5px;
  font-family: Helvetica;
}

.restricted-asset-label {
  color: red;
}

.public-asset-label {
  color: green;
}

/* --------------------------------------------------------------------------------
END IMPORT CHOOSER
-------------------------------------------------------------------------------- */

body {
  background: url("/assets/Header-Background.gif") 0 0 repeat-x;
  color: #333;
  margin: 0; }

a {
  color: #0000ee;
  outline: none; }

a:hover {
  text-decoration: none; }

a:visited {
  color: #0000ee; }

h2 {
  padding: 8px 20px 0 20px; }

h3 {
  font-size: 1.6em;
  margin-bottom: 0; }

h4 {
  color: #fff;
  margin: 0;
  padding: 8px;
  text-align: center; }

h5 {
  color: #fe4110;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0; }

ol li {
  padding-bottom: 1.1em; }

dl dt, dl dd {
  margin: 0;
  padding: 0; }

a.deleteMe {
  color: #999;
  text-decoration: none; }

a.deleteMe:hover {
  color: #333;
  text-decoration: none; }

a.addFile {
  color: #5ba252;
  text-decoration: none; }

a.addFile:hover {
  color: #387c32;
  text-decoration: none; }

#content_area {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc; }

#header-wrapper {
  height: 73px; }

#header {
  position: relative; }

#header h1 {
  float: left;
  padding: 20px 0 0 14px; }

#header h1 a {
  background: transparent url("/assets/TC-Logo.gif") no-repeat;
  display: block;
  height: 40px;
  position: relative;
  text-indent: -8000px;
  width: 195px; }

ul.login_links {
  position: absolute;
  right: 18px;
  top: 10px; }

ul.login_links li {
  color: #333;
  display: inline;
  list-style: none; }

ul.login_links li a {
  color: #333;
  text-decoration: none; }

ul.login_links li a:hover {
  text-decoration: underline; }

ul.login_links li.divider {
  padding: 0 5px; }

.buttonWrapper {
  clear: both;
  padding-bottom: 15px;
  padding-left: 88px; }

.buttonWrapper a, .buttonWrapper input, .homeButtonWrapper a {
  margin-right: 5px; }

.homeButtonWrapper {
  padding-left: 0; }

.loginWrapper {
  background: #97c1d5 url("/assets/Sessions-Content-Background.gif") 0 0 repeat-x;
  border: solid 6px #ccc;
  padding: 25px 10px 10px 10px;
  margin: 25px auto;
  width: 400px; }

.loginWrapper label {
  display: block;
  float: left;
  text-align: right;
  margin-right: 8px;
  width: 80px; }

dl.links dd {
  padding-left: 88px; }

.loginWrapper input.textBox {
  width: 250px; }

.required {
  color: #ff0000;
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 8px; }

/*  -------- Menus Shared CSS --------- */
#header .menu {
  float: left;
  height: 25px;
  margin-left: 8px;
  margin-top: 45px;
  text-decoration: none; }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header .menu a span {
  float: none; }

/* End IE5-Mac hack */
#header .menu ul {
  list-style: none;
  /*  margin: 0px;*/
  padding: 0px; }

#header .menu li {
  display: inline; }

#header .menu a {
  cursor: pointer;
  float: left;
  font-weight: bold;
  text-decoration: none; }

#header .menu a span {
  float: left;
  display: block;
  font-family: arial, helvetica, arial, sans-serif; }

/* --------- Menus Primary Specific CSS  --------- */
#header .menu a {
  line-height: 25px;
  color: white;
  padding-left: 15px; }

#header .menu a span {
  padding: 0px 15px 0px 0px; }

#header .menu a:hover {
  color: #ccc; }

#header .menu a:hover span {
  color: #ccc; }

#header .menu a.active {
  background: url("/assets/tab_left.gif") no-repeat left !important; }

#header .menu a.active span {
  color: #80a5bf;
  background: white url("/assets/tab_right.gif") no-repeat right !important; }

ul#sub-navigation {
  padding-top: 50px; }

ul#sub-navigation li {
  display: inline;
  list-style: none; }

ul#sub-navigation li a {
  color: #333;
  float: left;
  font-weight: bold;
  padding-left: 15px;
  text-decoration: none; }

ul#sub-navigation li a {
  text-decoration: none; }

ul#sub-navigation li a:hover {
  color: #999; }

ul#sub-navigation li a span {
  float: left;
  display: block; }

ul#sub-navigation li a.active span {
  color: #80a5bf; }

.contentWrapper {
  padding: 0 20px 20px 20px; }

a.button {
  background: transparent url("/assets/Button-Background-MedBlue.gif") 0 50% repeat-x;
  border-right: solid 1px #80a5bf;
  border-left: solid 1px #80a5bf;
  color: #fff;
  font-size: 0.95em;
  font-weight: bold;
  padding: 5px 12px;
  line-height: 1.9em;
  text-decoration: none; }

a.button:hover {
  text-decoration: none; }

input.textBox {
  border: solid 1px #999;
  padding: 3px;
  font-size: 1.1em; }

input.button {
  background: transparent url("/assets/Button-Background-MedBlue.gif") 0 50% repeat-x;
  border-top: none;
  border-right: solid 1px #80a5bf;
  border-bottom: none;
  border-left: solid 1px #80a5bf;
  color: #fff;
  cursor: pointer;
  font-size: 0.95em;
  font-weight: bold;
  padding: 4px 12px;
  text-decoration: none; }

/* Light Blue */
a.lightBlue, input.lightBlue {
  background: transparent url("/assets/Button-Background-LightBlue.gif") 0 50% repeat-x;
  border-right: solid 1px #c1d2df;
  border-left: solid 1px #c1d2df;
  color: #333; }

/* Dark Gray */
a.darkGray, input.darkGray {
  background: transparent url("/assets/Button-Background-DarkGray.gif") 0 50% repeat-x;
  border-right: solid 1px #666;
  border-left: solid 1px #666; }

/* Orange */
a.orange, input.orange {
  background: transparent url("/assets/Button-Background-Orange.gif") 0 50% repeat-x;
  border-right: solid 1px #f99a1c;
  border-left: solid 1px #f99a1c; }

table.home-steps {
  margin: 0;
  padding: 0 60px 20px 60px; }

table.home-steps td {
  margin: 0;
  padding: 0;
  vertical-align: top; }

table.home-steps td.top-left {
  background: transparent url("/assets/adient-Background-LightGray.gif") 0 0 repeat-x;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc; }

table.home-steps td.top-right {
  background: transparent url("/assets/adient-Background-Blue.gif") 0 0 repeat-x;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc; }

table.home-steps td.bottom-left {
  background: transparent url("/assets/adient-Background-Blue.gif") 0 0 repeat-x;
  border: solid 1px #ccc; }

table.home-steps td.bottom-right {
  background: transparent url("/assets/adient-Background-LightGray.gif") 0 0 repeat-x;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc; }

table.home-steps td p {
  font-size: 0.95em;
  padding-right: 30px;
  padding-left: 30px; }

table.title {
  margin: 0;
  padding: 20px 0 0 0; }

table.title td {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

table.title td.number-large {
  width: 90px; }

table.title td h5 {
  font-size: 1.9em;
  line-height: 1.1em;
  padding-right: 30px; }

ol.steps {
  list-style: none inside; }

ol.steps {
  margin-left: 0;
  padding-right: 60px;
  padding-left: 30px; }

ol.steps li {
  padding-left: 30px; }

ol.steps li.one {
  background: url("/assets/bs-Steps-1.png") 0 0 no-repeat; }

ol.steps li.two {
  background: url("/assets/bs-Steps-2.png") 0 0 no-repeat; }

ol.steps li.three {
  background: url("/assets/bs-Steps-3.png") 0 0 no-repeat; }

ol.steps li.four {
  background: url("/assets/bs-Steps-4.png") 0 0 no-repeat; }

.pagination {
  height: 25px;
  color: #716F70;
  font-size: 1.2em; }

.pagination a, .pagination a:link {
  margin: 2px;
  padding: 4px 6px 3px 6px;
  text-decoration: none;
  border: 1px solid #51ADEE;
  color: #716F70; }

.pagination a:visited {
  margin: 2px;
  padding: 4px 6px 3px 6px;
  text-decoration: none;
  border: 1px solid #716F70;
  color: #716F70; }

.pagination a:hover {
  border: 1px solid #80a5bf;
  color: #fbfbfb;
  background-color: #F99A1C; }

.pagination a:active {
  margin: 2px;
  padding: 4px 6px 3px 6px;
  text-decoration: none;
  border: 1px solid #80a5bf;
  color: #716F70; }

.pagination span.pages {
  margin: 2px;
  padding: 4px 6px 3px 6px; }

.pagination span.current {
  margin: 2px;
  padding: 4px 6px 3px 6px;
  font-weight: bold;
  border: 1px solid #F99A1C;
  color: #fff;
  background-color: #F99A1C; }

.pagination span.extend {
  margin: 2px;
  padding: 4px 6px 3px 6px;
  border: 1px solid #716F70; }

#flash_messages {
  font-size: 1.2em;
  position: fixed;
  text-align: center;
  width: 300px;
  top: 0px;
  right: 0px;
  opacity: 0.9; }

#flash_messages div {
  padding: 10px;
  margin: 5px; }

#flash_messages div.notice, #flash_messages div.alert {
  color: #2B8E28;
  background-color: #C5F8A9;
  border: 2px solid #7DD750; }

#flash_messages div#error {
  color: #8E2B28;
  background-color: #F8C5A9;
  border: 2px solid #D77D50; }

div.fieldWithErrors input {
  border: 2px inset red; }

#new_user_form div {
  margin: 5px 0px; }

/* =============== */
/* = theme lists = */
/* =============== */
dl#adventist_forge_themes, dl#themes {
  list-style: none;
  overflow: auto;
  padding-left: 8px; }

dl#adventist_forge_themes dd.theme_li h3, dl#themes.theme_li dd h3 {
  height: 35px; }

dl#adventist_forge_themes dd.theme_li, dl#themes dd.theme_li {
  display: block;
  float: left;
  padding: 8px;
  margin: 0px 5px 15px 0px;
  background: #999; }

div.image {
  border: solid 1px #eee;
  height: 200px;
  overflow: hidden; }

ul.action_items li {
  display: block;
  margin: 2px;
  padding: 0;
  text-align: center; }

ul.action_items_horizontal li {
  display: block;
  margin: 2px;
  padding: 0;
  text-align: center; }

ul.action_items {
  margin: 0;
  width: 290px;
  list-style-type: none; }

.contentTitle {
  background: url("/assets/Gradient-Background-LightBlue.gif") 0 50% repeat-x;
  height: 40px;
  padding: 0 9px 0 10px; }

.contentTitle .actions {
  text-align: right;
  padding-top: 8px;
  margin-bottom: 0; }

.contentTitle .actions li {
  list-style: none;
  display: inline; }

.contentTitle .actions form {
  display: inline; }

.contentTitle h3 {
  float: left;
  font-weight: normal;
  padding: 6px 0 0 0;
  margin: 0;
  line-height: 1.6em; }

.contentTitle h3 a {
  font-size: 0.8em;
  margin-left: 8px; }

/* ============== */
/* = navigation = */
/* ============== */
ul.menu {
  list-style: none;
  margin: 0; }

ul.menu li {
  float: left;
  margin: 3px; }

/* ============== */
/* = edit theme = */
/* ============== */
#available_tags {
  padding: 10px;
  background-color: #fff;
  height: 200px;
  overflow: auto;
  border-bottom: solid 1px #ccc; }

#available_tags p {
  background-color: #c1d2df;
  padding: 5px; }

#available_tags dl dt {
  color: #F99A1C; }

#file_editor {
  background-color: #f0f0f0;
  /*  height: 600px;*/
  /*  padding: 10px;*/ }

#theme_title {
  padding: 10px;
  background-color: #aaa; }

#theme_title h3 {
  padding: 5px;
  font-size: 1.5em;
  margin: 0.5em 0pt; }

#directory_browser {
  background-color: #fff;
  height: 600px;
  overflow: scroll;
  /*  float: left;*/
  padding: 5px;
  width: 270px; }

#directory_browser ul {
  margin: 0; }

#directory_browser li {
  display: block;
  list-style: none;
  background: url("/assets/treeView-Document.gif") no-repeat 0 3px;
  padding: 2px 2px 2px 25px; }

#directory_browser li.dir {
  background-image: url("/assets/treeView-Folder-Blue.png"); }

#edit_file_form {
  padding: 10px; }

#edit_file_form input#filename, #edit_file_form textarea#filetext {
  width: 600px; }

#edit_file_form textarea#filetext {
  height: 475px; }

#edit_file_form div.image-preview {
  background: #FFFFFF;
  width: 600px;
  height: 475px;
  overflow: auto;
  padding: 5px;
  border: solid 1px #BBBBBB;
  margin-bottom: 10px; }

div#search {
  text-align: right;
  padding: 10px; }

div.pagination {
  padding: 10px; }

div.pad-ten {
  padding: 10px; }

input.submit {
  width: auto; }

#upload_link {
  position: relative;
  float: right;
  width: 400px;
  text-align: right; }

div.upload_body {
  background: #FFF;
  border: 1px solid #BBB;
  padding: 0; }

/* ========== */
/* = Errors = */
/* ========== */
#errorExplanation {
  width: 446px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff; }

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px; }

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  float: none; }

input.submit-button {
  margin-top: 10px; }

/* ============= */
/* = Site List = */
/* ============= */
#site_list_container {
  position: absolute;
  right: 10px; }

#site_list_container ul {
  list-style-type: none;
  margin: 0px; }

#site_list_container ul#site_list {
  background: #FFF;
  border: 2px solid #aaa;
  margin: 5px 0;
  padding: 10px; }

#site_list_container ul#site_list li.site_heading h6 {
  padding-bottom: 5px; }

/*
#site_list_container ul#site_list li a {
  padding:3px;
  display:block;
  text-decoration:none;
}

#site_list_container ul#site_list li a:hover {
  background: #ba07ff;
  color: #c6ff07;
}
*/
#site_list_container ul.borderless {
  border: none; }

.first {
  padding-top: 15px; }

/** Progress Bar **/
.progress-bar {
  border: 1px solid #808080;
  empty-cells: show;
  float: right;
  height: 12px;
  position: relative;
  top: 4px; }

.progress-bar table {
  height: inherit; }

.progress-bar table tbody tr td {
  border-top: none;
  border-bottom: none; }

tr.extension-detail div.progress-bar table td,
div.progress-bar table td {
  padding: 0; }

.progress-bar td.complete,
table.list tbody tr td div.progress-bar td.complete {
  background: #00F000 none repeat scroll 0% 50% !important;
  height: 12px; }

.progress-bar td.incomplete {
  background: #F1EDE0 none repeat scroll 0% 50% !important;
  height: 12px; }

.hide {
  display: none; }

.percent-complete {
  position: absolute;
  font-size: 13px;
  margin-left: 40%;
  margin-bottom: 0pt;
  line-height: 12px; }

.scrollable_content table.index_content tbody tr td .progress-bar table tbody tr td {
  padding: 0;
  border-bottom: 0; }

th {
  background-color: transparent; }

.content_pages_column table.index_header tr th.one {
  border-right: 0; }

.align-center {
  text-align: center; }

table {
  margin-bottom: 0; }

.scrollable_content table.index_content tbody tr.user-detail,
.scrollable_content table.index_content tbody tr.language-detail {
  background-color: #FFFFFF; }

.float-left-column {
  float: left;
  width: 48%; }

.float-right {
  display: inline;
  float: right; }

#header {
  height: 0; }

.translate-button {
  margin-left: 1em; }

.language-detail ul {
  list-style-type: none;
  margin: 8px 15px 6px 15px; }

.language-detail li {
  clear: both;
  background-color: #EBEBEB;
  border-bottom: 2px solid #FFFFFF;
  padding: 2px 15px;
  vertical-align: middle; }

.contentTitle .actions .progress-bar {
  text-align: left; }

.content_pages_column table.index_header tr th.one.column_english, .content_pages_column table.index_content tbody tr td.one.column_english,
.three_column table.index_header tr th.two.column_translated, .three_column table.index_content tbody tr td.two.column_translated {
  width: 50%; }

.content_pages_column table.index_content tbody tr td.one.column_english {
  padding-left: 20px; }

.user-detail h3 {
  font-size: 100%;
  font-weight: bold; }

.scrollable_content table.index_content tbody tr.pending {
  background-color: #EC7986;
  color: #FFF; }

.translatable_key_holder {
  overflow: hidden; }
  .translatable_key_holder .translation_value {
    text-overflow: ellipsis;
    width: 38em;
    height: inherit; }

.three_column table.index_content tbody tr td.two.column_translated, .content_pages_column table.index_content tbody tr td.one.column_english {
  width: 40%; }

td.column_notification {
  width: 5%; }

td.column_actions {
  width: 15%; }
  td.column_actions form {
    text-align: left; }

th.column_actions {
  background: rgba(0, 0, 0, 0) url("/assets/Gradient-Background-DarkGray.gif") 0 50% repeat-x; }

.scrollable_content table.index_content {
  width: 960px;
  max-width: 960px; }

tr.review td {
  background: #F5F0C4; }
