* {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: 0;
}

body {
	font-family: arial;
	text-align: center;
	background: #FFF url(img/bg.gif) repeat-x;	
}

div#wrap {
	width: 930px;
	margin: 0 auto;
}

/* -------------- top -------------- */

div#header {
	margin-top: 0px;
	height: auto;
}

div#header img {
	padding: 0 3px 0 3px;
	float: left;
}

div#ban {
	display: inline;
	margin-left: 78px;
	margin-top: 34px;
	float: left;
}

div#logo {
	display: inline;
	margin-left: 57px;
	float: left;
}

div#icons {
	display: inline;
	margin-left: 537px;
	float: left;
}

div#header_img {
	width: 930px;
	height: 186px;
	background: url('img/header.jpg');
	clear: both;
}

div#top_menu {
	float: left;
	margin-left: 15px;
	background: #FF9966 url(img/menubg.gif) repeat-x;
}

div#tl_top_menu {
	float: left;
	border-top: 3px solid #e1e2e4;
	background: #FF9966 url(img/menubg.gif) repeat-x;
}

div#top_menu_left {
	width: 58px;
	height: 38px;
	background: url('img/topmenu_left.jpg');
	float: left;
}

div#top_menu_right {
	width: 56px;
	height: 38px;
	background: url('img/topmenu_right.jpg');
	float: right;
}

div#top_menu_links {
	width: 900px;
	background: #FF9966 url(img/menubg.gif) repeat-x;
	height: 30px;
	float: left;
}

div#top_menu_links ul {
	list-style-type: none;
	background: #FF9966 url(img/menubg.gif) repeat-x;
	font: bold 12px Tahoma;
}

div#top_menu_links ul li {
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #FFA500;
		background: #FF9966 url(img/menubg.gif) repeat-x;
	float: left;
}

div#top_menu_links ul li a {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px 0 20px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
	float: left;
}

div#top_menu_links ul li.publikuj {
	background: #5858EF;
	float: right;
	margin-right: 15px;
}

div#top_menu_links ul li a.active {
	color: #333;
	background: url(img/menu-current-bg.gif) repeat-x;	
}

div#top_menu_links ul li a:hover {
	color: #333;	
	background: url(img/menu-hover-bg.gif) repeat-x;
}

/* -------------- left -------------- */

div#left, div#right {
	display: inline;
	font-family: verdana;
	font-size: 12px;
	text-align: left;
	margin-left: 8px;
	width: 172px;
	float: left;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 6px 18px 6px;
}

div#left_menu, div#left_login, div#left_search, div#left_info, div#newest {
	overflow: hidden;
	width: 172px;

	float: left;
	font: normal 11px Verdana;
}

div#left_menu h2, div#left_login h2, div#left_search h2, div#left_info h2, div#newest h2 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
	font-size: 16px;	
	padding: 10px 10px 5px 0px;
	color: #75A54B;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;	
	line-height: normal;
}

div.sidebar {
	overflow: hidden;
	width: 172px;

	float: left;
	font: normal 11px Verdana;
}

div.sidebar h2 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
	font-size: 16px;	
	padding: 10px 10px 5px 0px;
	color: #75A54B;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;	
	line-height: normal;
}

div.sidebar li
{
	border-bottom: 1px solid #EFF0F1;	
	background: url(img/arrow.gif) no-repeat 3px 4px;	
	padding: 2px 5px 2px 20px;
}

div.sidebar ul li a {
	width: 140px;
	text-decoration: none;
	color: #206596;
	font: bold 11px Verdana;
}

div.sidebar ul li a:hover {
	color: red;
}

div#left_search input{ 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #75A54B;
}

div#left_menu ul, div#newest ul {
	list-style-type: none;
}

div#left_menu ul li a {
	width: 140px;
	margin-left: 2px;
	padding-left: 8px;
	color: black;
	text-decoration: none;
	background: url('img/leftmenu_punktor.jpg') no-repeat;
}

div#newest li
{
	border-bottom: 1px solid #EFF0F1;	
	background: url(img/arrow.gif) no-repeat 3px 4px;	
	padding: 2px 5px 2px 20px;
}

div#newest ul li a {
	width: 140px;
	text-decoration: none;
	color: #206596;
	font: bold 11px Verdana;
}

