/* POJEDYNCZE */
#listaAdresatow{
	padding:40px 0;
}

#listaAdresatow .alignright {
	text-align: right;
}
#listaAdresatow .input {
	height: 14px;
    border: 1px solid #ddd;
    width:14px;
    margin:5px;
}

#listaAdresatow .aligncenter {
	text-align: center;
}

#listaAdresatow .alignleft {
	text-align: left;
}

#listaAdresatow .hidden {
	display: none;
}

#listaAdresatow a img {
	display: inline;	
}

/* TABELA */

#listaAdresatow table {
	background-color: #ffffff;
	border: none;
	border-collapse: collapse;
	width: 100%;
}

#listaAdresatow table.mini {
	width: 50%;
}

#listaAdresatow table td {
	border: 3px solid #FFFFFF;
	padding: 4px 6px;
	vertical-align: middle;
}
#listaAdresatow table td span.italic{
	font-style:italic;
}
#listaAdresatow table tr.header td {
	font-weight: bold;
	padding-left:35px;
}
#listaAdresatow table tr.odd td {
	background-color: #f6f6f6;
}


#listaAdresatow table th {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;	
}
#listaAdresatow table th.action{
	width:80px;
}

#listaAdresatow table td a{
	display:block;
	height:16px;
	color: #535353;
}
#listaAdresatow table td a.edit{
	display:inline;
}
#listaAdresatow table td a.schowek{
	background: url("/repository/layout/biuletyn/schowek_ico.gif") no-repeat center top;
}
#listaAdresatow table td a.edycja{
	background: url("/repository/layout/biuletyn/edycja_ico.gif") no-repeat center top;
}
#listaAdresatow table td a.edycja_text{
	background: url("/repository/layout/biuletyn/edycja_ico.gif") no-repeat left top;
	padding-left: 20px;
}
#listaAdresatow table td a.kasowanie{
	background: url("/repository/layout/biuletyn/usuwanie_ico.gif") no-repeat center top;
}
#listaAdresatow table td a.gotowe{
	background: url("/repository/layout/biuletyn/gotowe_ico.gif") no-repeat left top;
	padding-left: 20px;
}
#listaAdresatow table td a.podglad{
	background: url("/repository/layout/biuletyn/podglad_ico.gif") no-repeat center top;
}


#listaAdresatow table td hr {
	background-color: none;
	border: none;
	border-top: 1px solid #FFFFFF;
	height: 0px;
	width: 100%;
	margin: 5px auto;
}

/* STRONICOWANIE */

#listaAdresatow .strony {
	padding: 3px 0;
}

#listaAdresatow .strony a {
	padding: 0px 3px;
}

#listaAdresatow .strony span {
	font-size: 16px;
}

/* LINKI */

#listaAdresatow .linki {
	text-align: right;
	padding: 10px 0;
}

#listaAdresatow .linki a {
	padding: 0 0 0 10px;
}

#listaAdresatow div.paginate{
	
	text-align: left;
	padding-left:10px;
}
#listaAdresatow div.paginate div.links{
	width:420px;
	float:left;
}
#listaAdresatow div.paginate div.links span{
	font-weight: bold;
	font-size: 12px;
	color: #e46d0a;
}
#listaAdresatow div.paginate form{
	float:right;
}
#listaAdresatow div.paginate form input.text{
	width:30px;
	height: 14px;
	padding:0;
}
#listaAdresatow div.paginate form input.submit{
	cursor:pointer;
	width:15px;
	color: #00652e;
	background-color: transparent;
	border: none;
}


div.newsletterRegionalny{
}
div.newsletterRegionalny form fieldset{
	border:none;margin: 5px 0;
	background-color:#DDDDDD;
}
div.newsletterRegionalny form fieldset input{
	height: 14px;
    border: 1px solid #ddd;
    width:14px;
    margin:5px;
}

div.biuletynMenu{
	height:25px;
	border-bottom: 8px solid #ffffff;
	background-color: #909090;
} 

