blockquote {
	background: #1b1b1b;
	border-left: 3px solid #e79100;
	padding: 10px;
	border-radius: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #2f2f2f;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #D2D2D2;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

html, body {
	margin: 0;
	padding: 0;
	background: #0d0d0d;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 300;
	color: #D2D2D2;
	background-size: cover;
}

a, input, textarea, button, .button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

a:link, a:visited {
	color: #D2D2D2;
	text-decoration: none;
}

a:hover, a:active {
	color: #D2D2D2;
	text-decoration: none;
}

input, textarea {
	padding: 10px 15px;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	color: #D2D2D2;
}

button, .button {
	background: #348e1d;
	padding: 9px 16px;
	border-radius: 3px;
	font-family: 'Arial', sans-serif;
	font-size: 14px;border: none;
	color: #fff;
	cursor: pointer;
}

button:hover, button:focus, .button:hover, .button:focus {
	background: #636468;
	outline: 0;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.green {
	background:#348e1d;
}

.blue {
	background: #224e91;
}

.yellow {
	background: #f0b400
}

.shodow {
	border-radius: 4px;
}

.border-bottom {
	border-bottom: solid 1px #1c1c1c;
}

.main-conteiner {
	width: 85%;
	min-width: 960px;
	margin: 0 auto;
}

.conteiner {
	width: 80%;
	padding: 10px 0px;
	min-width: 960px;
	margin: 0 auto;
}

.main-body {
	background: url(../../../images/Darkness/bg-head.png) 50%;
	background-size: cover;
	height: 270px;
}

.main-header {
	background-color: #080808;
	height: 60px;
	font-family: 'Arial', sans-serif;
	border-bottom: 1px solid #131313;
	border-top: 1px solid #131313;
} 

.main-body-menu {
	background-color: #0d3470;
	height: 54px;
	border-radius: 4px;
	padding-inline-start: 40px;
}

.main-menu {
	font-size: 13px;
	text-transform: uppercase;
}

.main-menu>ul i {
	background: #224e91;
	line-height: 54px;
	text-align: center;
	margin-left: -40px;
	width: 54px;
	border-radius: 4px 0px 0px 4px;
	float: left;
	font-size: 20px;
	color: #fff;
	box-shadow:0 0 6px rgba(0,0,0,0.5);
}

.main-menu>ul>li {
	display: block;
	float: left;
	position: relative;
	margin: 0px;
	height: 54px;
}

.main-menu>ul>li>a:link, .main-menu>ul>li>a:visited {
	display: block;
	float: left;
	padding: 0px 15px;
	color: #fff;
	font-weight: 500;
	line-height: 54px;
}

.main-menu>ul>li>a i, .main-menu>ul>li>a i {
	font-size: 17px;
}

.main-menu>ul>li>a:hover, .main-menu>ul>li>a:active {
	background: rgba(0,0,0,0.3);
}

.main-menu>ul>li>ul {
	position: absolute;
	display: none;
	top: 50px;
	left: -60px;
	width: 200px;
	background: #131313;
	z-index: 9997;
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	padding: 5px;
}

.main-menu>ul>li>ul::before {
	width: 0;
	height: 0;
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #131313;
	content: '';
	position: absolute;
	top: -10px;
	left: 80px;
}

.main-menu>ul>li>ul>li>a {
	display: block;
	padding: 5px 0;
}

.main-menu>ul>li>ul>li {
	display: block;
}

.main-menu>ul>li>ul>li>a:link, .main-menu>ul>li>ul>li>a:visited {
	display: block;
	color: #a6a6a6;
	padding: 8px 10px;
	font-size: 14px;
}

.main-menu>ul>li>ul>li>a:hover, .main-menu>ul>li>ul>li>a:active {
	color: #ff6c00;
}

.user-log {
	margin-top: 9px;
}

.user-log-panel {
	float: right;
}

.user-log>ul>li {
	display: block;
	float: left;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
}

.user-log>ul>li>a:link, .user-log>ul>li>a:visited {
	display: block;
	float: left;
	padding: 12px 20px;
	color: #D2D2D2;
	font-weight: 500;
	border-radius: 4px;
}

.user-log>ul>li>a:hover, .user-log>ul>li>a:active {
	background: rgba(0,0,0,0.3);
}

.welcomeblock {
	line-height: 60px;
	color:#D2D2D2;
	font-size: 13px;
}

.welcomeblock span {
	color:#ff6c00;
}

#login-modal {
	display: none;
	position: absolute;
	background: #131313;
	height: 255px;
	width: 270px;
	margin-top: 50px;
	border:1px solid rgba(0,0,0,0.1);
	z-index: 9999;
	border-radius: 4px;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}

#login-modal::before {
	width: 0;
	height: 0;
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #131313;
	content: '';
	position: absolute;
	top: -10px;
	left: 45px;
}