div#left_menu ul li a:hover {
	padding-left: 8px;
	color: red;
}

div#newest ul li a:hover {
	color: red;
}

div#newest span.date{
	font-size: 9px;
	color: #999;
	display: block;
}

div#left_login fieldset {
	border: 0;
	float: left;
	display: inline;
}

div#left_login form {
	float: left;
}



div#left_login ul {
	list-style-type: none;
}

div#left_login ul li {
	clear: both;
}

div#left_login label {
	display: block;
}

div#left input.text, div#right input.text {
	margin: 0; 
	width: 166px;
	height: 16px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}

div#left input.submit, div#right input.submit {
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #75A54B;
}

span.mandatory {
	color: red;
}

td.col_1 {
	padding-left: 10px;
}

.error {
	color: red;
	font-weight: bold;
}

div#left_login fieldset ul li label.remember {
	display: inline;
	margin: 4px 0 0 4px;
	font-size: 9px;
	float: left;
}


div#left_login fieldset ul li input.remember_in {
	display: inline;
	margin-top: 4px;
	width: 13px;
	height: 13px;
	float: left;
}

div#left_login_txt {
	width: 164px;
	padding: 10px 0 0 0px;
	float: left;
}

div#left_info_txt {
	text-align: center;
	width: 148px;
	float: left;
}

div#left_login a {
	color: black;
	text-decoration: none;
}

div#left_login a:hover {
	color: red;
}

div#left_info_txt img {
	float: left;
	padding-right: 4px;
}

div#left_info_txt a {
	text-decoration: none;
}

div#left_info_txt a.gg {
	display: block;
	padding: 2px 0;
}

/* -------------- content -------------- */

div#content {
	font-family: verdana;
	font-size: 12px;
	width: 522px;
	margin: 0 10px 0 10px;
	text-align: left;
	float: left;
	color: #444;
}

div#content h1 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
	font-size: 16px;	
	padding: 10px 10px 5px 0px;
	color: #75A54B;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;	
}

div.teaser, div.art_text, div.mod_article p, span.look {
	line-height: 20px;
}

div.art_text{
	padding: 4px;
}

div#content h2, h3{
	color: #453fba;
	padding: 0;
	margin: 0;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
}

div#content h3{
	font-size: 13px;
}

div#content h3.next{
	padding: 4px 0 0 4px;
}

div#content p {
	padding: 4px 0;
	text-indent: 25px;
}

div#content blockquote {
	text-align: center;
	font-style: italic;
	padding: 8px;
}

div#content input.submit {
	margin: 4px 4px;
	padding: 0 6px;
	border: 2px outset white;
	display: inline;
}

div#content input.text, input.captcha, select {
	margin: 4px 6px;
	border: 1px solid #dddddd;
	display: inline;
}

div#content select {
	height: 20px;
	margin: 4px 6px;
	border: 1px solid #dddddd;
}

input.upload {
	margin: 4px 6px;
}

div#content input.text_long {
	width: 260px;
}

div#content .cc {
	padding-top: 3px;
}

div#content input.checkbox {
	margin: 2px 2px 4px 6px;
	float: left;
}

div#content .radio_container {
	display: block;
	margin-left: 20px;
}

div#kup-punkty p, h2 {
	line-height: 20px;
}

div#kup-punkty .row_2 {
	margin-top: 10px;
}

div#kup-punkty input.text {
	display: block;
	width: 50px;
	margin-left: 20px;
}

div#kup-punkty input.submit {
	margin: 8px 0 0 10px;
	display: block;
}

label.buy_form {
	display: block;
	margin: 10px;
}

div#content .radio_container input.radio {
	margin: 2px 6px 0 0;
	float: left;
}

div#content .radio_container span {
	display: block;
	margin: 10px 2px 0 2px;
}

div#content textarea.textarea  {
	margin: 2px 6px;
	border: 1px solid #dddddd;	
}

.author {
	font-weight: bold;
	text-align: right;
}

q {
	font-style: italic;
}

div#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 4px 0 4px 28px;
	/*
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #fcfcfc;
	*/
}

div#content ol li {
}

span.small {
	font-size: 9px;
}

/* tabelki */

table {
	width: 100%;
}

