@import url(../../../images/kodi/fonts/fonts.css); /* Prepare web-fonts */
body {
	background: rgb(245, 245, 245) url(../../../images_muzykuj/bg.jpg); /* images/kodi/body.jpg */
	text-align: center;
	line-height: 1.4;
	margin: 0;
	
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
}

a:link, a:visited {
	color: #5f8200;
	text-decoration: none;
}

a:hover, a:active {
	color: #CC4444;
	text-decoration: underline;
}

#container {
	
	/*background: #EEE;*/
	margin: auto auto;
	padding: 0;
	text-align: left;
	overflow: visible;
	position: relative;
}

#content {
	background-color: #eee;
	width: auto !important;
	color: #666;
	padding: 30px;
	margin-top: -18px;
	padding-top: 10px;
}

#header {
	background: transparent url(../../../images_muzykuj/bg_header.png) center top no-repeat;
	color: #CCC;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	position: relative;
	z-index: 3;
}

#header a h2 {
	display: block;
	text-indent: -9999px;
	width: 455px;
	height: 54px;
	float: left;
	margin: 20px 0 20px 30px;
	background: transparent url(../../../images_muzykuj/logo.png) no-repeat;
}

/*
#header a h2, #header a:visited h2 {
	margin: 0 0 -5px 0;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,.5) 1px 1px 2px;
	padding: 25px 30px 20px 30px;
	float: left;
	color: #EEE;	
	font-family: BebasNeueRegular, Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
}

*/

#header a:hover, #header a:active {
        text-decoration: none;
}

#quick_login a.forumbutton {
	float: right;
	margin: 0 0 0 20px;
}

#panel form {
        margin: -5px 0 -25px 0;
}

#panel {
	color: #AAA;
	padding: 35px 50px 35px 50px;
	float: right;
        height: 32px;
	position: relative;
	font-size: 11px;
}

#panel a:link, #panel a:visited {
      color: #EEE;
}

#panel a:hover, #panel a:active {
      text-decoration: underline;
}

.panel_tip {
        background: black;
	background: rgba(0,0,0,.5) url(../../../images/kodi/sw_grad.png);
	color: #EEE;
	display: none;
	text-shadow: rgba(0,0,0,.5) 1px 1px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 48px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	position: relative;
	z-index: 4;
	
	font-size: 10px;
}

.panel_tip a, .panel_tip a:visited {
	color: #EEE;
	height: 14px;
	padding: 5px 8px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	text-decoration: none;
}

.panel_tip a:hover, .panel_tip a:active {
	background: rgba(0,0,0,.2);
	text-decoration: none;
}

.panel_tip span {
	color: #AAA;
	border-left: 1px solid white;
	border-right: 1px solid black;
	display: inline-block;
}

#panel .remember_me {
	vertical-align: middle;
        display: block;
}

#log_reg {
        float: right;
        margin-top: -16px;
}

#panel .panel_icon {
	width: 32px;
	height: 32px;
	margin: 0 0 0 20px;
	display: block;
	float: right;
}

#panel a#pm {
        background: url(../../../images/kodi/pm.png);
}

#panel a:hover#pm {
        background: url(../../../images/kodi/pm_hov.png);
}

#panel a#usercp {
	background: url(../../../images/kodi/usercp.png);
}

#panel a:hover#usercp {
	background: url(../../../images/kodi/usercp_hov.png);
}

#panel a#calendar {
	background: url(../../../images/kodi/calendar.png);
}

#panel a:hover#calendar {
	background: url(../../../images/kodi/calendar_hov.png);
}

#panel a#search {
	background: url(../../../images/kodi/search.png);
}

#panel a:hover#search {
	background: url(../../../images/kodi/search_hov.png);
}

#panel a#posts_icon {
background: url(../../../images/kodi/posts.png);
}

#panel a:hover#posts_icon {
background: url(../../../images/kodi/posts_hov.png);
}

#identity {
        display: none; //Changed by JS in footer
}

#identity a {
	background: rgb(240,240,240);
	padding: 4px 6px 3px 4px;
	position: absolute;
	z-index: 2;
	right: 30px;
	border: 2px solid #CCC;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

#identity .ident_icon {
	width: 32px;
	height: 32px;
	display: block;
	margin: 3px 0;
}

#identity a img#avatar {
	max-height: 20px;
	max-width: 20px;
	float: left;
	margin-right: 6px;
	opacity: .6;
}

#identity a:hover img#avatar, #identity a:active img#avatar {
	opacity: 1;
}

#identity a:hover, #identity a:active {
	background: rgb(250,250,250);
	border-color: #CCC;
	
	text-decoration: none;
}

#identity a span {
	color: #AAA;
	display: inline-block;
	margin-top: 1px;	
	font-family: Georgia, serif;
	font-style: italic;
}

#identity a:hover span, #identity a:active span {
	color: #777;
}

table {
}

.tborder {
	background: rgb(250,250,250);
	width: 100%;
	margin: auto auto;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}

.tborder td {
        padding: 10px 15px;
}

