/*
 * podstawowe
 */
a
{
	color: #454446;
	text-decoration: none;
}

a:hover
{
	color: #1797BE;
}


/*
 * menu-branze
 */
div#menu-branze
{
	width: 100%;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

div#menu-branze div.active a, div#menu-branze div.selected
{
	display: block;
	padding: 5px 0 5px 5px;
	color: #000;
}

div#menu-branze div.selected
{
	background-color: #E0DCDC;
	border-bottom: 1px solid #efefef;
}

div#menu-branze div.active a
{
	text-decoration: none;
	background-color: #E9E9E9;
	border-bottom: 1px solid #efefef;
}

div#menu-branze div.active a:hover
{
	background-color: #E0DCDC;
}

/*
 * menu-wojewodztwa
 */
div#menu-wojewodztwa
{
	width: 100%;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

div#menu-wojewodztwa div.active a, div#menu-wojewodztwa div.selected
{
	display: block;
	padding: 5px 0 5px 5px;
	color: #000;
}

div#menu-wojewodztwa div.selected
{
	background-color: #E0DCDC;
	border-bottom: 1px solid #efefef;
}

div#menu-wojewodztwa div.active a
{
	text-decoration: none;
	background-color: #E9E9E9;
	border-bottom: 1px solid #efefef;
}

div#menu-wojewodztwa div.active a:hover
{
	background-color: #E0DCDC;
}

/*
 * lista
 */
table#lista tr
{
	background-color: #F7F7FF;
}

table#lista tr.dark
{
	background-color: #EFEFFD;
}

table#lista tr td
{
	padding: 5px;
}

table#lista tr.naglowek th
{
	background-color: #EFEFFD;
	padding: 5px 0 5px 0;
	color: #454446;
}

table#lista tr.stopka td
{
	background-color: #EFEFFD;
	padding: 5px 0 5px 5px;
	font-size: 14px;
	font-weight: bold;
}

table#lista tr td.data
{
	text-align: center;
	font-size: 12px;
	color: #8A747C;
}

table#lista tr:hover
{
	background-color: #EFEFFD;
}

table#lista tr.naglowek
{
	background-color: transparent;
}

table#lista tr td a
{
	color: #1797BE;
	font-weight: bold;
	text-decoration: underline;
}

table#lista tr td span
{
	font-size: 12px;
	color: #8A747C;
}

table#lista tr td a:hover
{

}

table#lista tr.stopka
{
	background-color: transparent;
}

div.wybierz-wojewodztwo
{
	text-align: center;
	border-bottom: 2px solid #efefef;
	color: #454446;
	font-weight: bold;
}

/*
 * wyswietl
 */
div#wyswietl
{
	
}

div#wyswietl table.dane
{
	border: 1px solid #efefef;
	margin: 10px 0 10px 0;
	color: #454446;
	width: 100%;
}

div#wyswietl table.dane tr.nazwa
{
	background-color: #EFEFFD;
}

div#wyswietl table.dane tr.nazwa span
{
	font-size: 12px;
	font-weight: bold;
}

div#wyswietl table.dane tr.dane
{
	background-color: #F7F7FF;
}

div#wyswietl table.dane td
{
	border-bottom: 1px solid #efefef;
	padding: 10px;
}

div#wyswietl table.dane h2
{
	padding: 0;
	margin: 0;
}

div#wyswietl div.tresc
{
	padding: 10px;
}

div#wyswietl div.naglowek
{
	border-bottom: 1px solid #1797BE;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #454446;
}


div#wyswietl tr.light 
{
	background-color: #F7F7FF;
}

div#wyswietl tr.dark
{
	background-color: #EFEFFD;
}

div#wyswietl tr.light td, div#wyswietl tr.dark td
{
	padding: 5px;
}

div#wyswietl div.odstep
{
	padding: 10px 0;
}

div#wyswietl div.licznik
{
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}

/*
 * inne
 */

div.brak-zdjecia
{
	margin: 0 auto 5px;
	width: 60px;
	height: 80px;
	background-color: #efefef;
}

/*
 * menu-profil
 */

div#menu-profil
{
	float: left;
 	width: 165px;
}

div#menu-profil div.naglowek
{
	border-bottom: 1px solid #1797BE;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #454446;
}

div#menu-profil div.pozycja
{
	width: 165px;
	padding: 2px 0;
}

div#menu-profil div.pozycja a
{
	display: block;
}

div#menu-profil div.pozycja span
{
	color: #000;
	font-weight: bold;
	padding-right: 3px;
}

/*
 * lista-profil
 */
div#lista-profil
{
	float: left;
	width: 75%;
	padding-left: 50px;
}

div#lista-profil div.data
{
	padding-bottom: 5px;
}

div#lista-profil textarea
{
	width: 700px;
}

