* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: none;
	font-family: Tahoma;
	font-size: 12px;
	zoom: 1;
}

body {
	background: #fff;
	font-size: 12px;
}

#content {
	display: block;
	padding: 10px;
	padding-top: 45px;
	position: relative;
	z-index: 1;
}

a {
	text-decoration: none;
}

table, tr, td, th {
	border-collapse: collapse;
}

#info td {
	padding: 2px;
}

.clear {
	display: block;
	overflow: hidden;
	height: 0px;
	clear: both;
}

.v_line {
	display: block;
	height: 1px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	background: #aaa;
}

.v_space {
	display: block;
	overflow: hidden;
	height: 10px;
}

#gantt {
	border: 1px solid #000; 
}

	/* wykres gantta */
	
	#gantt thead th {
		border-bottom: 3px solid #000;
		padding: 5px;
		font-size: 12px;
	}
	
	#gantt thead th.ranges {
		padding: 1px 5px;
	}
	
	#gantt thead th div.ranges {
		display: block;
		position: relative;
		overflow: hidden;		
	}
	
	#gantt thead th div.ranges .line {
		display: block;
		height: 16px;
		overflow: hidden;
		position: relative;
		background: url('../gfx/frame.gif') repeat-y left top;
	}
	
	#gantt thead th div.ranges .line .range {
		display: block;
		font-size: 12px;
		height: 16px;
		position: absolute;
		text-align: center;
		background: url('../gfx/frame.gif') repeat-y right top;
		overflow: hidden;
	}

	#gantt thead tr {
		background: #ddd;
	}
	
	#gantt tbody td {
		padding: 3px 5px;
		position: relative;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
	}
	
	#gantt tbody tr:first-child {
		border-top: 0px none;
	}
	
	#gantt tbody tr.hovered {
		background-color: #eee;
	}
	
	#gantt tbody td:first-child {
		border-left: 0px none;
	}
	
	#gantt .title {
		display: block;
		width: 250px;
		height: 16px;
		position: relative;
	}
	
	#gantt .title_out {
		display: block;
		height: 16px;
		line-height: 16px;
		overflow: hidden;
		position: relative;
	}
	
	#gantt .twistie {
		display: block;
		height: 16px;
		width: 16px;
		overflow: hidden;
		position: absolute;
		left: 0px;
		top: 0px;
		cursor: pointer;
		background: url('../gfx/twistie.gif') no-repeat 0px 0px;
	}
	
	#gantt .twistie.open {
		background: url('../gfx/twistie.gif') no-repeat 0px 0px;
	}
	
	#gantt .twistie.close {
		background: url('../gfx/twistie.gif') no-repeat 0px -16px;
	}
	
	#gantt .title_in {
		display: block;
		height: 16px;
		line-height: 16px;
		overflow: hidden;
		position: absolute;
		left: 0px;
		top: 0px;
		cursor: pointer;
	}
	
	#gantt td.gantt.td3 {
		background-image: url('../gfx/tydzien_dni3px.gif');
	}
	
	#gantt div.gantt {
		display: block;
		height: 16px;
		width: 0px;
	/*	overflow: hidden;*/
		position: relative;
	}
	
	#gantt div.gantt .range {
		display: block;
		height: 16px;
		width: 0px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: #aaa;
	}

	#gantt div.gantt .range.s_planowany {
		background: url('../gfx/status.gif') repeat-x 0px 0px;
	}

	#gantt div.gantt .range.s_planowany .progress {
		background: url('../gfx/status.gif') repeat-x 0px -16px;
	}

	#gantt div.gantt .range.s_realizowany {
		background: url('../gfx/status.gif') repeat-x 0px 0px;
	}

	#gantt div.gantt .range.s_realizowany .progress {
		background: url('../gfx/status.gif') repeat-x 0px -16px;
	}

	#gantt div.gantt .range.s_zakonczony {
		background: url('../gfx/status.gif') repeat-x 0px -32px;
	}

	#gantt div.gantt .range.s_zakonczony .progress {
		background: url('../gfx/status.gif') repeat-x 0px -48px;
	}

	#gantt div.gantt .range.s_odebrany {
		background: url('../gfx/status.gif') repeat-x 0px -64px;
	}

	#gantt div.gantt .range.s_odebrany .progress {
		background: url('../gfx/status.gif') repeat-x 0px -80px;
	}

	#gantt div.gantt .range.s_przeterminowany {
		background: url('../gfx/status.gif') repeat-x 0px -96px;
	}

	#gantt div.gantt .range.s_przeterminowany .progress {
		background: url('../gfx/status.gif') repeat-x 0px -112px;
	}

	#gantt div.gantt .progress {
		display: block;
		height: 16px;
		overflow: hidden;
	}

	#gantt div.gantt .today {
		display: block;
		height: 22px;
		background: url('../gfx/today.gif');
		position: absolute;
		top: -3px;
	}
	
	#gantt tbody .t_projekt {
		font-weight: bold;
		font-size: 14px;
	}
	
	#gantt tbody .t_projekt * {
		font-size: 14px;
	}
	
	#gantt tbody .t_etap {
		font-weight: bold;
	}
	
	#gantt tbody .t_etap td {
		border-top: 2px solid #999;
	}
	
	#gantt tbody .t_zadanie {
		color: #444;
	}
	
	#gantt tbody .t_podzadanie {
		color: #444;
	}
	
	#gantt tbody .search_hide {
		display: none;
	}
	
	/* legenda */
	
	#legend span {
		display: inline-block;
		overflow: hidden;
		height: 16px;		
		line-height: 16px;
		margin-left: 5px;
	}
	
	#legend .legend {
		width: 16px;
		position: relative;
		top: 3px;
	}
	
	#legend .l_planowany {
		background: url('../gfx/legend.gif') repeat-x 0px 0px;
	}

	#legend .l_realizowany {
		background: url('../gfx/legend.gif') repeat-x 0px 0px;
	}

	#legend .l_zakonczony {
		background: url('../gfx/legend.gif') repeat-x 0px -16px;
	}

	#legend .l_odebrany {
		background: url('../gfx/legend.gif') repeat-x 0px -32px;
	}

	#legend .l_przeterminowany {
		background: url('../gfx/legend.gif') repeat-x 0px -48px;
	}

