html {
	overflow-y: scroll;
}

body {
	background: #21313d;
	color: #444;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	text-align: center;
	padding:0;
	margin:0;
	line-height: 1.4;
}

a:link {
	color: #316180;
	text-decoration: none;
}

a:visited {
	color: #344957;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

.logo,
.forumdesc {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	transition:0.2s;
}

.noborder {
	border:0 !important;
}

.relative {
	position:relative;
}

#container {
	text-align: left;
}

.main_width {
	width: 960px;
	margin:auto;
}

.basicbox {
	border:1px solid #ddd;
	border-radius:2px;
}

.basicbox.pad {
	padding:15px;
}

#header {
	background: url(../../../images/audentio/dazzle/header_bg.png);
	height: 193px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.avatar img,.user-avatar {
	padding: 1px;
	border: 1px solid #ddd;
	box-shadow: 0px 1px 3px -1px #bebebe;
}

.user-dropdown-box .user-avatar {
	margin:10px;
}

.avatar img:hover, 
.user-avatar:hover {
	border-color: #aaa;
}

.search-box {
    margin-top: -62px;
}

.search-box .textbox {
    border: 1px solid rgb(70, 83, 92);
    padding: 0px 10px;
    height: 31px;
    margin-right: -5px;
}

.search-box .button {
    background: #353535 url(../../../images/audentio/dazzle/icon-sprite.png) !important;
    color: transparent;
    height: 32px;
    border: 0;
    width: 34px;
    background-position: -50px -8px !important;
}

.search-box .button:hover {
	opacity: 0.8;
}

.logo:hover {
    opacity: 0.7;
}

.branding {
	display: table-cell;
	vertical-align: middle;
	height: 93px;
	line-height: 93px;
	margin: auto;
}

#panel {
	color: #E9E9E9;
	font-size: 11px;
	height: 42px;
	font-family: georgia;
	font-style: italic;
	text-shadow: 0px -1px 0px #000;
	line-height: 42px;
}

#panel a {
	color: #E9E9E9;
}

#panel .registerlink {
    background: #8DB318;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.19), 1px 1px 0px rgba(0, 0, 0, 0.43);
    margin-left: 10px;
}

#panel .loginlink {
	position:relative;
}

#panel .registerlink:hover {
    background: #78AD28;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

.social-icons a {
	background: url(../../../images/audentio/dazzle/social_icons.png) 0px 0px;
	height: 16px;
	width: 18px;
	display: inline-block;
	position: relative;
	top: 5px;
	background-position: 0px -2px;
	opacity: 0.6;
}

.social-icons a:hover {
    opacity:1;
}

.a-icon-facebook { background-position: 19px -2px !important; }
.a-icon-youtube { background-position: 0px -2px !important; }
.a-icon-vimeo { background-position: 100px -2px !important; }
.a-icon-rss { background-position: 40px -2px !important; }
.a-icon-gplus { background-position: 80px -2px !important; }
.a-icon-twitter { background-position: 60px -2px !important; }

.no-js .date-sep {
display:none;
}

.top-date {
    color: #AAA;
}

.date-sep, .panel-sep {
    position: relative;
    top: -3px;
    margin: 0 7px;
    color: #aaa;
}

.user-dropdown {
	background: url(../../../images/audentio/dazzle/icon-sprite.png);
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
	top: 7px;
	cursor:pointer;
	background-position: -90px -16px;
}

.user-dropdown-box {
	display:none;
	position: absolute;
	min-width: 150px;
	background: url(../../../images/audentio/dazzle/trans/black8.png);color: #555;
	top: 28px;
	left: -5px;
	border-radius: 0 4px 4px 4px;
	padding: 5px;z-index: 88;
	box-shadow: none;
	font-family: arial;
	text-shadow: none;
	font-style: normal;
}

.user-dropdown-box-inner {
    background: white;
	text-align:center;
}

.user-dropdown-box::before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	position: absolute;
	border-bottom: 5px solid #000000;
	top: -5px;
	left: 10px;
}