div#art_tables table {
	width: auto;
	border: 1px dotted blue;
	margin: 10px;
	border-collapse: collapse;
	font-size: 11px;
	line-height: 16px;
}

div#art_tables td, {
	border: 1px dotted blue;
	vertical-align: top;
	padding: 6px;
}

div#art_tables td.first {
	width: 50%;
	text-align: center;
	background: #ffffcc;
}

div#art_tables td.first2 {
	width: 10%;
	text-align: center;
	background: #ffffcc;
}

div#art_tables td.first3 {
	width: 45%;
	text-align: center;
	background: #ffffcc;
}

div#art_tables tr.tab_right {
	text-align: right;
}

div#art_tables table ul {
	padding: 10px;
	list-style-position: inside;
}

div#art_tables ul li {
	clear: both;
}

.pub_list{
	width: 500px;
	margin: 10px;
	border-collapse: collapse;
	border-bottom: 1px solid #dce0d1;
}

.pub_list td {
	border: 1px solid #dce0d1;
	vertical-align: top;
	padding: 4px;
	text-align: center;
}

.pub_list a{
	text-decoration: none;
	color: #206596;
}

.pub_list a:hover{
	color: red;
}

.pub_list th{
	padding: 4px;
	text-align: center;
	color: #666;
}

.pub_list th a{
	color: #666;
}

.pub_list td.ocena{
	color: #fff;
	font-weight: bold;
	width: 20px;
}

.pub_list td.more{
	width: 20px;
}

.pub_list td.details{
	text-align: left;
	font-size: smaller;
	color: #666;
}

.pub_list td.data{
	width: 100px;
	color: #444;
}

.pub_list td.autor{
	width: 100px;
	max-width: 100px;
	overflow: hidden;
}

.pub_list td.category{
	width: 100px;
	color: #666;
	vertical-align: middle;
}

.pub_list td.title a{
	font-weight: bold;
}

.pub_list td.plus{
	background-color: #d1ffb3;
	color: #666;
}

.pub_list td.minus{
	background-color: #ffcccc;
	color: #666;
}

.pub_list td.zero{
	color: #666;	
}

.pub_list td.empty{
	background-color: #ffe;	
}

.pub_list tr.new{
	background-color: #f4f6ef;
}

.pub_list tr.promo{
	background-color: #ffffdd;
}

.pub_list tr.promo2{
	background-color: #ffffa0;
}

.pub_list span.new{
	vertical-align: super;
	color: #42a700;
	font-size: 7px;
	font-weight: bold;
}

div.art_list{
	margin-top: 20px;
	color: #ff5917;
}

.sub_list{
	width: 480px;
	margin: 10px;
	border-collapse: collapse;
	border-bottom: 1px solid #c6cfe1;
}

.sub_list td {
	border: 1px solid #c6cfe1;
	vertical-align: top;
	padding: 4px;
	text-align: left;
}

.sub_list td.autor{
	width: 100px;
}

.sub_list td.del {
	text-align: center;
	width: 40px;
}

.sub_list a{
	text-decoration: none;
	color: #206596;
	font-weight: bold;
}

.sub_list a:hover{
	color: red;
}

.sub_list th{
	padding: 4px;
	text-align: left;
	color: #555;
}

div#content .art_list h2, div#content .categories h2{
	text-align: center;
	font-size: small;
	border-top: 1px solid #d77f00;
	border-bottom: 1px solid #d77f00;
	color: #ff5917;
}

/* -------------- MSG -------------- */

div#msg table {
	width: 98%;
	margin: 2px auto;
	border-collapse: collapse;
	font-size: 11px;
	line-height: 16px;
}

div#msg table#show_mail td {
	vertical-align: top;
	padding: 6px;
	border: 0;
}

div#msg td {
	border: 1px solid #dce0d1;
	vertical-align: center;
	padding: 2px 6px;
}

div#msg table#show_mail td.user {
	width: 100px;
	text-align: center;
	border-right: 1px dotted #206596;
}

div#msg div.avatar_div
{
	margin: 0;
	width: 100px;
	float: left;
}

div#msg a
{
	text-decoration: none;
}

div#msg span.data_small{
	font-size: xx-small;
}

div#msg span.temat, div#msg a.temat{
	font-size: small;
	font-weight: bold;
	color: #206596;
}

div#msg a.temat{
	display: block;
}

