
.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;
}

.poll .bar {
	height: 1em;
	margin: 1px 0;
	background-color: #ddd;
}
.poll .bar .foreground {
	background-color: #000;
	height: 1em;
	float: left;
}
.poll .links {
	text-align: center;
}
.poll .percent {
	text-align: right;
}
.poll .total {
	text-align: center;
}
.poll .vote-form {
	text-align: center;
}
.poll .vote-form .choices {
	text-align: left;
	margin: 0 auto;
	display: table;
}
.poll .vote-form .choices .title {
	font-weight: bold;
}
.node-form #edit-poll-more {
	margin: 0;
}
td.poll-chtext {
	width: 80%;
}
td.poll-chvotes .form-text {
	width: 85%;
}


fieldset {
	margin-bottom: 1em;
	padding: .5em;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	height: 1px;
	border: 1px solid gray;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
}
th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}
.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-block {
	display: inline-block;
}
/*_\*/
* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}
/* End hide from IE-mac */



body.drag {
	cursor: move;
}
th.active img {
	display: inline;
}
tr.even,tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}
tr.drag {
	background-color: #fffff0;
}
tr.drag-previous {
	background-color: #ffd;
}
td.active {
	background-color: #ddd;
}
td.checkbox,th.checkbox {
	text-align: center;
}
tbody {
	border-top: 1px solid #ccc;
}
tbody th {
	border-bottom: 1px solid #ccc;
}
thead th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}
.breadcrumb {
	padding-bottom: .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.2em;
}
.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;
}
html.js input.form-autocomplete {
	background-image: url(/misc/throbber.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}
html.js input.throbbing {
	background-position: 100% -18px;
}
html.js fieldset.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 0;
	height: 1em;
}
html.js fieldset.collapsed * {
	display: none;
}
html.js fieldset.collapsed legend {
	display: block;
}
html.js fieldset.collapsible legend a {
	padding-left: 15px;
	background: url(/misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
	background-image: url(/misc/menu-collapsed.png);
	background-position: 5px 50%;
}
* html.js fieldset.collapsed legend,* html.js fieldset.collapsed legend *,* html.js fieldset.collapsed table * {
	display: inline;
}
html.js fieldset.collapsible {
	position: relative;
}
html.js fieldset.collapsible legend a {
	display: block;
}
html.js fieldset.collapsible .fieldset-wrapper {
	overflow: auto;
}
.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;
}
html.js .resizable-textarea textarea {
	margin-bottom: 0;
	width: 100%;
	display: block;
}
.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;
}
html.js .no-js {
	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;
}
html.js .js-hide {
	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;
}
/*_\*/
* html .date-clear-block {
	height: 1%;
}
.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/default/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/default/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/default/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/default/modules/date/date_popup/themes/images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(/sites/default/modules/date/date_popup/themes/images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(/sites/default/modules/date/date_popup/themes/images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(/sites/default/modules/date/date_popup/themes/images/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(/sites/default/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;
}
table.ui-datepicker tbody td a {
	background: #e6e6e6 url(/sites/default/modules/date/date_popup/themes/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #ffffff;
	cursor: pointer;
}
table.ui-datepicker tbody td a:hover {
	background: #dadada url(/sites/default/modules/date/date_popup/themes/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
	color: #212121;
}
table.ui-datepicker tbody td a:active {
	background: #ffffff url(/sites/default/modules/date/date_popup/themes/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
	color: #222222;
}
table.ui-datepicker .ui-datepicker-title-row td {
	color: #222222;
	font-size: .9em;
	padding: .3em 0;
	text-align: center;
	text-transform: uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;
}

.timeEntry_control {
	vertical-align: middle;
	margin-left: 2px;
}
* html .timeEntry_control {
	margin-top: -4px;
}



.filefield-icon {
	margin: 0 2px 0 0;
}
.filefield-element {
	margin: 1em 0;
	white-space: normal;
}
.filefield-element .widget-preview {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #CCC;
	max-width: 30%;
}
.filefield-element .widget-edit {
	float: left;
	max-width: 70%;
}
.filefield-element .filefield-preview {
	width: 16em;
	overflow: hidden;
}
.filefield-element .widget-edit .form-item {
	margin: 0 0 1em 0;
}
.filefield-element input.form-submit,.filefield-element input.form-file {
	margin: 0;
}
.filefield-element input.progress-disabled {
	float: none;
	display: inline;
}
.filefield-element div.ahah-progress,.filefield-element div.throbber {
	display: inline;
	float: none;
	padding: 1px 13px 2px 3px;
}
.filefield-element div.ahah-progress-bar {
	display: none;
	margin-top: 4px;
	width: 28em;
	padding: 0;
}
.filefield-element div.ahah-progress-bar div.bar {
	margin: 0;
}

#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/default/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/default/modules/lightbox2/images/prev.gif) left 15% no-repeat;
}
#nextLink:hover,#nextLink:visited:hover,#nextLink.force_show_nav,#frameNextLink {
	background: url(/sites/default/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/default/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/default/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/default/modules/lightbox2/images/overlay.png) repeat;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline;
	width: 100%;
}
* html .clearfix {/*_\*/
	height:1%;/* End hide from IE-mac */
	}
	#bottomNavClose {
		display: block;
		background: url(/sites/default/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/default/modules/lightbox2/images/loading.gif) no-repeat;
		width: 32px;
		height: 32px;
	}
	#bottomNavZoom {
		display: none;
		background: url(/sites/default/modules/lightbox2/images/expand.gif) no-repeat;
		width: 34px;
		height: 34px;
		position: relative;
		left: 30px;
		float: right;
	}
	#bottomNavZoomOut {
		display: none;
		background: url(/sites/default/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/default/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/default/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;
	}

	#edit-mollom-captcha {
		display: block;
	}
	.dblog-event pre,#simpletest-result-form table td {
		white-space: pre-wrap;
	}

	.options {
		display: inline;
	}
	table.product_attributes tr.draggable .form-item {
		display: inline;
		white-space: normal;
	}
	#option-key td:first-child {
		width: 26%;
	}
	.combinations td:first-child,.combinations td:first-child + td {
		width: 12%;
	}

	.order-overview-form {
		float: left;
		padding: 0em 2em 0em 0em;
	}
	.order-overview-form .form-item {
		margin-bottom: 0em;
	}
	.order-overview-form #uc-order-select-form,.order-overview-form #uc-order-admin-sort-form {
		margin-bottom: 0em;
	}
	.uc-orders-table {
		clear: both;
		width: 100%;
	}
	.uc-orders-table td,.uc-orders-table thead th {
		white-space: nowrap;
	}
	.uc-orders-table tr.odd:hover,.uc-orders-table tr.even:hover {
		background-color: #ddd;
	}
	.uc-orders-table img {
		float: left;
		margin-right: .5em;
	}
	.order-admin-icons {
		margin-left: 2px;
	}
	.order-admin-icons img {
		padding: 0px 3px;
		position: relative;
		top: 3px;
	}
	.order-pane {
		border-color: #bbb;
		border-style: solid;
		border-width: 1px;
		line-height: 1.1em;
		margin: .5em;;
		padding: .5em;
		width: auto;
	}
	.order-pane thead {
		background-color: #ddd;
	}
	.order-pane tbody {
		border-top: 0px;
	}
	.order-pane-title {
		font-weight: bold;
		padding-bottom: .5em;
	}
	.pos-left {
		float: left;
	}
	.abs-left {
		clear: left;
	}
	.pos-right {
		float: right;
	}
	.abs-right {
		clear: right;
		float: right;
	}
	.text-center {
		text-align: center;
	}
	.full-width {
		width: 100%;
	}
	.order-pane-table th {
		padding: 4px 8px;
		font-weight: bold;
	}
	.order-pane-table td {
		padding: 4px 8px;
		vertical-align: top;
	}
	.order-pane-table td.qty,.order-pane-table td.sku {
		text-align: center;
		white-space: nowrap;
	}
	.order-pane-table td.product {
		width: 80%;
	}
	.order-pane-table td.cost,.order-pane-table td.price,.order-pane-table td.total {
		text-align: right;
		white-space: nowrap;
	}
	.uc-order-comments td {
		vertical-align: top;
	}
	.uc-order-comments td.date,.uc-order-comments td.status {
		text-align: center;
		white-space: nowrap;
	}
	.uc-order-comments td.message {
		width: 100%;
	}
	.order-edit-table {
		width: auto;
	}
	.order-edit-table .oet-label {
		font-weight: bold;
		text-align: right;
	}
	.order-edit-table .form-item {
		display: inline;
	}
	.address-select-box {
		background-color: #ddd;
		border: solid 1px #999;
		padding-bottom: 1em;
		padding-left: 1em;
		margin-bottom: 1em;
		width: auto;
	}
	.customer-select-box {
		background-color: #ddd;
		border: solid 1px #999;
		padding: 1em;
		margin-top: 1em;
		width: auto;
	}
	.product-select-box {
		background-color: #ddd;
		border: solid 1px #999;
		margin-right: auto;
		margin-bottom: 1em;
		width: auto;
	}
	.product-select-box2 {
		background-color: #ddd;
		border: solid 1px #999;
		margin-right: auto;
		margin-bottom: 1em;
		padding-left: 1em;
		padding-bottom: 1em;
		width: auto;
	}
	.line-item-table {
		width: 100%;
	}
	.line-item-table td {
		padding: 2px;
	}
	.line-item-table .li-title {
		font-weight: bold;
		text-align: right;
		width: 100%;
	}
	.line-item-table .li-amount {
		text-align: right;
	}
	.line-item-table .form-item {
		display: inline;
	}
	.order-review-table tbody {
		border-top: 0px;
	}
	.order-pane-table .product-description {
		font-size: .7em;
	}
	.order-pane #uc-credit-order-view-form {
		margin-top: .5em;
		margin-bottom: 0em;
	}
	#uc-credit-order-view-form .form-submit {
		margin: 0em;
	}
	.order-pane #uc-order-view-update-form {
		margin-bottom: 1em;
	}
	.update-controls {
		padding-top: 1em;
	}
	.update-controls div {
		padding-right: 1em;
	}
	.update-controls div,.update-controls label {
		display: inline;
	}
	.update-controls .form-submit {
		margin: 0em;
	}
	.address-select-box #uc-order-address-book-form {
		margin-bottom: 0em;
	}
	.order-pane.abs-left .form-submit {
		margin: 0.5em 0.5em 0.5em 0em;
	}
	.order-pane #customer-select form {
		margin-bottom: 0em;
	}

	.product-image {
		clear: right;
		float: right;
		margin-left: 4px;
		padding-left: 4px;
		padding-top: 4px;
		text-align: center;
	}
	.uc-price-display {
		clear: right;
		float: right;
		font-size: 1.3em;
		font-weight: bold;
		padding-bottom: 4px;
		padding-left: 4px;
		text-align: center;
		width: 100px;
	}
	.display-price {
		clear: right;
		float: right;
		font-size: 1.3em;
		font-weight: bold;
		padding-bottom: 4px;
		padding-left: 4px;
		text-align: center;
	}
	.model {
		display: inline;
		font-weight: bold;
		margin-right: 2em;
	}
	.node-form .product-field table {
		margin: 0;
		width: auto;
	}
	.node-form .product-field td {
		padding: 3px 6px 0 0;
	}
	.node-form .product-field tbody {
		border: none;
		margin: 0;
	}
	.node-form .product-field table .form-item {
		margin-bottom: 0;
		margin-top: 0;
	}
	.node-form .product-field .form-text {
		display: inline;
		width: auto;
	}
	#products-selector table {
		margin: 0em 0em;
	}
	#products-selector td {
		padding: 0em .5em;
	}
	div#products-selector form {
		margin-bottom: 0em;
	}
	#products-selector div.form-item {
		margin-bottom: .5em;
		margin-top: .5em;
	}
	table.product-list {
		clear: both;
	}
	.uc-product-features td {
		vertical-align: top;
	}
	.add-feature div {
		padding-right: 1em;
	}
	.add-feature div,.add-feature label {
		display: inline;
	}

	.uc-price {
		white-space: nowrap;
	}
	.uc-store-admin-table {
		margin: 1em auto;
		border: 1px dashed #bbb;
	}
	.uc-store-admin-table tbody {
		border-top: 0px;
	}
	.uc-store-admin-panel {
		margin: 1em;
		padding: 1em;
	}
	.uc-store-admin-panel .uc-store-icon {
		float: left;
		margin-right: 1em;
	}
	.uc-store-admin-panel .panel-title {
		padding-top: 4px;
		font-size: 1.5em;
		width: 100%;
	}
	.uc-store-admin-panel .panel-show-link a {
		cursor: pointer;
	}
	.uc-customer-table .uc-store-icon {
		float: left;
		margin-right: .5em;
	}
	.uc-customer-table tr.odd:hover,.uc-customer-table tr.even:hover {
		background-color: #ddd;
	}
	.uc-cust-orders-table tr.odd:hover,.uc-cust-orders-table tr.even:hover {
		background-color: #ddd;
	}
	.uc-cust-orders-table .uc-store-icon {
		float: left;
		margin-right: .5em;
	}
	#store-footer {
		width: 100%;
		text-align: center;
		font-size: x-small;
		clear: both;
	}
	.uc-default-submit {
		height: 0px;
		left: -9999px;
		position: absolute;
		top: -9999px;
		width: 0px;
	}
	.uc-store-status td {
		vertical-align: top;
	}
	.uc-store-status td.title {
		font-weight: bold;
		white-space: nowrap;
	}
	.uc-store-status td.message {
		width: 100%;
	}
	table.section-items {
		width: auto;
	}
	table.section-items td {
		padding: .25em;
	}
	#uc-country-import-form .form-item,#uc-country-import-form .form-item label {
		display: inline;
		float: left;
		margin-right: 1em;
	}
	#uc-country-import-form .form-submit {
		float: left;
		margin-top: 1em;
	}
	#uc-country-import-form table {
		clear: left;
	}
	.summary-overview {
		padding: .5em;
		border: 1px dashed #bbb;
		margin-bottom: -1px;
	}
	.summary-title {
		font-weight: bold;
	}
	.summaryOnclick-processed {
		cursor: pointer;
	}
	.summaryOnclick-processed:hover {
		background-color: #ddd;
	}
	.summary-edit-icon {
		float: left;
		margin-right: .5em;
		position: relative;
		top: 2px;
	}
	.summaryOnclick-processed .item-list {
		margin-left: 1.75em;
	}
	.summaryOnclick-processed .summary-link {
		display: none;
	}
	.ubercart-throbber {
		background-image: url(/sites/default/modules/ubercart/uc_store/images/throbber.gif);
		background-repeat: no-repeat;
		background-position: 100% -20px;
	}
	.path-admin-store-orders span.icon {
		background: transparent url(/sites/default/modules/ubercart/uc_store/images/menu_orders.gif) no-repeat !important;
	}
	.path-admin-store-customers span.icon {
		background: transparent url(/sites/default/modules/ubercart/uc_store/images/menu_customers.gif) no-repeat !important;
	}
	.path-admin-store-products span.icon {
		background: transparent url(/sites/default/modules/ubercart/uc_store/images/menu_products.gif) no-repeat !important;
	}
	.path-admin-store-settings span.icon {
		background: transparent url(/sites/default/modules/ubercart/uc_store/images/menu_store_settings.gif) no-repeat !important;
	}
	.path-admin-store-attributes span.icon {
		background: transparent url(/sites/default/modules/ubercart/uc_store/images/menu_store_settings.gif) no-repeat !important;
	}
	.path-admin-store-reports span.icon {
		background: transparent url(/sites/default/modules/ubercart/uc_store/images/menu_reports.gif) no-repeat !important;
	}
	.path-admin-store-ca span.icon {
		background: transparent url(/sites/default/modules/ubercart/uc_store/images/menu_store_settings.gif) no-repeat !important;
	}
	.path-admin-store-help span.icon {
		background: transparent url(/sites/default/modules/ubercart/uc_store/images/menu_help.gif) no-repeat !important;
	}

	#forum .description {
		font-size: 0.9em;
		margin: 0.5em;
	}
	#forum td.created,#forum td.posts,#forum td.topics,#forum td.last-reply,#forum td.replies,#forum td.pager {
		white-space: nowrap;
	}
	#forum td.posts,#forum td.topics,#forum td.replies,#forum td.pager {
		text-align: center;
	}
	#forum tr td.forum {
		padding-left: 25px;
		background-position: 3px 8px;
		background-image: url(/misc/forum-default.png);
		background-repeat: no-repeat;
	}
	#forum tr.new-topics td.forum {
		background-image: url(/misc/forum-new.png);
	}
	#forum div.indent {
		margin-left: 20px;
	}
	.forum-topic-navigation {
		padding: 1em 0 0 3em;
		border-top: 1px solid #888;
		border-bottom: 1px solid #888;
		text-align: center;
		padding: 0.5em;
	}
	.forum-topic-navigation .topic-previous {
		text-align: right;
		float: left;
		width: 46%;
	}
	.forum-topic-navigation .topic-next {
		text-align: left;
		float: right;
		width: 46%;
	}

	.farbtastic {
		position: relative;
	}
	.farbtastic * {
		position: absolute;
		cursor: crosshair;
	}
	.farbtastic,.farbtastic .wheel {
		width: 195px;
		height: 195px;
	}
	.farbtastic .color,.farbtastic .overlay {
		top: 47px;
		left: 47px;
		width: 101px;
		height: 101px;
	}
	.farbtastic .wheel {
		background: url(/misc/farbtastic/wheel.png) no-repeat;
		width: 195px;
		height: 195px;
	}
	.farbtastic .overlay {
		background: url(/misc/farbtastic/mask.png) no-repeat;
	}
	.farbtastic .marker {
		width: 17px;
		height: 17px;
		margin: -8px 0 0 -8px;
		overflow: hidden;
		background: url(/misc/farbtastic/marker.png) no-repeat;
	}

	.calendar-calendar tr.odd,.calendar-calendar tr.even {
		background-color: #fff;
	}
	.calendar-calendar table {
		border-collapse: collapse;
		border-spacing: 0;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.calendar-calendar .month-view table {
		border: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.calendar-calendar .year-view td {
		width: 32%;
		padding: 1px;
		border: none;
	}
	.calendar-calendar .year-view td table td {
		width: 13%;
		padding: 0;
	}
	.calendar-calendar tr {
		padding: 0;
		margin: 0;
		background-color: white;
	}
	.calendar-calendar th {
		color: #fff;
		background-color: #ccc;
		text-align: center;
		margin: 0;
	}
	.calendar-calendar th a {
		font-weight: bold;
		color: #fff;
		background-color: #ccc;
	}
	.calendar-calendar td {
		width: 12%;
		min-width: 12%;
		border: 1px solid #ccc;
		color: #777;
		text-align: right;
		vertical-align: top;
		margin: 0;
		padding: 0;
	}
	.calendar-calendar .mini {
		border: none;
	}
	.calendar-calendar td.week {
		width: 1%;
		min-width: 1%;
	}
	.calendar-calendar .week {
		clear: both;
		font-style: normal;
		color: #555;
		font-size: 0.8em;
	}
	.calendar-calendar .week a {
		font-weight: normal;
	}
	.calendar-calendar .inner {
		min-height: 5em;
		height: auto !important;
		height: 5em;
		padding: 0;
		margin: 0;
	}
	.calendar-calendar .inner div {
		padding: 0;
		margin: 0;
	}
	.calendar-calendar .inner p {
		padding: 0 0 .8em 0;
		margin: 0;
	}
	.calendar-calendar td a {
		font-weight: bold;
		text-decoration: none;
	}
	.calendar-calendar td a:hover {
		text-decoration: underline;
	}
	.calendar-calendar td.year,.calendar-calendar td.month {
		text-align: center;
	}
	.calendar-calendar th.days {
		color: #ccc;
		background-color: #224;
		text-align: center;
		padding: 1px;
		margin: 0;
	}
	.calendar-calendar div.day {
		float: right;
		text-align: center;
		padding: 0.125em 0.25em 0 0.25em;
		margin: 0;
		background-color: #f3f3f3;
		border: 1px solid gray;
		border-width: 0 0 1px 1px;
		clear: both;
		width: 1.5em;
	}
	.calendar-calendar div.calendar {
		background-color: #fff;
		border: solid 1px #ddd;
		text-align: left;
		margin: 0 .25em .25em 0;
		width: 96%;
		float: right;
		clear: both;
	}
	.calendar-calendar .day-view div.calendar {
		float: none;
		width: 98%;
		margin: 1% 1% 0 1%;
	}
	.calendar-calendar div.title {
		font-size: .8em;
		text-align: center;
	}
	.calendar-calendar div.title a {
		color: #000;
	}
	.calendar-calendar div.title a:hover {
		color: #c00;
	}
	.calendar-calendar .content {
		clear: both;
		padding: 3px;
		padding-left: 5px;
	}
	.calendar div.form-item {
		white-space: normal;
	}
	table td.mini,table th.mini,table.mini td.week {
		padding: 0 1px 0 0;
		margin: 0;
	}
	table td.mini a {
		font-weight: normal;
	}
	.calendar-calendar .mini-day-off {
		padding: 0px;
	}
	.calendar-calendar .mini-day-on {
		padding: 0px;
	}
	table .mini-day-on a {
		text-decoration: underline;
	}
	.calendar-calendar .mini .title {
		font-size: .8em;
	}
	.mini .calendar-calendar .week {
		font-size: .7em;
	}
	.mini-row {
		width: 100%;
		border: none;
	}
	.mini {
		width: 32%;
		vertical-align: top;
	}
	.calendar-calendar .stripe {
		height: 5px;
		width: auto;
		font-size: 1px !important;
		line-height: 1px !important;
	}
	.calendar-calendar .day-view .stripe {
		width: 100%;
	}
	table.calendar-legend {
		background-color: #ccc;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	table.calendar-legend tr.odd .stripe,table.calendar-legend tr.even .stripe {
		height: 12px !important;
		font-size: 9px !important;
		line-height: 10px !important;
	}
	.calendar-legend td {
		text-align: left;
	}
	.calendar-empty {
		font-size: 1px;
		line-height: 1px;
	}
	.calendar-calendar td.calendar-agenda-hour {
		font-family: serif;
		text-align: right;
		border: none;
		border-top: 1px #333 dotted;
		padding-top: .25em;
		width: 1%;
	}
	.calendar-calendar td.calendar-agenda-no-hours {
		min-width: 1%;
	}
	.calendar-calendar td.calendar-agenda-hour .calendar-hour {
		font-size: 1.2em;
		font-weight: bold;
	}
	.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
		font-size: 1em;
	}
	.calendar-calendar td.calendar-agenda-items {
		border: 1px #333 dotted;
		text-align: left;
	}
	.calendar-calendar td.calendar-agenda-items div.calendar {
		width: auto;
		padding: .25em;
		margin: 0;
	}
	.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
		width: 100%;
		text-align: center;
		vertical-align: middle;
		padding: 1em 0;
		background-color: #fff;
	}
	.calendar-date-select form {
		text-align: right;
		float: right;
		width: 25%;
	}
	.calendar-date-select div,.calendar-date-select input,.calendar-date-select label {
		text-align: right;
		padding: 0;
		margin: 0;
		float: right;
		clear: both;
	}
	.calendar-date-select .description {
		float: right;
	}
	.calendar-label {
		font-weight: bold;
		display: block;
		clear: both;
	}
	.calendar-calendar div.date-nav {
		background-color: #ccc;
		color: #777;
		padding: 0.2em;
		width: auto;
		border: 1px solid #ccc;
	}
	.calendar-calendar div.date-nav a,.calendar-calendar div.date-nav h3 {
		color: #777;
	}
	.calendar-calendar th.days {
		background-color: #eee;
		color: #777;
		font-weight: bold;
		border: 1px solid #ccc;
	}
	.calendar-calendar td.empty {
		background: #ccc;
		border-color: #ccc;
	}
	.calendar-calendar table.mini td.empty {
		background: #fff;
		border-color: #fff;
	}
	.calendar-calendar td div.day {
		border: 1px solid #ccc;
		border-top: none;
		border-right: none;
		margin-bottom: 2px;
	}
	.calendar-calendar td .inner div,.calendar-calendar td .inner div a {
		background: #eee;
	}
	.calendar-calendar div.calendar {
		border: none;
		font-size: x-small;
	}
	.calendar-calendar td .inner div.calendar div,.calendar-calendar td .inner div.calendar div a {
		border: none;
		background: #ffc;
		padding: 0 2px;
	}
	.calendar-calendar td .inner div.calendar div.calendar-more,.calendar-calendar td .inner div.calendar div.calendar-more a {
		color: #444;
		background: #fff;
		text-align: right;
	}
	.calendar-calendar td .inner .view-field,.calendar-calendar td .inner .view-field a {
		color: #444;
		font-weight: normal;
	}
	.calendar-calendar td span.date-display-single,.calendar-calendar td span.date-display-start,.calendar-calendar td span.date-display-end,.calendar-calendar td span.date-display-separator {
		font-weight: bold;
	}
	.calendar-calendar td .inner div.day a {
		color: #4b85ac;
	}
	.calendar-calendar tr td.today,.calendar-calendar tr.odd td.today,.calendar-calendar tr.even td.today {
		background-color: #C3D6E4;
	}
	.calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value {
		border-bottom: 1px solid #ccc;
	}
	.calendar-calendar td.past {
	}
	.calendar-calendar td.future {
	}
	.calendar-calendar td.has-events {
	}
	.calendar-calendar td.has-no-events {
	}


	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;
	}
	html.js a.views-throbbing,html.js span.views-throbbing {
		background: url(/sites/default/modules/views/images/status-active.gif) no-repeat right center;
		padding-right: 18px;
	}
	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;
	}

	.cart-block-icon-full,.cart-block-icon-empty {
		float: left;
		height: 16px;
		margin: 2px 6px 0 0;
		width: 16px;
	}
	.cart-block-icon-full {
		background: transparent url(/sites/default/modules/ubercart/uc_cart/images/cart-full.png) no-repeat left center;
	}
	.cart-block-icon-empty {
		background: url("/sites/default/modules/ubercart/uc_cart/images/cart-empty.png") no-repeat scroll center center #FFFFFF;
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		border-radius: 13px;
	    margin-top: -3px;
	    padding: 5px;
	}
	.cart-block-icon-empty:hover {
		-moz-opacity: 0.60;
		opacity: 0.60;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
	}
	.cart-block-title-bar {
		display: inline;
		padding-right: 20px;
		position: relative;
	}
	.cart-block-toggle {
		cursor: pointer;
	}
	.cart-block-arrow {
		height: 5px;
		position: absolute;
		right: 0;
		top: 9px;
		width: 10px;
	}
	.cart-block-title-bar .arrow-up {
		background: transparent url(/sites/default/modules/ubercart/uc_cart/images/bullet-arrow-up.gif) no-repeat center center;
	}
	.cart-block-title-bar .arrow-down {
		background: transparent url(/sites/default/modules/ubercart/uc_cart/images/bullet-arrow-down.gif) no-repeat center center;
	}
	.cart-help-text {
		font-size: x-small;
		position: relative;
		top: -5px;
	}
	#cart-block-contents ul.product-description {
		margin: 0pt;
		padding: 0pt 0pt 0.25em 1em;
	}
	#cart-block-contents .product-description li {
		font-size: .8em;
		margin: 0pt;
		padding-top: 0pt;
		padding-bottom: 0pt;
	}
	.cart-block-items {
		border-bottom: 2px;
		padding: 2px;
	}
	.cart-block-items tbody {
		border-top: 0px;
	}
	.cart-block-items tr {
		vertical-align: top;
	}
	.cart-block-items tr.odd,.cart-block-items tr.even {
		background-color: inherit;
		border: none;
	}
	.cart-block-item-title {
		width: 100%;
	}
	.cart-block-item-price {
		text-align: right;
		white-space: nowrap;
	}
	.cart-block-summary {
		padding: 2px;
	}
	.cart-block-summary tbody {
		border-top: 0px;
	}
	.cart-block-summary tr {
		vertical-align: top;
	}
	.cart-block-summary-items {
		white-space: nowrap;
	}
	.cart-block-summary-total {
		text-align: right;
		width: auto;
	}
	.cart-block-summary-total label {
		font-weight: bold;
	}
	.cart-block-summary-total .uc-price {
		display: inline;
	}
	.cart-block-summary-links {
		text-align: right;
	}
	.cart-block-summary-links ul.links li {
		border-right: solid 1px;
		padding: 0em 1em 0em .75em;
	}
	.cart-block-summary-links ul.links li.last {
		border-right: none;
		padding-right: 0em;
	}
	div#calpopup {
		display: block;
		border: thin solid gray;
		-moz-border-radius: 1em;
		-webkit-border-radius: 1em;
		-webkit-box-shadow: 10px 10px 5px #888;
		background-color: white;
		width: 25%;
		position: absolute;
		top: 20em;
		left: 20em;
		z-index: 800;
	}
	div#calpopup-body div.node {
		margin: 0;
		border: 0;
	}
	div#calpopup-body {
		margin: 1em;
		max-height: 20em;
		overflow-y: auto;
		position: relative;
	}
	#popup-close {
		text-align: right;
		padding: 1em 1em 0 1em;
	}
	div#nodelink {
		margin: 1em;
	}
	img#popthrobber {
		text-align: center;
		margin: 3em;
	}



	body {
		margin: 15px;
		padding: 0;
		color: #000;
		background-color: #333;
		font: 72% Verdana,Arial,Helvetica,sans-serif;
	}
	tr.odd td,tr.even td {
		padding: 0.3em;
	}
	h1,h2,h3 {
		color: #056839;
		margin-bottom: 0.5em;
	}
	h1 {
		font-size: 1.3em;
	}
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.1em
	}
	h4,h5,h6 {
		font-size: 1em;
		margin-bottom: 0;
		color: #000;
		font-weight: bold;
	}
	p {
		margin-top: 0.5em;
		margin-bottom: 0.9em;
	}
	a {
		text-decoration: none;
	}
	a:link {
		color: #056839;
	}
	a:visited {
		color: #056839;
	}
	a:hover {
		color: #c63;
		text-decoration: underline;
	}
	fieldset {
		border: 1px solid #ccc;
	}
	pre {
		background-color: #eee;
		padding: 0.75em 1.5em;
		font-size: 12px;
		border: 1px solid #ddd;
	}
	table {
		font-size: 1.1em;
	}
	.form-item label {
		font-size: 1em;
		color: #222;
	}
	.item-list .title {
		font-size: 1em;
		color: #222;
	}
	.links {
		margin-bottom: 0;
	}
	.comment .links {
		margin-bottom: 0;
	}
	#header,#content {
		width: 1020px;
		margin: auto;
		background-color: #fff;
	}
	tbody {
		border: 0 !important;
	}
	#logo {
		vertical-align: middle;
		border: 0;
		height: 150px;
	}
	#logo img {
		float: left;
		padding: 0;
		border: 0;
	}
	
	.logoTop {
		margin-left: 10px;
	    margin-right: 30px;
	    margin-top: 10px;
	    width: 205px;
	}
	
	.promoTop {
	    margin-top: 16px !important;
	    width: 728px;
		height: 90px;
	}
	
	#menu {
		padding: 0.5em 0.5em 0 0.5em;
		text-align: right;
		vertical-align: middle;
	}
	#navlist {
		font-size: 1.0em;
		padding: 0 0.8em 1.2em 0;
		color: #9cf;
	}
	#navlist a {
		font-weight: bold;
		color: #fff;
	}
	#subnavlist {
		padding: 0.5em 1.2em 0.4em 0;
		font-size: 0.8em;
		color: #9cf;
	}
	#subnavlist a {
		font-weight: bold;
		color: #9cf;
	}
	ul.links li {
		border-left: 1px solid #9cf;
	}
	ul.links li.first {
		border: none;
	}
	#search .form-text,#search .form-submit {
		border: 1px solid #666;
		font-size: 1.1em;
		height: 1.5em;
		vertical-align: middle;
	}
	#search .form-text {
		width: 8em;
		padding: 0 0.5em;
	}
	#mission {
		background-color: #369;
		padding: 1.5em 2em;
		color: #fff;
	}
	#mission a,#mission a:visited {
		color: #9cf;
		font-weight: bold;
	}
	.site-name {
		margin: 0.6em 0 0;
		padding: 0;
		font-size: 2em;
	}
	.site-name a:link,.site-name a:visited {
		color: #fff;
	}
	.site-name a:hover {
		color: #369;
		text-decoration: none;
	}
	.site-slogan {
		font-size: 1em;
		color: #eee;
		display: block;
		margin: 0;
		font-style: italic;
		font-weight: bold;
	}
	#main {
		padding: 10px 20px;
	}
	#mission,.node .content,.comment .content {
		line-height: 1.4em;
	}
	#help {
		font-size: 0.9em;
		margin-bottom: 1em;
	}
	.breadcrumb {
		margin-bottom: .5em;
	}
	.messages {
		background-color: #eee;
		border: 1px solid #ccc;
		padding: 0.3em;
		margin-bottom: 1em;
	}
	.error {
		border-color: red;
	}
	#sidebar-left,#sidebar-right {
		width: 16em;
		padding: 10px;
		vertical-align: top;
	}
	#footer {
		padding: 1em;
		font-size: 0.8em;
	}
	.title,.title a {
		font-weight: normal;
		font-size: 1.2em;
		margin: 0 auto;
	}
	
	h1.title {
		font-weight: normal;
		font-size: 24px;
		margin: 0 auto;
	}
	.submitted {
		color: #999;
		font-size: 0.8em;
	}
	.links {
		color: #999;
	}
	.links a {
		font-weight: bold;
	}
	.block,.box {
		padding: 0 0 1.5em 0;
	}
	.block {
		padding-bottom: 0.75em;
	}
	.block .title {
		margin-bottom: .25em;
	}
	.box .title {
		font-size: 1.1em;
	}
	.node {
	    border-bottom: 1px solid #EEEEEE;
	    margin: 0.5em 0 2em;
	    padding-bottom: 15px;
	}
	.sticky {
		background-color: #FFFFF0;
	    border: medium none;
	    padding: 1em 1.6em;
	}
	.node .content,.comment .content {
		margin: .5em 0 .5em;
	}
	.node .taxonomy {
		color: #999;
		font-size: 0.8em;
		padding-left: 1.5em;
	}
	.node .picture {
		border: 1px solid #ddd;
		float: right;
		margin: 0.5em;
	}
	.comment {
		border: 1px solid #abc;
		padding: .5em;
		margin-bottom: 1em;
	}
	.comment .title a {
		font-size: 1.1em;
		font-weight: normal;
	}
	.comment .new {
		text-align: right;
		font-weight: bold;
		font-size: 0.8em;
		float: right;
		color: red;
	}
	.comment .picture {
		border: 1px solid #abc;
		float: right;
		margin: 0.5em;
	}
	#aggregator .feed-source {
		background-color: #eee;
		border: 1px solid #ccc;
		padding: 1em;
		margin: 1em 0;
	}
	#aggregator .news-item .categories,#aggregator .source,#aggregator .age {
		color: #999;
		font-style: italic;
		font-size: 0.9em;
	}
	#aggregator .title {
		margin-bottom: 0.5em;
		font-size: 1em;
	}
	#aggregator h3 {
		margin-top: 1em;
	}
	#forum table {
		width: 100%;
	}
	#forum td {
		padding: 0.5em;
	}
	#forum td.forum,#forum td.posts {
		background-color: #eee;
	}
	#forum td.topics,#forum td.last-reply {
		background-color: #ddd;
	}
	#forum td.container {
		background-color: #ccc;
	}
	#forum td.container a {
		color: #555;
	}
	#forum td.statistics,#forum td.settings,#forum td.pager {
		height: 1.5em;
		border: 1px solid #bbb;
	}
	#forum td .name {
		color: #96c;
	}
	#forum td .links {
		padding-top: 0.7em;
		font-size: 0.9em;
	}
	#profile .profile {
		clear: both;
		border: 1px solid #abc;
		padding: .5em;
		margin: 1em 0em;
	}
	#profile .profile .name {
		padding-bottom: 0.5em;
	}
	.block-forum h3 {
		margin-bottom: .5em;
	}
	div.admin-panel .description {
		color: #999;
	}
	div.admin-panel .body {
		background: #f4f4f4;
	}
	div.admin-panel h3 {
		background-color: #69c;
		color: #fff;
		padding: 5px 8px 5px;
		margin: 0;
	}
	#forum .title,#forum .title a {
		font-size: 1em;
		text-transform: none;
	}
	#sidebar-left .title {
		font-size: 1em;
		color: #fff;
		margin-left: -10px;
		padding: 10px;
		text-transform: uppercase;
		background-color: #333;
		background-repeat: no-repeat;
		background-position: bottom right;
		-webkit-border-top-right-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		-moz-border-radius-bottomright: 8px;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	#sidebar-right .title {
		font-size: 1em;
		color: #fff;
		margin-right: -10px;
		padding: 10px;
		text-transform: uppercase;
		background-color: #333;
		background-repeat: no-repeat;
		background-position: bottom left;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	.view-sponsors img {
		margin: 10px;
	}
	.calendar-calendar td .inner div.calendar div,.calendar-calendar td .inner div.calendar div a {
		background: #fff;
	}
	.views-field-field-date-value {
		font-size: 0.8em;
	}
