/* CSS Document */
body {
	margin: 0px;
	font-family: tahoma;
	font-size: 11px;
}

table {
	font-size: 11px;
}

img {
	border: 0px;
}

input {
	font-size:11px;
}

textarea {
	font-family:arial;
	font-size: 12px;	
}

a:link {
	COLOR: #558e7c;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal
}

a:visited {
	COLOR: #558e7c;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal
}

a:hover {
	COLOR: #23624e;
	TEXT-DECORATION: underline;
	font-size: 11px;
	font-weight: normal
}

a.menu:link {
	COLOR: #558e7c;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal
}

a.menu:visited {
	COLOR: #558e7c;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal
}

a.menu:hover {
	COLOR: #23624e;
	TEXT-DECORATION: underline;
	font-size: 11px;
	font-weight: normal
}

.main_table {
	width: 100%;
	font-size: 11px;
	font-weight: normal;
}

table.main_table {
	width: 100%;
}

tr.header {
	width: 100%;
	height: 30px;
	background-color: #7095bd;
	color: #ffffff;
}

.header a,a:visited {
	color: #ffffff;
}
.footer a {
	color: #ffffff;
}

tr.center {
	width: 100%;
}

td.menu { /*width: 200px;*/
		
}

table.center_table {
	width: 100%;
}

td.menu_td {
	width: 202px;
	border-right: solid 1px #d3d3d3;
	max-width: 202px;
	background: #bed8a8;
}

td.menu_td_right {
	width: 202px;
	border-left: solid 1px #d3d3d3;
	max-width: 202px;
}

td.main_td { /*width: 570px;*/
	background-color: #ffffff;
	text-align: center;
	padding: 20px 20px;
}

tr.footer {
	width: 100%;
	height: 30px;
	background-color: #7095bd;
	text-align: right;
	font-size: 11px;
}

div.edycja {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.button {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	
}

.dotted {
	border: 1px double #dbdbdb;
	font-size: 11px;
	height: 25px;
	padding: 2px;
	text-align: left;
}

.dotted_red {
	border: 1px double #dbdbdb;
	font-size: 11px;
	height: 25px;
	padding: 2px;
	text-align: left;
	background-color: #ff5757;
}

.dotted_nag {
	border: 1px double #d3d3d3;
	background-color: #bed8a8;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	
}

td.dotted_nag_title {
	border: 1px double #d3d3d3;
	background-color: #232323;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	color: #ffffff;
}


input.text {
	border: 1px #00b909 solid;
	font-size: 11px;
	color: #000000;
}

input.button_new {
	border: 1px #00b909 solid;
	background: #ffffff;
	font-size: 11px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:5px;
	cursor: pointer;
}

select.select_new {
	border: 1px #00b909 solid;
	background: #ffffff;
	font-size: 11px;
}

img.img_button {
	cursor: pointer;
	cursor: hand;
}

.menu_title {
	text-align: center;
	font-weight: bold;
}

div.mess {
	width: 96%;
	background-color: #00FC35;
	border: 1px #000000 solid;
	padding: 4px;
	text-align: center;
	color: #ffffff;
}
div.error {
	width: 96%;
	background-color: #ff0000;
	border: 1px #000000 solid;
	padding: 4px;
	text-align: center;
	color: #ffffff;
}

#blocker {
	background-color: #000000;
	-moz-opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 26;
	width: 0px;
	height: 0px;
	position: absolute;
}



#tytul {
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
}


/* formularz logowiania */
#loginEmail {
	width: 200px;
}
#loginPass {
	width: 200px;
}


/* koniec formualrza logowania */


a.link_tekst:link {
	COLOR: #ff0000;
	font-size:13px;
}

a.link_tekst:visited {
	COLOR: #ff0000;
	font-size:13px;
}

a.link_tekst:hover {
	COLOR: #000000;
	font-size:13px;
}






#srodkowy_tekst a:link {
	COLOR: #558e7c;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal
}

#srodkowy_tekst a:visited {
	COLOR: #558e7c;
	TEXT-DECORATION: none;
	font-size: 11px;
	font-weight: normal
}

#srodkowy_tekst a:hover {
	COLOR: #23624e;
	TEXT-DECORATION: underline;
	font-size: 11px;
	font-weight: normal
}








