body{
	margin: 0px;
	font-family: tahoma, arial,sans-serif;
	color: #333;
	font-size: 12px;
}
* a {
	color: #696967;
	background: inherit;
	text-decoration: underline;
	text-decoration:none;
}

* a:hover {
	color: #9c9b9a;
	text-decoration: none;
}

* a.none {
	color: #696967;
}
span.ajax {
	cursor: pointer;
}
span.ajax:hover {
	background: yellow;
}

span.info{
	font-size: 9px;
	color: #999;
}

span.error{
	font-size: 9px;
	color: #f23;
}

p{
	font-size: 11px;
	background: transparent;
	color: #333;
}
p.pLeft{text-align: left;}
p.pRight{text-align: right;}
p.pCenter{text-align: center;}
p.pJustify{text-align: justify;}

div,h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	border: 0;
}
h1{padding:15px 5px 5px 5px}
h2{padding:10px 5px 5px 5px}
h3{padding:10px 5px 5px 5px}
h4{padding:10px 5px 5px 5px}
div.break{
	float: none;
	clear: both;
}
div.l{
	text-align: left;
}
div.c{
	text-align: center;
}
div.ctr{
	width: 970px;
	position: static;
	display : table;
	margin: auto;
	border: none;
	background: white;
	text-align: left;
}

#main_top{
	height: 50px;
	border: 1px solid lightgrey;
	border-bottom: none;
}
#main_center{
	border: 1px solid lightgrey;
}
#main_center_top{
	height: 12px;
	border: 1px solid lightgrey;
	border-bottom: none;
}

#main_center_bottom{
	height: 12px;
	border-top: 1px solid lightgrey;
}

#main_foot{
	height: 30px;
	width: 930px;
	padding: 10px 20px;
	text-align: center;
	border-top: 1px solid lightgrey;
}


div.ctr_inside{
	position: relative;
	background: white;
	
}


#ctr_left{
	width: 235px;
	float: left;
	border-right: none;
}

#ctr_main{
	width: 730px;
	float: right;
	border-left: 1px solid lightgrey;
}

#main_100{
	width: 970px;
	border: none;
}


/* ************* stopka ***************** */
div.ctr#cfoot{
	/*border-bottom: 1px solid #DBDCD6;*/
	
}
div.ctr#cfoot #foot_inside{
	margin: 5px;
	font-size: 11px;
}
div.ctr#cfoot #foot_inside #bottom_menu{
	margin-top: 10px;
	
}
div.ctr#cfoot #foot_inside #owner{
	font: normal 10px tahoma,sans-serif;
	text-align: center;
}


#foot_inside a:link,
#foot_inside a:visited,
#foot_inside a:active
{
	color: #666;
	padding: 0px 2px;
}
#foot_inside a:hover{
	color: #999;
}
div.blurP{
	background: #FFFFFF url("../_gfx/loader.gif") center no-repeat;
	z-index: 100;
	position: absolute;
}

/* obszar HELP */
div.winhelp{
	height: 500px;
	overflow: auto;
}
div.winhelp p{
	font-size: 11px;
	font-weight: normal;
}
div.winhelp span.ajax{
	color: #FF0000;
	background: transparent;
	font-weight: bold; 
	cursor: help;
}
