#aggregator .feed-source .feed-title {
	margin-top: 0;
}
#aggregator .feed-source .feed-image img {
	margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
	float: right;
	display: block;
}
#aggregator .feed-item {
	margin-bottom: 1.5em;
}
#aggregator .feed-item-title {
	margin-bottom: 0;
	font-size: 1.3em;
}
#aggregator .feed-item-meta, #aggregator .feed-item-body {
	margin-bottom: 0.5em;
}
#aggregator .feed-item-categories {
	font-size: 0.9em;
}
#aggregator td {
	vertical-align: bottom;
}
#aggregator td.categorize-item {
	white-space: nowrap;
}

#aggregator .categorize-item h3 {
	margin-bottom: 1em;
	margin-top: 0;
}
.node-unpublished {
	background-color: #fff4f4;
}
.preview .node {
	background-color: #ffffea;
}
#node-admin-filter ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#node-admin-buttons {
	float: left;
	margin-left: 0.5em;
	clear: right;
}
td.revision-current {
	background: #ffc;
}
.node-form .form-text {
	display: block;
	width: 95%;
}
.node-form .container-inline .form-text {
	display: inline;
	width: auto;
}
.node-form .standard {
	clear: both;
}
.node-form textarea {
	display: block;
	width: 95%;
}
.node-form .attachments fieldset {
	float: none;
	display: block;
}
.terms-inline {
	display: inline;
}
fieldset {
	margin-bottom: 1em;
	padding: .5em;
}

div.indentation {
	width: 20px;
	height: 1.7em;
	margin: -0.4em 0.2em -0.4em -0.4em;
	padding: 0.42em 0 0.42em 0.6em;
	float: left;
}
div.tree-child {
	background: url(/misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
	background: url(/misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
	background: url(/misc/tree.png) no-repeat -11px center;
}
.error {
	color: #e55;
}
div.error {
	border: 1px solid #d77;
}
div.error, tr.error {
	background: #fcc;
	color: #200;
	padding: 2px;
}
.warning {
	color: #e09010;
}
div.warning {
	border: 1px solid #f0c020;
}
div.warning, tr.warning {
	background: #ffd;
	color: #220;
	padding: 2px;
}
.ok {
	color: #008000;
}
div.ok {
	border: 1px solid #00aa00;
}
div.ok, tr.ok {
	background: #dfd;
	color: #020;
	padding: 2px;
}
.item-list .icon {
	color: #555;
	float: right;
	padding-left: 0.25em;
	clear: right;
}
.item-list .title {
	font-weight: bold;
}
.item-list ul {
	margin: 0 0 0.75em 0;
	padding: 0;
}
.item-list ul li {
	margin: 0 0 0.25em 1.5em;
	padding: 0;
	list-style: disc;
}
ol.task-list li.active {
	font-weight: bold;
}
.form-item {
	margin-top: 1em;
	margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
	border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
	border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 2px solid red;
}
.form-item .description {
	font-size: 0.85em;
}
.form-item label {
	display: block;
	font-weight: bold;
}
.form-item label.option {
	display: inline;
	font-weight: normal;
}
.form-checkboxes, .form-radios {
	margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
.marker, .form-required {
	color: #f00;
}
.more-link {
	text-align: right;
}
.more-help-link {
	font-size: 0.85em;
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}
.item-list .pager {
	clear: both;
	text-align: center;
}
.item-list .pager li {
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: 0.5em;
}
.pager-current {
	font-weight: bold;
}
.tips {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
	font-family: inherit;
	font-size: inherit;
	width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
	width: 10em;
}
dl.multiselect dt, dl.multiselect dd {
	float: left;
	line-height: 1.75em;
	padding: 0;
	margin: 0 1em 0 0;
}
dl.multiselect .form-item {
	height: 1.75em;
	margin: 0;
}
.container-inline div, .container-inline label {
	display: inline;
}
ul.primary {
	border-collapse: collapse;
	padding: 0 0 0 1em;
	white-space: nowrap;
	list-style: none;
	margin: 5px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #bbb;
}
ul.primary li {
	display: inline;
}
ul.primary li a {
	background-color: #ddd;
	border-color: #bbb;
	border-width: 1px;
	border-style: solid solid none solid;
	height: auto;
	margin-right: 0.5em;
	padding: 0 1em;
	text-decoration: none;
}
ul.primary li.active a {
	background-color: #fff;
	border: 1px solid #bbb;
	border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
	background-color: #eee;
	border-color: #ccc;
	border-bottom-color: #eee;
}
ul.secondary {
	border-bottom: 1px solid #bbb;
	padding: 0.5em 1em;
	margin: 5px;
}
ul.secondary li {
	display: inline;
	padding: 0 1em;
	border-right: 1px solid #ccc;
}
ul.secondary a {
	padding: 0;
	text-decoration: none;
}
ul.secondary a.active {
	border-bottom: 4px solid #999;
}
#autocomplete {
	position: absolute;
	border: 1px solid;
	overflow: hidden;
	z-index: 100;
}
#autocomplete ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#autocomplete li {
	background: #fff;
	color: #000;
	white-space: pre;
	cursor: default;
}
#autocomplete li.selected {
	background: #0072b9;
	color: #fff;
}