.user-dropdown-box a {
	text-shadow:none;color:#555 !important;
	display: block;
	height: auto;
	line-height: 1.3;
	padding: 10px;
	border-top: 1px solid #ddd;
	font-family: arial;
	font-style: normal;
	text-align:left;
}

.user-dropdown-box a:first-child { border-top:0; }
.user-dropdown-box a:hover {
	color:#222 !important;
	background: #F5F5F5;
}

#quick_login .user-dropdown-box-inner {
	padding: 10px;
}

#quick_login  .user-dropdown-box-inner a {
	margin:-10px;
	padding:15px;
	background: #fafafa;
	margin-top:0;
}

#quick_login .textbox{
	padding: 8px;
	margin-bottom: 10px;
}

#quick_login .textbox:last-child { margin-bottom:0; }
#quick_login .button {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.pms-unread {
	font-family: sans-serif;
	background:gray;
	padding: 0px 4px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.56);
	border-radius: 1px;
	box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.17);
	margin-right: 4px;
}

.pms-unread.unread {
	background: #E43030 !important;
}

#content {
	background: #fff;
	padding: 10px;
	border-top: 5px solid #1C2229;
	border-radius: 0 0 5px 5px;
	padding-bottom: 0;
	box-shadow: 0 10px 20px rgba(0,0,0,.5);
}

.menu {
	background: url(../../../images/audentio/dazzle/trans/black3.png);
	height: 58px;
	border-radius: 4px 4px 0 0;
	box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.07), 0px -1px 0px rgba(255, 255, 255, 0.07);
	overflow: hidden;
}

.menu ul {
	color: white;
	font-weight: bold;
	padding: 0;
	list-style: none;
	margin: 0;
}

.menu li:first-child {
    margin-left: 10px;
}

.menu li:first-child a {
}

.menu li:last-child {
    background: none;
}

.menu li:last-child a {}
.menu ul a:hover .menu-item-subtitle {
	color:#fafafa
}

.menu ul a:link,.menu ul a:visited {
	color: #f8f8f8;
	text-decoration: none;
	margin-top: 16px;
	display: block;
	padding-right: 35px;
	padding-left: 2px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.58);
}

.menu ul a:visited {
	color: #f5f5f5;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #fff;
	text-decoration: none;
}

.menu-item-subtitle {
    display: block;
    float: left;
    font-size: 10px;
    color: #868686;
    font-weight: normal;
	font-style:italic;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
	height: 27px;
	width: 49px;
	background: url(../../../images/audentio/dazzle/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on { background-position: 0 0; }
.forum_off { background-position: 0 -27px; }

.forum_offclose { background-position: 0 -54px; }
.forum_offlink { background-position: 0 -81px; }

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion { background-position: 0 0; }
.subforum_minioff { background-position: 0 -10px; }

.subforum_miniofflock { background-position: 0 -20px; }
.subforum_miniofflink { background-position: 0 -30px; }

table {
	color: #383838;
	font-family: arial,sans-serif;
	font-size: 13px;
}

.tborder {
	background: transparent;
	width: 100%;
	margin: auto auto;
	border: 1px solid #D6D6D6;
	border-radius: 4px 4px 0 0;
	border-top: 0;
}

.index-page .tborder  tr:last-child td { border-bottom:0; }

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background: #53748D url(../../../images/audentio/dazzle/thead.png)center center;
	color: #fff;
	border: 0;
	padding: 10px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #284158;
	border-radius: 4px 4px 0 0;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.14);
	line-height: 19px;
}

.forumdesc {
    font-size: 11px;
    font-style: italic;
    color: #aaa;
    margin-top: 2px;
}

.thead .forumdesc {
    margin: 0;
    color: #555;
    background: #fff;
    text-transform: none;
    padding: 3px 6px;
    border-radius: 2px;
    left: 15px;
    opacity: 0;
    position: relative;
}

.thead:hover .forumdesc {
    opacity: 1;
    left: 10px;
}