#login-modal h1 {
	padding-top: 13px;
	font-size: 17px;
	font-family: 'Arial', sans-serif;
	font-weight: 100;
}

#login-modal i {
	background: #224e91;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 3px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #D2D2D2;
	float: left;
	margin: 10px;
	border-radius: 3px;
}

#login-modal .input-wraper {
	position: relative;
	margin: 10px;
}

#login-modal .input-wraper .txt-icon {
	position: absolute;
	font-size: 14px;
	top: 14px;
	left: 15px;
}

#login-modal .input-wraper input.txt-field {
	width: 218px;
	padding-left: 15px;
	border: 1px solid #2e2e2e;
	background: #2e2e2e;
}

#login-modal button {
	width: 100%;
	background: #224e91;
}

#login-modal button:hover {
	width: 100%;
	background: #1c5d8f;
}

#login-modal .checkbox {
	margin: 10px 0px;
}

#login-modal .checkbox p {
	margin-left: 16px;
}

#login-modal ul.login-menu {
	margin: 5px 10px;
	text-align: center;
}

#login-modal ul.login-menu li {
	display: block;
	margin-top: 5px;
}

#login-modal ul.login-menu li a {
	background: none!important;
}

.dropit {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dropit .dropit-trigger {
	position: relative;
	font-size: 17px;
	line-height: 60px;
	margin-left: 10px;
}

.dropit .dropit-trigger a {
	color: #D2D2D2;
}

.dropit .dropit-trigger i {
	color: #D2D2D2;
}

.dropit .dropit-submenu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.dropit .dropit-open .dropit-submenu {
	display: block;
}

.user-drop {
	width: 250px;
}

.user-drop .user-info img {
	border-radius: 90px;
	height: 40px;
	width: 40px;
	margin-top: 10px;
	float: left;
	background: #0d3470;
	border: 2px solid #0d3470;
}

.user-panel ul {
	display: none;
} 

.user-panel ul.dropit-submenu {
	background: #131313;
	padding: 5px 0px;
	width: 250px;
	margin-top: 0px;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	padding: 5px;
}

.user-panel ul.dropit-submenu ::before {
	width: 0;
	height: 0;
	display: block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #131313;
	content: '';
	position: absolute;
	top: -10px;
	left: 80%;
}

.user-panel ul.dropit-submenu h2 {
	background:#1c1c1c;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	font-weight: 100;
	color: #D2D2D2;
}

.user-panel ul.dropit-submenu a {
	display: block;
	font-size: 15px;
	line-height: 40px;
	color: #D2D2D2;
	padding: 0 5px;
}

.user-panel ul.dropit-submenu a:hover {
	background: rgba(0,0,0,0.1);
	color: #D2D2D2;
	text-decoration: none;
}

.logo {
	margin-left: -85px;
	width: 400px;
	height: 200px;
}

.logo h1 {
	text-indent: -999em;
}

.logo a {
	display: block;
	width: 100%;
	height: 200px;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button, #search input.textbox {
	border-color: #000;
}

#search input.button {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

.forums {
	width: 75%;
}
.forums-content {
	padding: 20px;
	background: #fff;
	border-radius: 3px;
}

.main-aside {
	width: 24%;
}

.footer {
	background: url(../../../images/Darkness/bg-head.png) 50%;
	background-size: cover;
	height: 200px;
}

.footer-menu {
	background-color: #080808;
	height: 60px;
	font-family: 'Arial', sans-serif;
	border-bottom: 1px solid #131313;
	border-top: 1px solid #131313;
} 

.footer-menu .links {
	float: right;
	line-height: 60px;
}

.footer-menu .links a {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 300;
	color: inherit;
	text-transform: uppercase;
}

.footer-menu .links a:hover {
	color: #ff6c00;
}

.footer-top {
	margin-top: 50px;
	text-align: center;
}

.footer-top a {
	display: inline-block;
	padding: 10px 11px 12px;
	background:rgba(255,255,255,0.1);
	border-radius: 5px;
	color: #D2D2D2;
	transition: all 0.2s;
}

.footer-top a:hover, footer .top a:focus {
	color: #EEE;
}

.footer-mybb {
	margin-top: -35px;
	font-size: 13px;
	color: #D2D2D2;
}

.footer-coding {
	margin-top: -65px;
	font-size: 13px;
	color: #D2D2D2;
	text-align:right;
}

.footer-mybb a, .footer-coding a {
	color: #D2D2D2;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
	height: 50px;
	width: 50px;
	font-size: 35px;
	text-align: center;
}

.forum_status i {
	display: inline-block;
	line-height: 50px;
}

.forum_on {
	color: #348e1d;
}

.forum_off, .forum_offlock, .forum_offlink {
	color: #D2D2D2;
}

.forum_off i {
	opacity: .4;
}

.forum_offlock i:before {
	content: "\f023";
}

.forum_offlink i:before {
	content: "\f0c1";
}

.tborder-name{
	margin-left: 50px;
	line-height: 38px;
}

.color-theme {
	color:#3f3f3f;
	font-size: 13px;
}

.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: #0d0d0d;
	 font-size: 13px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.tborder {
	background: #121212;
	padding:6px;
	border-radius: 4px;
	width: 100%;
	margin: auto auto;
	font-family: 'Arial', sans-serif;
	border: 1px solid #131313;
}

.thead {
	position: relative;
	height: 38px;
	line-height: 38px;
	padding: 0 4px 0  4px;
	color: #D2D2D2;
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 3px;
}

.thead a:link {
	color: #D2D2D2;
	text-decoration: none;
}

.thead a:visited {
	color: #D2D2D2;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #D2D2D2;
	text-decoration: none;
}

.cat-icon {
	width: 40px;
	height: 40px;
	background: #224e91;
	border-radius: 4px;
	margin-right: 10px;
	box-shadow:0 0 6px rgba(0,0,0,0.5);
	margin-left: -4px;
}

.cat-icon i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.cat-icon::before {
	font-size: 16px;
	color: #fff;
	font-family: "FontAwesome";
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}

a.cat-link {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
}

.expcolimage {
	float: right;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-right: -4px;
}

.expcolimage:hover {
	background: rgba(0,0,0,0.3);
}

.expcolimage img {
	padding:12px 0px;
}

.tcat {
	color: #fff;
	border-top: 1px solid #191919;
	border-bottom: 1px solid #191919;
	padding: 6px;
	font-size: 12px;
	text-transform: uppercase;
}

.tcat a:link {
	color: #fff;
}

.tcat a:visited {
	color: #fff;
}

.tcat a:hover, .tcat a:active {
	color: #fff;
}

.trow1 {
	padding: 10px ;
	border-bottom: 1px solid #191919;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	line-height: 1.3;
	color: #D2D2D2;
}

.trow2 {
	padding: 10px;
	border-bottom: 1px solid #191919;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	line-height: 1.3;
	color: #D2D2D2;
}

.trow_shaded {
	color: #D2D2D2;
}

.no_bottom_border {
	border-bottom: 0;
}

.author_statistics {
  font-size: 12px;
  text-align: left;
  margin: 5px auto 0 auto;
  width: 100%;
}

.author_statistics>div {
	height: 20px;
	background: #222;
	color: #D2D2D2;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
	margin: 4px 0px;
}

.author_statistics i {
	background: #224e91;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: inherit;
	font-size: 12px;
	text-align: center;
	margin-right: 4px;
	margin-right: 10px;
	float: left;
	text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.author_statistics>div:hover {
	background: #;
}

.author_statistics>div span {
	background: #2b2b2b;
	float: right;
	height: 20px;
	min-width: 10px;
	padding: 0 5px;
	text-align: center;
	color: #D2D2D2;
	font-weight: 200;
}

.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 {
	color: #333;
	border-right-color: #191919;
	border-bottom-color: #191919;
}

.trow_selected a:link, .trow_selected a:visited, .trow_selected a:hover, .trow_selected a:active {
	color: #D2D2D2;
}

.trow_sep{
	color: #D2D2D2;
	border-bottom: 1px solid #191919;
	padding: 6px;
	font-size: 12px;
	text-transform: uppercase;
}

.tfoot {
	padding: 6px;
	background: #191919;
	color: #D2D2D2;
}

.tfoot a:link {
	color: #444;
	text-decoration: none;
}

.tfoot a:visited {
	color: #444;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #444;
	text-decoration: underline;
}

.thead input.textbox, .thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	color: #333;
	font-size: 12px;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: underline;
}

.navigation .active {
	color: #333;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
	color: #D2D2D2;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #191919;
	margin: 0;
}

fieldset.trow1, fieldset.trow2 {
	border-color: #191919;
}

fieldset.align_right {
	text-align: left;
}

input.textbox {
	background: #2a2a2a;
	color: #D2D2D2;
	border: 3px solid rgba(0,0,0,0.3);
	padding: 5px;
	outline: 0;
	font-size: 13px;
	font-family: Arial, Sans-Serif;
}

textarea {
	background: #2a2a2a;
	color: #D2D2D2;
	border: 3px solid rgba(0,0,0,0.3);
	padding: 5px;
	line-height: 1.4;
	outline: 0;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #2a2a2a;
	padding: 5px;
	border: 3px solid rgba(0,0,0,0.3);
	outline: 0;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #D2D2D2;
}

button, input.button {
	padding: 8px;
	cursor: pointer;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	background: #0d3470;
	border: none;
	color: #fff;
	outline: 0;
}

button:hover, input.button:hover {
	background: #348e1d;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

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: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.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: #999999;
	border:1px solid #CCCCCC;
}

._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: #000000;
	color: #000000;
	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: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

.codeblock {
	background: #1b1b1b;
	border-left: 3px solid #348e1d;
	padding: 10px;
	border-radius: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #2f2f2f;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, 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 {
	background: #1b1b1b;
	border: 1px solid #191919;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #D2D2D2;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	background: #1b1b1b;
	color: #D2D2D2;
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
	background: #224e91;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #e79100;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	border-radius: 4px;
	color: #D2D2D2;
}

.pm_alert  a:link, .pm_alert  a:visited, .pm_alert  a:hover, .pm_alert  a:active {
	color: #D2D2D2;
}

.red_alert {
	background: #b83c30;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 12px;
	border-radius: 4px;
	word-wrap: break-word;
	color: #fff;
}

.red_alert a:link, .red_alert a:visited, .red_alert a:hover, .red_alert  a:active  {
	color: #D2D2D2;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border: 5px solid rgba(0,0,0,0.5);
	background: #121212;
	font-size: 12px;
}

div.error p {
	margin: 0;color: #333;
	font-weight: 100;
}

div.error p em {
	font-style: normal;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
	font-size: 15px;
}

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: 3px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #f5f5f5;
	border: 1px solid #ccc;
}