.resizable-textarea {
	width: 95%;
}
.resizable-textarea .grippie {
	height: 9px;
	overflow: hidden;
	background: #eee url(/misc/grippie.png) no-repeat center 2px;
	border: 1px solid #ddd;
	border-top-width: 0;
	cursor: s-resize;
}
.draggable a.tabledrag-handle {
	cursor: move;
	float: left;
	height: 1.7em;
	margin: -0.4em 0 -0.4em -0.5em;
	padding: 0.42em 1.5em 0.42em 0.5em;
	text-decoration: none;
}
a.tabledrag-handle:hover {
	text-decoration: none;
}
a.tabledrag-handle .handle {
	margin-top: 4px;
	height: 13px;
	width: 13px;
	background: url(/misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
	background-position: 0 -20px;
}
.joined + .grippie {
	height: 5px;
	background-position: center 1px;
	margin-bottom: -2px;
}
.teaser-checkbox {
	padding-top: 1px;
}
div.teaser-button-wrapper {
	float: right;
	padding-right: 5%;
	margin: 0;
}
.teaser-checkbox div.form-item {
	float: right;
	margin: 0 5% 0 0;
	padding: 0;
}
textarea.teaser {
	display: none;
}
.progress {
	font-weight: bold;
}
.progress .bar {
	background: #fff url(/misc/progress.gif);
	border: 1px solid #00375a;
	height: 1.5em;
	margin: 0 0.2em;
}
.progress .filled {
	background: #0072b9;
	height: 1em;
	border-bottom: 0.5em solid #004a73;
	width: 0%;
}
.progress .percentage {
	float: right;
}
.progress-disabled {
	float: left;
}
.ahah-progress {
	float: left;
}
.ahah-progress .throbber {
	width: 15px;
	height: 15px;
	margin: 2px;
	background: transparent url(/misc/throbber.gif) no-repeat 0px -18px;
	float: left;
}
tr .ahah-progress .throbber {
	margin: 0 2px;
}
.ahah-progress-bar {
	width: 16em;
}
#first-time strong {
	display: block;
	padding: 1.5em 0 .5em;
}
tr.selected td {
	background: #ffc;
}
table.sticky-header {
	margin-top: 0;
	background: #fff;
}
#clean-url.install {
	display: none;
}

#system-modules div.incompatible {
	font-weight: bold;
}
#system-themes-form div.incompatible {
	font-weight: bold;
}
span.password-strength {
	visibility: hidden;
}
input.password-field {
	margin-right: 10px;
}
div.password-description {
	padding: 0 2px;
	margin: 4px 0 0 0;
	font-size: 0.85em;
	max-width: 500px;
}
div.password-description ul {
	margin-bottom: 0;
}
.password-parent {
	margin: 0 0 0 0;
}
input.password-confirm {
	margin-right: 10px;
}
.confirm-parent {
	margin: 5px 0 0 0;
}
span.password-confirm {
	visibility: hidden;
}
span.password-confirm span {
	font-weight: normal;
}
ul.menu {
	list-style: none;
	border: none;
	text-align: left;
}
ul.menu li {
	margin: 0 0 0 0.5em;
}
li.expanded {
	list-style-type: circle;
	list-style-image: url(/misc/menu-expanded.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.collapsed {
	list-style-type: disc;
	list-style-image: url(/misc/menu-collapsed.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.leaf {
	list-style-type: square;
	list-style-image: url(/misc/menu-leaf.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li a.active {
	color: #000;
}
td.menu-disabled {
	background: #ccc;
}
ul.links {
	margin: 0;
	padding: 0;
}
ul.links.inline {
	display: inline;
}
ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}
.block ul {
	margin: 0;
	padding: 0 0 0.25em 1em;
}
#permissions td.module {
	font-weight: bold;
}
#permissions td.permission {
	padding-left: 1.5em;
}
#access-rules .access-type, #access-rules .rule-type {
	margin-right: 1em;
	float: left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
	margin-top: 0;
}
#access-rules .mask {
	clear: both;
}
#user-login-form {
	text-align: center;
}
#user-admin-filter ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#user-admin-buttons {
	float: left;
	margin-left: 0.5em;
	clear: right;
}
#user-admin-settings fieldset .description {
	font-size: 0.85em;
	padding-bottom: .5em;
}
.profile {
	clear: both;
	margin: 1em 0;
}
.profile .picture {
	float: right;
	margin: 0 1em 1em 0;
}
.profile h3 {
	border-bottom: 1px solid #ccc;
}
.profile dl {
	margin: 0 0 1.5em 0;
}
.profile dt {
	margin: 0 0 0.2em 0;
	font-weight: bold;
}
.profile dd {
	margin: 0 0 1em 0;
}
.field .field-label, .field .field-label-inline, .field .field-label-inline-first {
	font-weight: bold;
}
.field .field-label-inline, .field .field-label-inline-first {
	display: inline;
}
.field .field-label-inline {
	visibility: hidden;
}
.node-form .content-multiple-table td.content-multiple-drag {
	width: 30px;
	padding-right: 0;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
	padding-right: .5em;
}
.node-form .content-add-more .form-submit {
	margin: 0;
}
.node-form .number {
	display: inline;
	width: auto;
}
.node-form .text {
	width: auto;
}
.form-item #autocomplete .reference-autocomplete {
	white-space: normal;
}
.form-item #autocomplete .reference-autocomplete label {
	display: inline;
	font-weight: normal;
}
#content-field-overview-form .advanced-help-link, #content-display-overview-form .advanced-help-link {
	margin: 4px 4px 0 0;
}
#content-field-overview-form .label-group, #content-display-overview-form .label-group, #content-copy-export-form .label-group {
	font-weight: bold;
}
table#content-field-overview .label-add-new-field, table#content-field-overview .label-add-existing-field, table#content-field-overview .label-add-new-group {
	float: left;
}
table#content-field-overview tr.content-add-new .tabledrag-changed {
	display: none;
}
table#content-field-overview tr.content-add-new .description {
	margin-bottom: 0;
}
table#content-field-overview .content-new {
	font-weight: bold;
	padding-bottom: .5em;
}
.advanced-help-topic h3, .advanced-help-topic h4, .advanced-help-topic h5, .advanced-help-topic h6 {
	margin: 1em 0 .5em 0;
}
.advanced-help-topic dd {
	margin-bottom: .5em;
}
.advanced-help-topic span.code {
	background-color: #EDF1F3;
	font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
	font-size: 0.9em;
	padding: 1px;
}
.advanced-help-topic .content-border {
	border: 1px solid #AAA
}
.container-inline-date {
	width: auto;
	clear: both;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.5em;
}
.container-inline-date .form-item {
	float: none;
	padding: 0;
	margin: 0;
}
.container-inline-date .form-item .form-item {
	float: left;
}
.container-inline-date .form-item, .container-inline-date .form-item input {
	width: auto;
}
.container-inline-date .description {
	clear: both;
}
.container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {
	margin-right: 5px;
}
.container-inline-date .date-spacer {
	margin-left: -5px;
}
.views-right-60 .container-inline-date div {
	padding: 0;
	margin: 0;
}
.container-inline-date .date-timezone .form-item {
	float: none;
	width: auto;
	clear: both;
}
#calendar_div, #calendar_div td, #calendar_div th {
	margin: 0;
	padding: 0;
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
	width: 185px;
	border-collapse: separate;
	margin: 0;
}
.calendar td {
	padding: 0;
}
span.date-display-single {
}
span.date-display-start {
}
span.date-display-end {
}
span.date-display-separator {
}
.date-repeat-input {
	float: left;
	width: auto;
	margin-right: 5px;
}
.date-repeat-input select {
	min-width: 7em;
}
.date-repeat fieldset {
	clear: both;
	float: none;
}
.date-views-filter-wrapper {
	min-width: 250px;
}
.date-views-filter input {
	float: left !important;
	margin-right: 2px !important;
	padding: 0 !important;
	width: 12em;
	min-width: 12em;
}
.date-nav {
	width: 100%;
}
.date-nav div.date-prev {
	text-align: left;
	width: 24%;
	float: left;
}
.date-nav div.date-next {
	text-align: right;
	width: 24%;
	float: right;
}
.date-nav div.date-heading {
	text-align: center;
	width: 50%;
	float: left;
}
.date-nav div.date-heading h3 {
	margin: 0;
	padding: 0;
}
.date-clear {
	float: none;
	clear: both;
	display: block;
}
.date-clear-block {
	float: none;
	width: auto;
	clear: both;
}
.date-clear-block:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.date-clear-block {
	display: inline-block;
}/*_\*/

