#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: 0 0;
	cursor: pointer
}

#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
	outline: 0
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

#cboxOverlay {
	background: #000
}

#colorbox {
	background: #fff url(../images/bg_tab.png) center bottom repeat-x;
	-moz-box-shadow: 3px 3px 16px #333;
	-webkit-box-shadow: 3px 3px 16px #333;
	box-shadow: 3px 3px 16px #333;
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	outline: 0
}

#colorbox,
#colorbox div {
	overflow: visible
}

#cboxWrapper {
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px
}

#cboxTopLeft {
	width: 0;
	height: 0
}

#cboxTopCenter {
	height: 0
}

#cboxTopRight {
	width: 0;
	height: 0
}

#cboxBottomLeft {
	width: 15px;
	height: 10px
}

#cboxBottomCenter {
	height: 10px
}

#cboxBottomRight {
	width: 15px;
	height: 10px
}

#cboxMiddleLeft {
	width: 0
}

#cboxMiddleRight {
	width: 0
}

#cboxContent {
	background: #fff;
	overflow: hidden;
	margin-bottom: 28px
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent {}

#cboxTitle {
	left: 0;
	height: 38px;
	color: #313131;
	padding: 0 140px 0 15px;
	display: table-cell!important;
	vertical-align: middle;
	float: none!important
}

#cboxCurrent {
	position: absolute;
	bottom: -26px;
	right: 80px;
	color: #313131;
	border-left: 1px solid #313131;
	padding: 0 0 0 15px
}

.cboxSlideshow_on #cboxSlideshow {
	display: none
}

.cboxSlideshow_on #cboxSlideshow:hover {}

.cboxSlideshow_off #cboxSlideshow {
	display: none
}

.cboxSlideshow_off #cboxSlideshow:hover {}

#cboxPrevious {
	position: absolute;
	bottom: -26px;
	right: 45px;
	background: url(../images/controls.png) no-repeat 0 -48px;
	width: 21px;
	height: 15px;
	text-indent: -9999px
}

#cboxPrevious:hover {
	background-position: 0 -111px
}

#cboxNext {
	position: absolute;
	bottom: -26px;
	right: 15px;
	background: url(../images/controls.png) no-repeat 0 -29px;
	width: 21px;
	height: 15px;
	text-indent: -9999px
}

#cboxNext:hover {
	background-position: 0 -92px
}

#cboxLoadingOverlay {
	background: #e6e6e6
}

#cboxLoadingGraphic {
	background: url(../images/loading_animation.gif) no-repeat center center
}

#cboxClose {
	position: absolute;
	top: -10px;
	right: -10px;
	background: url(../images/controls.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	opacity: 0
}

#cboxClose:hover {
	background-position: 0 -63px
}

.ctools-locked {
	color: red;
	border: 1px solid red;
	padding: 1em
}

.ctools-owns-lock {
	background: #ffd none repeat scroll 0 0;
	border: 1px solid #f0c020;
	padding: 1em
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
	padding-right: 18px!important;
	background: url(../images/status-active.gif) right center no-repeat
}

div.ctools-ajaxing {
	float: left;
	width: 18px;
	background: url(../images/status-active.gif) center center no-repeat
}

@-webkit-keyframes loadinganimation-moving-bar {
	0% {
		background-position: 0 0;
		opacity: 0
	}
	35% {
		background-position: -700px 0;
		opacity: 1
	}
	100% {
		background-position: -1400px 0;
		opacity: 0
	}
}

@-moz-keyframes loadinganimation-moving-bar {
	0% {
		background-position: 0 0;
		opacity: 0
	}
	35% {
		background-position: -700px 0;
		opacity: 1
	}
	100% {
		background-position: -1400px 0;
		opacity: 0
	}
}

@-o-keyframes loadinganimation-moving-bar {
	0% {
		background-position: 0 0;
		opacity: 0
	}
	35% {
		background-position: -700px 0;
		opacity: 1
	}
	100% {
		background-position: -1400px 0;
		opacity: 0
	}
}

@keyframes loadinganimation-moving-bar {
	0% {
		background-position: 0 0;
		opacity: 0
	}
	35% {
		background-position: -700px 0;
		opacity: 1
	}
	100% {
		background-position: -1400px 0;
		opacity: 0
	}
}