#menu {
	display: block;
	width: 100%;
	color: #fff;
	background: #464a4b url('../gfx/menu.gif') repeat-x left bottom;
	border-bottom: 1px solid #222;
	height: 35px;
	font-size: 14px;
	position: fixed;
	top: 0px;
	left: 0px;
	_position: absolute;
	_top: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
	_left: expression(0+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px');
	z-index: 2;
}

	#menu * {
		font-size: 14px;
	}

	#menu .sep_left {
		display: block;
		float: left;
		height: 35px;
		width: 15px;
		border-right: 1px solid #222;
	}

	#menu .sep_right {
		display: block;
		float: left;
		height: 35px;
		width: 15px;
		border-left: 1px solid #666;
	}

	#menu a.menu {
		display: block;
		float: left;
		height: 35px;
		line-height: 35px;
		color: #fff;
		padding: 0px 35px 0px 15px;
		border-right: 1px solid #222;
		border-left: 1px solid #666;
		background: url('../gfx/menu_elem_a.gif') no-repeat right center;
	}
	
	#menu a.open {
		background: #000 url('../gfx/menu_elem_b.gif') no-repeat right center;
	}
	
	#menu .submenu {
		display: none;
		position: absolute;
		top: 35px;
		left: 0px;
		padding: 10px 15px;
		background: #000;
		line-height: 133%;
		z-index: 3;
	}
	
	#menu .submenu form {
		display: none;
	}
	
	#menu .submenu a {
		color: #fff;
		text-decoration: none;
	}
	
	#menu .submenu a:hover {
		text-decoration: underline;
	}
	
	#menu .submenu * {
		line-height: 150%;
	}
	
	#menu .submenu .v_line {
		background: #fff;
		margin: 5px 0px;
	}
	
	#menu .submenu .button.to_left {
		margin-right: 15px;
	}
	
	#menu .submenu .button.to_right {
		margin-left: 15px;
	}

	#menu #search {
		display: block;
		height: 35px;
		width: 200px;
		float: right;
		margin-right: 15px;
	}
	
	#menu #search input.search {
		display: block;
		float: left;
		height: 17px;
		width: 175px;
		padding: 2px;
		background: #fff;
		margin: 7px 0px;
	}
	
	#menu #search a.search {
		display: block;
		width: 21px;
		height: 21px;
		float: left;
		background: #fff url('../gfx/search.gif') no-repeat center center;
		margin: 7px 0px;
	}