body {
	background: #FFF;
	color: #000;
	margin: 0;
	overflow-y: scroll;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 80%;
}

* {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
}

a {
	color: #07C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.tal {
 text-align: left;
}

.tar {
 text-align: right;
}

.tac {
 text-align: center;
}

.fwb {
 font-weight: bold;
}

.fwn {
 font-weight: normal;
}

.tdu {
 text-decoration: underline;
}

.tdn {
 text-decoration: none;
}

.r_show {
	display: none;
}

#container {
	background: #F0F0F7;
	line-height: 1.6;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

.wrapper {
	margin: auto auto;
	max-width: 1200px;
}

#logo,
#logo a {
	color: #FFF;
	text-decoration: none;
	font-family: Consolas, Courier, Monospace, Verdana, Arial;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a:hover {
	text-decoration: none;
}

#content {
	width: auto !important;
	padding: 0;
	overflow: hidden;
}

.menu_main {
	background: #334;
	background: linear-gradient(#445, #223);
	color: #FFF;
	line-height: 3em;
}

.menu_main a {
	color: #FFF;
	padding: 0.85em 0.5em;
}

.menu_main svg {
	font-size: 1.2em;
	margin: -0.2em 0.5em;
}

.menu_main a:hover,
.menu_sub a:hover {
	background: #000;
	text-decoration: none;
}

.menu_main a.sub_func {
	color: #AAA;
	padding: 0.85em 0;
}

.menu_main a.sub_func:hover {
	background: none;
	color: #FFF;
}

.menu_bottom {
}
.menu_bottom a {
	display: inline-block;
	padding: 1em;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	min-width: 10%;
}
.menu_bottom a:hover {
	background: #223;
}

.menu_sticky {
	position: sticky;
	top: 0;
	z-index: 99;
}

.welcome {
}

.welcome .textbox,
.welcome .button {
	border: none;
	padding: 0.5em 1em;
	border-radius: 0.25em;
}

.welcome a.register {
	background: #0A0;
	color: #FFF;
	padding: 0.5em 1em;
	border-radius: 0.25em;
}

.welcome a.register:hover {
	background: #0C0;
	text-decoration: none;
}

#header {
	white-space: nowrap;
	background: #07C;
	background: linear-gradient(to bottom, #0077CC 0%, #005599 100%)
	/*
	background-image: url(../../../back.png);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	*/
}

#header a {
	color: #FFF;
}

#search {
}

#footer {
	margin: 3em 0;
	background: #FFF;
	border-top: 1px solid #CCC;
	clear: both;
}

#footer .trow {
	padding: 1em 1.5em;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0;
	display: inline;
}

#footer a {
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .tfoot a:hover {
	text-decoration: none;
}

#footer label a {
	text-decoration: none;
}

#debug {
	background: #FFF;
	margin: 1em;
	padding: 0.5em 1.5em;
	border: 3px solid #C00;
	
	font-size: 0.9em;
}

.checkbox_inmod {
	margin-left: 2em;
}

.user_admin {
	color: #C00;
}

.user_mod {
	color: #F70;
}

.user_supermod {
	color: #E70;
}

.user_bot {
	color: #AAA;
}

.user_group {
	background: #567;
	color: #FFF;
	display: inline-block;
	margin: 0.5em 0;
	padding: 0.25em 1.5em;
	border-radius: 1em;
	font-size: 0.85em;
	font-weight: bold;
}

.user_group_GROUPNUMBER {
	background: #7C0;
}

.userstar {
	color: #FA0;
	margin: 0 0.1em;
}

.scaleimages img {
	max-width: 100%;
}

.lastpost {
	text-align: right;
}

.lastpost .lpost {
	display: none;
}

h2 {
	margin: 0;
	padding: 1em;
	
	font-size: 1.4em;
	font-weight: normal;
}