.date-clear-block {
	display: block;
}/* End hide from IE-mac */
.date-container .date-format-delete {
	margin-top: 1.8em;
	margin-left: 1.5em;
	float: left;
}
.date-container .date-format-name {
	float: left;
}
.date-container .date-format-type {
	float: left;
	padding-left: 10px;
}
.date-container .select-container {
	clear: left;
	float: left;
}
div.date-calendar-day {
	line-height: 1;
	width: 40px;
	float: left;
	margin: 6px 10px 0 0;
	background: #F3F3F3;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	color: #999;
	text-align: center;
	font-family: Georgia, Arial, Verdana, sans;
}
div.date-calendar-day span {
	display: block;
	text-align: center;
}
div.date-calendar-day span.month {
	font-size: .9em;
	background-color: #B5BEBE;
	color: white;
	padding: 2px;
	text-transform: uppercase;
}
div.date-calendar-day span.day {
	font-weight: bold;
	font-size: 2em;
}
div.date-calendar-day span.year {
	font-size: .9em;
	padding: 2px;
}
#ui-datepicker-div table, #ui-datepicker-div td, #ui-datepicker-div th {
	margin: 0;
	padding: 0;
}
#ui-datepicker-div, #ui-datepicker-div table, .ui-datepicker-div, .ui-datepicker-div table, .ui-datepicker-inline, .ui-datepicker-inline table {
	font-size: 12px !important;
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	background: #ffffff;
	border: 2px solid #d3d3d3;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	margin: 0;
	padding: 2.5em .5em .5em .5em;
	position: relative;
	width: 15.5em;
}
#ui-datepicker-div {
	background: #ffffff;
	display: none;
	z-index: 9999;
}
.ui-datepicker-inline {
	display: block;
	float: left;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	background: #e6e6e6 url(/sites/all/modules/date/date_popup/themes/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	left: .5em;
	position: absolute;
	top: .5em;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #dadada url(/sites/all/modules/date/date_popup/themes/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	background: url(/sites/all/modules/date/date_popup/themes/images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	display: block;
	font-size: 1em;
	height: 1.4em;
	text-indent: -999999px;
	width: 1.3em;
}
.ui-datepicker-next a {
	background: url(/sites/all/modules/date/date_popup/themes/images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(/sites/all/modules/date/date_popup/themes/images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(/sites/all/modules/date/date_popup/themes/images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(/sites/all/modules/date/date_popup/themes/images/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(/sites/all/modules/date/date_popup/themes/images/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	background: #e6e6e6;
	border: 1px solid #d3d3d3;
	color: #555555;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: .5em;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	left: 2.2em;
	width: 7em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	left: 9.4em;
	width: 5em;
}
table.ui-datepicker {
	text-align: right;
	width: 15.5em;
}
table.ui-datepicker td a {
	color: #555555;
	display: block;
	padding: .1em .3em .1em 0;
	text-decoration: none;
}
table.ui-datepicker tbody {
	border-top: none;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	min-width: 240px;
	overflow: hidden;
}
#imageContainer, #frameContainer, #modalContainer {
	padding: 10px;
}
#modalContainer {
	line-height: 1em;
	overflow: auto;
}
#loading {
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	position: absolute;
	top: 40%;
	left: 45%;
*left:0%;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#frameHoverNav {
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	position: absolute;
	bottom: 0px;
	height: 45px;
}
#imageData>#frameHoverNav {
	left: 0;
}
#hoverNav a, #frameHoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/sites/all/modules/lightbox2/images/blank.gif) no-repeat;
	display: block;
}
#prevLink, #framePrevLink {
	left: 0;
	float: left;
}
#nextLink, #frameNextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover, #prevLink.force_show_nav, #framePrevLink {
	background: url(/sites/all/modules/lightbox2/images/prev.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover, #nextLink.force_show_nav, #frameNextLink {
	background: url(/sites/all/modules/lightbox2/images/next.gif) right 15% no-repeat;
}
#prevLink:hover.force_show_nav, #prevLink:visited:hover.force_show_nav, #framePrevLink:hover, #framePrevLink:visited:hover {
	background: url(/sites/all/modules/lightbox2/images/prev_hover.gif) left 15% no-repeat;
}
#nextLink:hover.force_show_nav, #nextLink:visited:hover.force_show_nav, #frameNextLink:hover, #frameNextLink:visited:hover {
	background: url(/sites/all/modules/lightbox2/images/next_hover.gif) right 15% no-repeat;
}
#framePrevLink, #frameNextLink {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	bottom: 0px;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	min-width: 240px;
}
#imageData {
	padding: 0 10px;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #lightbox2-node-link-text {
	display: block;
	padding-bottom: 1.0em;
}
#imageData #bottomNav {
	height: 66px;
}
.lightbox2-alt-layout #imageData #bottomNav, .lightbox2-alt-layout-data #bottomNav {
	margin-bottom: 60px;
}
#lightbox2-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#overlay_default {
	opacity: 0.6;
}
#overlay_macff2 {
	background: transparent url(/sites/all/modules/lightbox2/images/overlay.png) repeat;
}


