body {
	background: #fff;
	color: #6C6C6C;
	line-height: 1.4;
	font-size: 13px;
	overflow-y: auto;
    padding: 0;
    margin: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	color: #555;
}
.wrapper {
    width: 86%;
	margin: auto;
	max-width: 1100px;
}
#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}
.scaleimages img, .scaleimages iframe {
	max-width: 100%;
}
.forum_status {
  margin-left: 10px;
  font-size: 22px;
  text-align: center;
}
.forum_status i {
  display: inline-block;
  line-height: 50px;
}
.forum_off {
  color: #333;
}
.forum_offlock {
	color: #E44C4C
}
.forum_offlink  {
	color: #3CBF46
}
.forum_off i {
  opacity: .4;
}
.forum_offlock i:before {
  content: "\f00d";
}
.forum_offlink i:before {
  content: "\f1d9";
}
.subforumicon {
  font-size: 7px;
  display: inline-block;
  margin: 0 5px;
}
table {
	color: #6C6C6C;
	font-size: 13px;
}
.tborder {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0 1px 3px 1px;
	background: #fff;
}
.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}
.thead {
	color: #fff;
	padding: 13px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	outline-width: 1px;
	outline-style: solid;
}
.thead a:link {
	color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
}
.thead a:visited,
.thead a:hover,
.thead a:active {
	color: #fff !important;
	text-decoration: none;
}
.thead i {
	color: #fff;
	margin-top: 4px;
}
.thead strong {
}
.tcat {
    color: #666;
	padding: 8px 15px;
	font-size: 12px;
}
.tcat a:link {
	color: #545454 !important;
}
.tcat a:visited {
	color: #545454;
}
.tcat a:hover,
.tcat a:active {
	color: #545454 !important;
}
.trow1 {
	background: #fff;
}
.trow2 {
	background: #fff;
}
.trow_shaded {
	background: #fff;
}
.no_bottom_border {
	border-bottom: 0;
}
.post.unapproved_post {
	background: #FCF1F1;
}
.post.classic.unapproved_post .post_author {
	border-color: #FCF1F1;
}
.trow_deleted,
.post.deleted_post {
	background: #FCF1F1;	
}
.trow_selected,
tr.trow_selected td, .trow_selected .post_content {
}
tr.trow_selected td .thread_status {
	color: #fff !important;
}
.trow_selected .multi_forumdisplay a {
	color: #fff !important;
}
.tfoot {
	padding: 10px;
	color: #666;
}
.tfoot a:link {
	color: #666;
	text-decoration: none;
}
.tfoot a:visited {
	color: #666;
	text-decoration: none;
}
.tfoot a:hover,
.tfoot a:active {
	color: #666;
	text-decoration: underline;
}
.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}
.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}
.smalltext {
	font-size: 13px;
}
.mediumtext {
	font-size: 14px;
}
.largetext {
	font-size: 16px;
}
fieldset {
	padding: 0px;
	border: 1px solid #ddd;
	margin: 0;
}
fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}
fieldset.align_right {
	text-align: right;
}
input.textbox {
	background: #ffffff;
	color: #545454;
	border-style: solid;
	border-width: 1px;
	padding: 9px;
	outline: 0;
	font-family: "Play",sans-serif;
	box-sizing: border-box;
}
textarea {
	background: #ffffff;
	border: 1px solid #D4E5F7;
	padding: 9px;
	line-height: 1.4;
	outline: 0;
	font-size: 13px;
	color: #545454;
	box-sizing: border-box;
	width: 100% !important;
}
select {
	background: #ffffff;
	padding: 8px;
	border-style: solid;
	border-width: 1px;
	outline: 0;
	font-family: "Play",sans-serif;
	color: #545454;
}
button,
input.button {
	padding: 9px 14px;
	cursor: pointer;
	font-family: "Play",sans-serif;
	border: 0;
	color: #fff;
	outline: 0;
	box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
}
button:hover,
input.button:hover {
	background: #777 !important;
}
form {
	margin: 0;
	padding: 0;
}
form input.error {
	border: 1px solid #f30;
	color: #f30;
	background: #ffffff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
form input.valid {
	border: 1px solid #0c0;
	background: #ffffff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
form label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}
form #message {
    width: 100%;
	padding: 3px 5px;	
	box-sizing: border-box;
}
.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}
.editor_control_bar {
	text-align: center;
	margin-top: 20px;
}
.buttonquote {
	padding: 12px;
	background: #338ad5;
	color: #fff !important;
	border-radius: 3px;
}
.deletequote {
	background: #d54433;
	margin-left: 5px;
}
.post .editor_control_bar {
	background: #f5f5f5;
}
.popup_menu {
	color: #fff;
	border-radius: 3px;
}
.popup_menu .popup_item {
	color: #F3F3F3 !important;
}
.popup_menu .popup_item:hover {
	background: rgba(0, 0, 0, 0.05);
	color: #fff !important;
}
.reputation_positive {
	color: #8bc34a;
}
.reputation_neutral {
	color: #777;
}
.reputation_negative {
	color: #e91e63;
}
.repbox {
	font-size: 14px;
	font-weight: 500;
	padding: 8px 25px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	margin: 15px 0;
	display: inline-block;
}
._neutral {
	background-color:#f5f5f5;
	color: #999999;
}
._minus {
	background-color: #E71E62;
	color: #fff;
}
._plus {
	background-color: #8BC34A;
	color: #fff;
}
img {
	border: none;
}
img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}
hr {
	background-color: #ddd;
	height: 1px;
	border: 0px;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.hidden {
	display: none;
	float: none;
	width: 1%;
}
.hiddenrow {
	display: none;
}
.selectall {
	background: #777;
	color: #fff;
	text-align: center;
}
.selectall a {
	color: #fff !important;
}
.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.expcolimage img {
	width: 17.5px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	border: 1px solid #e2ebf3;
	margin: 0;
	background: #f4f7fb;
	padding: 10px;
}
blockquote cite {
	border-bottom: 1px dashed #bfd7ed;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
blockquote cite:before{
	content:"\f10d"
}
blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
}
blockquote cite span.highlight {
	float: none;
	padding-bottom: 0;
}
.codeblock {
	border: 1px solid #e2ebf3;
	background: #f4f7fb;
	padding: 12px 12px 0;
}
.codeblock .title:before,blockquote cite:before{
	font-family:"FontAwesome";
	margin-right: 5px
}
.codeblock .title:before{
	content:"\f121"
}
.phpcodeblock .title:before{
	content:"\f126"
}
.codeblock .title {
	border-bottom: 1px dashed #bfd7ed;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.codeblock .body {
	padding: 10px 0;
}
.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-size: 13px;
}
.smilie {
	vertical-align: middle;
}
.smilie_pointer {
	cursor: pointer;
}
.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}
.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}
.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
}
.popup_menu a.popup_item:hover {
	text-decoration: none;
}
.subject_new {
	font-weight: bold;
}
.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.pm_alert {
	background: #AFE167;
	text-align: center;
	padding: 12px 20px;
	margin-bottom: 15px;
	font-size: 95%;
	color: #557E11;
}
.pm_alert a {
	color: #557E11 !important;
}
.red_alert {
	background: #F8D4D5;
	color: #A54144;
	text-align: center;
	padding: 12px 20px;
	margin-bottom: 15px;
	font-size: 95%;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert  a:active {
	color: #A54144 !important;
}
.high_warning {
	color: #CC0000;
}
.moderate_warning {
	color: #F3611B;
}
.low_warning {
	color: #AE5700;
}
.online, .offline {
	padding: 1px 4px;
	border-radius: 2px;
	font-size: 11px;
}
.online {
	color: #436210;
	background: #AFE167;
}
.offline {
	color: #A54144;
	background: #F8D4D5;
}
.pagination {
	font-size: 11px;
	padding-top: 15px;
	margin-bottom: 15px;
}
.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}
.pagination .pages {
	font-weight: bold;
}
.pagination .pagination_current,
.pagination a {
	padding: 8px 12px;
}
.pagination a {
	color: #fff !important;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset !important;
}
.pagination .pagination_current {
	background: #777;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset !important;
}
.pagination a:hover {
	background: #777;
	color: #fff;
	text-decoration: none;
}
.pagination_next, .pagination_previous, .go_page {
	padding: 9.5px 12px 9px !important;
	font-size: 13px;
	vertical-align: top;
}
.drop_go_page {
	padding: 4px;
}
.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}
.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}
.thread_legend,
.thread_legend dd {
	padding: 0;
	margin: 0;
}
.thread_legend dd {
	padding-bottom: 10px;
	margin-left: 0px; /* Edit V1.2 */
}
.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}
.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}
#posts_container {
	padding: 0;
}
.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}
.ignored_post .show_ignored_post {
	margin-top: -15px;
}
.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}
.post {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.post.classic {
}
.post .post_author {
	background: #fff;
	color: #9f9f9f;
	font-size: 96%;
	padding: 7px 15px 0;
}
.post.classic .post_author {
    color: #545454;
    border-bottom: 0;
    width: 230px;
    padding: 10px 0px;
	position: relative;
}
.post .post_author .buddy_status, .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
	color: #3DAE42;
	background: transparent;
}
.post .post_author .buddy_status.away, .buddy_status.away {
	color: #C3BB23
}
.post .post_author .buddy_status.offline, .buddy_status.offline {
	color: #BFBFBF
}
.post .post_author div.author_avatar {
	float: left;
}
.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin: 10px 0;
}
.post .post_author div.author_avatar img {
	margin: 10px 0px;
	width: 52px;
	height: 52px;
	background: #fff;
	border-radius: 50%;
	padding: 2px;
	box-shadow: 0 2px 3px #eee;
}
.post.classic .post_author div.author_avatar img {
	background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 5px;
	width: 140px;
	height: 140px;
}
.post .post_author div.author_information {
	float: left;
	padding: 17px 10px;
}
.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}
.post .post_author div.author_statistics {
	float: right;
	font-size: 13px;
	padding: 5px 10px;
	color: #777;
	line-height: 1.5;
	width: 160px;
}
.post .post_author div.author_statistics span {
	float: right;
}
.post .post_author div.author_statistics a {
	color: #777;
}
.post.classic .post_author div.author_statistics {
	margin: 10px 0 0 0;
    float: none;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
	margin-left: 2px;
}
.post .post_head {
	padding-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 4px;
}
.post .post_head span.post_date, .title_postuser {
	color: #A7A7A7;
}
.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}
.post .post_head span.edited_post a {
	color: #666;
}
.post_body {
	padding: 12px 0;	
	font-size: 14px;
}
.post.classic .post_content {
	width: 100%;
    background: #fff;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
	border-style: solid;
	border-width: 1px 0px;
	padding: 9px 12px;
}
.post_content {
	padding: 0px 12px;
}
.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #ddd;
	padding: 10px 0 4px 0;
}
.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}
.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}
.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}
.post_controls {
	clear: both;
	background: #fff;
	padding: 6px 8px;
}
.postbit_buttons > a,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active, .postbit_button {
	display: inline-block;
	padding: 5px 6px;
	margin: 2px;
	font-size: 12px;
	color: #fff;
}
.postbit_button {
  padding: 7px 10px;
  border-radius: 3px;
  color: #333 !important;
}
.postbit_buttons > a:hover, .postbit_button:hover {
  border-color: #bbb;
}
.postbit_buttons a span:before {
   content: "";
   display: inline-block;
   font-family: FontAwesome;
   font-weight: normal;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-right: 5px;
   font-size: 12px;
}
.postbit_buttons a.postbit_find span:before {
	content: "\f002";
}
.postbit_buttons a.postbit_reputation_add span:before {
	content: "\f067";
}
.postbit_buttons a.postbit_email span:before {
	content: "\f0e0";
}
.postbit_buttons a.postbit_website span:before {
	content: "\f0ac";
}
.postbit_buttons a.postbit_pm span:before {
	content: "\f199";
}
.postbit_buttons a.postbit_quote span:before {
	content: "\f10e";
}
.postbit_buttons a.postbit_multiquote span:before {
	content: "\f055";
}
.postbit_buttons a.postbit_multiquote_on span:before {
	content: "\f056";
    color: #F7FFAC;
}
.postbit_buttons a.postbit_edit span:before {
	content: "\f044";
}
.postbit_buttons a.postbit_qdelete span:before {
	content: "\f00d";
}
.postbit_buttons a.postbit_qrestore span:before {
	content: "\f067";
}
.postbit_buttons a.postbit_report span:before {
	content: "\f0a1";
}
.postbit_buttons a.postbit_warn span:before {
	content: "\f0e3";
}
.postbit_buttons a.postbit_purgespammer span:before {
	content: "\f071";
}
.postbit_buttons a.postbit_reply_pm span:before {
	content: "\f112";
}
.postbit_buttons a.postbit_reply_all span:before {
	content: "\f122";
}
.postbit_buttons a.postbit_forward_pm span:before {
	content: "\f064";
}
.postbit_buttons a.postbit_delete_pm span:before {
	content: "\f00d";
}
a.button,
a.button:visited,
a.button:active {
	color: #fff;
	display: inline-block;
	padding: 7px 10px;	
	font-size: 14px;
	text-decoration: none;
	box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset !important;
	transition: all 0.2s;
}
a.button:hover {
	background:#777;
}
a.button.small_button {
	font-size: 13px;
	padding: 3px 6px;
}
a.button span:before {
   content: "";
   display: inline-block;
   font-family: FontAwesome;
   font-weight: normal;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-right: 5px;
}
a.button.new_thread_button span:before {
	content: "\f086";
}
a.button.new_reply_button span:before {
	content: "\f075";
}
a.button.closed_button span:before {
	content: "\f00d";
}
a.button.rate_user_button span:before {
	content: "Rate";
}
a.button.add_buddy_button span:before {
	content: "Follow";
}
a.button.remove_buddy_button span:before {
	content: "Unfollow";
}
a.button.add_ignore_button span:before {
	content: "Ignore";
}
a.button.remove_ignore_button span:before {
	content: "Remove";
}
a.button.report_user_button span:before {
	content: "Report";
}
.posticons_label {
	white-space: nowrap;
}
a.button[class*="_button"] {
	display: inline-block;
	padding: 6px 12px;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.2s;
	border-radius: 20px;
	text-transform: uppercase;
	background: transparent;
	box-shadow: none !important;
	margin-right: 3px;
}	
a.button[class*="_button"] span {
	font-size: 0;
}
a.button[class*="_button"] span:before {
	font-size: 13px;
	margin: 0;
	font-family: "Play",sans-serif;
}
a.button.add_buddy_button, a.button.add_ignore_button {
	border: 1px solid #47b41e;
	color: #47b41e;
}
a.button.add_buddy_button:hover, a.button.add_ignore_button:hover {
	color: #fff;
	background: #47b41e; 
}
a.button.remove_buddy_button, a.button.remove_ignore_button, a.button.report_user_button {
	border: 1px solid #e31515;
	color: #e31515;
}
a.button.remove_buddy_button:hover, a.button.remove_ignore_button:hover, a.button.report_user_button:hover {
	color: #fff;
	background: #e31515; 
}
a.button.rate_user_button {
	border: 1px solid #156fe3;
	color: #156fe3;
}
a.button.rate_user_button:hover {
	color: #fff;
	background: #156fe3; 
}
/** jGrowl Start **/
/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}
.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}
/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	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 {
	background-color: transparent;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	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 {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}
.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;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	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: .9em;
	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 {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl .jGrowl-notification.jgrowl_success {
    background: #87c829;
	border: 1px solid #87c829;
	color: #fff;
}
.jGrowl .jGrowl-notification.jgrowl_error,  .jGrowl .jGrowl-notification.alert{
    background: #e01b1b;
	border: 1px solid #e01b1b;
	color: #fff;
}
.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
	background: #ae1be4;
	border: 1px solid #ae1be4;
	color: #fff;
}
/** 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;
	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 {
	min-width: 290px;
    margin: auto;
	text-align: left;
	background: #fff;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	max-width: 290px;
}
.modal a.close-modal {
	display: block;
	font-size: 0px;
}
.modal a.close-modal:before {
	font-family:'FontAwesome';
	content:"\f00d";
	font-size: 15px;
	top: 10px;
	right: 10px;
	position: absolute;
	color: #FFF;
}
/** 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: #777777;
}
iframe.jqifade{
	display:block;
	z-index:-1;
}
div.jqi {
	width: 400px;
	max-width:90%;
	position: absolute;
	background-color: #ffffff;
	text-align: left;
}
div.jqi:before{
	width:100%;
	display:block;
	box-sizing:border-box;
	content:"Confirm your action";
	padding: 14px;
	color: #fff;
	text-transform: uppercase;
}
div.jqi .jqicontainer{
}
div.jqi .jqiclose {
	font-size: 0;
}
div.jqi .jqiclose:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 15px;
	top: 12px;
	position: absolute;
	color: #FFF;
	right: 12px;
	cursor: pointer;
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto;
	text-align: center;
}
div.jqi .jqibuttonshide{
	display: none;
}
div.jqi .jqibuttons {
	text-align: center;
}
div.jqi .jqibuttons button {
	margin: 0;
	padding: 6px 20px;
	background-color: transparent;
	color: #545454;
	font-weight: bold;
	font-size: 12px;
	box-shadow: none;
}
div.jqi .jqibuttons button.jqidefaultbutton {
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
	color: #618EC2;
	outline: none;
	background: transparent !important;
}
.jqiwarning .jqi .jqibuttons {
	background-color: #b95656;
}
div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}
/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}
/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}
.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }
/** Impromptu End */	
		
		
		