@-webkit-keyframes loadinganimation-blinking-text {
	0% {
		opacity: 1
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes loadinganimation-blinking-text {
	0% {
		opacity: 1
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1
	}
}

@-o-keyframes loadinganimation-blinking-text {
	0% {
		opacity: 1
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1
	}
}

@keyframes loadinganimation-blinking-text {
	0% {
		opacity: 1
	}
	50% {
		opacity: .3
	}
	100% {
		opacity: 1
	}
}

#loadinganimation {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: .85em;
	cursor: wait;
	background: rgba(0, 0, 0, .5)
}

#loadinganimation .loadinganimation-box {
	position: absolute;
	width: 50%;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -25%;
	border-radius: 35px;
	border: 10px solid rgba(255, 255, 255, .6)
}

#loadinganimation .loadinganimation-outer {
	background: #b6e026;
	border: 1px solid #c9f23e;
	border-radius: 25px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

#loadinganimation .loadinganimation-inner {
	border-radius: 25px;
	height: 48px;
	background: -moz-linear-gradient(left, rgba(237, 255, 175, 0) 0%, rgba(237, 255, 175, 0) 17%, rgba(237, 255, 175, 0.3) 42%, rgba(237, 255, 175, 0.75) 46%, rgba(237, 255, 175, 0.65) 56%, rgba(237, 255, 175, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(237, 255, 175, 0)), color-stop(17%, rgba(237, 255, 175, 0)), color-stop(42%, rgba(237, 255, 175, 0.3)), color-stop(46%, rgba(237, 255, 175, 0.75)), color-stop(56%, rgba(237, 255, 175, 0.65)), color-stop(100%, rgba(237, 255, 175, 0)));
	background: -webkit-linear-gradient(left, rgba(237, 255, 175, 0) 0%, rgba(237, 255, 175, 0) 17%, rgba(237, 255, 175, 0.3) 42%, rgba(237, 255, 175, 0.75) 46%, rgba(237, 255, 175, 0.65) 56%, rgba(237, 255, 175, 0) 100%);
	background: -o-linear-gradient(left, rgba(237, 255, 175, 0) 0%, rgba(237, 255, 175, 0) 17%, rgba(237, 255, 175, 0.3) 42%, rgba(237, 255, 175, 0.75) 46%, rgba(237, 255, 175, 0.65) 56%, rgba(237, 255, 175, 0) 100%);
	background: -ms-linear-gradient(left, rgba(237, 255, 175, 0) 0%, rgba(237, 255, 175, 0) 17%, rgba(237, 255, 175, 0.3) 42%, rgba(237, 255, 175, 0.75) 46%, rgba(237, 255, 175, 0.65) 56%, rgba(237, 255, 175, 0) 100%);
	background: linear-gradient(to right, rgba(237, 255, 175, 0) 0%, rgba(237, 255, 175, 0) 17%, rgba(237, 255, 175, 0.3) 42%, rgba(237, 255, 175, 0.75) 46%, rgba(237, 255, 175, 0.65) 56%, rgba(237, 255, 175, 0) 100%);
	-webkit-animation: loadinganimation-moving-bar 3s linear infinite;
	-moz-animation: loadinganimation-moving-bar 3s linear infinite;
	-o-animation: loadinganimation-moving-bar 3s linear infinite;
	animation: loadinganimation-moving-bar 3s linear infinite
}

#loadinganimation .loading-text {
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 99;
	margin-top: -35px;
	-webkit-animation: loadinganimation-blinking-text 1s linear infinite;
	-moz-animation: loadinganimation-blinking-text 1s linear infinite;
	-o-animation: loadinganimation-blinking-text 1s linear infinite;
	animation: loadinganimation-blinking-text 1s linear infinite
}

div.ctools-modal-content {
	background: #fff;
	color: #000;
	padding: 0;
	margin: 2px;
	border: 1px solid #000;
	width: 600px;
	text-align: left
}

div.ctools-modal-content .modal-title {
	font-size: 120%;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
	white-space: nowrap
}

div.ctools-modal-content .modal-header {
	background-color: #2385c2;
	padding: 0 .25em 0 1em
}

div.ctools-modal-content .modal-header a {
	color: #fff
}

div.ctools-modal-content .modal-content {
	padding: 1em 1em 0;
	overflow: auto;
	position: relative
}

div.ctools-modal-content .modal-form {}

div.ctools-modal-content a.close {
	color: #fff;
	float: right
}

div.ctools-modal-content a.close:hover {
	text-decoration: none
}

div.ctools-modal-content a.close img {
	position: relative;
	top: 1px
}

div.ctools-modal-content .modal-content .modal-throbber-wrapper {
	text-align: center
}

