/* Tekst podstawowy */
body { font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 12px;
	     color: #003366; background-color: #FFFFFF;
	     margin: 0px; padding: 0px; }

div { font-size: 12px; }
p   { font-size: 12px; }
span{ font-size: 12px; }
ol  { font-size: 12px; }
li  { font-size: 12px; }
ul  { font-size: 12px; }

/* Margines żółtej ramki */
.marg   { padding-top: 10px;  padding-bottom: 10px;  padding-left: 10px;  padding-right: 10px; }
.marg30 { padding-top: 10px;  padding-bottom: 10px;  padding-left: 30px;  padding-right: 30px; }

/*** LINKI ***/
a         {	color: #EF621D; text-decoration: none; }
a:hover   { color: #FFAD3E; text-decoration: none; }
a:visited {	color: #FB9735; text-decoration: none; }
.orange   {	color: #EF621D; text-decoration: none; }

/* Linki typu: Aktywuj konto, Zapomniałem hasła, Powrót do edycji, Wyloguj */
.przycisk         {	color: #EF621D; font-weight: bold; }
.przycisk:hover   { color: #EF621D; font-weight: bold; }
.przycisk:visited {	color: #EF621D; font-weight: bold; }

/* Linki w edycji - howają lub pokazują daną część edycji */
.editlink         { color: #003366; font-size: 16px; text-decoration: none; }
.editlink:hover   { color: #003366; }
.editlink:visited { color: #003366; }

/* Obrazki */
img { border: 0; }

/* Przyciski przy sortowaniu list */
#upbutton   { display: block; border: none; width: 24px; height: 24px; font-size: 0;
              background: transparent url(_images/ico_up.gif) 0 0 no-repeat; }
#downbutton { display: block; border: none; width: 24px; height: 24px; font-size: 0;
              background: transparent url(_images/ico_down.gif) 0 0 no-repeat; }

/*** FORMS ***/
/* Liczby w input, submit itd. oznaczaja szerokosc obrazka */

/* INPUTS */
#input_gra_177 {
  background-image: url(_images/input_gra_177.gif);
  background-repeat: no-repeat;
	@background-attachment: fixed;
	background-color: #EBE9B5;	
  color: #003366; height: 24px; width: 177px; margin: 0px; text-align: center;
  border-top-width: 0px;     border-top-style: none;     padding-top: 3px;    
  border-right-width: 0px;   border-right-style: none;   padding-right: 0px;  
  border-bottom-width: 0px;  border-bottom-style: none;  padding-bottom: 0px; 
  border-left-width: 0px;    border-left-style: none;    padding-left: 0px;   
}

#input_bez_177 { /* dawniej _input2 */
	background-image: url(_images/input_bez_177.gif);
	background-repeat: no-repeat;
	background-color: #EBE9B5;
  @background-attachment: fixed;
  color: #003366;
	height: 24px;  	width: 177px;   margin: 0px;
	border-top-width: 0px;     border-top-style: none;       	padding-top: 4px;     
	border-right-width: 0px;   border-right-style: none;     	padding-right: 7px;
	border-bottom-width: 0px;  border-bottom-style: none;    	padding-bottom: 0px;  
	border-left-width: 0px;    border-left-style: none;      	padding-left: 7px;    
}
#input_bez_177_disabled { /* dawniej _input2 */
	background-image: url(_images/input_bez_177_disabled.gif);
	background-repeat: no-repeat;
	background-color: #EBE9B5;
  @background-attachment: fixed;
  color: #003366;
	height: 24px;  	width: 177px;   margin: 0px;
	border-top-width: 0px;     border-top-style: none;       	padding-top: 4px;     
	border-right-width: 0px;   border-right-style: none;     	padding-right: 7px;
	border-bottom-width: 0px;  border-bottom-style: none;    	padding-bottom: 0px;  
	border-left-width: 0px;    border-left-style: none;      	padding-left: 7px;    
}
#input_bez_294 {
	background-image: url(_images/input_bez_294.gif);
	background-repeat: no-repeat;
	background-color: #EBE9B5;
  @background-attachment: fixed;
  color: #003366;
	height: 24px;  	width: 294px;   margin: 0px;
	border-top-width: 0px;     border-top-style: none;       	padding-top: 4px;     
	border-right-width: 0px;   border-right-style: none;     	padding-right: 7px;
	border-bottom-width: 0px;  border-bottom-style: none;    	padding-bottom: 0px;  
	border-left-width: 0px;    border-left-style: none;      	padding-left: 7px;    
}

#textarea_bez {
	background-image: url(_images/textarea_bez_344x181.gif);
	background-repeat: no-repeat;
	background-color: #EBE9B5;
  @background-attachment: fixed;
  color: #003366;
	height: 181px;  	width: 344px;   margin: 0px;
	border-top-width: 0px;     border-top-style: none;       	padding-top: 4px;     
	border-right-width: 0px;   border-right-style: none;     	padding-right: 7px;
	border-bottom-width: 0px;  border-bottom-style: none;    	padding-bottom: 0px;  
	border-left-width: 0px;    border-left-style: none;      	padding-left: 7px;    
}

/* BUTTORNS */
#submit_bez_66 { /* dawniej dalej2 */
	font-family: "Trebuchet MS", Verdana, sans-serif;  	font-size: 14px;
	background-image: url(_images/submit_bez_66.gif);  background-repeat: no-repeat;
	height: 24px;  width: 66px;  margin: 0px;
	border-top-width: 0px;    border-top-style: none;    padding-top: 2px;
	border-right-width: 0px;  border-right-style: none;  padding-right: 0px;
	border-bottom-width: 0px; border-bottom-style: none; padding-bottom: 4px;
	border-left-width: 0px;   border-left-style: none;   padding-left: 0px;
}
#submit_bez_100 { /* dawniej anuluj2 */
	font-family: "Trebuchet MS", Verdana, sans-serif;  	font-size: 14px;
	background-image: url(_images/submit_bez_100.gif);  background-repeat: no-repeat;
	height: 24px;  	width: 100px;  margin: 0px;
	border-top-width: 0px;	  border-top-style: none;	   padding-top: 2px;
	border-right-width: 0px;	border-right-style: none;	 padding-right: 0px;
	border-bottom-width: 0px; border-bottom-style: none; padding-bottom: 4px;
	border-left-width: 0px;	  border-left-style: none;	 padding-left: 0px;
}
#wstecz {
	font-family: "Trebuchet MS", Verdana, sans-serif;  	font-size: 14px;
	background-image: url(_images/wstecz_bgr.gif);  background-repeat: no-repeat;
	height: 24px;  	width: 100px;  margin: 0px;
	border-top-width: 0px;	  border-top-style: none;	   padding-top: 2px;
	border-right-width: 0px;	border-right-style: none;	 padding-right: 0px;
	border-bottom-width: 0px; border-bottom-style: none; padding-bottom: 4px;
	border-left-width: 0px;	  border-left-style: none;	 padding-left: 0px;
}