#posts .tborder {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.thead {
	background: #333 url(../../../images/kodi/sw_grad.png) repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.thead, .thead strong {
	color: #EEE;
	line-height: 18px;
	
	font-family: Arial, sans-serif;
	/*
	font-family: BebasNeueRegular, Impact, Helvetica, Arial, sans-serif;
	*/
	font-size: 18px;
	font-weight: normal;
}

.thead a:link, .thead a:visited {
	color: #EEE;
	text-decoration: none;
}

.thead strong, .thead strong a:link, .thead strong a:visited {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.thead .smalltext, .thead .smalltext strong, .thead .smalltext a:link, .thead .smalltext a:visited, .thead .float_right, .thead .float_right a:link, .thead .float_right a:visited {
	color: #EEE;
	text-shadow: none;
	letter-spacing: 0;	
	font-family: Georgia, serif;;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.thead a:hover, .thead a:active {
	text-decoration: underline;
}

.tcat {
	background: rgb(245,245,245);
	color: #555;
	border-bottom: 1px solid #EEE;
}

.tcat a:link {
	color: #555;
}

.tcat a:visited {
	color: #555;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.trow1 {
	background: #f5f5f5;
        border-bottom: 1px solid #EEE;
}

.user_info {
	width: 150px;
	border-right: 1px solid #EEE;
}

.trow2 {
        border-bottom: 1px solid #EEE;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFEEEE;
}

.trow_sep {
	background: rgb(245,245,245);
	color: #555;
	border-bottom: 1px solid #EEE;
}

.tfoot {
	background: rgb(245,245,245);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tfoot a:link {
	text-decoration: none;
	margin: 0 5px;
}

.tfoot a:visited {
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	text-decoration: underline;
}

.bottommenu {
	background: #333 url(../../../images/kodi/sw_grad.png) repeat-x;
	color: #DDD;
	margin: auto auto;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.bottommenu a {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	margin: 0 10px;
}

.bottommenu .float_right {
	margin-top: -7px;
}

.navigation {
	background: rgb(230,230,230) url(../../../images/kodi/gloss.png) repeat-x;
	color: #999;
	border: 1px solid #CCC;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0 175px 15px 0;
	display: inline-block;
	position: relative;
	top: -10px;
	padding: 0 5px;
	text-shadow: 1px 1px 0 white;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	font-size: 11px;
}

.navigation a:link, .navigation a:visited {
	color: #AAA;
	margin: 5px;
	display: inline-block;
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	color: #888;
	text-decoration: underline;
}

.navigation .active {
	margin: 5px;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
}

.smalltext {
	font-size: 12px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

.largetext_2 {
	font-size: 14px;
}

input.button {
	background: #DDD url(../../../images/kodi/gloss.png) 0 0 repeat-x;
	border: 1px solid #BBB;
	text-shadow: 1px 1px 0 white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #BBB;
	padding: 5px;
	height: 14px;
}

#panel input.textbox {
	background: #666;
        margin-right: 5px;
	color: white;
	border: 1px solid #888;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}

#panel input:focus {
        outline: none;
        border-color: #DDD;
	box-shadow: 0px 0px 5px white;
	-webkit-box-shadow: 0px 0px 5px white;
	-moz-box-shadow: 0px 0px 5px white;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #BBB;
	padding: 3px;
	line-height: 1.4;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #BBB;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #BBB;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	width: 1%;
	display: none;
	float: none;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	background: rgba(0,0,0,.05);
	width: auto;
	float: right;
	vertical-align: middle;
	margin-top: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #999;
	color: #999;
	height: 1px;
	border: 0px;
}

#copyright {
	color: #999;
	font: 11px;
	margin: 0;
	padding: 25px 45px;
	border-top: 1px solid #DDD;
	
	font-size: 11px;
}

#copyright a:link, #copyright a:visited {
	color: #fff;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	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_minioffclose {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #C44;
	color: #DDD;
	padding: 0 3px;
	border: 2px solid #CCC;
	float: right;
	position: absolute;
	right: 45px;
	top: 35px;
	line-height: 11px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	z-index: 5;
	
	font-size: 8px;
}

a.pm_alert {
	color: #DDD;
	text-decoration: none;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

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.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
        display: none; /* OPTIONAL */
}

.pagination .pagination_current, .pagination a {
	padding: 4px 6px;
	margin-bottom: 3px;
	background: rgb(230,230,230) url(../../../images/kodi/gloss.png) repeat-x;
	color: #999;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-bottom-radius: 3px;
	text-shadow: 1px 1px 0 white;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}

.pagination .pagination_current {
	background: rgb(200,200,200) url(../../../images/kodi/gloss.png) repeat-x;
	color: black;
        font-weight: bold;
	text-decoration: none;
}

.pagination a:hover {
	background: rgb(215,215,215) url(../../../images/kodi/gloss.png) repeat-x;
	color: black;
	text-decoration: none;
}

.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: 8px;
}

.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;
}

.post_body {
	padding: 5px;
}

.post_content {
	vertical-align: top;
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

.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;
}

.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.depth1 .trow1 strong a,  .depth1 .trow2 strong a {
	font-size: 14px;
}