#bottomNavClose {
	display: block;
	background: url(/sites/all/modules/lightbox2/images/close.gif) left no-repeat;
	margin-top: 33px;
	float: right;
	padding-top: 0.7em;
	height: 26px;
	width: 26px;
}
#bottomNavClose:hover {
	background-position: right;
}
#loadingLink {
	display: block;
	background: url(/sites/all/modules/lightbox2/images/loading.gif) no-repeat;
	width: 32px;
	height: 32px;
}
#bottomNavZoom {
	display: none;
	background: url(/sites/all/modules/lightbox2/images/expand.gif) no-repeat;
	width: 34px;
	height: 34px;
	position: relative;
	left: 30px;
	float: right;
}
#bottomNavZoomOut {
	display: none;
	background: url(/sites/all/modules/lightbox2/images/contract.gif) no-repeat;
	width: 34px;
	height: 34px;
	position: relative;
	left: 30px;
	float: right;
}
#lightshowPlay {
	margin-top: 42px;
	float: right;
	margin-right: 5px;
	margin-bottom: 1px;
	height: 20px;
	width: 20px;
	background: url(/sites/all/modules/lightbox2/images/play.png) no-repeat;
}
#lightshowPause {
	margin-top: 42px;
	float: right;
	margin-right: 5px;
	margin-bottom: 1px;
	height: 20px;
	width: 20px;
	background: url(/sites/all/modules/lightbox2/images/pause.png) no-repeat;
}
.lightbox2-alt-layout-data #bottomNavClose, .lightbox2-alt-layout #bottomNavClose {
	margin-top: 93px;
}
.lightbox2-alt-layout-data #bottomNavZoom, .lightbox2-alt-layout-data #bottomNavZoomOut, .lightbox2-alt-layout #bottomNavZoom, .lightbox2-alt-layout #bottomNavZoomOut {
	margin-top: 93px;
}
.lightbox2-alt-layout-data #lightshowPlay, .lightbox2-alt-layout-data #lightshowPause, .lightbox2-alt-layout #lightshowPlay, .lightbox2-alt-layout #lightshowPause {
	margin-top: 102px;
}
.lightbox_hide_image {
	display: none;
}
#lightboxImage {
	-ms-interpolation-mode: bicubic;
}
div.fieldgroup {
	margin: .5em 0 1em 0;
}
div.fieldgroup .content {
	padding-left: 1em;
}
.views-exposed-form .views-exposed-widget {
	float: left;
	padding: .5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 1.6em;
}
.views-exposed-form .form-item, .views-exposed-form .form-submit {
	margin-top: 0;
	margin-bottom: 0;
}
.views-exposed-form label {
	font-weight: bold;
}
.views-exposed-widgets {
	margin-bottom: .5em;
}

div.view div.views-admin-links {
	font-size: xx-small;
	margin-right: 1em;
	margin-top: 1em;
}
.block div.view div.views-admin-links {
	margin-top: 0;
}
div.view div.views-admin-links ul {
	margin: 0;
	padding: 0;
}
div.view div.views-admin-links li {
	margin: 0;
	padding: 0 0 2px 0;
	z-index: 201;
}
div.view div.views-admin-links li a {
	padding: 0;
	margin: 0;
	color: #ccc;
}
div.view div.views-admin-links li a:before {
	content: "[";
}
div.view div.views-admin-links li a:after {
	content: "]";
}
div.view div.views-admin-links-hover a, div.view div.views-admin-links:hover a {
	color: #000;
}
div.view div.views-admin-links-hover, div.view div.views-admin-links:hover {
	background: transparent;
}
div.view div.views-hide {
	display: none;
}
div.view div.views-hide-hover, div.view:hover div.views-hide {
	display: block;
	position: absolute;
	z-index: 200;
}
div.view:hover div.views-hide {
	margin-top: -1.5em;
}
.views-view-grid tbody {
	border-top: none;
}
#user-login-form {
	text-align: left;
}
#user-login-form .form-text {
	width: 400px;
}