.pagination .pagination_current {
	background: none;
	color: #333;
	border: none;
	font-weight: bold;
}

.pagination a:hover {
	background: #0072BC;
	color: #D2D2D2;
	border-color: #263c30;
	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 {
	padding: 6px;
}

.thread_legend dd {
	padding-bottom: 4px;
	background: #2a2a2a;
	margin-right: 15px;
	border-radius: 4px;
	margin: 2px;
}

.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_star {
	background: #1b1b1b;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	border-radius: 4px;
}

.member-avatar  img {
	margin: 10px;
	border: 5px solid #1b1b1b;
}

.usericon-online {
	float: left;
	margin-top: -7px;
	margin-right: 5px;
	font-size: 12px;
	color: #D2D2D2;
}

.post_rang {
	background: #224e91;
	color: #fff;
	padding: 4px;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 4px;
}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	background: #1b1b1b;
	padding: 5px;
	overflow: hidden;
}

.post.classic .post_author {
	float: left;
	width: 15%;
	margin: 0 1% 15px 0;
	padding: 15px 10px;
	border-radius: 4px;
}

.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: 1px;
	border: 2px solid #0d3470;
	background: #0d3470;
	width: 100px;
	height: 100px;
	border-radius: 90px;
}

.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_head {
	font-size: 11px;
	padding:  5px 0px;
	border-bottom: 1px solid #191919;
	margin-bottom: 4px;
	font-size: 13px;
}

