/* Nazwy poszczególnych części tabeli od góry:
1.	HD - HeaD, nagłówek - składa się z trzech rzędów:
		HDA - górny, ozdobnik
		HDB - środkowy z logo
		HDC - dolny, menu poziome

2.	BDX - BoDy, składa się z trzech kolumn:
		LX - lewa kolumna z menu
		CX - środkowa, centralna z treścią
		RX - prawa kolumna
	LRX - zapis dotyczy ustawień dla lewej i prawej kolumny

3.	FT - FooTer, stopka
*/

/*Główne*/
body {font: 11px Verdana,Helvetica,Arial; background: url(../../forum/templates/xandblue/images/backs.gif);}
form {margin: 0}
.all {width: 880px; background-color: #000000} /* background dla koloru ramek w głównej tabeli */
a {text-decoration: none; color: #c7c7c7; font-weight: bold}
a:hover {color: #ffffff; font-weight: bold}
a img {border: 0}
img {vertical-align: middle}
optgroup {font-style: normal}

/*Nagłówek i stopka*/
#header {background-color: #4b4b4b;} 
#header table {border-spacing: 0; width: 100%;}

#hda {color: #4B4B4B; background: #7b90a8;}
#hda_L {background: url(img/hda_L.png) 0 0 no-repeat;}
#hda_X {background: url(img/hda_X.png) 0 0 repeat-x;}
#hda_R {background: url(img/hda_R.png) 0 0 no-repeat;}

#hdb {}
#hdb_L {background: url(img/hdb_L.png) 0 0 no-repeat;}
#hdb_logo {background: url(img/logo.png) 0 0 no-repeat;}
#hdb_X {background: url(img/hdb_X.png) 0 0 repeat-x;}
#hdb_R {background: url(img/hdb_R.png) 0 0 no-repeat;}

#hdc {color: #000000; padding: 3px 8px 3px 8px;}
#hdc a {color: #303030; font-weight: bold;}
#hdc_L {background: url(img/hdc_L.png) 0 0 no-repeat;}
#hdc_X {background: url(img/hdc_X.png) 0 0 repeat-x; color: #000000; font-weight: normal; padding: 3px 8px 3px 8px;}
#hdc_X a {color: #303030; font-weight: bold;}
#hdc_R {background: url(img/hdc_R.png) 0 0 no-repeat;}

#ft {color: #4B4B4B; padding: 1px;  border: 0px solid #A9B8C2; border-top: 0;}
#ft_L {background: url(img/ft_X.png) 0 0 no-repeat;}
#ft_X {color: #4B4B4B; background: url(img/ft_X.png) 0 0 repeat-x;}
#ft_R {background: url(img/ft_X.png) 0 0 no-repeat;}
#footer {padding: 1px;  border: 0px solid #A9B8C2; border-top: 0;}

/* xxx */
/* td_nav panele boczne - pozycje padding: góra  prawa  dół  lewa */
td.LRX {width: 175px; padding: 9px 8px 1px 8px; text-align :left; color: #FFFFFF}
td.PRX {width: 175px; padding: 9px 8px 1px 8px; text-align :left; color: #FFFFFF}
/* td_mid panel srodkowy */
td.CX {padding: 9px 1px 1px 1px; text-align :left; color: #FFFFFF}

/* Bloki-Ramki w panelach bocznych: mnag - nagłowek z tytułem; menu - pole ramki z tekstem */
.LRX .mnag {height: 19px; color: #000000; background: url(img/head_LRX.gif) repeat-x; text-align: center; color: #FFFFFF; padding: 4px 0px 0px 0px; border: 1px solid #000000; border-bottom: 0px;}/*Menu OK*/
.PRX .mnag {height: 19px; color: #000000; background: url(img/head_PRX.gif) repeat-x; text-align: center; color: #FFFFFF;  padding: 4px 0px 0px 0px; border: 1px solid #000000; border-bottom: 0px;}/*Menu OK*/
.menu {background: url(img/bok_L.gif) repeat-y; padding: 2px 3px; margin-bottom: 7px; border: 1px solid #000000}

/* Bloki-Ramki - panel środkowy Body: info - ramka wyświetlana m.in. przy logowaniu admina; tb - ustawienia tabel, kolor i odstęp dla tabeli poniżej; th - nagłówek z tytułem tabeli;   */
.info {border: 1px solid #000000; background-color: #000000}
.tb {width: 100%; margin-bottom: 8px; border: 1px solid #000000}
.th {height: 23px; background: #ffffff url(img/head_CX.gif) repeat-x; text-align: left}

/* eth - pola w belce pod srodkowym oknem */
.eth {height: 22px;  color: #000000; background: #5c738b url(img/head_CX.png) repeat-x; text-align: center; padding: 2px; border: 1px solid #000000}
.eth td, .pth td {padding: 2px; border: 1px solid #000000}
.eth a {color: #000000}

/* PANEL ADMINISTRACYJNY */
/* pth - pola nazw tabel w menu admina  #7b90a8 */
.pth,th {background-color: #7b90a8; padding: 2px; color: #000000; font-weight: normal}
.bg,.cs {background-color: #6c6c6c}
.cs {border: 1px solid #A9B8C2; padding: 5px 3px 4px 28px; margin-bottom: 8px; background: url(img/head_LRX.png) repeat-x; background-color: #F3EFE5}

/*Tekst i inne*/
/* kolorów tu nie zmieniałem, bo nie miałem modelu do podgladniecia */
.newsimg {padding: 3px; padding-right: 5px; float: left}
.txt,.post1,.pollb {padding: 3px}
.post2 {padding: 3px; background-color: #6C6C6C}
.itm {height: 16px; width: 20px; font-size: 11px; padding: 0}
.big {font-size: 15px}
.nag {background-color: #D9E6DB}
.txtm,small {font-size: 11px}
.apag {background-color: #D1E9DA; border: 1px solid #C6D7D9; font-weight: bold}
.upag {background-color: #DAE8E9; border: 1px solid #C2D2D3}
.code {background-color: #EFEFE7; border: 1px solid #DBDBCA; padding: 2px}
.quote {background-color: #E7EFEF; border: 1px solid #ACC8C8; padding: 2px}
.listlink {color: #cccccc; font-weight: bold}
.pollq {padding: 2px; text-align: center; font-weight: bold;}
.pollstrip {background-color: #c7c7c7;}


/* pola tekstowe formularzy */
/* nieaktywne pola tekstowe tło i czcionka */
input, select {font-family: Verdana,Helvetica,Tahoma,Arial,Sans-Serif; font-size: 10px; color: #000000; background-color: #ffffff; border: 1px #303030 solid; }

/* aktywne pola tekstowe tło i czcionka */
input:focus, textarea:focus {color: #f7f7f7; background-color: #787878}

/* tekst w nieaktywnym polu O SOBIE */
textarea {font-family: Verdana,Helvetica,Tahoma,Arial,Sans-Serif; font-size: 11px; color: #f7f7f7; background-color: #929292; border: 1px #303030 solid;}

/* kolor menu rozwiniete */
select:focus {color: #333333; background-color: #FFFFFF;}

/*DHTML*/
.hint {border: 1px solid #7dbfd2; background-color: #ebfbfe; position: absolute; display: none}
.hint .title {background-color: #b3dbf2; margin: 0; padding: 2px; font-weight: bold; text-align: center}
.menulist ul {margin: 0; padding: 0; list-style-type: none}
.menulist li {padding: 2px; cursor: pointer}
.hint li:hover {background-color: #fbf9db}

/* Strony */
.pages .pageAct {
	background-color: #D1E9DA;
	border: 1px solid #C6D7D9;
	font-weight: bold
}
.pages a {
	background-color: #ABAAAB;
	border: 1px solid #C2D2D3;
	font-weight: normal;
	padding: 2px 4px;
	margin: 3px
}
.pages {padding: 8px !important; text-align: center}

#AdTaily_Widget_Container div { 

background-color: transparent !important; 

}

#AdTaily_Widget_Container span { display:none !important; } 






