/*
 Marginesy strony LEWE:
*/
.left_margin  {
	background-color: rgb(237,237,237);
	border-right:1px solid silver;
}

/*
  Marginesy strony PRAWE:
*/
.right_margin   {
	background-color: rgb(237,237,237);
	border-left:1px solid silver;
}

/*
  Style glowne:
*/
.main_cell {
	font-size:8pt;
	border-spacing:0px;
	padding:0px;
	border-collapse: collapse;
	background-color: white;
	border-right:1px solid black;
	width:650px;
	height:100%;
	background-repeat: no-repeat;
	background-position: bottom right;
}

#hmenu {
	display:inline;
	font-size: 9px;
	font-family:tahoma;
	float: left;	
	padding:10px;	
}

#hmenu a {
	color:gray;
	text-decoration: none;
	}

#hmenu a:hover{
	color:black;
	text-decoration: underline;
	}


#vmenu ul {
	list-style: none;
	list-style-image: none;
	margin:0px;	
	padding:0px;
	margin-left: 3px;
	padding-left: 2px;	
	text-align: left;
	list-style-position: outside;
	}
#vmenu li {
	background: #E5E5E5 url(gfx/horizontaldotted.gif) repeat-x bottom left;
	list-style-image: none;
	padding: 2px 0px 2px 0px;
	line-height: 16px;
	margin:0px;	
	list-style-position: outside;
	}		
#vmenu a {
	text-decoration: none;
	color: gray;
	}	
#vmenu a:hover	{
	color:black;
	}
#vmenu ul ul li {
	font-weight: normal;
	color:gray;
	}
#vmenu ul ul li a {
	color:gray;
	}
#vmenu .current  {
	font-weight: bold;	
	color:black;
	}	
		
.search{
	position: relative;
	display: table;
	text-align: right;
	width: 100%;
	margin-top: 1px;
	z-index: 10;
	}

.content_cell {
}

.header_cell {
	font-size:14pt;
	border-bottom:1px dotted silver;
	height:13px;
}

.menu_cell {
	border-spacing:0px;
	padding:0px;
	border-collapse: collapse;
	background-color: rgb(229,229,229);
	border-left:1px solid black;
	border-right:1px solid black;
	width:160px;		
	background-repeat: no-repeat;	
	background-position: top left;
}





#tools {	
	background-color:black;	
	overflow: hidden;
	xmargin:2px;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	}
#tools ul {	
	margin-left:0.8em;
	padding:1px;
	list-style-position: inside;
	list-style-type: none;
	}
#tools li {
	display: inline;
	list-style: none;
	border-left:1px solid silver;
	margin: 0 1em 0 -1em;
	padding: 0 1em 0 1em;
	}
#tools a {
	font-size:9px;
	font-family:Arial;
	text-decoration:none;
	color:white;
	}
#tools a:hover {
	text-decoration: underline;
	color:yellow;
	}			

#menu_div {
	background-color:black;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	overflow: hidden;
	padding:4px;
	text-align: left;
	}

#menu_div ul {	
	margin:0px;
	padding:1px;
	list-style-position: inside;
	list-style-type: none;
	font-size: 11px;
	}


#menu_div li {
	display: inline;
	color:silver;
	margin: 0 1em 0 -1em;
	padding: 0px 1em 0px 1em;
	border-left:1px solid silver;
	}
#menu_div a {
	color:white;
	text-decoration: none;	
	}	

#menu_div .inpath a {
	font-weight: bold;
	font-size: 1.2em;
	}	


#menu_div a:hover {
	color:yellow;
	text-decoration: underline;
	}	

.footer_cell {
	border-spacing:0px;
	padding:5px;
	border-collapse: collapse;
	background-color: black;
	height:25px;	
	vertical-align:top;
	color: white;
	font-size:8pt;
}

.footer_par {
	font-size:8pt;
	padding-left:15px;
	padding-top:1px;
}


td {
	font-family:Trebuchet MS; 
	vertical-align:top;
}

.menu_par {
        font-weight:bold;
        padding-left: 2px;
        font-size:15px;
        border-bottom: 1px dotted gray;
        display: block;

}
input, select, textarea {
	border:1px solid gray;
	font-size: 8px;
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-weight: bold;
	padding-left:2px;
}

select {
	margin-bottom: 1px;
	}
.textFound {
	color: red;
	font-weight: bold;	
}

.icon {
	cursor: pointer;
	border: 0;
	width: 16px;
	height: 16px;
}
.even {
	background-color: white;
}

.odd {
	background-color: #E5E5E5;
}

.checked {
	background-color: yellow;
	}
#PortalName {
	border:1px solid silver;
}