.post .post_head span.post_date {
	color: #D2D2D2;
}

.post .post_head span.edited_post {
	font-size: 13px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #D2D2D2;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
	color: #D2D2D2;
}

.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: #D2D2D2;
}

.post .post_meta a:hover, .post .post_meta a:active {
	color: #D2D2D2;
}

.post_controls {
	clear: both;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}

.postbit_buttons > a:link, .postbit_buttons > a:hover, .postbit_buttons > a:visited, .postbit_buttons > a:active {
	display: inline-block;
    padding: 9px;
    margin: 1px;
    font-size: 13px;
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
	border-radius: 4px;
    color: #D2D2D2;
}

.postbit_buttons > a:hover {
	border-color: #bbb;
}

a.button:link, a.button:hover, a.button:visited, a.button:active {
	background: #348e1d;
	color: #fff;
	display: inline-block;
	padding: 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #000;
	font-size: 14px;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px;
	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;
}

.bottom_usercp ul>li>a {
	background: #1b1b1b;
	width: 180px;
	color: #D2D2D2;
	display: inline-block;
	padding: 15px 10px;
	text-align: left;
	border-radius: 4px;
	margin-bottom:4px;
	font-size: 13px;
	margin-right: 5px;
}

.bottom_usercp ul>li>a i {
	font-size: 20px;
	margin-right: 10px;
}