#lsi-administrator {
	border-collapse: collapse;
}
#lsi-administrator .lsi-administrator-item {
	text-align: center;
	width: 130px;
	height: 110px;
	border: 1px solid gray;
	padding: 15px 8px 0px 8px;
	display: table-cell;
	vertical-align: top;
	background-color: #EBEBEB;
}
#lsi-administrator .lsi-administrator-item:hover {
	background-color: white;
}
#lsi-administrator img, #lsi-administrator a {
	text-decoration: none;
	text-transform: capitalize;
}
#lsi-administrator {
	color: gray;
	overflow: hidden;
}
#lsi-administrator fieldset {
	float: left;
}
.messages, .preview {
	margin: .75em 0 .75em;
	padding: .5em 1em;
}
.messages ul {
	margin: 0;
}
.messages {
	background-color: #fff;
	border: 1px solid #b8d3e5;
}
.preview {
	background-color: #fcfce8;
	border: 1px solid #e5e58f;
}
div.status {
	color: #33a333;
	border-color: #c7f2c8;
}
div.error, tr.error {
	color: #a30000;
	background-color: #FFCCCC;
}
.form-item input.error, .form-item textarea.error {
	border: 1px solid #c52020;
	color: #363636;
}
li.leaf {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
ul.menu li {
	margin: 0px;
	list-style: none;
	padding: 0px;
	list-style-image: none;
}
li.expanded {
	margin: 0px;
	list-style: none;
	padding: 0px;
	list-style-image: none;
}
li.collapsed {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}

#block_info td, #block_info table {
	padding: 3px;
	border: 1px solid white;
}
.hide {
	display: none;
}
.block .remove-block {
	color: red;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;
}
.region .add-block {
	right: 0px;
	bottom: 0px;
	color: red;
	font-size: 11px;
	text-decoration: none;
}
table {
	width: 100%;
}

#admin-button {
	color: white;
	font-weight: bold;
	font-size: 11px;
	color: #EEEEEE;
	position: absolute;
	background-color: white;
	padding: 4px;
	bottom: 0px;
	background-image: url(/sites/all/themes/light-sources/images/corporate_home_icon.png);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	left: 400px;
}
#admin-button .logout-button {
	color: #aaaaaa;
}
#admin-button a {
	color: orange;
	text-decoration: none;
}

.views-table {
	width: 100%;
}
.views-table tr.odd {
	background-color: #DDDDDD;
}
.views-table td {
	padding: 6px;
}
.views-table tr:hover {
	background-color: #e1e1e1;
}

.news-information span{ display:inherit;}
.news-information ul{  float: left;
  position: relative;
  top: -30px;
  left: 54px;}

