#body {
	
}

a {
	color:				red;
}

#pojemnik {
	margin: 			auto;
	width: 				953px;
	border: 			1px solid black;
	padding: 			0px;
	font-size: 			10pt;
	font-family: 		verdana;
	color:				#562B32;
	background: 		#EEEDE3;
}

#naglowek {
	width:				953px;
	height: 			150px;
	/*height: 			242px;*/
	background-image:  	url("../grafika/naglowek.jpg");
	background-repeat: 	no-repeat;
}

#space {
	width:				953px;
	height: 			2px;
}

#panel_administratora {
	width:				913px;
	padding:			20px;
	color: 				black;
	background: 		#CCCCCC;
}

#kolumna_lewa{
    float:				left;
    padding: 			0px;
	border:				0px;
    width:				205px;
	background:			#562B32;
	background-image:  	url("../grafika/gradient.jpg");
	background-repeat: 	repeat-y;
}

#kolumna_prawa {
    float: 				right;
    width: 				727px;
    margin-left: 		0px;
    padding: 			10px;
	border: 			0px;
    text-align:			justify;
    border-left: 		1px dashed 	#686669;
	
}

#stopka {
	width: 				953px;
	clear: 				both;
	border-top: 		1px dashed 	#686669;	
}

#stopka_panel {
	width: 				953px;
	height:				20px;
	clear: 				both;
	text-align:			center;	
}

/*----------------------------menu------------------------------*/
#menu ul {
    list-style-type : 	none;
}

dl, dt, dd {
	margin: 			0;
	padding: 			0;
	list-style-type: 	none;
}

#menu dt {
	cursor: 			pointer;
	height: 			auto;
	line-height: 		20px;
	text-align: 		left;
	text-transform: 	uppercase;
	font-weight: 		bold;
	border-bottom: 		1px dashed	#686669;
	padding: 			5px;
	color:				#686669;
}

#menu dd {
	/*border-bottom: 			1px dashed #686669;*/
	padding:					5px;
}

/*#menu dd a{
	
	text-decoration:			none;
	color:				white;
	display: 			block;
	border:				0 none;
	height: 			100%;
}*/



#menu dd a, #menu dt a {
	
	text-decoration:	none;
	color:				#686669;
	display: 			block;
	border:				0 none;
	height: 			100%;

}

/*prostokat jako link*/
#menu dd a:hover, #menu dt a:hover {
	background: 		#D2CCAE;
}


/*---------------tabela aktualnosci---------------------------------------------*/

table
{
	width:				100%;
	font-size: 			10pt;
	font-family: 		verdana;
	border-collapse : 	collapse;
}

#kolumna_prawa table.aktual
{
	width:				100%;
    border-width : 		0;
	border-collapse : 	collapse;
	padding:			10px;
}

#kolumna_prawa td.prawa_strona
{
	text-align:			right;
}

/*----------------- logowanie ------------------------------------------------------*/

/*table
{
	width:				100%;
	font-size: 			10pt;
	font-family: 		verdana;
	border-collapse : 	collapse;
}

th
{
	font-weight:		bold;
	color:				white;
	background: 		#562B32;
}

td.srodek
{
	text-align:			center;
}

td.prawa
{
	text-align:			right;
}

td.jedna_3
{
	width:				33%;
	color:				black;
}

td.dwie_3
{
	width:				67%;
}*/

table.logowanie
{
	margin: 			auto;
	width:				200px;
	border:				solid black	2px;
	font-size: 			10pt;
	font-family: 		verdana;
	border-collapse : 	collapse;
	background :		#ECE9D8;

}

table.logowanie td
{
	text-align:			center;
}

td.space
{
	height:				10px;
}
		
#panel_link a
{
	font-family:		verdana;
	font-size:			10pt;
	color: 				green; 
	text-align: 		center;
}

#panel_link2
{
	font-family:		verdana;
	font-size:			10pt;
	color: 				red; 
	text-align: 		center;
}

/* --------------------- panel administracyjny -------------------------*/
table.panel
{
	border:				0;
	text-align:			center;
	color:				black;
}


/* --------------------- nowy artykul , plik --------------------------- */

table.aktualizacja
{
	border: 			solid black 2px;
}

td.aktualizacja
{
	border: 			solid black 1px;
	color: 				black;
}


/* -------------------------- menu altualnosci ------------------------*/

td.kwadrat a
{
	margin-left:		10px;
}

td.kolo a
{
	margin-left:		20px;
			
}

kwadrat_img
{
	margin-left:		0px;
}

kolo_img
{
	margin-left:		10px;
}

/*-------------------------------------------------------*/

/*font  w tabeli bez  obramowania*/
td.tytul
{
	color:				black;
}

/*font  w tabeli z  obramowaniem*/
td.tytul2
{
	color:				black;
	border: 			solid black 1px;
}

/*link w tabeli w aktualnosciach
td.tytul2 a
{
	color:				blue;
}*/

/*--------------------- stopka ----------------------*/
#stopka td.prawa_strona_1_3
{
	text-align:			right;
	width:				45%;
}

#stopka td.prawa_strona_2_3
{
	text-align:			right;
	width:				55%;
}

#stopka table
{
	margin-top:			5px;
}

/*---------------------------------*/
hr
{
	color: #999999;
	background-color:  #999999;
	height: 2px;
}

#menu dd.active {
	font-weight: bold;
}

.delete{
	color: red;
	text-decoration: underline;
}

.aktualizacja{
	color: green;
	text-decoration: underline;
}

/*-------------------------------*/
/* Mask for background, by default is not display */
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup {
    display: none;
    background: #333;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */;
}

img.btn_close {
    Position the close button
	float: right;
    margin: -50 -50 0 0;
	border: none;
}
img.lider{
	float: left;
}

fieldset {
    border: none;
}

form.signin .textbox label {
    display: block;
    padding-bottom: 7px;
}

form.signin .textbox span {
    display: block;
}

form.signin p, form.signin span {
    color: #999;
    font-size: 11px;
    line-height: 18px;
}

form.signin .textbox input {
    background: #666666;
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px Arial, Helvetica, sans-serif;
    padding: 6px 6px 4px;
    width: 200px;
}

form.signin input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

form.signin input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

.button {
    background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
    background: -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
    border-color: #000;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 6px 6px 4px;
    margin-top: 10px;
    font: 12px;
    width: 214px;
}

.button:hover {
    background: #ddd;
}