html {
  background: #000000 url(../../../images/bg.jpg) no-repeat top;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	/*background: #000000 url(../../../images/bg.jpg) no-repeat top;*/
	color: #f5f5f5;
	/*background-attachment: fixed;*/
	text-align: center;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
	font-family: Tahoma, Verdana;
	font-size: 13px;
}

.logo {
	height: 130px;
        padding: 10px;
}

a:link {
	color: #fff;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:active {
	color: #E11D00;
}

#container {
	width: 1000px;
	color: #ffffff;
	text-align: left;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

.menu ul {
	background: url(../../../images/bg-menu.png) repeat-x;
	color: #ffffff;
	padding: 0px;
	text-align: center;
	padding: 4px;
	height: 45px;
	
	font-weight: bold;
}

.menu ul a:link {
      
        color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #4874a3;
	text-decoration: none;
}

table {
        color: #eeeeee;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.tbordernw {
	background: url(../../../images/bg-px.png);
	margin: auto auto;
	padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    vertical-align: top;
}

.tbordernwb {
	background: url(../../../images/bg-px-blue.png);
	margin: auto auto;
	padding: 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius: 10px;
}

.tbordernwbtop {
	background: url(../../../images/bg-px-blue.png);
	margin: auto auto;
	padding: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tbordernww {
	background: url(../../../images/bg-chat.png);
	margin: auto auto;
	padding: 5px;
	border: 1px solid #404040;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius: 10px;
}

.tborder {
	background: url(../../../images/bg-px.png);
            width: 100%;
	margin: auto auto;
	padding: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
}

.tbordertop {
	background: url(../../../images/bg-px.png);
	margin: auto auto;
	padding: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tbordertopr {
	background: url(../../../images/bg-px.png);
	margin: auto auto;
	padding: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.tbordertopl {
	background: url(../../../images/bg-px.png);
	margin: auto auto;
	padding: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.tbordermid {
	background: url(../../../images/bg-px.png);
	margin: auto auto;
	padding: 10px;
}

.tborderr {
	background: url(../../../images/bg-px.png);
	margin: auto auto;
	padding: 10px;
            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-right-radius: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomright: 10px;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
}

.tborderl {
	background: url(../../../images/bg-px.png);
	margin: auto auto;
	padding: 10px;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
}

.tborderbot {
	background: url(../../../images/bg-px.png);
	margin: auto auto;
	padding: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tborderbotl {
	background: url(../../../images/bg-px.png);
	margin: auto auto;
	padding: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.tborderbotr {
	background: url(../../../images/bg-px.png);
	margin: auto auto;
	padding: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.thead {
	color: #ffffff;
        font-size: 15px;
        text-decoration: bold;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
        color: #ffffff;
	font-size: 12px;
}

.tcat a:link {
	color: #ffffff;
}

.tcat a:visited {
	color: #ffffff;
}

.tcat a:hover, .tcat a:active {
	color: #ffffff;
}

.trow1 {
}

.trow2 {
}

.trow_shaded {
}

.trow_selected td {
}

.trow_sep {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	color: #ffffff;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.bottommenu {
	background: #efefef;
	color: #ffffff;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	color: #dadada;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:link {
            color: #efefef;
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: underline;
}

.navigation .active {
	color: #ffffff;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

textarea {
        color: #000000;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

select {
	background: #ffffff;
	border: 1px solid #0f5c8e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #0f5c8e;
}

.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 {
	display: none;
	float: none;
	width: 1%;
}

.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;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #ffffff;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #0b0b0b;
	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-color: #000000;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	background-color: #000000;
	overflow: auto;
	height: auto;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.code_body {
background-color: #000000;
color: #ffffff;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.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: 3px;
}

.pm_alert {
	background: url(../../../images/bg-px.png);
	border: 1px solid #ff2424;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border: 2px dotted #f00000;
	background: url(../../../images/bg-px.png);
	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: 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 {
        background: url(../../../images/bg-px.png);
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background: url(../../../images/bg-px-blue.png);	
        border: 1px solid #81A2C4;
	font-weight: bold;
}

.pagination a:hover {
	background: #F5F5F5;
	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;
}

.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 {
	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;
}

.nagroda {
            background: url(../../../images/nagrody/bg-nagroda.jpg) no-repeat 0;
            width: 200px;
	height: 200px;
            vertical-align: middle;
            padding:20px;
            text-align: center;
}

.nagroda_opis {
            font-size: 10px;
            text-align: center;
            color: #e30000;
}

.nagroda_dostepna {
            font-size: 9px;
            text-align: center;
            color: #c00000;
}

.nagroda_cena {
            text-decoration: bold;
            font-size: 15px;
            color: #ff0000;
            text-align: center;
}

input.button {
	background: #000;
	color: #fff;
	padding: 3px;
	margin-right: 3px;
	cursor: pointer;
	cursor: hand;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 0px;
	font-weight: bold;
}

input.button:hover {
	color: #000;
	cursor: pointer;
	background-color: /*#64b0ff*/#fff;
}

/* menu */
div.menus {
	background: url(../../../images/bg-paneltr.png) repeat-x center;
	border: 1px solid #000;
	height: 44px;
	padding-left: 15px;
	margin-bottom : 10px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
}

div.menus a {
	height: 44px;
	display: block;
	width: auto;
	padding: 10px 25px 0px 25px;
	float: left;
	vertical-align: middle;
	color: #ffffff;
}

div.menus .slink {
	background: none;
        font-weight: normal;
        border: 0px;
        display: inline;
        padding: 0px;
        float: none;
}

div.menus .slink:hover {
	background: none;
        font-weight: normal;
        border: 0px;
        display: inline;
        padding: 0px;
        float: none;
}

div.menus info {
	height: 44px;
	display: block;
	width: auto;
	padding: 10px 25px 0px 25px;
	float: left;
	vertical-align: middle;
	color: #ff0000;
}

div.menus a:hover {
            height: 34px;
	background: url(../../../images/bg-panela.png) repeat-x center;
            background-position: 0 0;
            border-left: 1px solid #000;
            border-right: 1px solid #000;
            
            /* font-weight: bold; */
            padding-left: 24px;
            padding-right: 24px;
}

div.menus ul {
	list-style-type : none;
	margin: 0;	
	padding: 0;
            text-align:right;
}

div.menus li {
	margin : 0;
	padding: 0;
	float:left;
}

#listticker {
              background: url(../../../images/info.png) no-repeat center center;
	height:60px;
	width:440px;
	overflow:hidden;
	border:solid 1px #000000;
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px;
              border-radius: 10px;
}

#listticker li {
	border:0; margin:0; padding:0; list-style:none;
              vertical-align: middle;
}

#listticker li {
        margin-left:-40px;
	height:60px;
	padding:5px;
	list-style:none;
}

.barrel_roll {
	-webkit-transition: -webkit-transform 4s ease;
	-webkit-transform: rotate(360deg);
	-moz-transition: -moz-transform 4s ease;
	-moz-transform: rotate(360deg);
	-o-transition: -o-transform 4s ease;
	-o-transform: rotate(360deg);
	transition: transform 4s ease;
	transform: rotate(360deg);
}

.AdTaily_Widget_Logo {
color: #fff !important;
}

.AdTaily_Widget_Title {
 color:#fff !important; font-weight: bold !important;
}

#kraty {
	background: transparent url(../../../images/kraty.png) repeat-y top;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100% !important;
	z-index: 9999;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
        pointer-events:none;
}