/* Przyciski imitujące linki */
#menu_bok {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
  cursor: pointer; cursor: hand;
	background-color: #FFE9B5;
	margin: 0px;
	background-repeat: no-repeat;
	border-top-width: 0px;        	border-top-style: none;     	padding-top: 2px;     
	border-right-width: 0px;      	border-right-style: none;   	padding-right: 0px;   
	border-bottom-width: 0px;     	border-bottom-style: none;  	padding-bottom: 4px;  
	border-left-width: 0px;       	border-left-style: none;    	padding-left: 0px;    
}

#menu_bok:hover { 	color: #F66013; }

#sort_text {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	background-color: #FFE9B5;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  padding-bottom: 10px;	
}
#sort_button {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
  cursor: pointer; cursor: hand;
	background-color: #FFE9B5;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#text_button {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F66013;
  cursor: pointer; cursor: hand;
	background-color: #FFE9B5;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#szukajinput {
  background-image: url(_images/szukaj_bgr.gif);
  background-repeat: no-repeat;
  height: 24px;
  width: 177px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  text-align: center;
  margin: 0px;
  @background-attachment: fixed;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #666666;
}
#zapiszdalej {
  font-family: "Trebuchet MS", Verdana, sans-serif; 
  font-size: 14px;
  background-image: url(_images/granatowy_submit.gif);
  background-repeat: no-repeat;
  height: 24px;
  width: 66px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
/*id="_input2"*/
.pomarancz {
	color: #FF6600;
}


