* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
html, body {
	background-color: #111;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFCFB;
}

#container {
	display: block;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#container #advertisement {
    display: block;
    width: 1000px;
    text-align: center;
}
#container h1 {
	display: block;
	width: 900px;
	height: 50px;
	padding: 20px 50px 0px 50px;
	text-align: center;
	font: 4em normal Georgia, 'Times New Roman', Times, serif;
	color: #DDFC70;
}
#container h1 a, #container h1 a:focus, #container h1 a:hover {
	text-decoration: none;
	color: #DDFC70;	
}
#container h1 a span, #container h1 a:hover span, #container h1 a:focus span {
	text-decoration: none;
	color: #fff;
}
#container h2 {
	display: block;
	width: 990px;
	height: 50px;
	padding: 6px 5px 4px 5px;
	text-align: center;
	font: 0.8em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 8px;
}
#container h1 span {
	color: #fff;
}
#modes {
	width: 1000px;
	height: 45px;
	padding: 0px 0px;
	display: block;
	position: relative;
}
#action {
	width: 950px;
	height: 165px;
	padding: 25px;
	background-color: #222;
	border: 1px solid #5D5C5A;
	display: block;
}
#languages {
    width: 450px;
    height: 45px;
    margin-right: 50px;
    display: inline;
    float: left;
}
a#lang_polish, a#lang_polish_selected {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('images/polish.png');
	background-repeat: no-repeat;
	float: left;
}
a#lang_english, a#lang_english_selected {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('images/english.png');
	background-repeat: no-repeat;
	float: left;
}
a#lang_english:hover, a#lang_english:focus, a#lang_english_selected {
	background-position: -32px 0px;
}
a#lang_polish:hover, a#lang_polish:focus, a#lang_polish_selected {
	background-position: -32px 0px;
}
#options {
	width: 500px;
	height: 45px;
	display: inline;
	float: left;
}
a#option_user, a#option_user_selected {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('images/mine.png');
	background-repeat: no-repeat;
	float: right;
}
a#option_user:hover, a#option_user:focus, a#option_user_selected {
	background-position: -32px 0px;
}
a#option_users, a#option_users_selected {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('images/all.png');
	background-repeat: no-repeat;
	float: right;
}
a#option_users:hover, a#option_users:focus, a#option_users_selected {
	background-position: -32px 0px;
}
a#option_rss, a#option_rss_selected {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('images/rss.png');
	background-repeat: no-repeat;
	float: right;
}
a#option_rss:hover, a#option_rss:focus, a#option_rss_selected {
	background-position: -32px 0px;
}
a#option_help, a#option_help_selected {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('images/help.png');
	background-repeat: no-repeat;
	float: right;
}
a#option_help:hover, a#option_help:focus, a#option_help_selected {
	background-position: -32px 0px;
}
a#option_toggle {
	display: block;
	width: 32px;
	height: 32px;
	float: right;
}
a.toggle_hide:hover, a.toggle_hide:focus {
	background-position: -32px 0px;
}
a.toggle_hide {
	background-image: url('images/hide.png');
	background-repeat: no-repeat;
}
a.toggle_show:hover, a.toggle_show:focus {
	background-position: -32px 0px;
}
a.toggle_show {
	background-image: url('images/show.png');
	background-repeat: no-repeat;
}
#action dl {
	display: block;
	width: 950px;
	margin-top: 10px;
}
#action dl dt {
	float: left;
	width: 400px;
	padding-bottom: 5px;
	font-weight: bold;
}
#action dl dt span {
	color: #DDFC70; 
}
#action dl dd {
	float: left;
	padding-left: 10px;
	width: 540px;
	padding-bottom: 5px;
}
#action textarea {
	padding: 5px;
	border: 1px solid #5D5C5A;
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
	width: 475px;
	height: 70px;
	float: left;
}
#action input#pattern {
	padding: 5px;
	border: 1px solid #5D5C5A;
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
	width: 475px;
}
#action input#sendit {
	width: 32px;
	height: 32px;
	background-image: url('images/submit.png');
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	margin-top: 25px;
	border: 0px;
}
#action input#sendit:hover, #action input#sendit:focus {
	background-position: -32px 0px;
	border: 0px;
}

#e-pole { visibility:hidden; }
#e-pole input { width: 1px; }