.rotator-item {
	display: none;
}
.did-you-know-block {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dadbdb;
	border-bottom-color: #dadbdb;
	border-left-color: #dadbdb;
	margin-bottom: 15px;
	overflow: hidden;
}
.did-you-know-block p {
	padding-left: 7px;
	padding-right: 21px;
	padding-bottom: 12px;
}
#body-zone-4 .did-you-know-block a.read-more {
	color: #00516E;
	text-decoration: underline;
}
.news-block {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dadbdb;
	border-bottom-color: #dadbdb;
	border-left-color: #dadbdb;
	margin-bottom: 15px;
	min-height: 166px;
	cursor: pointer;
}
.news-block p {
	padding-left: 7px;
	padding-right: 21px;
}
#main .news-block a.read-more:hover {
	cursor: pointer;
	text-decoration: underline;
}
#main .textbox {
	background-color: #00516e;
	margin-bottom: 10px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	height: 100%;
}
#main .textbox ul {
	font-size: 12px;
	margin: 17px 0px 1em;
	padding: 0px 0px 0px 25px;
	color: #ffffff;
}
#main > a {
	text-decoration: underline;
}
#main .textbox a {
	text-decoration: underline;
}
#main .textbox ul {
}
#main .textbox ul li {
	margin: 5px 0px 5px;
}
#main .textbox h2.title {
	color: white;
	display: block;
	font-size: 23px;
	line-height: 33px;
	padding-left: 7px;
	padding-right: 21px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#main .textbox.dark_gray {
	background: url(/sites/all/themes/light-sources/images/widget-dark-grey-background-art.png) top left no-repeat;
	background-color: #888888;
}
#main .textbox.light_gray h2.title {
	color: #558EC5;
}
#main .textbox.light_gray {
	background: url(/sites/all/themes/light-sources/images/widget-light-grey-background-art.png) top left no-repeat;
	background-color: #ededed;
	border: 1px solid #dededf;
	color: #000000;
}
#main .textbox.light_gray a {
	color: #000000;
}
#main .textbox.dark_gray a {
	color: #FFFFFF;
}
#main .textbox .grey-border {
	border: 1px solid #dabdbd;
	background-color: #ffffff;
	margin-left: -1px;
}
#main .textbox h2.title {
	padding: 0px 0 5px 0px;
	font-size: 23px;
	font-weight: normal;
}
#main .textbox a {
	color: #ffffff;
}
table tr:hover {
	background: #e1e1e1;
}
#main .pager li a {
	color: gray;
}
#main .dropdown-languages ul, #main .dropdown-languages li {
	margin: 0px;
	list-style: none;
}
.news-listing {
	margin-top: 10px;
	border-bottom: 1px solid #DADADA;
	overflow: hidden;
}
.news-listing img {
	border: 1px solid #DEDDE2;
	margin-bottom: 10px;
	margin-right: 15px;
	float: left;
}
.news-information {
	
	margin-bottom: 10px;
}
.news-information .date {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #7c7c7c;
	text-transform: uppercase;
}
.news-information h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #005277;
}
.news-information h3 a {
	color: #005277;
	text-decoration: none;
}
.news-information h3 a:hover {
	text-decoration: underline;
}
.news-information p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #3f3f3f;
}
#pager_footer {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pager_footer a {
	color: #3f3f3f;
	text-decoration: none;
}
#pager_footer a:hover {
	text-decoration: underline;
}
#pager_footer a.number {
	color: #3f3f3f;
	text-decoration: underline;
}
#pager_footer a.number:hover {
	text-decoration: none;
}
.team-member {
	clear: both;
	margin-bottom: 20px;
}
.team-member img, .team-member a img {
	float: left;
	width: 100px;
	height: 134px;
	border: 1px solid #DADADA;
	margin: 0px;
	padding: 0px;
}
.team-member .team-member-info {
	margin-left: 100px;
	padding-left: 12px;
	border-bottom: 1px solid #DADADA;
	min-height: 139px;
}
.team-member .team-member-info .team-member-title {
	margin: 0;
	padding: 0;
	color: #7c7c7c;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}
.team-member .team-member-info a {
	margin: 0;
	padding: 0;
	color: #005277;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 5px;
	font-weight: bold;
}
.team-member .team-member-info p {
	margin: 0;
	padding: 0;
	color: #3f3f3f;
	font-size: 12px;
}
#main .team-member a.read-more {
	font-size: 12px;
	display: block;
}
.manager img {
	float: left;
	height: 234px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 175px;
	padding: 0px;
	border: 1px solid #dadada;
	margin-top: 10px;
}
.manager h1 {
	color: #3F3F3F;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}
.manager .manager-title {
	color: #888888;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
}
.news-article h1 {
	color: #005277;
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 10px;
	padding: 0;
}
.news-article img {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	  height: 100px;
  width: auto;
}
.news-article .date {
	text-transform: uppercase;
}
.news-article p {
	margin-top: 0px;
	padding-bottom: 20px;
}
#main .pager {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	color: #3F3F3F;
}
.pager a {
	color: #3f3f3f;
	text-decoration: none;
	text-transform: uppercase;
}
.pager a:hover {
	text-decoration: underline;
}
#main .pager li {
	margin: 0px;
	padding: 0px;
}
#main .pager li.item {
	color: #3f3f3f
}
#main .menu-tree ul, #main .menu-tree li {
	list-style: none;
}
#main .menu-tree li a {
	font-weight: bold;
	color: #666666;
}
#main .menu-tree li.leaf a {
	text-decoration: none;
	font-weight: normal;
	cursor: default;
	text-decoration: none;
}
#main .menu-tree li.branch.opened a {
	color: black;
}
#main .menu-parent {
	height: 250px;
	overflow: auto;
	width: 300px;
	position: relative;
}
#main .distributor-list {
	float: left;
	width: 283px;
	margin-right: 125px;
}
#main .distributor-list img {
	float: left;
	margin-bottom: 18px;
}
#main .distributor-list .distributor-info {
	float: right;
	width: 140px;
	margin-bottom: 18px;
}

#main .distributors-list td {
	vertical-align: top;
	margin-right: 7px;
}
.distributor {
	text-align: left;
	width: 220px;
	padding: 4px;
}
#us-can .distributor-list {
	float: left;
	width: 283px;
	margin-right: 125px;
}
#us-can .distributor-list img {
	float: left;
	margin-bottom: 18px;
}
#us-can .distributor-list .distributor-info {
	float: right;
	width: 140px;
	margin-bottom: 18px;
}
#distributors-usa {
	background-repeat: no-repeat;
	float: left;
	width: 690px;
	margin-bottom: 15px;
}
#distributors-usa h2 {
	padding-left: 25px;
}
#distributors-canada {
	background-image: url(/sites/all/themes/light-sources/images/sign-distributors-map-canada.gif);
	background-repeat: repeat-x;
	float: left;
	margin-bottom: 15px;
	width: 276px;
}
#distributors-canada h2 {
	
	padding-left: 40px;
}
#distributors-canada .distributors-list {
	margin-left: 40px;
}
#dropdown-distributors {
	float: right;
	width: 319px;
	margin-right: 33px;
	margin-top: 10px;
}
#us-can .distributors-list {
	padding-left: 25px;
}
#us-can .distributors-list .distributor {
	float: left;
	width: 145px;
	margin-right: 25px;
}
#dropdown-distributors select option {
	color: #FFFFFF;
	background-color: #035E95;
}
#dropdown-distributors select {
	width: 319px;
	top: -15px;
	position: relative;
	opacity: 0;
	cursor: pointer;
	border: none;
}
#dropdown-distributors .distributors-select-mask {
	background-image: url(/sites/all/themes/light-sources/images/sign-dropdown-distributors-mask.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 319px;
	display: block;
	position: relative;
	top: 7px;
}
#distributors-usa .distributors-list h4 {
	text-transform: uppercase;
}
#hoverNav {
	visibility: hidden;
}
#main img.field-icon-application-pdf {
	border: none;
	margin-right: 0px;
	display: none;
}
#main .filefield-file a {
	background-image: url(/sites/all/themes/light-sources/images/applicationpdf.png);
	padding-left: 23px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