div#msg span.data{
	font-size: x-small;
	font-weight: bold;
}

div#msg td.data{
	width: 80px;
	text-align: center;
	font-size: x-small;
	background: #f4f6ef;
	padding: 2px;
}

div#msg tr.not_readed{
	background: #f4f6ef;
}

div#msg tr.not_readed td.od{
	font-weight: bold;
}

div#msg td.od{
	width: 80px;
	text-align: center;
}

div#msg td.checkbox{
	width: 16px;
	text-align: center;
}

div#msg th{
	text-align: center;
}

.right_buttons{
	float: right;
	margin-top: 10px;
}

/* listy */

div#content ul {
	padding: 4px 0 4px 28px;
	list-style-position: outside;
}

/* comment */

div#comments {
	line-height: 20px;
	padding: 10px;
}

div#comments a, div#comments a:visited, div.podpis a, div.podpis a:visited{
	color: #206596;
	text-decoration: none;
}

div#comments a:hover, div.podpis a:hover{
	color: red;
	text-decoration: none;
}

div#comments h1 {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	border: 0;
	color: blue;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #dcdcdc;
}

div#comments .comment{
		clear: both;
		overflow: hidden;
}

div#comments div.send_comm{
	margin-left: 6px;
}

div.avatar_div
{
	margin: 0;
	width: 100px;
	float: left;
}

img.avatar_com{

	margin: auto;
}

.odd {
	padding: 0px;
	border-bottom: 1px solid #dcdcdc;
}

.even {
	padding: 0px;
	border-bottom: 1px solid #dcdcdc;
}

.info {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 6px 2px 6px;
	border-bottom: 1px dashed #dcdcdc;	
	text-align: right;
	background: #eef;
}

span.date {
	font-weight: normal;
}

.comment {
	padding: 10px;
	text-align: left;
}

div#comments form {
	padding: 10px 0;
	background: #f9fcfc;
	border-bottom: 1px solid #dcdcdc;	
}

div#comments .select{
	width: 40px;
}

/* faq */

div#faq-reader p, div#faq-reader ul {
	line-height: 20px;
}

div#faq-reader p.back, div#nowosci p.back {
	text-indent: 0;
	float: right;
}

div#szukaj p {
	text-indent: 0;
}

div#faq h2 {
	margin-bottom: 10px;
}

/* article list */

div#article_list ul {
	padding: 0;
	list-style-type: none;
}

div#article_list ul li {
	margin: 8px 4px;
/*	background: #f9fcfc;
	border-top: 1px solid #bababa;	
	border-bottom: 1px solid #bababa;	
*/}

div#article_list ul li a{
	padding: 2px 4px 2px 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #206596;
	background: url('img/leftmenu_punktor.jpg') no-repeat 2px 2px;
}

div#article_list ul li a:hover{
/*	background: #f9fcd4;*/
	color: red;
	background: url('img/leftmenu_punktor.jpg') no-repeat 2px 2px;
}

div#article_list .odd, div#article_list .even {
	padding: 0;
	margin: 4px;
	border-bottom: 1px solid #dcdcdc;	
}

div#article_list .art_info{
	font-size: xx-small;
	color: #888;
	border-top: 1px dotted #cbcbcb;
	border-bottom: 1px dotted #cbcbcb;
	margin: 0 10px;
	padding: 1px 0 2px 0px;
	display: block;
}

div#article_list h2{
	margin-top: 20px;
	text-align: center;
	color: #ff5917;
	font-size: small;
	border-top: 1px solid #d77f00;
	border-bottom: 1px solid #d77f00;
}

/* search */

div#szukaj {
	line-height: 20px;
}

div#szukaj h1 {
	line-height: normal;
}

/* -------------- right -------------- */

div#right_ad {
	display: inline;
	width: 164px;
	height: 616px;
	margin-right: 4px;
/*	background: url('img/ad_back.jpg');*/
	float: right;
	padding-top: 16px;
}

.img_ad{
	width: 160px;
	height: 602px;
	margin: 8px auto;
}

/* -------------- footer -------------- */

/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
	background: #FFF url(img/footerbg.gif) repeat-x;
	height: 60px;
	font-size: 10px;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 930px
}
#footer-content #footer-left {
	padding: 10px;
	width: 50%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 45%;
	float: right;
	text-align: right;
}