h2 a {
	text-decoration: underline;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	background: #07C;
	background: linear-gradient(to bottom, #0077CC 0%, #005599 100%);
	color: #FFF;
	margin: 0;
	padding: 0.5em 2em;
	font-size: 1em;
	font-weight: normal;
}

h3 a {
	color: #FFF;
	text-decoration: underline;
}

h3 a:hover {
	color: #FFF;
	text-decoration: none;
}

.trow {
	padding: 1em 2em;
}

.trow_small, .trow1_small, .trow2_small {
	padding: 0.5em 1em;
}

.trow1_small, .trow2_small {
	background: #FFF;
	background: linear-gradient(to top, #F7F7FC 0px, #FFF 40px);
}

.tfoot {
	padding: 0;
	/*border-top: 1px solid #E0E0E7;*/
}

.tfoot form {
	padding: 0.5em 1em;
}

.trow_col {
	float: left;
}

.trow_col_20 {
	float: left;
	width: 20%;
	box-sizing: border-box;
}

.trow_col_25 {
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.trow_col_30 {
	float: left;
	width: 30%;
	box-sizing: border-box;
}

.trow_col_40 {
	float: left;
	width: 40%;
	box-sizing: border-box;
}

.trow_col_50 {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.trow_col_60 {
	float: left;
	width: 60%;
	box-sizing: border-box;
}

.trow_col_70 {
	float: left;
	width: 70%;
	box-sizing: border-box;
}

.trow_col_75 {
	float: left;
	width: 75%;
	box-sizing: border-box;
}

.trow_col_80 {
	float: left;
	width: 80%;
	box-sizing: border-box;
}

.trow1, .trow2, .trow3 {
	/* background: linear-gradient(to top, #F7F7FC 0px, #FFF 40px); */
	padding: 1em 2em;
	border-bottom: 1px solid #E0E0E7;
	clear: both;
}

.trow1, .trow3 {
	background: #FFF;
}

.trow2 {
	background: #FCFCFE;
}

.trow3 {
	background: none;
}

.post_body {
	padding: 1em 2em;
}

.trow_shaded,
.trow_mod {
	padding: 1em 2em;
	background: #FCC;
	background: linear-gradient(#FFEEEE 0%, #F7E0E0 100%);
}

.trow_mod input {
	background: #C00;
	color: #FFF;
	border: none;
}

.trow h3, .trow1 h3 {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

.post.unapproved_post {
	border-right: 0.5em solid #F70;
}

.trow_deleted,
.post.deleted_post {
	border-right: 0.5em solid #C00;
}

.trow_selected {
	background: #FEC;
	border-bottom-color: #FC7;
}

h4 {
	background: #E0E0E7;
	background: linear-gradient(to bottom, #E0E0E7 0%, #C0C0C7 100%);
	margin: 0;
	padding: 0.5em 1.5em;
	font-size: 0.85em;
	font-weight: normal;
}

h4.mod {
	background: #C00;
}

.tfoot a {
	display: inline-block;
	padding: 1em;
	text-decoration: none;
	color: #07C;
}

.tfoot a:hover {
	background: #F0F0F7;
}

.tborder {
	background: #FFF;
	margin: 2em 0;
	border: 1px solid #E0E0E7;
}

.tborder_block {
	background: #456;
	color: #FFF;
	margin: 2em 0;
	border-left: 1em solid #234;
	border-radius: 0.5em;
}

.prefix, .prefix_dark, .prefix_poll, .prefix_moved, .prefix_green {
	padding: 0.2em 0.8em;
	border-radius: 1em;
	white-space: nowrap;
	font-size: 0.85em;
	background: #E0E0EC;
}

.prefix_poll {
	background: #EEF;
}

.prefix_moved {
	background: #FEC;
}

.prefix_dark {
	background: #334;
	color: #FFF;
	font-weight: bold;
	border: none;
}

.prefix_green {
	background: #EFE;
}

.navigation {
	margin: 0;
	padding: 0;
}

.navigation a {
	text-decoration: none;
	font-size: 0.85em;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation_active {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
}

.navigation_active .prefix{
	font-weight: normal;
}

.smalltext {
	font-size: 0.9em;
}

.largetext {
	font-size: 1.2em;
}

.lastpost span a,
.lighttext {
	color: #777;
}

.strong {
	font-weight: bold;
}

fieldset {
	margin: 0.5em 1em;
	padding: 1em;
	background: #FFF;
	border: 1px solid #E0E0EC;
	border-radius: 0.5em;
}

input.textbox, input.fileupload {
	padding: 0.5em 1em;
	background: #FFF;
	outline: 0;
	box-sizing: border-box;
	border: 1px solid #CCC;
	font-size: 1em;
	border-radius: 0.25em;
}

input.textbox:hover {
	border-color: #AAA;
}

textarea {
	padding: 0.5em 1.5em;
	background: #FFF;
	border: 1px solid #CCC;
	outline: 0;
	box-sizing: border-box;
	font-size: 1em;
	border-radius: 0.25em;
}

textarea:hover {
	border-color: #AAA;
}

select {
	padding: 0.5em 1em;
	background: #FFF;
	border: 1px solid #CCC;
	outline: 0;
	box-sizing: border-box;
	font-size: 1em;
	border-radius: 0.25em;
}

select:hover {
	border-color: #AAA;
}

button,
input.button {
	background: #09E;
	color: #FFF;
	padding: 0.5em 1.5em;
	cursor: pointer;
	border: 1px solid #09E;
	outline: 0;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 1em;
	border-radius: 0.25em;
}
.buttonlight {
	background: #F0F0F7;
	color: #07C;
	padding: 0.5em 1.5em;
	cursor: pointer;
	outline: 0;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 1em;
	border: none;
	border-radius: 0.25em;
	display: inline-block;
}

.button_symbol {
	padding: 0.5em;
}

button:hover,
.button:hover,
.button_inline:hover {
	background: #07C;
	border-color: #07C;
	text-decoration: none;
}

.buttonlight:hover {
	background: #E0E0E7;
	text-decoration: none;
}

.button_header {
	background: #09E;
	color: #FFF;
	padding: 0.5em 1em;
	font-weight: bold;
	border: 1px solid #07C;
}

.button_header:hover {
	background: #07C;
	border: 1px solid #059;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

input.error,
textarea.error,
select.error {
	border: 1px solid #F00;
}

input.valid,
textarea.valid,
select.valid {
	border: 1px solid #0A0;
}

label, label a {
	line-height: 2em;
}

label a:hover {
	text-decoration: none;
}

label.error {
	display: block;
	font-weight: bold;
}

.editor {
	background: #FFF;
	border: 1px solid #CCC;
}

.editor_control_bar {
	padding: 0.5em 0;
}

.post .editor_control_bar {
	background: #F0F0FC;
}

.popup_menu {
	background: #FFF;
	border: 1px solid #CCC;
}

.popup_menu .popup_item:hover {
	background: #E0E0EC;
}

.trow_reputation_positive {
	background: #EFE;
	border-left: 0.5em solid #080;
}

.trow_reputation_negative {
	background: #FEE;
	border-left: 0.5em solid #C00;
}

.status_type {
	color: #C00;
}

.reputation_positive {
	color: #080;
}

.reputation_neutral {
}

.reputation_negative {
	color: #C00;
}

.repbox {
	padding: 0.5em 1em;
	font-weight: bold;
}

._neutral {
	background-color:#EEE;
	border:1px solid #CCC;
}

._minus {
	background-color: #FCC;
	color: #C00;
	border:1px solid #C00;
}

._plus {
	background-color:#CFC;
	color: #080;
	border:1px solid #080;
}

img {
	border: none;
}

.padding_40 {
	padding-left: 1em;
}

.padding_80 {
	padding-left: 2em;
}

.padding_120 {
	padding-left: 3em;
}

.padding_160 {
	padding-left: 4em;
}

.attachment {
	background: #EEF;
	margin: 0.5em 0;
	padding: 0.5em 1em;
	border-left: 0.5em solid #07C;
}

.attachment a {
	color: #07C;
}

.attachment img {
	padding-right: 1em;
}

img.attachment {
	border: 1px solid #07C;
	padding: 0.5em;
}

hr {
	background: #CCC;
	margin: 1em 40%;
	height: 1px;
	border: none;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden, .hiddenrow {
	display: none;
	float: none;
}

.selectall {
	background: #FEC;
	border-bottom: 1px solid #FC7;
}

.expcolimage {
	width: auto;
	float: right;
	vertical-align: middle;
}

blockquote {
	background: #FFF;
	border: 1px solid #CCC;
	border-left: 0.5em solid #CCC;
	margin: 1em 0;
	padding: 1em 1.5em;
}

blockquote cite {
	display: block;
	margin-bottom: 1em;
	font-size: 0.85em;
	font-weight: bold;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	margin: 1em 0;
}

.codeblock .title {
	background: #CCC;
	padding: 0.5em 1.5em;
	font-size: 0.85em;
	font-weight: bold;
}

.codeblock code {
	border: 1px solid #CCC;
	margin: 0;
	padding: 1em 1.5em;
	overflow: auto;
	max-height: 25em;
	display: block;
	font-family: Consolas, Courier, Monaco, monospace;
}

.smilie {
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
}

.popup_menu .popup_item_container {
}

.popup_menu .popup_item {
	display: block;
	padding: 0.5em 1em;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
}

.highlight {
	background: #FFC;
	padding: 0.3em 0.5em;
}

.alert {
	margin: 1em 0.5em;
	padding: 0.5em 2em;
	font-size: 0.85em;	
}

.alert_pm {
	background: #FEA;
	background: linear-gradient(to bottom, #FEA 0%, #ED9 100%);
	border: 1px solid #EC7;
}

.alert_pm a {
	color: #000;
	text-decoration: underline;
}

.alert_red {
	background: linear-gradient(to bottom, #E77 0, #C00 100%);
	color: #FFF;
	border: 1px solid #900;
}

.alert_red a {
	color: #FFF;
	text-decoration: underline;
}

.alert_blue {
	background: #CEF;
	background: linear-gradient(to bottom, #DEF, #CDE);
	border: 1px solid #CDE;
}

.alert_green {
	background: #CFC;
	background: linear-gradient(to bottom, #CFC, #9F9);
	border: 1px solid #0A0;	
}

.high_warning {
	color: #C00;
}

.moderate_warning {
	color: #F77;
}

.low_warning {
	color: #FCC;
}

.imminent_banned {
	color: #C00;
}

.high_banned {
	color: #F00;
}

.moderate_banned {
	color: #F70;
}

.low_banned {
	color: #080;
}

.online, .offline {
	color: #FFF;
	padding: 0 1em;
}

.online {
	background: #3A0;
}

.offline {
	background: #334;
}

.error {
	padding: 1em 2em;
	background: #FEE;
	border: 1px solid #C00;
	color: #C00;
	font-size: 0.85em;
}

.error a {
	text-decoration: underline;
}

.pagination {
}

.pagination a,
.pagination span,
.pagination_current {
	float: left;
	min-width: 3em;
	/* display: inline-block; */
	padding: 1em;
	text-align: center;
	border-right: 1px solid #E0E0E7;
}

.pagination a:hover {
	background: #F0F0F7;
	text-decoration: none;
}

.pagination_current {
	background: #E0E0E7;
	font-weight: bold;
}

.drop_go_page {
	background: #FFF;
	padding: 0.5em 1.5em;
}

.pagination_breadcrumb {
	background: #FFF;
	border: 1px solid #E0E0E0;
	padding: 0.5em;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	color: #07C;
	vertical-align: middle;
	cursor: pointer;
}

.thread_folder, .thread_dot_folder, .forum_off, .forum_minioff {
	border-left: 0.5em solid #E7E7EE;
	/*margin-top: 0.25em;
	margin-left: 0.25em;*/
}

.thread_hotfolder, .thread_dot_hotfolder {
	border-left: 0.5em solid #C0C0C0;
	/*margin-top: 0.25em;
	margin-left: 0.25em;*/
}

.thread_closefolder, .thread_hotclosefolder, .thread_dot_closefolder, .thread_dot_hotclosefolder, .forum_offclose, .forum_minioffclose {
	border-left: 0.5em solid #334;
	/*margin-top: 0.25em;
	margin-left: 0.25em;*/
}

.thread_newfolder, .thread_newhotfolder, .thread_newhotclosefolder, .thread_newclosefolder, .thread_dot_newfolder, .thread_dot_newhotfolder, .thread_dot_newhotclosefolder, .thread_dot_newclosefolder, .forum_on, .forum_minion {
	border-left: 0.5em solid #0C0;
	/*margin-top: 0.25em;
	margin-left: 0.25em;*/
}

.thread_movefolder, .forum_offlink, .forum_miniofflink {
	border-left: 0.5em solid #F70;
	/*margin-top: 0.25em;
	margin-left: 0.25em;*/
}

a.threadlist_page {
	padding: 0 0.5em;
	border: 1px solid #F0F0F7;
	text-decoration: none;
}

a.threadlist_page:hover {
	background: #F0F0F7;
}

.forum_link_icon {
	display: none;
}

.forum_offlink .forum_link_icon,
.forum_miniofflink .forum_link_icon{
	display: inline;
}

.thread_dot_folder .thread_dot, .thread_dot_hotfolder .thread_dot, .thread_dot_hotclosefolder .thread_dot, .thread_dot_closefolder .thread_dot, .thread_dot_newfolder .thread_dot, .thread_dot_newhotfolder .thread_dot, .thread_dot_newhotclosefolder .thread_dot, .thread_dot_newclosefolder .thread_dot {
	color: #3A0;
}

.forum_minion,
.forum_minioff,
.forum_minioffclose,
.forum_miniofflink {
	padding-left: 0.5em;
}

.pm_old_pm {
	border-left: 0.5em solid #E0E0EC;
}

.pm_new_pm {
	border-left: 0.5em solid #07C;
}

.pm_icon_new_pm {
	color: #07C;
}

.pm_re_pm {
	border-left: 0.5em solid #CCE;
}

.pm_fw_pm {
	border-left: 0.5em solid #0CC;
}

.error_message {
	color: #C00;
	font-size: 0.85em;
	font-weight: bold;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 1em;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.deleted_post_hidden {
	border-top: 2px solid #CCC;
	padding: 1em;
}

.deleted_post_collapsed {
	background: #FEE;
	border-right: 0.5em solid #C00;
	padding: 1em 1.5em;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px;
}

.deleted_post_collapsed .show_deleted_post a.button span {
	background-position: 0 -400px;
}

.post {
	background: #FFF;
	overflow: hidden;
}

.post.classic {
}

.post_author {
	background: #F0F0F7;
	background: linear-gradient(#FFFFFF 0%, #F0F0F7 100%);
	overflow: hidden;
	border-bottom: 1px solid #E0E0E7;
}

.trow_sep, .tcat, .tcat_small {
	padding: 0.5em 2em;
	font-size: 0.85em;
	font-weight: bold;
	background: #F0F0F7;
	background: linear-gradient(#FFFFFF 0%, #F0F0F7 100%);
	color: #777;
	border-bottom: 1px solid #E0E0E7;
}

.tcat, .tcat_small {
	background: linear-gradient(#F7F7FC 0%, #E0E0E7 100%);
}

.tcat_small {
	padding: 0.5em 1em;
}

.post_classic .post_author {
	padding: 1em 0;
	border: none;
	background: none;
}

.author_avatar {
	float: left;
	margin-right: 1em;
	width: 4em;
	/* height: 42px; */
	overflow: hidden;
}

.author_avatar img,
.author_avatar_profile img {
	background: #FFF;
	border: 1px solid #E0E0E7;
	border-radius: 50%;
}

.author_information {
	float: left;
}

.author_statistics {
	float: right;
	font-size: 0.85em;
}

.post_classic .author_information,
.post_classic .author_statistics {
	float: none;
}

.post_classic .author_statistics {
	padding: 1em 0;
}

.post.classic .post_content {
}

.signature {
	color: #999;
	/*margin-top: 1em;*/
	padding: 1em 0;
	border-top: 1px solid #F0F0FC;
	font-size: 0.85em;
}

.signature a {
	color: #999;
	text-decoration: underline;
}
.signature a:hover {
	color: #777;
}

.post_meta {
	color: #777;
	padding: 0.5em 2em;
	font-size: 0.85em;
}

.post_edit {
	background: #FFE;
	padding: 0.5em 1.5em;
	border-bottom: 1px solid #F0F0FC;
}

.post_controls {
	clear: both;
	/*border-top: 1px solid #E0E0E7;*/
	text-align: right;
	overflow: hidden;
	font-size: 0.85em;
}

.postbit_buttons a {
	display: inline-block;
	margin: 0;
	padding: 1em;
}

.postbit_buttons a:hover {
	background: #F0F0F7;
	text-decoration: none;
}

.postbit_buttons input {
	margin: 0 1em;
}

.postbit_buttons a.postbit_multiquote_on {
	background: #090;
	background: linear-gradient(#090, #070);
	color: #FFF;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

a.button {
	background: #090;
	background: linear-gradient(#090, #070);
	color: #FFF;
	padding: 0.5em 1.5em;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	text-align: center;
	border-radius: 0.25em;
}

a.button:hover {
	text-decoration: none;
	background: #070;
}

.pollbar {
	background: url(../../../images/pollbar.gif);
	height: 1em;
	border-radius: 2em;
}

.pollbar_back {
	background: #E0E0E7;
	width: 100%;
	margin: 0.5em 0;
	border: 1px solid #CCC;
	border-radius: 2em;
	height: 1em;
}

.dropzone {
	padding: 2em 1em;
	cursor: pointer;
	background: #F0F0F7;
	border: 2px dashed #07C;
	text-align: center;	
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

/** jGrowl Styling **/
.jGrowl {
	color: #FFF;
	z-index: 9999;
	position: fixed;
}

.jGrowl.top-left {
	left: 0px;
	top: 0px;
}

.jGrowl.top-right {
	right: 0px;
	top: 0px;
}

.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}

.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}

.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl-notification {
	width: 250px;
	background-color: transparent;
	opacity: 0.9;
	zoom: 1;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	word-break: break-all;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	background: #000;
	color: #FFF;
}

.jGrowl-notification .jGrowl-header {
	font-weight: bold;
}

.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	background: #000;
	color: #FFF;
}

.jGrowl .jGrowl-notification.jgrowl_success {
	background: #0C0;
	color: #FFF;
}

.jGrowl .jGrowl-notification.jgrowl_error {
	background: #C00;
	color: #FFF;
	border: 1px solid #FFF;
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
	background: #CC0;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
}

}

/** jGrowl End **/

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	background: #FFF;
	width: 400px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal h3 {
	margin: 0;
	padding-right: 2.5em;
}

.modal a.close-modal {
	position: absolute;
	width: 1em;
	height: 0.5em;
	top: 1em;
	right: 1em;
	display: block;
	text-indent: -9999px;
	border: 1px solid #FFF;
	border-bottom: 0.25em solid #FFF;
}

.modal-spinner {
	display: none;
	height: 2.4em;
	width: 2.4em;
	color: #FFF;
	position: absolute;
	top: 2em;
	right: 3em;
	display: inline-block;
	border: 0.5em solid;
	border-radius: 50%;
	border-top-color: transparent;
	animation: rotate 1s linear infinite;
}

@keyframes rotate {
	0% {
 transform: rotate(0);
}

100% {
 transform: rotate(360deg);
}


}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #777;
}

iframe.jqifade{
	display:block;
	z-index:-1;
}

div.jqi{
	width: 400px;
	max-width: 90%;
	position: absolute;
	background: #FFF;
	border: 1px solid #E0E0E0;
}

div.jqi .jqicontainer{
}

div.jqi .jqiclose{
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: default;
	color: #CCC;
	font-weight: bold;
}

div.jqi .jqistate{
	background: #FFF;
}

div.jqi .jqititle{
	padding: 1em;
	font-size: 1.2em;
	border-bottom: 1px solid #F0F0FC;
}

div.jqi .jqimessage{
	padding: 1em 1.5em;
	overflow: auto;
}

div.jqi .jqibuttonshide{
	display: none;
}

div.jqi .jqibuttons{
	text-align: right;
	margin: 0;
	border-top: 1px solid #E0E0E0;
	background: #FFF;
}

div.jqi .jqibuttons button{
	margin: 0;
	padding: 1em 1.5em;
	border: none;
	border-left: 1px solid #E0E0E0;
	font-weight: bold;
}

div.jqi .jqibuttons button.jqidefaultbutton{
	color: #07C;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #07C;
	outline: none;
}

div.jqi .jqibuttons button[disabled]{
	color: #AAA;
}

.jqiwarning .jqi .jqibuttons{
	background-color: #C77;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background: #FFF;
	opacity: 0.75;
	content: '';
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

div.jqi .jqisubstate{
	background: #FFF;
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	border: 1px solid #E0E0E0;
	border-top: none;
}

div.jqi .jqisubstate .jqibuttons button{
	padding: 1em 1.5em;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{
	position: absolute;
	height: 0;
	width:0;
	line-height: 0;
	font-size: 0;
	border: 1em solid transparent;
}

.jqi .jqiarrowtl{
	left: 1em;
	top: -20px;
	border-bottom-color: #FFF;
}

.jqi .jqiarrowtc{
	left: 50%;
	top: -20px;
	border-bottom-color: #FFF;
	margin-left: -10px;
}

.jqi .jqiarrowtr{
	right: 1em;
	top: -20px;
	border-bottom-color: #FFF;
}

.jqi .jqiarrowbl{
	left: 1em;
	bottom: -20px;
	border-top-color: #FFF;
}

.jqi .jqiarrowbc{
	left: 50%;
	bottom: -20px;
	border-top-color: #FFF;
	margin-left: -10px;
}

.jqi .jqiarrowbr{
	right: 1em;
	bottom: -20px;
	border-top-color: #FFF;
}

.jqi .jqiarrowlt{
	left: -20px;
	top: 1em;
	border-right-color: #FFF;
}

.jqi .jqiarrowlm{
	left: -20px;
	top: 50%;
	border-right-color: #FFF;
	margin-top: -10px;
}

.jqi .jqiarrowlb{
	left: -20px;
	bottom: 1em;
	border-right-color: #FFF;
}

.jqi .jqiarrowrt{
	right: -20px;
	top: 1em;
	border-left-color: #FFF;
}

.jqi .jqiarrowrm{
	right: -20px;
	top: 50%;
	border-left-color: #FFF;
	margin-top: -10px;
}

.jqi .jqiarrowrb{
	right: -20px;
	bottom: 1em;
	border-left-color: #FFF;
}

/** Impromptu End */

.no_wrap {
	white-space: nowrap;
}

.iblock {
	display: inline-block;
}

.ratingblock {
}

.ratingbar_back {
	background: #F0F0F7;
	width: 100px;
	margin: 0.1em 0;
	display: inline-block;
	height: 0.6em;
	line-height: 0.6em;
	border: 1px solid #E0E0E0;
	border-radius: 1em;
}

.ratingbar {
	border-radius: 1em;
}

.ratingbar20 {
 background-color: #C00;
}

.ratingbar40 {
 background-color: #C70;
}

.ratingbar60 {
 background-color: #CC0;
}

.ratingbar80 {
 background-color: #7C0;
}

.ratingbar100 {
 background-color: #3A0;
}

a.ratingstar {
}

a.ratingstar:hover {
}

.ets_tfp .num {
	margin-left: 1em;
	font-weight: bold;
}

.ets_stats_block {
	background: linear-gradient(to bottom, #FFF 0%,#EEF 100%);
	padding: 0.5em 1.5em;
	margin: 0.5em 1em;
	border: 1px solid #CCC;
	border-radius: 1em;
}

.ets_stats_block strong {
	color: #907;
	float: right;
}

.ets_stats_block .svg_img {
	font-size: 4em;
}

.ets_highlight {
	padding: 0.2em 0.5em;
	background-color: #FE0;
	background: linear-gradient(to bottom, #FF0, #FC0);
	border-radius: 3px;
}

.ets_tooltip {
	position: relative;
	white-space: nowrap;
}

.ets_tooltip:hover:after {
	background: #000;
	width: auto;
	color: #FFF;
	position: absolute;
	left: 0%;
	bottom: 50px;
	z-index: 98;
	content: attr(title);
	padding: 0.5em 1em;
	font-size: 0.85em;
}

.ets_tooltip:hover:before {
	position: absolute;
	left: 25%;
	bottom: 40px;
	z-index: 99;
	border: solid;
	border-color: #000 transparent;
	border-width: 1em 1em 0 1em;
	content: "";
}

.section_sep {
	width: 1em;
	display: none;
	margin: 1em auto;
	height: 1em;
	background-color: #CCC;
	border-radius: 1em;
	clear: both;
}

.svg_img {
	width: 1em;
	/*margin: 0 0.5em;*/
	margin-top: -0.2em;
	display: inline;
	overflow: visible;
	vertical-align: middle;
	font-size: inherit;
}
.tfoot svg {
	margin: -0.2em 0.5em;
}

.user_online_l {
	padding-left: 0.5em;
	border-left: 5px solid #0C0;
}

.user_offline_l {
	padding-left: 0.5em;
	border-left: 5px solid #CCC;
}

.user_away_l {
	padding-left: 0.5em;
	border-left: 5px solid #FC0;
}

.user_online_r {
	padding-right: 0.5em;
	border-right: 5px solid #0C0;
}

.user_offline_r {
	padding-right: 0.5em;
	border-right: 5px solid #CCC;
}

.user_away_r {
	padding-right: 0.5em;
	border-right: 5px solid #FC0;
}

.cal_daybit,
.cal_daybit_today {
	width: 12%;
	float: left;
}

.cal_daybit_today {
	background: #07C;
	color: #FFF;
}

.cal_item {
	display: block;
	margin: 0.5em 0.25em;
	padding: 0.5em 1em;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 0.25em;
}

.cal_item_weeklink {
	background: #F0F0FC;
	border: 1px solid #CCC;
}

.cal_item_bday {
	color: #07C;
	display: block;
	margin: 0.5em 0.25em;
	padding: 0.5em 1em;
	border-left: 5px solid #07C;
	overflow: hidden;
}

.cal_item_event {
	display: block;
	margin: 0.5em 0.25em;
	padding: 0.5em 1em;
	border-left: 5px solid #07C;
	overflow: hidden;
}

.cal_item:hover,
.cal_item_event:hover,
.cal_item_bday:hover {
	background: #F0F0FC;
	text-decoration: none;
}

.cal_item_weeklink:hover {
	background: #E0E0EC;
	text-decoration: none;
}

.cal_weekrow {
	margin: 0.5em 0;
	border: 1px solid #F0F0FC;
}

.cal_button {
	color: #07C;
	padding: 0.5em 1.5em;
	display: inline-block;
	border-radius: 0.25em;
}

.cal_button:hover {
	background: #F0F0FC;
	text-decoration: none;
}

.video_container {
	/* 16:9 format */
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.video_iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.spinnerblink {
	color: #C00;
    animation-duration: 0.5s;
    animation-name: sblink;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, start);
}

@keyframes sblink {
	50% {
		visibility: hidden;
}


}

@media screen and (max-width: 1200px) {
	.tborder {
		margin: 0;
	}
	.tborder_block {
		margin: 1em 0.5em;
		border: none;
	}
}

@media screen and (max-width: 720px) {
body, #container {
	background: #FFF;
}

.trow_col, .trow_col_20, .trow_col_25, .trow_col_30, .trow_col_40, .trow_col_50, .trow_col_60, .trow_col_70, .trow_col_75, form, input[type=text], input[type=password], select, textarea, label, button, .button, .pagination, .lastpost {
		display: block;
		box-sizing: border-box;
		margin: 0.5em 0;
		width: 100%;
		outline: 0;
		float: none;
		text-align: left;
		clear: both;
}

.menu_sticky {
	position: static;
	top: auto;
}
	
.pagination {
	margin: 1em 0;
}

.pagination a, .pagination span, .pagination_current {
	display: inline-block;
	padding: 1em;
	float: none;
	min-width: none;
	padding: 1em;
	border: none;
}

.tborder, .tborder_block {
	border: none;
}

button, .button, .button_inline, .tfoot a, #logo {
	text-align: center;
}

label a {
		display: block;
}

.lastpost {
	/* background: #F0F0FC; */
	padding: 1em 0;
}

.lastpost .lpost {
	display: block;
}

.modal {
	width: 100%;
}

.section_sep {
	display: block;
}

.navigation {
	padding: 0em;
}

.navigation_active {
	margin: 0;
	padding-top: 1em;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	padding: 0.5em 1em;
	font-size: 1em;
}

.trow, .trow1, .trow2, .trow3, .trow_sep, .trow_deleted, .trow_mod, .post_body, .post_meta {
	padding: 1em;
}

.block_sep {
	display: block;
	margin: 0.5em 0;
}

.cal_daybit, .cal_daybit_today {
	width: 100%;
	display: block;
	float: none;
}

.ratingbar {
}

a.ratingstar {
	width: 20%;
	box-sizing: border-box;
	text-align: center;	
}

.r_hide {
	display: none;
}

.r_show {
	display: inline;
}

.welcome {
	float: none;
	display: block;
	width:100%;
	padding: 0 1em;
}


}

@media print {
body {
		background: #FFF;
		color: #000;
}


}


		