#block-views-management-block_2 h3 {
	font-size: 16px;
}
.lsisendmail {
	width: 568px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lsisendmail h1 {
	color: white;
	font-size: 23px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 568px;
	height: 78px;
	background-image: url(/sites/all/themes/light-sources/images/email_a_friend_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 18px;
	margin-bottom: 10px;
}
.lsisendmail form {
	padding-left: 10px;
}
.search-results dt {
	margin-top: 10px;
}
.search-results dt a {
	color: #005277;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-bottom: 5px;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #005277;
	text-decoration: none;
}
.search-results {
	padding-right: 15px;
	padding-left: 15px;
}
.search-results dd {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 3px;
	padding-top: 0px;
	margin: 0px;
}
.search-info {
	display: none;
}
.search .tabs {
	display: none;
}
.media-container {
	position: absolute;
	right: 55px;
	top: -45px;
}
.media-container .main {
	margin-top: 0px;
}
#main a.add-this span {
	background: none;
}
#main .body-footers {
	clear: both;
	color: #FFFFFF;
	background-color: #f1f1f1;
	height: 41px;
	padding-right: 0;
	padding-left: 0;
}
#main .body-footers a {
	display: block;
	background-image: url(/sites/all/themes/light-sources/images/sprites.png);
	background-repeat: no-repeat;
	height: 41px;
	float: left;
}
#main .body-footers .footer-lightsources {
	width: 112px;
	margin-left: 99px;
	background-position: -99px 0px;
}
#main .body-footers .footer-lightsources:hover {
	background-position: -99px -41px;
}
#main .body-footers .footer-lcdlighting {
	width: 119px;
	background-position: -211px 0px;
}
#main .body-footers .footer-lcdlighting:hover {
	background-position: -211px -41px;
}
#main .body-footers .footer-lcdlighting {
	width: 109px;
	background-position: -204px 0px;
}
#main .body-footers .footer-lcdlighting:hover {
	background-position: -204px -41px;
}
#main .body-footers .footer-kulka {
	background-position: -335px 0px;
	width: 35px;
}
#main .body-footers .footer-kulka:hover {
	background-position: -335px -41px;
}
#main .body-footers .footer-voltarc {
	background-position: -376px 0px;
	width: 85px;
}
#main .body-footers .footer-voltarc:hover {
	background-position: -376px -41px;
}
#main .body-footers .footer-masqnlite {
	background-position: -480px 0px;
	width: 162px;
}
#main .body-footers .footer-masqnlite:hover {
	background-position: -480px -41px;
}
#main .body-footers .footer-cerlux {
	background-position: -642px 0px;
	width: 156px;
}
#main .body-footers .footer-cerlux:hover {
	background-position: -642px -41px;
}
#main .body-footers .footer-lighttech {
	background-position: -798px 0px;
	width: 98px;
}
#main .body-footers .footer-lighttech:hover {
	background-position: -798px -41px;
}
#main .messages {
	padding: 8px;
	margin-bottom: 6px;
	margin-top: 6px;
	font-size: 12px;
	color: #333333;
}
#main .warning, #main .status {
	background-color: #AAD7EA;
	border: 1px solid #8EC9E6;
}
#atic_print {
	display: none;
}
.node-187 #main .logo, .node-208 #main .logo, .node-1146 #main .logo, .node-1144 #main .logo {
	background-image: url(/sites/all/themes/light-sources/images/special-lcdlighting-logo.jpg);
	float: left;
	height: 73px;
	width: 229px;
	margin-top: 8px;
	margin-left: 14px;
	background-position: 0px 0px;
}
.rss-feed {
	background-image: url(/sites/all/themes/light-sources/images/rss-15-15.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 15px;
	margin-left: 6px;
	width: 15px;
}
#main #footers-zone-2-zone-1 {
	width: 60px;
}
#main .sort-link {
	text-align: right;
	font-size: 12px;
}
#main .edit-message {
	background-color: #FFFFC0;
	font-size: 13px;
	padding: 8px;
	border: orange 1px solid;
}
#main .edit-message h3 {
	margin: 0px;
	padding: 0px;
}
#main .big-message {
	font-size: 19px;
}
#main .lsi-quick-tasks {
	background-color: #CCCCCC;
	border: 1px solid gray;
	padding: 4px;
	width: 300px;
	font-size: 10px;
	overflow: hidden;
}
#main .lsi-quick-tasks .actions {
	float: left;
	margin-left: 8px;
}
#main .lsi-quick-tasks a {
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 3px;
}
#block-lsi_utils-lsi_admin_tasks_block .block-config {
	visibility: hidden;
}
#node-form .options {
	display: none;
}
#node-form #wysiwyg-toggle-edit-body {
	display: none;
}
.head-admin #wysiwyg-toggle-edit-body {
	display: block;
}
#node-form .tips {
	display: none;
}
#node-form .body-field-wrapper>p {
	display: none;
}
#node-form #edit-field-weight-0-value-wrapper, #edit-field-weight-value-wrapper {
	display: none;
}
#node-form #edit-field-date-0-value-datepicker-popup-0-wrapper .description {
	display: none;
}
#node-form #edit-language-wrapper {
}
#node-form #edit-menu-weight-wrapper {
	display: none;
}
.editor #edit-body_media {
	display: none;
	visibility: hidden;
}
.editor.is-frontpage .tabs {
	display: none;
}
.editor #edit-section-settings-related-term-wrapper, .head-admin #edit-section-settings-related-term-wrapper, .editor-without-reviewer #edit-section-settings-related-term-wrapper, .editor #edit-field-top-image-0-ahah-wrapper, .editor-without-reviewer #edit-field-top-image-0-ahah-wrapper, #edit-teaser-include-wrapper, #edit-body_insertfile, #edit-body_insertimage, #edit-body_break {
	display: none;
}
#reviewers-container .form-radios, #notifiers-container .form-checkboxes {
	border: 1px solid #CCCCCC;
	height: 300px;
	margin: 8px;
	overflow: auto;
}
#main .is_copy, #main .faq .is_copy, #main .faq .is_copy a h2 {
	background-color: #FFFFC0;
}
#main.ls_sitemap h2 {
	font-size: 14px;
	font-weight: bold;
}
#main.ls_sitemap h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
}
#footers-zone-2 #footers-zone-2-zone-2 a {
	text-decoration: underline;
}
#top-image-desc {
	position: relative;
	top: -25px;
}
#main-container {
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/sites/all/themes/light-sources/images/special-background-header.png);
	background-color: #d6d7d7;
}
.hide {
	display: none;
}