/* --------------pay-------------- */

div#sms_pay {
	line-height: normal;
	font-size: 11px;
	width: 400px;
	margin: 20px auto;
	padding: 10px;
	background: #fff7e8;
	border: 1px dotted red;
}

div#sms_pay p {
	text-indent: 0px;
}

div#sms_pay p.small {
	line-height: inherit;
	font-size: 9px;
}

div.pay_info{
	margin: 10px 0;
	padding: 10px;
	background: #ffff88;
	border-left: 6px solid #930303;
}

/* --------------news-------------- */
/*
div#news {
	margin: 30px 0 0 0;
}


div#news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 0;
	padding: 2px 4px 10px 4px;
	border-bottom: 1px solid #453fba;
}
*/

div#news div.even {
	background: #fff;
	border: 0;
	padding: 0 4px;
}

div#news div.odd {
	background: #fff;
	border: 0;
	padding: 0 4px;
}

div#news h2 {
	margin-top: 6px;
	background: url('img/postit16.gif') no-repeat 0 2px;
	padding-left: 22px;
}

div#news h2 a {
	text-decoration: none;
	color: #453fba;
}

div#news p {
	text-indent: 0;
	line-height: 20px;
}

div#news p.info {
	border-top: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
	line-height: normal;
	background: #f7f7f7;
	font-weight: normal;
}

div.warning {
	font-weight: bold;
	border-top: 1px solid #df1800;
	border-bottom: 1px solid #df1800;
	background: #fbf9ea url('img/warning32.gif') no-repeat;
	background-position: 10px 4px;
	color: #df1800;
	margin-bottom: 10px;
	text-align: center;
	display: none;
}

div#nowosci {
	line-height: 20px;
}

div#nowosci h1 {
	line-height: normal;
}

div#nowosci .even {
	background: #fff;
	border: 0;
	padding: 0;
}

strong.red {
	color: #df1800;
}

p.more {
	float: right;
}

div#regulamin ol {
	border: 0;
	background: #fff;
}

div#regulamin ol.reg_level_2, div#content ol.art_level_2 {
	list-style-type: lower-alpha;
}

div#nagrody {
	overflow: hidden;
	border-bottom: 1px dotted #dddddd;
	margin-bottom: 10px;
}

div#nagrody a {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

/**
 * Avatar frontend module
 */
.mod_avatar .checkbox_container * { vertical-align:middle; }
.mod_avatar .label_container { margin-top:10px; }
.mod_avatar .textlabel { font-weight:bold; }
.mod_avatar .error_message { color:red; }
.mod_avatar .hint { color:#888; margin-bottom:10px; }

div#left_login a.log_menu, div#left_login a.log_menu_2{
	margin-left: 4px;
	padding-left: 10px;
	color: black;
	text-decoration: none;
	background: url('img/leftmenu_punktor.jpg') no-repeat;
}

div#left_login a.log_menu_2{
	font-weight: bold;
	color: #42A700;
}

div#left_login a:hover.log_menu, div#left_login a:hover.log_menu_2{
	color: red;
}

div.pagination li {
	display: inline;
}

.super {text-decoration: blink; text-align: center}

.user{
	overflow: hidden;
}

table#user_tab{
	margin-top: 1px;
	width: 60%;
	border-collapse: collapse;
}

table#user_tab td{
	padding: 2px;
  border-bottom: 1px dotted blue;
}

div#tl_top_custom{
	margin: 0 0 0 8px;
	padding: 10px 0 0 0px;
	width:922px;
	overflow: hidden;
	clear: both;
}

.mod_breadcrumb{
	text-align: left;
	float:left;
	width: 100%;
	font-size: small;
	padding: 2px 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #FFFACD;
}

.mod_breadcrumb a{
	display: inline;
}

.pub{
	margin-bottom: 10px;
}

.pub h1{
	border-top: 1px solid #ddd;
	font-size: small;
	background: #FFFACD;
	padding: 2px 0;
}

.pub ul {
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #FFFAFA;
}

.pub  ul li {
	margin: 4px;
	display: inline;
	font-size: small;
}

.pub  ul li a{
	padding: 2px 4px 2px 10px;
	display: inline;
	text-decoration: none;
	color: black;
	background: url('img/leftmenu_punktor.jpg') no-repeat 2px 3px;
}