.results {
	width: 950px;
	padding: 25px;
	background-color: #222;
	border: 1px solid #5D5C5A;
	margin-top: 20px;
}
.results a {
	color: #FFFCFB; 
	text-decoration: none;	
}
.results a:hover, .results a:focus {
	color: #DDFC70;	
}
#results_hidden {
	display: none;
}
.results table {
	width: 950px;
	table-layout: fixed;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.results table tr th.results_id, .results table tr td.results_id {
	width: 60px;
        text-align: center;
}
.results table tr th.results_pattern, .results table tr td.results_pattern {
	width: 195px;
}
.results table tr th.results_subject, .results table tr td.results_subject {
 	width: 250px;
}
.results table tr th.results_bool, .results table tr td.results_bool {
	width: 50px;
        text-align: center;
}
.results table tr th.results_matches, .results table tr td.results_matches {
	width: 280px;
}
.results table tr th.results_link, .results table tr td.results_link {
	width: 40px;
        text-align: center;
}
.results table tr td ol li {
	margin-left: 20px;
	width: 260px;
}
.results table tr td ul li {
	margin-left: 30px;
	width: 230px;
}
.results table tr th {
	height: 15px;
	padding: 10px 5px;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px;
}
.results table tr td {
	padding: 5px;
	text-align: left;
}
.results table tr td.dark {
	background-color: #2B2B2B;
}
.results table tr td.light {
	background-color: #222;
}
.results table tr td.new {
	background-color: #404040;
}
.results table tr td.result_rejected {
	text-decoration: line-through;
}

#footer {
	display: block;
	width: 1000px;
	height: 35px;
}
#footer dl {
	display: block;
	width: 1000px;
	margin-top: 10px;
	font-size: 10px;
}
#footer dl dt {
	float: left;
	width: 400px;
	padding-bottom: 5px;
	font-weight: bold;
}
#footer dl a {
	color: #DDFC70; 
	text-decoration: none;
}
#footer dl a:hover, #footer dl a:focus {
	color: #EFFDB5;
}
#footer dl dd {
	float: left;
	padding-left: 10px;
	width: 590px;
	padding-bottom: 5px;
	text-align: right;
}

#hint {
	width: 600px;
	height: 15px;
	padding: 5px 25px;
	background-color: #222;
	border-bottom: 1px solid #5D5C5A;
	border-top: 1px solid #5D5C5A;
	position: absolute;
	top: 3px;
	left: 170px;
	display: none;
}
#hint p {
	display: none;
}
#error_box {
	display: none;
}

p.pagination {
	margin-top: 10px;
	text-align: center;
}
p.pagination a {
	color: #DDFC70; 
	text-decoration: none;
}
p.pagination a:hover, p.pagination a:focus {
	color: #EFFDB5;
}

#loading {
	width: 100%;
	height: 100%;
	background-color: #222;
	opacity: 0.5;
	background-position: center center;
	background-image: url('images/ajax-loader.gif');
	background-repeat: no-repeat;
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
}

#donate {
    background-color: #222;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
    left: 0px;
    top: 0px;
    overflow: auto;
    opacity: 0.9;
    text-align: center;
}
#donate_content {
    width: 256px;
    margin: 0 auto;
    display: block;
    padding: 0 367px;
}
#donate_content p#donate_content_first_p {
    padding: 100px 0 0 0;
}
#donate_content p {
    padding: 30px 0 0 0;
    font-weight: bold;
    font-size: 14px;
}
#donate_content p span {
    color: #DDFC70;
}
#donate input#submit_donate {
    width: 256px;
    height: 256px;
    background-position: 0 0;
    background-image: url('images/donate.png');
    background-repeat: no-repeat;
    display: block;
    border: 0;
}
#donate input#submit_donate:focus {
    outline: none;
}

#help_content {
	background-color: #222;
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
	left: 0px;
	top: 0px;
	overflow: auto;
	opacity: 0.9;
}

#help_content h3 {
	font: 2em normal Georgia, 'Times New Roman', Times, serif;
	color: #DDFC70;
}
#help_content p {
	margin-bottom: 10px;
}
#help_content a {
	color: #DDFC70;
	text-decoration: none;
}
#help_content a:hover, #help_content a:focus {
	color: #EFFDB5;
}
#help_content ol {
	padding-left: 30px;
	margin-top: -5px;
	margin-bottom: 15px;
}
a#help_close, a#donate_close {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url('images/close.png');
	background-repeat: no-repeat;
	float: right;
}
a#help_close:hover, a#help_close:focus, a#donate_close:focus, a#donate_close:hover {
	background-position: -32px 0px;
}
#help_close_box, #donate_close_box {
	text-align: right;
	float: right;
	margin: 10px 30px 0px 0px;
	display: block;
}
#help_content_data {
	display: block;
	float: left;
	margin-top: 0px;
	padding: 5px 25px 0px 25px;
}

/* adtaily */
#advertisement .Footer a, .AdTaily_Widget_Title {
    color: #fffcfb !important;
}
#advertisement .Footer a:hover, #advertisement .Footer a:focus {
    color: #fff;
}