.logout_tip a, .logout_tip a:visited {
	background: #999;
	color: white;
	text-transform: uppercase;
	z-index: 0;
	display: inline-block;
	padding: 10px 12px 7px 6px;
	height: 10px;
	margin-right: -15px;
	border: 2px solid #888;
	border-right: none;
	border-top: none;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	overflow: hidden;
	text-decoration: none;
	font-size: 8px;
}

.logout_tip a:hover {
  	background: #888;
	border-color: #777;
}

.logout_tip a:active {
	background: #888;
	border-color: #777;
}

.depth1 .trow1 strong a,  .depth1 .trow2 strong a {
      font-size: 14px;
}

.count {
	width: 75px;
	color: #444;
	padding-top: 15px;
        text-shadow: 1px 1px 0px white, 0 0 3px rgba(0,0,0,.3);
	font-size: 18px;
}

.count strong {
	color: #BBB;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	text-shadow: 1px 1px 0px white, 0 0 5px rgba(0,0,0,.2);
}

.lastpost {
        width: 175px;
}

.lastpost a, .lastpost a:visited {
}

span.sep, span.asep {
	display: inline-block;
	border-left: 1px solid #EEE;
	border-right: 1px solid #DDD;
	height: 28px;
	margin-bottom: -10px;
}

.author a {
        margin-left: 15px;
        color: #AAA;
}

#spinner {
        background: rgb(100,100,100) !important;
        background-color: rgba(0,0,0,.7) !important;
        border: none !important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
	color: white !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

fieldset,
fieldset.trow1,
fieldset.trow2 {
	background: rgb(245,245,245);
	border: 1px solid #DDD;
 	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

#prelaod {
      display: none;
}

.popup_menu {
	background: rgb(250,250,250);
        border: 1px solid rgb(230,230,230);
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}

.popup_menu .popup_item {
}

.popup_menu .popup_item:hover {
	background: rgb(240,240,240);
}

/* Butttons */
.forumbutton, a.forumbutton, a.forumbutton:link, a.forumbutton:visited, input.button {
	background: rgb(230,230,230) url(../../../images/kodi/gloss.png) repeat-x;
	color: rgb(125,125,125);
	padding: 6px 10px 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px white;
	border: solid 1px rgb(200,200,200);
	float: left;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#panel a.forumbutton, #panel a.forumbutton:link, #panel a.forumbutton:visited, #panel input.button {
	background: rgb(100,100,100) url(../../../images/kodi/sw_grad.png) repeat-x;
	color: #DCFE69;
	padding: 5px 8px 4px;
	margin-top: 4px;
	border: 1px solid #DCFE69;
	text-shadow: 1px 1px 0px black;
	cursor: pointer;
}

#panel a.forumbutton:hover, #panel a.forumbutton:hover, #panel a.forumbutton:hover, #panel input.button:hover {
	color: white;
	background-color: rgb(125,125,125);
    text-decoration: none;
	border: 1px solid #aaa;
}

#panel a.forumbutton:active, #panel a.forumbutton:active, #panel a.forumbutton:active, #panel input.button:active {
	color: white;
	background-color: rgb(75,75,75);
        text-decoration: none;
}

input.button {
        float: none;
       	height: 26px;
        overflow: hidden;
}

form {
        vertical-align: middle;
}

.post_management_buttons a.forumbutton, .author_buttons a.forumbutton {
	padding: 3px 5px;
}

a.forumbutton:hover, input.button:hover, a.logout:hover {
	background: rgb(215,215,215) url(../../../images/kodi/gloss.png) repeat-x;
	color: black;
	cursor: pointer;
}

a.forumbutton:active, input.button:active, a.logout:active {
	background: rgb(200,200,200) url(../../../images/kodi/gloss.png) repeat-x;
	color: black;
}

a.quickreply {
	background: rgb(200,200,200) url(../../../images/kodi/gloss.png) repeat-x !important; 
	color: black !important;
        text-decoration: none !important;
}

.closed {
	color: red;
	background: rgb(250,200,200) url(../../../images/kodi/gloss.png) repeat-x;
	border: 1px solid red;
	cursor: default;
	padding: 5px 9px;
}

a.forumbutton {
	font-size: 12px;
}

/* END BUTTONS */
		
		
.smilies_in_form td {
	padding: 8px;
}

a#btn_back_to_portal {
	position: absolute;
	top: 0px;
	left: 50%;
	display: block;
	width: 282px;
	height: 25px;
	margin-left: -141px;
	background: transparent url(../../../images_muzykuj/forum_btn_back.png) no-repeat;
}

a#btn_back_to_portal:hover {
	background-position: 0 -25px;
}

.forum_status {
	height: 30px;
	width: 30px;
	background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -30px;
}

.forum_offclose {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}

.post_content .signature {
        vertical-align: bottom;
        clear: both;
        border-top: 1px solid #eee;
	padding: 5px;
}

/** 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: 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;
	-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;
}

.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;
}

/** 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%;
	font-family: Verdana, Geneva, Arial, Helvetica, 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: #444444;
	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: #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;
	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 */