.pub  ul li a:hover{
/*	background: #f9fcd4;*/
	color: red;
	background: url('img/leftmenu_punktor.jpg') no-repeat 4px 3px;
}

div#article_list a.a_author, div#article_list a.a_author:hover{
	background: url('');
	display: inline;
	font-weight: normal;
	color: #206596;
	padding: 0;
}

hr {
height: 0 !important;
height: 1px; /* wysokosc pod ie */
color: #206596; /* kolor pod ie */
background: transparent;
border-width: 1px 0 0 0;
border-color: #206596;
border-style: solid;
margin: 6px 0;
} 

span.ok{
	color: #42a700;
	font-weight: bold;
	font-size: x-small;
	font: Arial;
}

span.err{
	color: #d20000;
	font-weight: bold;
	font-size: x-small;
	font: Arial;
}

span.www{
	color: blue;
	font-weight: normal;
	font-size: x-small;
}

div.com_info, div.ocen{
	margin: 0 6px 10px 6px;
}

div.com_info span.user{
		color: #206596;
		font-weight: bold;
}

div.ocen input{
	padding: 2px;
}

div.ocen span.ocen{
	color: blue;
	font-weight: bold;
}

div#comments div.oceny h1{
	margin-bottom: 6px;
}

div#comments div.oceny img{
	margin-right: 10px;
}

div#comments div.oceny a{
	font-size: 11px;
}

div.user_info{
	text-align: center;
	color: #777;
	font-size: 9px;
	font: Arial;
}

span.online{
	color: #42a700;
}

span.offline{
	color: #d20000;
}

div#content div.nice_form form{
	border:1px solid #c6cfe1;
	background: #dfe4ee;
	padding: 10px;
}

div#content div.nice_form ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#content div.nice_form li{
	border-bottom: 1px solid #c6cfe1;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	overflow: hidden;
}

div#content div.nice_form label{ 
  display: -moz-inline-box; 
  display: inline-block; 
	float: left;
	text-align: left;
	padding-top: 2px;
  width: 190px; 
	color: #555555;
	font-weight: bold;
}

div#content div.nice_form label.lc{ 
	width: 450px;
}

div#content div.nice_form label.pub_txt{
	padding-bottom: 5px;
}

div#content div.nice_form input.pub_title, div#content div.nice_form input.text, div#content div.nice_form textarea {
	width: 300px;
	margin: 0;
	border: 1px solid #444;
	padding: 2px;
}

div#content div.nice_form input.captcha{
	margin: 0;
	border: 1px solid #444;
	padding: 2px;
}

div#content div.nice_form select{
	width: 200px;
	height: 22px;
	margin: 0;
	border: 1px solid #444;
	color: #555555;
}

div#content div.nice_form textarea{
	width: 98%;
	border: 1px solid #444;
}

div#content div.nice_form .hidden{
	display: none;
}

div#content div.nice_form input.pub_check{
	margin: 0 4px 0 0;
	float: left;
width: 13px; /* for ie */ 
height: 13px; /* For ie */ 
}

div#content div.nice_form label.pub_check_lab{
	width: 480px;
	font-weight: normal;
	font-size: 10px;
}

div#content div.nice_form li.pub_li_check{
	clear: both; 
	overflow: hidden;
}

div#content div.nice_form li.pub_li_sub{
	text-align: right;
	overflow: hidden;
}

.avatar_container{
	width: 300px;
	overflow: hidden;
}

.hint{
	font-size: 9px;
}

/* -------------- navi -------------- */

div.navi {
overflow: visible;
margin: 4px;
text-align: right;
clear: both;
}
div.navi span,
div.navi a {
padding: 2px 6px;
margin: 2px;
border: solid 1px #CCCCCC;
background-color: #F8F8F8;
text-decoration: none;
color: #666666;
font-size: 12px;
}
div.navi a:hover,
div.navi span {
border: solid 1px #666666;
background-color: #EEEEEE;
text-decoration: none;
color: #444444;
}

/* -------------- other -------------- */

.ramka{
	text-align: center;
	border: 1px solid #aaa;
	padding: 6px;
	margin: 0 10px 0 10px;
	line-height: 20px;
}