.thead_spacer {
	height: 5px;
	border: 0 !important;
}

.thead a:link {
	color: #fff;
	text-decoration: none;
}

.thead a:visited {
	color: #fff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #fff;
	text-decoration: underline;
}

.tcat {
	background: #F0F0F0 url(../../../images/audentio/dazzle/highlight.png) repeat-x top;
	font-size: 11px;
	color: #666;
	padding: 9px;
	border-bottom: 1px solid #ddd;
	min-height: 20px;
	line-height: 20px;
}

.tcat i[class^="fa "] {
	font-size: 17px !important;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.tcat a:link {
	color: rgb(112, 112, 112);
}

.tcat a:visited {
	color: rgb(151, 151, 151);
}

.tcat a:hover, .tcat a:active {
	color: rgb(32, 32, 32);
}

.trow1 {
	background: white;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

.col-indicator {
    padding: 15px 3px 15px 15px !important;
}

.col-forumdetails {
    font-size: 11px;
}

.col-forumdetails a {
	color:#555;
	font-size:12px;
}

.col-forumdetails a:hover {
	color:#222;
}

.postedby {
    font-weight: bold;
    font-size: 11px;
}

.posttime {
    font-size: 11px;
    color: #aaa;
}

.postedby a {
}

.col-postcount {
    font-weight: bold;
    color: #777;
    font-size: 11px;
    text-align: right;
    width: 10%;
    min-width: 100px;
    padding-right: 5px !important;
}

.col-lastpost {
    text-align: left;
    width: 20%;
    min-width: 170px;
    color: #666;
    font-size: 12px;
}

.index_table > tbody  > tr:last-child td {
	border-bottom: 0;
}

.trow2 {
	background: rgb(250, 250, 250);  
	vertical-align: middle;  
	border-bottom: 1px solid #DDD;  
	padding: 15px;
}

.index_table .trow1,.index_table .trow2 {
padding:20px 15px;
}

.trow_shaded {
	background: #ffdde0;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author { border-bottom-color: #ffb8be; }
.post.classic.unapproved_post .post_author { border-color: #ffb8be; }
.post.unapproved_post .post_controls { border-top-color: #ffb8be; }

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}

.trow_sep {
	background: #e5e5e5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.subforumbox {
    background: white;
    display: inline-block;
    padding: 3px 6px 2px 6px;
    margin-top: 8px;
	margin-left:8px;
    border: 1px solid #ddd;
}

.subforumbox a {
	font-size:11px;
}

.tfoot {
	background: #F3F3F3 url(../../../images/audentio/dazzle/highlight.png) repeat-x top;
	color: rgb(104, 104, 104);
	padding: 10px;
	font-size: 11px;
	border-top: 1px solid #ddd;
	line-height: 270%;
}

.tfoot a:link {
	color: rgb(94, 94, 94);
	text-decoration: none;
}

.tfoot a:visited {
	color: #6F6F6F;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #fff;
	text-decoration: underline;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: rgb(248, 248, 248);
	color: rgb(75, 75, 75);
	border-top: 1px solid #D1D1D1;
	padding: 0;
	margin: 0 -10px;
	height: 45px;;;
	line-height: 45px;;;
}

.bottommenu a {
    font-size: 11px;
    color: #999;
    display: block;
    float: left;
    height: 45px;;;
    line-height: 45px;;;
    padding: 0 10px;
    border-right: 1px solid #ddd;
}

.bottommenu a:hover {
    background: #fff;
    color: #666;
}

.bottommenu a:first-child {
    margin-left: 15px;
    border-left: 1px solid #ddd;
}

.navigation {
	font-weight: bold;
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	margin: -10px;
	margin-bottom: 0;
	padding: 12px;
	font-size: 11px;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, 
.navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: rgb(27, 27, 27);
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #ddd;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #fff;
	color: #979797;
	border: 1px solid #A7A7A7;
	padding: 6px;
	font-size: 11px;
	outline: 0;
}

.tfoot input.textbox, 
.thead input.textbox, 
#panel input.textbox {
    border: 1px solid #D3D3D3;
}

textarea {
	background: #fff;
	color: #000;
	border: 1px solid #A3A3A3;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
	outline: 0;
}

select {
	background: #fff;
	outline:0;
	border: 1px solid #B1B1B1;
	padding: 5px;
	font-size: 11px;
	color: #666;
}

.tfoot select, .thead select {
    border: 1px solid #CACACA;
}

.button, input[type="button"] {
    padding: 6px 10px;
    font-size: 11px;
    color: #666;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #C2C2C2;
    background: rgb(255,255,255); /* Old browsers */  
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome, Safari4+ */  
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+, Safari5.1+ */  
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */  
    box-shadow: 0px 1px 1px rgba(204, 204, 204, 0.18);
}

.button:hover , input[type="button"]:hover {
	background:#fefefe;
}

.button:active , input[type="button"]:active {
    background: rgb(238,238,238); /* Old browsers */  
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome, Safari4+ */  
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+, Safari5.1+ */   
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C */  
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
}

.thead .button, 
.thead input[type="button"] {
	 border: 0;
	 padding: 7px 11px;
}

.tfoot .button, 
.tfoot input[type="button"], 
#panel .button {
    border: 1px solid #C2C2C2;
    border-radius: 3px;
}

form {
	margin: 0;
	padding: 0;
}

form input.error {
	border: 1px solid #f30;
	color: #f30;
	background: #fff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

form input.valid {
	border: 1px solid #0c0;
	background: #fff;
	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: 500px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: whiteSmoke;
	border: 1px solid #C0C0C0;
	padding: 10px 4px !important;
	color: #888;
	margin-top: 5px !important;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
    border-radius: 3px;
	box-shadow: 0 0 7px rgba(0, 0, 0, .3);
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
	font-weight: bold;
}

.popup_item_container:first-child {
  border-radius: 3px 3px 0 0;
}

.popup_item_container:last-child {
  border-radius: 0 0 3px 3px;
}

.popup_menu .popup_item:hover {
	background: #1F1F1F;
	color: #FFF;
}

.trow_reputation_positive { background: #ccffcc; }
.trow_reputation_negative { background: #ffcccc; }

.reputation_positive { color: green; }
.reputation_neutral { color: #444; }
.reputation_negative { color: red; }

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999;
	border:1px solid #CCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000;
	color: #000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.left, 
.float_left {
	float: left;
}

.right, 
.float_right {
	float: right;
}

.hidden {
	display: none !important;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.menu li {
	display: block;
	padding-left: 10px;
	float: left;
	background: url(../../../images/audentio/dazzle/menu-sep.png) no-repeat right 10px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

#panel form {
	display:inline-block;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

#copyright {
	margin: 0;
	padding: 0 15px;
	border-top: 1px solid #ccc;
	margin: 0 -10px;
	border-radius: 0 0 5px 5px;
	font-size: 11px;
	height: 45px;
	line-height: 45px;
	color: #999;
}

#copyright > img {
	display:none;
}

.mybb-link {
    margin-right: 10px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

#back-top {
    float: right;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    display: block;
    border-left: 1px solid #ddd;
    margin-left: 10px;
    border-right: 1px solid #ddd;
}
#back-top i {
    font-size: 21px;
    color: #888;
    top: 11px;
    position: relative;
}
#back-top:hover i {
	color: #444;
}

.mybb-link a,.audentio-link a {
    color: #5F5F5F;
    font-weight: bold;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

.phpcodeblock {}

blockquote, 
.codeblock {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 10px;
	border-radius: 2px;
	position: relative;
	padding-right: 45px;
	overflow: hidden;
}

blockquote::before, 
.codeblock::before  {
	content: "";
	background: url(../../../images/audentio/dazzle/quote-icon.png) no-repeat center center;
	width: 128px;
	height: 128px;
    position: absolute;
    right: 10px;
	top: -57px;
}

.codeblock::before {
	background: url(../../../images/audentio/dazzle/code-icon.png) no-repeat center center;
	top: -45px;
}

blockquote cite, 
.codeblock .title {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 0;
	padding-bottom: 8px;
	margin-top: -2px;
	padding-top: 1px;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 7px;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	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 {
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 7px;
	text-decoration: none;
	white-space: nowrap;
}

.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: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	border-radius: 2px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert  a:active  {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: white;
	background: #75C22D;
	padding: 1px 4px;
	border-radius: 2px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.14);
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, 
.pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #AFAFAF;
	background: rgb(252,252,252); /* Old browsers */  
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */  
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */  
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(238,238,238,1) 100%); /* W3C */  
	border-radius: 2px;
	padding: 5px 8px;
	box-shadow: inset 0px 1px 0px white;
	color: #777;
}

.pagination .pagination_current {
	background: #53748D url(../../../images/audentio/dazzle/thead.png)center center;
	border: 1px solid #46525F;
	font-weight: bold;
	color: white;
	padding: 5px 8px;
	border-radius: 3px;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	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 {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.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 {}
.post.classic {
	padding-top: 15px;
}

.post .post_author {
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #ccc;
	padding: 5px;
	*zoom: 1;
	background: #f5f5f5;
}

.post .post_author:before,
.post .post_author:after {
	content: " ";
	display: table; 
}

.post .post_author:after {
	clear: both;
}

.post.classic .post_author {
	border: 1px solid #ddd;
	float: left;
	width: 15%;
	margin: 0 1% 15px 0;
	border-left: 0;
	padding: 5px 1%;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	border-top: 1px dotted #ccc;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 4px;
}

.post .post_head span.post_date {
	color: #666;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
}

.post.classic .post_content {
	float: left;
	width: 79%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.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: #f5f5f5;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	overflow: hidden;
}

.post.classic .post_controls {
  border-top: 1px solid #EEE;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	border-radius: 2px;
	background: #53748D url(../../../images/audentio/dazzle/thead.png)center center;
	padding: 5px 10px;
	text-align: center;
	color: white !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	border: 1px solid #2D4763;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.13);
}

.postbit_buttons > a:hover {
	opacity: .9;
    background: #29353F;
	border: 1px solid rgb(26, 33, 41);
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.13);
}

.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: 13px;
   position: relative;
   top: 1px;
}

.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: #DB1304; }
.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:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: #1f1f1f;
	color: #fff;
	display: inline-block;
	margin: 2px 2px 6px 2px;
	border: 1px solid #000;
    border-radius: 3px;
	padding: 7px 15px;
	text-align: center;
	font-size: 13px;
}

a.button:hover {
  opacity: .9;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	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: "\f123"; }
a.button.add_buddy_button span:before { content: "\f007"; }
a.button.remove_buddy_button span:before { content: "\f00d"; }
a.button.add_ignore_button span:before {content: "\f1f6"; }
a.button.remove_ignore_button span:before {content: "\f0f3"; }
a.button.report_user_button span:before {content: "\f0a1"; }

.theme {
	float: right;
	margin-right: 15px;
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

i[class^="a-icon-"],
i[class*=" a-icon-"] {
	background: url(../../../images/audentio/dazzle/icon-sprite.png);
	display: inline-block;
	width:16px;
	height: 16px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.index_boardstats {
	border-radius:0;
	border-top:1px solid #ddd;
}

/* EasyTabs */
#tab-container .tborder {
    border: 1px solid #ddd;
    border-radius: 0;
    border-bottom: 0;
}

#tab-container .tborder td {
    font-size: 11px;
    padding: 10px 20px;
    line-height: 2;
}

#tab-container > div {
    clear: both;
    background: white;
    border: 1px solid #ddd;
    padding: 10px;
    position: relative;
    top: -1px;
}

#tab-container ul.etabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#tab-container ul.etabs li {
    float: left;
}

#tab-container ul.etabs li a {
    display: block;
    font-size: 11px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 15px;
    margin-right: -1px;
    text-transform: uppercase;
    font-weight: bold;
    color: #999;
    border-bottom: 0;
    height: 40px;
    line-height: 40px;
}