.sub_headding, #main .sub_headding {
	font-size: 14px;
	font-weight: bold;
}
.footer-text, #main .footer-text {
	font-size: 10px;
	font-style: italic;
}
.gray-text, #main .gray-text {
	font-size: 13px;
	color: #CCCCCC;
}
.ed-image-horiz-left-justified {
	margin-left: 0px;
	margin-right: 5px;
}
.ed-image-horiz-righ-justified {
	margin-left: 5px;
	margin-right: 0px;
}
.ed-image-vertical {
	margin-top: 5px;
	margin-bottom: 0px;
}
.table-row-gray, #main .table-row-gray, .table-col-gray, #main .table-col-gray, .table-row-col-gray, #main .table-row-col-gray, .table-row-gray-nb, #main .table-row-gray-nb, .table-col-gray-nb, #main .table-col-gray-nb, .table-row-col-gray-nb, #main .table-row-col-gray-nb {
	border-collapse: collapse;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
.table-row-gray p, #main .table-row-gray p, .table-col-gray p, #main .table-col-gray p, .table-row-col-gray p, #main .table-row-col-gray p, .table-row-gray-nb p, #main .table-row-gray-nb p, .table-col-gray-nb p, #main .table-col-gray-nb p, .table-row-col-gray-nb p, #main .table-row-col-gray-nb p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.table-row-gray-nb, #main .table-row-gray-nb, .table-col-gray-nb, #main .table-col-gray-nb, .table-row-col-gray-nb, #main .table-row-col-gray-nb {
	border: 1px solid #AAAAAA;
}
.table-row-gray-nb td, #main .table-row-gray-nb td, .table-row-gray-nb th, #main .table-row-gray-nb th, .table-col-gray-nb td, #main .table-col-gray-nb td, .table-col-gray-nb th, #main .table-col-gray-nb th, .table-row-col-gray-nb td, #main .table-row-col-gray-nb td, .table-row-col-gray-nb th, #main .table-row-col-gray-nb th {
	margin: 3px;
	text-align: center;
}
#main .table-row-gray tr:hover, #main .table-col-gray tr:hover, #main .table-row-col-gray tr:hover {
background-color::#e1e1e1;
}
.table-row-gray td, #main .table-row-gray td, .table-row-gray th, #main .table-row-gray th, .table-col-gray td, #main .table-col-gray td, .table-col-gray th, #main .table-col-gray th, .table-row-col-gray td, #main .table-row-col-gray td, .table-row-col-gray th, #main .table-row-col-gray th {
	border: 1px solid #AAAAAA;
	margin: 3px;
	text-align: center;
}
.table-row-gray tr:first-child, #main .table-row-gray tr:first-child, .table-row-gray-nb tr:first-child, #main .table-row-gray-nb tr:first-child {
	background-color: #CCCCCC;
	font-weight: bold;
}
.table-col-gray tr td:first-child, #main .table-col-gray tr td:first-child, .table-col-gray-nb tr td:first-child, #main .table-col-gray-nb tr td:first-child {
	background-color: #CCCCCC;
	font-weight: bold;
}
.table-row-col-gray tr:first-child, #main .table-row-col-gray tr:first-child, .table-row-col-gray th:first-child, #main .table-row-col-gray th:first-child, .table-row-col-gray-nb tr:first-child, #main .table-row-col-gray-nb tr:first-child, .table-row-col-gray-nb th:first-child, #main .table-row-col-gray-nb th:first-child {
	background-color: #CCCCCC;
	font-weight: bold;
}
.table-row-col-gray tr td:first-child, #main .table-row-col-gray td:first-child, .table-row-col-gray th td:first-child, #main .table-row-col-gray th:first-child, .table-row-col-gray-nb tr td:first-child, #main .table-row-col-gray-nb td:first-child, .table-row-col-gray-nb th td:first-child, #main .table-row-col-gray-nb th:first-child {
	background-color: #CCCCCC;
	font-weight: bold;
}
#facebox .b {
	background: url(/sites/all/themes/light-sources/javascript/facebox/b.png);
}
#facebox .tl {
	background: url(/sites/all/themes/light-sources/javascript/facebox/tl.png);
}
#facebox .tr {
	background: url(/sites/all/themes/light-sources/javascript/facebox/tr.png);
}
#facebox .bl {
	background: url(/sites/all/themes/light-sources/javascript/facebox/bl.png);
}
#facebox .br {
	background: url(/sites/all/themes/light-sources/javascript/facebox/br.png);
}
#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}
#facebox .popup {
	position: relative;
}
#facebox table {
	border-collapse: collapse;
}
#facebox td {
	border-bottom: 0;
	padding: 0;
}
#facebox .body {
	padding: 10px;
	background: #fff;
	width: 370px;
}
#facebox .loading {
	text-align: center;
}
#facebox .image {
	text-align: center;
}
#facebox img {
	border: 0;
	margin: 0;
}
#facebox .footer {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}
#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.facebox_hide {
	z-index: -100;
}
.facebox_overlayBG {
	background-color: #000;
	z-index: 99;
}

