/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
background-color:		#AB3500;
scrollbar-face-color:		#DEE3E7;
scrollbar-highlight-color:	#FFFFFF;
scrollbar-shadow-color:		#DEE3E7;
scrollbar-3dlight-color:	#D1D7DC;
scrollbar-arrow-color:		#323232;
scrollbar-track-color:		#EFEFEF;
scrollbar-darkshadow-color:	#98AAB1;
margin: 0px;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color: #323232; }
p, td			{ font-size : 11px; color : #000000; }
a:hover	{ text-decoration: none; color: #DD6900; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px; }

.ul { background-image: url(images/background/upper_left.gif); }
.uc { background-image: url(images/background/upper_center.gif); }
.ur { background-image: url(images/background/upper_right.gif); }

.headl { background-image: url(images/background/head_left.gif); }
.headr { background-image: url(images/background/head_right.gif); }

.tul { background-image: url(images/background/toolbar_upper_left.gif); }
.tuc { background-image: url(images/background/toolbar_upper_center.gif); }
.tur { background-image: url(images/background/toolbar_upper_right.gif); }

.tlc { background-image: url(images/background/toolbar_lower_center.gif); }

.left { background-image: url(images/background/left.gif); }
.right { background-image: url(images/background/right.gif); }

.ll { background-image: url(images/background/lower_left.gif); }
.lc { background-image: url(images/background/lower_center.gif); }
.lr { background-image: url(images/background/lower_right.gif); }

/* This is the border line & background colour round the entire page */
.bodyline { background-color: #AB3500; border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline { background-color: #F0F0F0; border: 1px #D64204 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; }
td.row2	{ background-color: #FFFFFF; }
td.row3	{ background-color: #D64A00; }
td.row4 { background-image: url(images/cellpic0.gif); }
td.row5	{ background-image: url(images/background/toolbar_middle_center.gif); }
td.row6 { background-color: #FAFAFA; }
td.row7 { background-image: url(http://www.yourbet.pl/img/watermark.jpg); }
td.row_helped { background-color: #F0EDDE; }

td.row_beer1 { background:#ddebff; font-weight:bold; padding:3px; }
td.row_beer2 { border:1px solid #D1D7DC; background-image: url(images/beer.png); background-color: white; background-repeat: repeat-y; height: 22px; font-weight: bold; padding:3px;}

/*
	This is for the table cell above the Topics, Post & Last posts on the index.php page
	By default this is the fading out gradiated silver background.
	However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #F5F5F5;
background-repeat: repeat-y; height: 22px;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
color:			#FFFFFF; font-size: 11px; font-weight: bold;
background-color:	#FAFAFA; height: 25px;
background-image:	url(images/cellpic3.gif);
}

td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#F5F5F5; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
	Setting additional nice inner borders for the main table cells.
	The names indicate which sides the border will be on.
	Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom { background-color: #F5F5F5; height: 22px; }
th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
font-weight: bold; border: #FFFFFF; height: 28px;
}

th.thCornerL,th.thTop,th.thCornerR {color: #FFFFFF; font-size: 11px; font-weight: bold; background-color: #FAFAFA; background-image: url('images/cellpic3.gif'); height: 25px; }

td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead			{ font-size: 12px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow	{ border-width: 0px; }
th.thRight,td.catRight,td.row3Right	{ border-width: 0px; }
th.thLeft,td.catLeft			{ border-width: 0px; }
th.thBottom,td.catBottom		{ border-width: 0px; }
th.thTop				{ border-width: 0px; }
th.thCornerL				{ border-width: 0px; }
th.thCornerR				{ border-width: 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 12px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #323232; }
a.gen,a.genmed,a.gensmall { color: #323232; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: none; }

.mainmenu { font-size: 10px; color: #323232; font-weight: bold; }
a.mainmenu { text-decoration: none; color: #323232; font-weight: bold; }
a.mainmenu:visited { text-decoration: none; color: #323232;  }
a.mainmenu:hover { text-decoration: none; color: #DD6900; }

.mainmenu1 { font-size: 10px; color: #FFFFFF; font-weight: bold; }
a.mainmenu1 { text-decoration: none; color: #FFFFFF; font-weight: bold; }
a.mainmenu1:visited { text-decoration: none; color: #FFFFFF;  }
a.mainmenu1:hover { text-decoration: none; color: #FF8723; }

.cattitle { font-size: 12px; font-weight: bold; color: #323232; }
a.cattitle { text-decoration: none; color: #323232; }
a.cattitle:visited { text-decoration: none; color: #323232; }
a.cattitle:hover { text-decoration: none; color: #FF8723; }

.nav { font-weight: bold; font-size: 11px; color: #323232; }
a.nav { text-decoration: none; color: #323232; }
a.nav:hover	{ text-decoration: none; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #323232; }
a.forumlink		{ text-decoration: none; color : #323232; }
a.forumlink:hover	{ text-decoration: none; color : #DD6900; }


/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link	{ text-decoration: none; color : #323232; }
a.topictitle:visited	{ text-decoration: none; color : #000000; }
a.topictitle:hover	{ text-decoration: none; color : #DD6900; }

.name { font-size: 11px; color: #000000; }

.vsmall { font-size: 1px; }

.postdetails { font-size: 10px; color: #000000; }

.postbody { font-size: 12px; }
a.postlink:link	{ text-decoration: none; color: #00647D; }
a.postlink:visited { text-decoration: none; color: #5596B4; }
a.postlink:hover { text-decoration: none; color: #DD6900; }


/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #646464;
background-color: #FAFAFA; border: #C8C8C8; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #646464; line-height: 125%;
background-color: #FAFAFA; border: #C8C8C8; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px; }
a.copyright	{ color: #444444; text-decoration: none; }
a.copyright:hover { color: #000000; text-decoration: none; }

/* Form elements */
input,textarea, select {
border-right: #323232 1px solid;
border-top: #323232 1px solid;
border-bottom: #323232 1px solid;
border-left: #323232 1px solid;
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
border-right: #323232 1px solid;
border-top: #323232 1px solid;
border-bottom: #323232 1px solid;
border-left: #323232 1px solid;
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
border-right: #323232 1px solid;
border-top: #323232 1px solid;
border-bottom: #323232 1px solid;
border-left: #323232 1px solid;
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
border-right: #323232 1px solid;
border-top: #323232 1px solid;
border-bottom: #323232 1px solid;
border-left: #323232 1px solid;
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
border-right: #323232 1px solid;
border-top: #323232 1px solid;
border-bottom: #323232 1px solid;
border-left: #323232 1px solid;
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
	help line. This is actually a text box, but if set to be the same
	colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

td.firstPostAd { background-image: url(http://www.yourbet.pl/img/watermark1.jpg); border: {T_TH_COLOR3}; border-style: solid; border-width: 1px; text-align: center;
} 

.plus
{
background:#66FF66;
}

.minus
{
background:#FF6B6B;
}

.plus_point
{
border:1px solid green;
background:#66FF66;
font-weight:bold;
padding:2px;
}

.minus_point
{
border:1px solid red;
background:#FF6B6B;
font-weight:bold;
padding:2px;
}


/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight { background-color: #FFFF00; }

.topbkg { background: #dbe3ee url(images/cellpic_bkg.jpg) repeat-x }
.topnav { font-size:10px;background: #e5ebf3 url(images/cellpic_nav.gif) repeat-x;color:#dd6900; height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 0 1px 0 }

.pm { font-size: 11px; text-decoration: none; color: #FF0000 } 


/* Ajax Shoutbox */

.sb1 {
	background-color: #FFFFFF; 
	border-bottom: 1px solid #ffb387; /* #de5100; */
}

.sb2 {
	background-color: #FFFFFF;
	border-bottom: 1px solid #ffb387; /* #de5100; */
}

.table0
{
	padding: 4px;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #fefefe;
	color : #000000;
	font-size : 10px;
}

.sb1 { background-color: #FFFFFF; }
.sb2 { background-color: #FFFFFF; }

.pagination {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
    padding-bottom: 4px;
	cursor: pointer;
	text-decoration: none;
}
.pagination a, .pagination a:visited, .pagination a:active {
	background-color: #FFF;
	color: #000;
	border-color: #000;
	border: #000 1px solid;
	padding: 1px;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #FFF;
	color: #444;
	border-color: #6C9731;
	border: #6C9731 1px solid;
	text-decoration: none;
	padding: 1px;
}
a#facebook { display: table-cell; width: 37px; height: 30px; 
             background: url(images/podzielsiena/facebook.png)
             top left no-repeat; }
a:hover#facebook { background-position: 0 -30px;  }


a#forumowisko { display: table-cell; width: 37px; height: 30px; 
             background: url(images/podzielsiena/forumowisko.png)
             top left no-repeat; }
a:hover#forumowisko { background-position: 0 -30px;  }


a#grono { display: table-cell; width: 37px; height: 30px; 
             background: url(images/podzielsiena/grono.png)
             top left no-repeat; }
a:hover#grono { background-position: 0 -30px;  }

a#blip { display: table-cell; width: 37px; height: 30px; 
             background: url(images/podzielsiena/blip.png)
             top left no-repeat; }
a:hover#blip { background-position: 0 -30px;  }

a#flaker { display: table-cell; width: 37px; height: 30px; 
             background: url(images/podzielsiena/flaker.png)
             top left no-repeat; }
a:hover#flaker { background-position: 0 -30px;  }

a#gg { display: table-cell; width: 37px; height: 30px; 
             background: url(images/podzielsiena/gg.png)
             top left no-repeat; }
a:hover#gg { background-position: 0 -30px;  }

a#myspace { display: table-cell; width: 37px; height: 30px; 
             background: url(images/podzielsiena/myspace.png)
             top left no-repeat; }
a:hover#myspace { background-position: 0 -30px;  }

a#naszaklasa { display: table-cell; width: 37px; height: 30px; 
             background: url(images/podzielsiena/naszaklasa.png)
             top left no-repeat; }
a:hover#naszaklasa { background-position: 0 -30px;  }

a#wykop { display: table-cell; width: 37px; height: 30px; 
             background: url(images/podzielsiena/wykop.png)
             top left no-repeat; }
a:hover#wykop { background-position: 0 -30px;  }

a#podzielsie { display: table-cell; width: 165px; height: 33px; 
             background: url(images/podzielsiena/podzielsie.png)
             top left no-repeat; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
.quote_div {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #222222;
line-height: 125%;}
div.ladne_quote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: italic;
background-color: #CCCCFF;
border: 1px solid #6666FF;
position: relative;
margin:10px;
top: 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}
.ladne_quote_blok{
background: transparent url(images/quote.png) no-repeat  left;
display:block;
width: 9px;
height: 13px;
position: absolute;
top: 5px;
left: -9px;}
.ladne_quote div.quote_blok{
padding: 5px 10px 5px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;}
.code_div {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #222222;
line-height: 125%;}
div.ladne_code {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: italic;
background-color: #CCFFCC;
border: 1px solid #009933;
position: relative;
margin:10px;
top: 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}
.ladne_code_blok{
background: transparent url(images/code.png) no-repeat  left;
display:block;
width: 9px;
height: 13px;
position: absolute;
top: 5px;
left: -9px;}
.ladne_code div.code_blok{
padding: 5px 10px 5px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
} 
