@CHARSET "UTF-8";

body {
	font-size: 11px;
	font-family: verdana;	
	 line-height: 190%;
	 margin:0px;
}

table.list {
   border-spacing: 0px;
   border-collapse: collapse;
   border: 1px solid #cccccc;
   width:100%;
}

table.list th {
   border-bottom: 0px solid #000000;
   background-color: #00667A;
   color: #FFFFFF;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 5px;
   padding-right: 5px;
}

table.list td:first-child {
   border-left:	1px solid #cccccc;
   border-bottom:	1px solid #cccccc;
   padding-top: 	4px;
   padding-bottom: 	4px;
   padding-left: 	3px;
   padding-right: 	3px;
}

table.list td {
   border-right:	1px solid #cccccc;
   border-bottom:	1px solid #cccccc;
   padding-top: 	4px;
   padding-bottom: 	4px;
   padding-left: 	3px;
   padding-right: 	3px;
}

table.list tr.parzysty {
   background-color: #D1FFD1;
}

table.list tr:hover {
   background-color: #D0D0D0;
}

table.list_tail {
   border-spacing: 0px;
   border-collapse: collapse;
   border: 0px solid #cccccc;
   width:100%;	
}

table.list_tail td {
	border:0px;	
	padding-top:5px;
}

table.list_tail td:first-child {
	border:0px;	
}

table.list_head{
   border-spacing: 0px;
   border-collapse: collapse;
   width:100%;	
}

table.list_head table {
   border-spacing: 0px;
   border-collapse: collapse;
		
}

a:link,a:active,a:visited{
   text-decoration: none;
   color: blue;
}

a:hover {
   text-decoration: underline;
   color: #a00;
}

.action,.action a {
   font-size: 11px;
}


select {
	font-size:12px;
	font-family:verdana;
}

.button {
	font-family:verdana;
	font-size:11px;
	
	
	border: 1px solid #C5C5C5;
	background: url('../img/button_bg.gif') repeat-x left top #939392;
	font-weight: bold;
	height: 19px;
	margin-bottom:2px;
	margin-top:2px;
	color: #222	;	
}

.noactive {
	color:#888;
}

/*Select Magazyn */
table.select_magazyn {
   border-spacing: 0px;
   border-collapse: collapse;
}

table.select_magazyn th {
	color: #0a0;
}

table.select_magazyn td select {
	width:auto;
	font-size:14px;
	}
/* end Select Magazyn*/

/* Tabela formatująca formularz */
table.form {
   border-spacing: 0px;
   border-collapse: collapse;
}
table.form th {
	text-align:right;
	padding-right:3px;
	}
/* end Tabela formatująca formularz */
	
	
.title_content {
	height:20px;
	background: #800;
	color: white;
	font-size: 12px;
	font-weight:bold;
	padding:4px;
	margin-bottom:10px;
}

.pointer
{
	color: red;
	font-weight:bold;
}

/* podpowiedzi XHConn */
.suggest_link {
	background-color: #fff;
	padding: 2px 6px 2px 6px;
}

.suggest_link_over {
	background-color: #ccc;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
}

div.search_suggest {
	position: absolute;
	text-align: left;
	border: 1px solid #aaa;
	display: none;
}


/* div z ostrzezeniem o nieprawidlowej walidacji*/
div.warning,span.warning {
	font-family: verdana;
	font-size: 11px;
	color: red;
}

.inactive {
    color: #888;
}

#navlist {
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

#navlist li {
    display: inline;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 2px;
    padding: 2px 15px 4px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #00667A;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    font-weight: bold;
}

#navlist li.here {
    background-color: #00667A;
    border-top: 1px solid #00667A;
    border-bottom: 1px solid #00667A;
    border-left: 1px solid #00667A;
    border-right: 1px solid #00667A;
    color: #fff;
}

#navlist li.there {
    border-top: 1px solid #000;
    border-bottom: 1px solid #00667A;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #000;
    cursor: pointer;
}