div#container div#content ul.biuletynMenu{
	height: 25px;
	list-style:none outside none;
}
div#container div#content ul.biuletynMenu li{
	display:block;
	float:left;
	border-right:1px solid #ffffff;
	height: 33px;
	line-height: 25px;
}
div#container div#content ul.biuletynMenu li.active{
	background-image: url("/repository/layout/biuletyn/active_menu.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#container div#content ul.biuletynMenu li a{
	color: #ffffff;
	display: block;
	height: 25px;
	padding: 0 10px;
	text-decoration: none;
}
div#container div#content ul.biuletynMenuBottom{
	height: 25px;
	list-style:none outside none;
	background-color: #dddddd;
}

div#container div#content ul.biuletynMenuBottom li{
	display:block;
	float:left;
	line-height: 25px;
}

div#container div#content ul.biuletynMenuBottom li a{
	color: #818181;
	display: block;
	height: 25px;
	padding: 0 15px;
	text-decoration: none;
}















form.biuletynForm{
	padding: 40px 0;
}


form.biuletynForm input.error, form.biuletynForm textarea.error{
	background-color:#fff3e8;
}
form.biuletynForm div.short{
	width:175px;
}
form.biuletynForm input.short{
	width:80px;
}

form.biuletynForm input, form.biuletynForm select, form.biuletynForm textarea{
	height: 20px;
	width:100%;
	
    border: 1px solid #ddd;
}
form.biuletynForm select.short{
	width:175px;
}
form.biuletynForm input.checkbox {
    width: auto;
    height: auto;
    vertical-align: text-top;
    margin-bottom: 0;
}

form.biuletynForm textarea{
	width:270px;
    border: 1px solid #ddd;
    height: 60px;
}
form.biuletynForm textarea.wide{
	width: 680px;
	height: 120px;
}


form.biuletynForm .submit{
	border:none;
	margin:0;padding:0;
	cursor: pointer;
}
form.biuletynForm .submit img{
	padding:0;margin:0;
	border:none;
}
form.biuletynForm fieldset{
	padding:0;margin:0;
	border:none;
	margin-bottom:16px;
}
form.biuletynForm fieldset.left{
	float:left;
	margin-right: 32px;
}
	

form.biuletynForm label{
	font-weight:normal;	
	padding-bottom:6px;
	color:#818181;
	display: block;
}
form.biuletynForm label .error{
    font-weight: normal;
    color: #d00;
    font-size: 10px;
}
form.biuletynForm .buttons{
	margin-top:19px;
	text-align: right;
}
form.biuletynForm input.reset{
	background-image: url('/repository/layout/form_clear_button.gif');
	width: 64px;
	height: 24px;
	
}
form.biuletynForm input.button{
	background-image: url('/repository/layout/form_button.gif');
	width: 64px;
	height: 24px;
	line-height: 24px;	
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing: 1px;
	color:#ffffff;
}
form.biuletynForm input.zapisz{
	background-image: url('/repository/layout/biuletyn/zapisz_bttn.gif');
	background-repeat:no-repeat;
	width: 67px;
	height: 24px;
	border: none;
}


form.biuletynForm input.button.marginLeft{
	margin-left:13px;
}


form.biuletynForm input.submit{
	background-image: url('/repository/layout/form_send_button.gif');
	width: 55px;
	height: 24px;
}
form.biuletynForm input.sendmessage{
	background-image: url('/repository/layout/form_send_button.gif');
	width: 55px;
	height: 24px;
}
form.biuletynForm div.deleteDiv{
	text-align:right;
}
form.biuletynForm a.delFile{
	background: url('/repository/layout/del_bttn.gif') no-repeat center left;
	padding-left:17px;
	width: 42px;
	text-decoration: none;
	color: #414140 !important;
}
form.biuletynForm .progressContainer{
	margin:18px 0;
}
form.biuletynForm .progressName, form.biuletynForm .progressBarStatus{
	float:left;
	width:294px;
	clear:both;
}
form.biuletynForm #btnCancel{
	display:none;
}
form.emailFilter{
float:right;
padding-top:5px;
}
form.emailFilter input{
	height: 20px;
	margin-right:5px;
	border: 1px solid #ddd;
}
form.emailFilter button.button {
    font-family: Verdana; font-size: 11px;
    margin: 0; padding: 0;
    background: url('/repository/layout/biuletyn/bttn_70.gif') no-repeat;
    width: 72px; 
	border: none;
	height: 24px;
    color: #fff;
    cursor:pointer;
}