.bottom_usercp ul>li>a:hover {
	background: #224e91;
	color: #D2D2D2;
}

.member_profile {
}

.member_generally {
	background: #121212;
	border-radius: 4px;
	padding: 10px;
	float: left;
	width: 49%;
}

.member_generally .avatar img {
	border-radius: 90px;
	border:5px solid #222;
}

.forum-stats {
}

.forum-stats h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 200;
	color: #d2d2d2;
	padding: 5px 15px 10px 15px;
}

.border-grey {
	border-bottom: dashed 1px #343434;
}

.boardstats {
	margin: 10px auto;
	text-align: center;
}

.boardstats>ul>li {
	width: 18%;
	display: block;
	float: left;
	margin: 1%;
	padding: 5px 0px;
	border-bottom: 3px solid #0d3470;
}

.boardstats>ul li.last-child {
	box-shadow: none;
}

.boardstats>ul>li p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.boardstats p.largetext {
	font-size: 24px;
	color: #D2D2D2;
	font-weight: 100;
}

.boardstats p.smalltext {
	font-size: 13px;
	color: #D2D2D2;
	text-transform: uppercase;
}

.forum-statsbox p {
	padding: 3px 15px;
}

.forum-statsbox {
	padding: 10px 0;
}

.thead_stats {
	padding: 6px 0px 5px 5px;
	font-size: 15px;
	color:#D2D2D2;
	font-weight: 200;
	text-transform: uppercase;
}

.stats_trow {
	padding: 10px 0px;
	color:#D2D2D2;
}

.stats_icon {
	background: #224e91;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-right: 10px;
	border-radius: 4px;
}

.stats_trow i {
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}

.hint, [data-hint] {
	position: relative;
	display: inline-block;
  }

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	transition-delay: 0ms;
}

.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
	  visibility: visible;
	  opacity: 1;
}

.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
}

.hint:before, [data-hint]:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	z-index: 1000001;
}

.hint:after, [data-hint]:after {
	content: attr(data-hint);
	background: #383838;
	color: white;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 13px;
	white-space: nowrap; }

.hint--top:before {
	border-top-color: #383838;
}

.hint--bottom:before {
	border-bottom-color: #383838;
}

.hint--left:before {
	border-left-color: #383838;
}

.hint--right:before {
	border-right-color: #383838;
}

.hint--top:before {
	margin-bottom: -12px;
}

.hint--top:after {
	margin-left: -18px;
}

.hint--top:before, .hint--top:after {
	bottom: 100%;
	left: 50%;
}

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--bottom:before {
	margin-top: -12px;
}

.hint--bottom:after {
	margin-left: -18px;
}

.hint--bottom:before, .hint--bottom:after {
	top: 100%;
	left: 50%;
}

.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--right:before {
	margin-left: -12px;
	margin-bottom: -6px;
}

.hint--right:after {
	margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
	left: 100%;
	bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	transform: translateX(8px);
}

.hint--left:before {
	margin-right: -12px;
	margin-bottom: -6px;
}