#tab-container ul.etabs li a i {
    font-weight: normal;
    font-size: 14px;
    position: relative;
    top: 1px;
}

#tab-container ul.etabs li a.active {
    position: relative;
    bottom: 0px;
    z-index: 2;
    color: #444;
    background: white !important;
}

#tab-container ul.etabs li a:hover {
    background: #fcfcfc;
    color: #333;
}

/* UserLink HoverBox*/
#audentio-hoverbox {
	display: none;
	z-index: 999;
	min-width: 160px;
	position: absolute;
	padding-top: 15px;
	top: 5px;
}

#audentio-hoverbox::before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	position: absolute;
	border-bottom: 5px solid rgb(54, 54, 54);
	top: 10px;
	left: 12px;
}

#audentio-hoverbox-inner {
    background: url(../../../images/audentio/dazzle/trans/black8.png);
    padding: 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.31);
    border-bottom: 0;
    padding: 4px;
    border-radius: 2px;
}

#audentio-hoverbox a {
    display: block;
    background: white;
    color: rgb(136, 136, 136);
    border-bottom: 1px solid #aaa;
    padding: 8px;
    font-size: 11px;
	z-index: 9999;
    text-align: left;
    text-shadow: none !important;
}

#audentio-hoverbox > a:last-child {
border-bottom:0;
}