div.ctools-modal-content .modal-content .modal-throbber-wrapper img {
	margin-top: 160px
}

div.ctools-modal-content .form-item label {
	width: 15em;
	float: left
}

div.ctools-modal-content .form-item label.option {
	width: auto;
	float: none
}

div.ctools-modal-content .form-item .description {
	clear: left
}

div.ctools-modal-content .form-item .description .tips {
	margin-left: 2em
}

div.ctools-modal-content .no-float .form-item * {
	float: none
}

div.ctools-modal-content .modal-form .no-float label {
	width: auto
}

div.ctools-modal-content fieldset,
div.ctools-modal-content .form-radios,
div.ctools-modal-content .form-checkboxes {
	clear: left
}

div.ctools-modal-content .vertical-tabs-panes>fieldset {
	clear: none
}

div.ctools-modal-content .resizable-textarea {
	width: auto;
	margin-left: 15em;
	margin-right: 5em
}

div.ctools-modal-content .container-inline .form-item {
	margin-right: 2em
}

#views-exposed-pane-wrapper .form-item {
	margin-top: 0;
	margin-bottom: 0
}

div.ctools-modal-content label.hidden-options {
	background: transparent url(../images/arrow-active.png) no-repeat right;
	height: 12px;
	padding-right: 12px
}

div.ctools-modal-content label.expanded-options {
	background: transparent url(../images/expanded-options.png) no-repeat right;
	height: 12px;
	padding-right: 16px
}

div.ctools-modal-content .option-text-aligner label.expanded-options,
div.ctools-modal-content .option-text-aligner label.hidden-options {
	background: 0 0
}

div.ctools-modal-content .dependent-options {
	padding-left: 30px
}

div.modal-forms-modal-content .resizable-textarea {
	margin-left: 0;
	margin-right: 0
}

div.modal-forms-modal-content .form-item label {
	float: none;
	width: auto
}

div.modal-forms-modal-content .item-list ul li {
	margin: 0 0 .25em 1.5em
}

div.modal-forms-modal-content div.messages {
	margin: 0
}

div.modal-forms-modal-content {
	background: 0 0;
	color: #000;
	font: 12px lucida grande, Verdana, Arial, sans-serif;
	border: 0;
	margin: 0;
	padding: 0
}

div.modal-forms-modal-content .popups-container {
	overflow: hidden;
	height: 100%;
	background: #fff;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

div.modal-forms-modal-content .modal-header {
	background-color: transparent;
	padding: .5em 1em 0;
	min-height: 25px
}

div.modal-forms-modal-content .modal-title {
	display: inline;
	color: #000
}

div.modal-forms-modal-content .popups-close {
	float: right;
	cursor: pointer;
	background: url(../images/controls.png) -25px 0 no-repeat;
	width: 25px;
	height: 25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

div.modal-forms-modal-content .popups-close:hover {
	background-position: -25px -25px
}

div.panel-pane div.admin-links {
	font-size: xx-small;
	margin-right: 1em
}

div.panel-pane div.admin-links li a {
	color: #ccc
}

div.panel-pane div.admin-links li {
	padding-bottom: 2px;
	background: #fff;
	z-index: 201
}

div.panel-pane div.admin-links:hover a,
div.panel-pane div.admin-links-hover a {
	color: #000
}

div.panel-pane div.admin-links a:before {
	content: "["
}

div.panel-pane div.admin-links a:after {
	content: "]"
}

div.panel-pane div.panel-hide {
	display: none
}

div.panel-pane div.panel-hide-hover,
div.panel-pane:hover div.panel-hide {
	display: block;
	position: absolute;
	z-index: 200;
	margin-top: -1.5em
}

div.panel-pane div.feed a {
	float: right
}

.rate-info,
.rate-description {
	clear: left;
	font-size: .8em;
	color: #666
}

.user_picture_block {
	height: 90px;
	margin-top: 0
}

*+html .user_picture_block {
	margin-top: 10px
}

* html .user_picture_block {
	margin-top: 10px
}

.user_picture_block h3 {
	margin-top: .7em;
	margin-bottom: .2em
}

*+html .user_picture_block h3 {
	margin-top: .2em
}

.user_picture_block .picture {
	float: left
}

.user_picture_block .picture img {
	margin-right: 8px;
	width: 60px;
	height: 60px;
	margin-bottom: 5px
}

*+html .user_picture_block .picture img {
	margin-bottom: 5px
}

.user_picture_block .userlevel {}

.user_picture_block .userpoints {}

.user_picture_block .userbadges {
	margin-top: 5px
}