.bgrdzisiejsze {
	background-image: url(_images/cudzyslow_sd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FCBB61;
}
.txtslowodzisiaj {
	font-size: 11px;
	color: #003366;
	padding: 5px;
}
/*
.txtslowodzisiaj a        {color: #003366; text-decoration: none; }
.txtslowodzisiaj a:hover  {color: #003366; text-decoration: none; }
.txtslowodzisiaj a:active {color: #003366; text-decoration: none; }
.txtslowodzisiaj a:visited{color: #003366; text-decoration: none; }
*/



.100procent {
	height: 100%;
}
.bgrporady {

	background-image: url(_images/cudzyslow_pdz.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.licznik {
	color: #FF6600;
	font-size: 12px;
	line-height: 12px;
}
.txtslowo {
	font-size: 14px;
	color: #FFFFFF;
	padding: 3px;
}
.txtporady { font-size: 11px; color: #009900; padding: 5px; }
a.txtporady { font-size: 11px; color: #009900; padding: 5px; font-weight: bold;}
.txt {
	font-size: 12px;
	padding: 0px;
}
.txtslowa {
	font-size: 12px;
	color: #FF6600;
	padding: 0px;
}
.txtzycieswiadome {
	font-size: 12px;
	color: #7A512B;
	padding: 0px;
}
.txtkobieta {
	font-size: 12px;
	color: #81959A;
	padding: 0px;
}
.txtpamietasz {
	font-size: 12px;
	color: #ADA376;
	padding: 0px;
}
.txtprzyslow {
	font-size: 12px;
	color: #646E74;
	padding: 0px;
}
.txtpsalmow {
	font-size: 12px;
	color: #0674BE;
	padding: 0px;
}
.txtkanapka {
	font-size: 12px;
	color: #7B88A8;
	padding: 0px;
}
.txtinspiracje {
	font-size: 12px;
	color: #FF834A;
	padding: 0px;
}
.txtsms {
	font-size: 12px;
	color: #99CC00;
	padding: 0px;
}
.txtkonkursy {
  font-size: 12px;
	color: #A58D05;
	padding: 0px;
}
.txtprzyjaciele {
	font-size: 12px;
	color: #66CC00;
	padding: 0px;
}
.txtmalzenstwo {
	font-size: 12px;
	color: #FF0000;
	padding: 0px;
}


/* Nagłówek biały */
.naglowekwht          {color: #FFFFFF; font-size: 15px; font-weight: bold; }
.naglowekwht a        {color: #FFFFFF; text-decoration: none; }
.naglowekwht a:hover  {color: #FFFFFF; text-decoration: none; }
.naglowekwht a:active {color: #FFFFFF; text-decoration: none; }
.naglowekwht a:visited{color: #FFFFFF; text-decoration: none; }

/* Menu górne */
.mn1          { color: #FFFFFF; font-size: 16px; font-weight: bold; }
.mn2          { color: #FFFFFF; font-size: 16px; font-weight: bold; background-color: #003366; }
.mn2:hover    { color: #003366; font-size: 16px; font-weight: bold; background-color: #003366; }
.mn1 a        { color: #FFFFFF; font-size: 16px; font-weight: bold;                            text-decoration: none; }
.mn2 a        { color: #FFFFFF; font-size: 16px; font-weight: bold; background-color: #003366; text-decoration: none;  }
.mn1 a:visited{ color: #FFFFFF; font-size: 16px; font-weight: bold; }
.mn2 a:visited{ color: #FFFFFF; font-size: 16px; font-weight: bold; background-color: #003399;  }
.mn1 a:hover  { color: #003366; font-size: 16px; font-weight: bold; }
.mn2 a:hover  { color: #FFFFFF; font-size: 16px; font-weight: bold; background-color: #003399;  }

/* Prawe menu */
#prawemenu a       { font-size: 12px; font-weight: bold; color: #003366; text-decoration: none;
	                   margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px; }
#prawemenu a:hover { font-size: 12px; font-weight: bold; color: #F66013; text-decoration: none;
	                   margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px; }
.naglowek {
	font-size: 13px;
	color: #003366;
	font-weight: bold;
}
.data {
	font-size: 12px;
	color: #6699CC;
}
.bialy {
	font-size: 12px;
	color: #FFFFFF;
}

.error1 { color: #FF0000; font-size: 12px; text-align: center; font-weight: bold; }
.error2 { color: #FF0000; font-size: 12px; text-align: center; }
.error3 { color: #FF0022; font-size: 12px; }

/* Tytuły stron (wewnątrz żółtego prostokąta ze zmienną treścią */
.title { color: #003366;  font-size: 16px; font-weight: bold; padding-top: 10px; text-align: center;}

/* Tabelki, formularze */
TD.form     {                      font-size: 12px; background:#FFE9B5; color:#003366;}
TD.formedit {                      font-size: 12px; background:#FFF8DC; color:#003366;}
TR.lists    { font-family: Tahoma; font-size: 14px; background:#FFE9B5; color:#003366 }
.opcje      { font-family: Tahoma; font-size: 13px; background:#FFF8DC; color:#003366 }
.formlogin  { font-family: Tahoma; font-size: 14px;                     color:#002200; color:#003366 }


#linkhelp {
	font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 14px; font-weight: bold;
	color: #FF6600; margin: 0px; cursor: pointer; cursor: hand;
	background-color: #FFE9B5; background-repeat: no-repeat;
	border-top-width: 0px;     border-top-style: none;     padding-top: 2px;     
	border-right-width: 0px;   border-right-style: none;   padding-right: 0px;   
	border-bottom-width: 0px;  border-bottom-style: none;  padding-bottom: 4px;  
	border-left-width: 0px;    border-left-style: none;    padding-left: 0px;    
}

#linkhelp:hover{
	color: #003366;
}

#created { display: block; height: 20px; width: 153px; font-size: 1px;
           background-image: url(_images/made_by_sha.gif);
           background-repeat: no-repeat; }
#created:hover { background-image: url(_images/made_by_sha2.gif); }


/* ******************************************************************************************************** */
/* ******************************************************************************************************** */
/* ****************************            D O   U S U N I Ę C I A             **************************** */
/* ******************************************************************************************************** */
/* ******************************************************************************************************** */

#_input2 { /* do usuniecia - uzywac input_bez_177 */ 	background-image: url(_images/bezowy_input.gif); 	background-color: #EBE9B5; 	background-repeat: no-repeat;	@background-attachment: fixed; 	height: 24px; 	width: 177px; margin: 0px; color: #003366; 	border-top-width: 0px;     border-top-style: none;     	padding-top: 3px;     	border-right-width: 0px;   border-right-style: none;   	padding-right: 0px;   	border-bottom-width: 0px;  border-bottom-style: none;  	padding-bottom: 0px;  	border-left-width: 0px;    border-left-style: none;    	padding-left: 0px;    }
#dalej2 { /* do usuniecia - uzywac submit_bez_66 */ 	font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 14px;  	background-image: url(_images/bezowy_submit.gif);background-repeat: no-repeat;  	height: 24px; width: 66px; margin: 0px; 	border-top-width: 0px;    	border-top-style: none;     	padding-top: 2px;    	border-right-width: 0px;  	border-right-style: none;   	padding-right: 0px;   	border-bottom-width: 0px; 	border-bottom-style: none;  	padding-bottom: 4px; 	border-left-width: 0px;   	border-left-style: none;    	padding-left: 0px;   }
#anuluj2 { /* do usuniecia - uzywac submit_bez_100 */ font-family: "Trebuchet MS", Verdana, sans-serif; 	font-size: 14px; 	background-image: url(_images/bezowy_submit2.gif);	background-repeat: no-repeat; 	height: 24px;  	width: 100px;  margin: 0px;  	border-top-width: 0px;    border-top-style: none;      	padding-top: 2px;      	border-right-width: 0px;  border-right-style: none;    	padding-right: 0px;   	border-bottom-width: 0px; border-bottom-style: none;   	padding-bottom: 4px;  	border-left-width: 0px;   border-left-style: none;     	padding-left: 0px;    }
#dalej {	/* do usuniecia - uzywac submit_bez_66 */ font-family: "Trebuchet MS", Verdana, sans-serif;  	font-size: 14px;	background-image: url(_images/dalej_bgr.gif);  background-repeat: no-repeat;	height: 24px;  width: 66px;  margin: 0px;	border-top-width: 0px;    border-top-style: none;    padding-top: 2px;	border-right-width: 0px;  border-right-style: none;  padding-right: 0px;	border-bottom-width: 0px; border-bottom-style: none; padding-bottom: 4px;	border-left-width: 0px;   border-left-style: none;   padding-left: 0px;}
#_email {   background-image: url(_images/granatowy_input.gif);  background-repeat: no-repeat;  height: 24px;   width: 177px;  border-top-width: 0px;     border-top-style: none;      border-right-width: 0px;   border-right-style: none;    border-bottom-width: 0px;  border-bottom-style: none;   border-left-width: 0px;    border-left-style: none;     text-align: center;   margin: 0px;	@background-attachment: fixed;	padding-top: 3px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 0px;	color: #003366;	background-color: #EBE9B5;		/*background-color: #00125C;*/}