.ramka_back{
	background: #ffffdd;
}

.ramka img{
	vertical-align: middle;
}

/* -------------- categories -------------- */

.categories{
	font-family: tahoma, sans-serif;
	font-size: 11px;
}

.categories a{
	text-decoration: none;
	color: #206596;
	display: block;
	margin: 4px;
}

.categories a:hover{
	color: red;
}

table.categories_tab{
	width: 498px;
	margin: 10px auto 0 auto;
	text-align: center;
}

table.categories_tab td{
	width: 166px;
}

/* -------------- podpis -------------- */

div.podpis {
	margin-top: 14px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	clear: both;
	overflow: hidden;
	color: #999;
}

div.podpis table {
	width: 98%;
	margin: 0px auto;
	border-collapse: collapse;
	font-size: 11px;
	line-height: 16px;
}

div.podpis table td, div.comment table td, div.about_me table td {
	vertical-align: top;
	padding: 6px;
	border: 0;
}

div.podpis table td.subscribe, div.about_me table.about_info td.subscribe{
	border-top: 1px dotted #ddd;
	background: #ffd;
	text-align: center;
}

div.podpis table td.subscribe img, div.about_me table.about_info td.subscribe img{
	vertical-align: middle;
	margin-right: 6px;
}

div.podpis table td.user, div.comment table td.user, div.about_me table td.user {
	max-width:100px;
	width: 100px;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	
}

div.about_me table.about_info {
	color: #777;
	font-size: 11px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	border-collapse: collapse;
}

div.about_me table.about_info a{
	text-decoration: none;
	color: #206596;
}

div.about_me table td.about_mail {
	width: 100px;
}

div.about_me table td.note {
	padding: 4px;
	line-height: 16px;
	font-size: 11px;
}

div.about_me span.about_text{
	font-weight: bold;
	color: #206596;
}

div.podpis table td.stats {
	vertical-align: middle;
	width: 400px;
}

div#info{
	font-size: 11px;
}

#ad_comments{
	margin: 10px auto 0 auto;
	width: 488px;
	text-align:center;
	background:#FFFFFF url(/tl_files/images/paper468x60.png) center center no-repeat;
	padding:8px 11px 16px 10px;
}

.d_subscribe{
	border:1px solid #c6cfe1;
	background: #dfe4ee;
	padding: 10px;
	margin: 16px 0 0 0;
}


.mod_quickpoll .graph .results .color1 { color:#FFFFFF; background-color:#333333; text-align:center;}
.mod_quickpoll .graph .results .color2 { color:#000000; background-color:#99CC33; text-align:center;}
.mod_quickpoll .graph .results .color3 { color:#000000; background-color:#99CCFF; text-align:center;}
.mod_quickpoll .graph .results .color4 { color:#000000; background-color:#FFFFCC; text-align:center;}
.mod_quickpoll .graph .results .color5 { color:#000000; background-color:#FFCCCC; text-align:center;}
.mod_quickpoll .graph .results .color6 { color:#000000; background-color:#CCCCFF; text-align:center;}

.mod_quickpoll .title { color:#000000; background-color:#CCCCFF; text-align:center;}
.mod_quickpoll .graph { border: 1px solid #666; margin: 5px; padding: 5px;}

.msg_info, .msg_success, .msg_warning, .msg_error, .msg_validation {
border: 1px solid;
margin: 10px auto;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
width: 440px;
}
.msg_info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/tl_files/images/info.png');
}
.msg_success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/tl_files/images/success.png');
}
.msg_warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/tl_files/images/warning.png');
}
.msg_error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/tl_files/images/error.png');
}

div#whos_online{
	width: 798px;
	margin: 0 auto;
	border: 1px solid #94a3c4;
	text-align: left;
	font-size: 11px;
}

div#whos_online h2{
	color: #3b5998;
	background: #eceff5;
	border-bottom: 1px solid #d8dfea;
	padding: 6px;
	font-size: 14px;
}

div#whos_online .online{
	padding: 6px;
}

div#whos_online a{
	text-decoration: none;
	color: #206596;
}

div#facebook{
	padding-top: 10px;
	clear: both;
}

.sign{
	padding-top: 16px;
	line-height: normal;
	font-size: 10px;
}

.login_info
{
	line-height: 16px;
}