.hint--left:after {
	margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
	right: 100%;
	bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
	-webkit-transform: translateX(-8px);
	-moz-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hint, [data-hint] {
}

.hint:after, [data-hint]:after {
	text-shadow: 0 -1px 0px black;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--error:after {
	background-color: #b34e4d;
	text-shadow: 0 -1px 0px #592726;
}

.hint--error.hint--top:before {
	border-top-color: #b34e4d;
}

.hint--error.hint--bottom:before {
	border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
	border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
	border-right-color: #b34e4d;
}

.hint--warning:after {
	background-color: #c09854;
	text-shadow: 0 -1px 0px #6c5328;
}

.hint--warning.hint--top:before {
	border-top-color: #c09854;
}

.hint--warning.hint--bottom:before {
	border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
	border-left-color: #c09854;
}

.hint--warning.hint--right:before {
	border-right-color: #c09854;
}

.hint--info:after {
	background-color: #3986ac;
	text-shadow: 0 -1px 0px #193b4d;
}

.hint--info.hint--top:before {
	border-top-color: #3986ac;
}

.hint--info.hint--bottom:before {
	border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
	border-left-color: #3986ac;
}

.hint--info.hint--right:before {
	border-right-color: #3986ac;
}

.hint--success:after {
	background-color: #458746;
	text-shadow: 0 -1px 0px #1a321a;
}

.hint--success.hint--top:before {
	border-top-color: #458746;
}

.hint--success.hint--bottom:before {
	border-bottom-color: #458746;
}

.hint--success.hint--left:before {
	border-left-color: #458746;
}

.hint--success.hint--right:before {
	border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
	opacity: 1;
	visibility: visible;
}

.hint--always.hint--top:after, .hint--always.hint--top:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
	-webkit-transform: translateX(-8px);
	-moz-transform: translateX(-8px);
	transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
	-webkit-transform: translateX(8px);
	-moz-transform: translateX(8px);
	transform: translateX(8px);
}

.hint--rounded:after {
	border-radius: 4px;
}

.hint--no-animate:before, .hint--no-animate:after {
	-webkit-transition-duration: 0ms;
	-moz-transition-duration: 0ms;
	transition-duration: 0ms;
}

.hint--bounce:before, .hint--bounce:after {
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.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 {
	position: fixed;
	font-size: 12px;
	color: #D2D2D2;
	z-index: 9999;
}

.jGrowl.top-left {
	top:0;
	left:0;
}

.jGrowl.top-right {
	top:0;
	right:0;
}

.jGrowl.bottom-left {
	bottom:0;
	left:0;
}

.jGrowl.bottom-right {
	bottom:0;
	right:0;
}

.jGrowl.center {
	top:0;
	left: 25%;
	width: 50%;
}

.center .jGrowl-notification, .center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	width: 235px;
	background-color: #000;
	border-radius: 5px;
	font-size: 1em;
	text-align: left;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	font-family: Arial, sans-serif;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
	margin: 10px;
}

.jGrowl .jGrowl-notification .jGrowl-header {
	font-size: .85em;
	font-weight: bold;
}

.jGrowl .jGrowl-notification .jGrowl-close {
	float: right;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	z-index: 99;
}

.jGrowl .jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

@media print {
	.jGrowl display: none;
}
{  }

.modal {
	display: none;
	width: 400px;
	text-align: left;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-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 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;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

.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: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-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;
	transform: translateX(-50%) translateY(-50%);
}

.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;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** jQuery-Impromptu - v6.2.1 - 2015-05-10
* http://trentrichardson.com/Impromptu
* Copyright (c) 2015 Trent Richardson; Licensed MIT
**/

.jqifade {
	position: absolute;
	background-color: #777777;
}

iframe.jqifade {
	display:block;
	z-index:-1;
}

div.jqi {
	width: 400px;
	max-width:90%;
	font-family: Arial, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}

div.jqi .jqicontainer {
}

div.jqi .jqiclose {
	position: absolute;
	top: 4px;
	right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	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 #eeeeee;
}

div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #D2D2D2;
	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;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-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: #fff;
	font-weight: bold; 
	font-size: 12px;
}

div.jqi .jqibuttons button.jqidefaultbutton {
	color: #fff;
}

div.jqi .jqibuttons button:hover, div.jqi .jqibuttons button:focus {
	color: #fff;
	outline: none;
}

div.jqi .jqibuttons button[disabled] {
	color: #fff;
}

.jqiwarning .jqi .jqibuttons {
	background-color: #b95656;
}

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;
}

.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;
}

		
		