#audentio-hoverbox a:hover {
    background: #fafafa;
    color: #333;
}

/* Page specific */
#page-memberprofile .member-info-box {
	border-top: 1px solid #ddd;
	padding: 10px;
	border-radius: 2px;
	background: white;
	line-height: 20px;
}

#usercppms_e  tr:first-child td, 
#usercpprofile_e  tr:first-child td, 
#usercpmisc_e  tr:first-child td { 
	border-top:1px solid #ddd; 
}

#usercppms_e  tr:last-child td, 
#usercpprofile_e  tr:last-child td { 
	border-bottom:1px solid #ddd; 
}

#posts .tborder {
    margin-top: 5px;
	border-radius: 0;
    border-top: 1px solid #ddd !important;
}

#posts > .tborder:last-child {
    margin-bottom: 10px;
}

.thead.round { border-radius: 3px; }
.tborder.post { margin-top:10px !important; }

#posts td.author-info {
    background: #fafafa;
    border-right: 1px solid #ddd;
    vertical-align: top;
    width: 19%;
    padding-left: 20px;
}

#posts td.message {
    background: white;
    padding: 0px;
    vertical-align: top;
}

#posts div.postmeta {
    padding: 10px;
    background: #FAFAFA url(../../../images/audentio/dazzle/highlight.png) repeat-x top;
    border-bottom: 1px solid #ddd;
}

.postmeta .posttime { color:#999; }

#posts td.postcontrols{
    background: #fafafa;
    padding: 10px;
}

#index-page .navigation{
	display:none;
}




/** jGrowl Start **/

/** 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;
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	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: #000;
	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: .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: lightgreen;
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
    background: yellow;
    border: 1px solid yellow;
	color: #333;
}

/** 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 {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	border-radius: 8px;
}

/** 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%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #fff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eee;
	border-radius: 6px;
	padding: 7px;
}

div.jqi .jqicontainer{}

div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbb;
	font-weight: bold;
}

div.jqi .jqistate{
	background-color: #fff;
}

div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eee;
}

div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444;
	overflow: auto;
}

div.jqi .jqibuttonshide{
	display: none;
}

div.jqi .jqibuttons{
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button{
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}

div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}

div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}

.jqiwarning .jqi .jqibuttons{
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
}

div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eee;
	border-top: none;
	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: #fff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #fff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #fff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #fff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #fff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #fff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #fff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #fff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #fff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #fff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #fff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #fff; }

/** Impromptu End */

		