@charset "utf-8";
/* CSS Document */

/* header */
#menu_nasze_projekty {
	background-image:url(images/gradient_panel.png);
	background-repeat: repeat-y;
	width:100%;
	margin-top:0px;
	height:70px;
	padding-top:4px;
}

.menu_nasze_projekty_title {
	width:263px;
	margin: 0 auto;
	color: #911c27;
	padding-left: 27px;
	padding-right:20px;
	font-size:13px;
	padding-top:0;
	vertical-align:top;
	font-variant: small-caps;
}

#obserwatorium {
	background-image:url(images/gradient_panel.png);
	background-repeat: repeat-y;
	width:100%;
	margin-top:0px;
	height:px;
	padding-top:20px;
}
.title_obserwatorium {
	width:900px;
	margin: 0 auto;
	color: #911c27;
	padding-left: 27px;
	padding-right:20px;
	font-size:13px;
	padding-top:0;
	vertical-align:top;
	font-variant: small-caps;
}
.menu_nasze_projekty_title p {
	color: #000;
	font-size:13px;
}
#menu_nasze_projekty_inside {
	width: 634px;
	height: 70px;
}

#menu_nasze_projekty_inside ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu_nasze_projekty_inside li {
	display: inline;
}

#menu_nasze_projekty_inside a {
	display: block;
	float: left;
	height: 25px;
	padding-left:20px;
	padding-right:20px;
	vertical-align:middle;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	text-align:center;
	padding-top:20px;
	background-color:#b4b5b5;
	background-image:url(images/menu_nasze_projekty_basic.png);
	background-position:right;
	background-repeat:repeat-y;
}

#menu_nasze_projekty_inside a:hover{
	background-color: #898888;
	color: #ffffff;
	background-image:url(images/menu_nasze_projekty.png);
	background-position:right;
	background-repeat:repeat-y;
}
#menu_nasze_projekty_inside a.active {
	background-color: #898888;
	color: #ffffff;
	font-weight:bold;
	background-image: url(images/menu_nasze_projekty.png);
	background-repeat: repeat-y;
	background-position:right;
}
.woj {
	padding-left:20px;
}

.woj li {
	background:none;
	padding-left:1em;
	margin-bottom:0.5em;
}
.zalozeniamet {
	padding-left:20px;
}

.zalozeniamet li {
	background:none;
	margin-bottom:0.5em;
	list-style-type:none;
}

#tab table {
	width: 100%;
	border-collapse: collapse;
}

#tab th, #tab td {
	padding: 10px 0;
	font-size: 12px;
	padding-bottom: 1.2em;
}

#tab thead th {
	border-top: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
}

#tab tfoot td {
	border-top: 2px solid #EEEEEE;
}

#tab tbody td {
	border-bottom: 1px dotted #EEEEEE;
}
	
#tab tbody a {
	font-weight: bold;
}

#tab #x {
	background: #EEEEEE;
	font-weight: bold;
}
#formularz {
	background: #ffffff;
	color: #333;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top:20px;
	padding-right:14px;
	
}
#formularz td {
	padding-bottom:20px;
}
#tab_obszary_badawcze table {
	width: 100%;
	border-collapse: collapse;
}

#tab_obszary_badawcze th, #tab_obszary_badawcze td {
	padding: 10px 0;
	font-size: 12px;
	padding-bottom: 1.2em;
	padding-left:15px;
}

#tab_obszary_badawcze thead th {
	border-top: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
	font-size: 15px;
	padding-top: 20px;
	color: #911C28;
}

#tab_obszary_badawcze tfoot td {
	border-top: 2px solid #EEEEEE;
}

#tab_obszary_badawcze tbody td {
	border-bottom: 1px dotted #EEEEEE;
}
	
#tab_obszary_badawcze tbody a {
	font-weight: bold;
}

#tab_obszary_badawcze #x {
	background: #EEEEEE;
	font-weight: bold;
}

