html,body,form,
h1,h2,h3,h4,h5,h6,p
{
	margin:0px;
	padding:0px;
}


body
{
	background: #ffffff;
	font-size:12px;
	color:#434343;
	margin:0px auto;
	font-family:Arial;
}

#panel
{
	width:998px;
	margin:0 auto;
	background: #ffffff url(../../img/panel/tlo.png) no-repeat;
}
h1, h2, h3, h4, h5, h6
{
	padding:4px 0;
	font-weight:normal;
}
h1
{
	font-size:1.4em;
	font-weight:bold;
}
h2 { font-size:1.3em; }
h3 { font-size:1.2em; }
h4 { font-size:1.1em; }
h5 { font-size:1.0em; font-weight:bold; }
h6 { font-size:1.0em; font-weight:bold; }
a, a:hover
{
	color:#434343;
	font-weight:bolder;
	text-decoration:none;
}
a img
{
	border:0px;
}

#top
{
	height:90px;
	padding:15px 10px 0px 10px;
}
#login_panel
{
	float:right;
	width:283px;
}
#login_panel_top
{
	height:13px;
	width:283px;
	background:url(../../img/panel/login_panel_top.png) no-repeat;
}
#login_panel_middle
{
	width:283px;
	background:url(../../img/panel/login_panel_middle.png) repeat-y;
	padding-left:30px;
	font-size:15px;
	font-weight:bolder;
}
#login_panel_bottom
{
	height:13px;
	width:283px;
	background:url(../../img/panel/login_panel_bottom.png) no-repeat;
}

a#amain
{
	font-size:1.7em;
	color:#434343;
	text-decoration:none;
	font-weight:bolder;
	vertical-align:top;
	
}
#menu
{
	background:url(../../img/panel/tlo_top_menu.png);
	margin:0px;
}
#menu UL
{
	margin:0;
	padding:2px 0 0 0;
	
}
#menu UL LI
{
	display:inline;
	padding:0 1px;
	margin:0px;
}	
#menu UL LI a
{
	margin:0px;
	line-height:38px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	padding:6px 18px 10px 18px;
}
#menu UL LI a:hover
{
	background:url(../../img/panel/top_menu_hover.png);
}
#menu UL LI a.active
{
	background:url(../../img/panel/top_menu_active_middle.png);
	color:#f9800b;
}

#submenu
{
	background:url(../../img/panel/tlo_podmenu.png);
}
#submenu UL
{
	margin:0;
	padding:0;
}
#submenu UL LI
{
	display:inline;
	padding:0 1px;
}	
#submenu UL LI a
{
	line-height:25px;
	text-decoration:none;
	color:#3e3e3e;
	font-size:0.85em;
	padding:1px 18px;
}
#submenu UL LI a:hover, #submenu UL LI a.active
{
	color:#434343;
	font-weight:bolder;
}
#menu-containerred
{
	background:#ed8d05;
}
#breadcrumbs p
{
	line-height:4em;
	font-size:0.85em;
}
#breadcrumbs a
{
	text-decoration:none;
}

#content, .title
{
	padding:15px 10px 0px 10px;
}
#main p
{
	line-height:1.8em;
}
.borders
{
	border-top:10px solid #ed8d05;
}

form .field label
{
	display:block;
	font-weight:bold;
}
form .field
{
	padding:6px 0;
}

form .text-small, 
form .text, 
form .text-large, 
form .textarea-small,
form .textarea,
form .textarea-large,
select, input
{
	padding:4px;
}
form .text-small
{
	width:50px;
}
form .text
{
	width:250px;
}
form .text-large
{
	width:450px;
}

form .textarea-small
{
	width:250px;
	height:100px;
	
}
form .textarea
{
	width:250px;
	height:100px;
}
form .textarea-large
{
	width:450px;
	height:100px;
}

form .button-bold, form .button-subdued
{
	font-weight:bold;
	color:#fff;
	padding:4px;
}
form .button-bold
{
	border:1px solid #e07e14;
	background:#e07e14;
}
form .button-subdued
{
	border:1px solid #ccc;
	background:#ccc;
}

input.error, span.error
{
	background:#d16172;
	color:#ffffff;
}

p.success, p.error
{
	line-height:2em;
	margin:8px 0;
	color:#fff;
	font-weight:bold;
	padding:0 10px;
}
p.success
{
	background:#86ca5d;
	border:2px solid #5cb327;
}
p.success a, p.error a
{
	color:#fff;
}
p.error
{
	background:#d44937;
	border:2px solid #aa2b1a;
}
label.error
{
	color:#990000;
}

.tabledata
{
	border:1px solid #ccc;
	margin-bottom:10px;
}
.tabledata th
{
	font-weight:bold;
	background:#e8e8e8;
	color:#434343;
	text-align:left;
	padding:5px;
}
.tabledata .shaded
{
	background:#f3f3f3;
}
#login_main
{
	margin:3px auto;
	width:974px;
	color: #212121;
}
#login_top
{
	width:974px;
	height:41px;
	margin:0px auto;
	background:url(../../img/panel/tlo_top.png) no-repeat;
	padding:10px;
	text-align:right;
}
#login_logo
{
	float:left;
}
#logo
{
	float:left;
	margin-top:20px;
}
#login_menu
{
	padding:10px 30px;
	float:right;
}
#login_menu a
{
	color: #414141;
}
#login_bottom
{
	width:974px;
	height:41px;
	margin:0px auto;
	background:url(../../img/panel/tlo_bottom.png) no-repeat;
	padding:20px 40px 0px 20px;
	text-align:right;
}
#login_bottom_text
{
	float:left;
	color: #ffffff;
	padding:10px;
}
#login_bottom_project
{
	float:right;
	color: #ffffff;
	padding: 0px 30px 0px 0px;
}
#login_bottom_project a
{
	color: #ffffff;
}
#login_middle
{
	clear:both;
	width:974px;
	margin:0px auto;
	background:url(../../img/panel/tlo_logowanie.png) no-repeat;
	padding-top:10px;
}
#login
{
	width:430px;
	height:301px;
	margin-top:50px;
	background:url(../../img/panel/tlo_div_logowanie.png) no-repeat;
	padding:60px 10px 0px 140px;
	color: #212121;
	font-weight:normal;
	float: right;
}
#woman
{
	margin-top:10px;
	float:left;
	border-bottom:7px #212121 solid;
	text-align:right;
	width:300px;
}
#login_input
{
	width:280px;
	height:221px;
}
#login input.textbox-small
{
	width:167px;
	height:26px;
	background:url(../../img/panel/tlo_input_logowanie.png) no-repeat;
	padding:0px 3px 0px 3px;
	border:none;
}
#login a
{
	color: #414141;
	font-weight:normal;
	float:right;
	padding:30px 10px 0px 0px;
}



/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.admincontact
{
	color: #ed8d05;
}
#footer
{
	width:998px;
	height:65px;
	margin:0px auto;
	background:url(../../img/panel/tlo_stopka_panel.png) no-repeat;
	padding:20px 40px 0px 20px;
	text-align:right;
}
/* clearfix end */ 
.segment
{
	float:left;
}
.export
{
	float:right;
	font-size:16px;
	font-weight:bolder;
}
.export a
{
	text-decoration:underline;
}
.search
{
	border:1px #dfdfdf solid;
	padding:8px;
	margin-bottom:5px;
}
.search title
{
	background:#888888;
	color:#ffffff;
	padding:3px;
	display:block;
	width:100%;
}
.search div.searchfield
{
	float:left;
	margin-left:5px;
}
div.clear
{	
	clear:both;
}
hr
{
	border-top:1px #dfdfdf solid;
	margin:15px 20px 15px 0px;
}
.strong
{
	font-weight:bolder;
}
.table
{
	float:left;
	width:35%;
}
.chart, .legend
{
	float:left;
	margin-left:20px;
}
.chart img
{
	padding:2px;
	border: 1px #dfdfdf solid;
}
span.light-green
{
	background:#a9d47e;
}
span.light-red
{
	background:#ff1919;
}
span.green
{
	background:#297f29;
}

div.tabs
{
	margin:20px 0px;
	padding:0px;
}
div.tabs ul
{
	margin:0px;
	padding:0px;
}
div.tabs li
{
	margin: 0px 2px 0px 0px;
	padding:10px;
	list-style-type: none;
	border: 1px #777777 solid;
	background: #fcfcfc;
	float:left;
}

div.tabs li a
{
	color: #777777;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
div.tabs li a:hover
{
	text-decoration:underline;
}
p.admin_error
{
	margin:5px 0px;
	padding:5px;
	width:100%;
	border:2px #ff3232 dotted;
	background: #ffcbcb;
	color: #ff3232;
}

p.admin_info
{
	margin:5px 0px;
	padding:5px;
	width:100%;
	border:2px #208b0e dotted;
	background: #87f175;
	color: #208b0e;
}
a.normal
{
	text-decoration:none;
	font-weight:normal;
}
a.delete, a.realize
{
	color:#f9800b;
}
#gallery {
	padding:0px;
	margin:0px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: none;
}

table.privileges
{
	border:1px solid #dfdfdf;
	width:155px;
}
table.privileges th
{
	background: #f3f3f3;
	padding:7px;
}
table.privileges td
{
	padding:7px;
}


button
{
	background: transparent none repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	line-height: normal;
	margin: 0 4px 1px 3px;
	overflow: visible;
	padding: 0;
	width: auto;
}
.btn table
{
	border-collapse: collapse;
	vertical-align: middle !important;
}

.btn td
{
	border: 0 none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	margin: 0;
	padding: 0;
	vertical-align: middle !important;
}

.btn td.btn_m
{
	background: transparent url(../../../img/button_center.png) repeat-x scroll center top;
	padding:0px;
	text-align: center;
	white-space: nowrap;
	color:#ffffff;
}

.btn td.btn_l
{
	background: transparent url(../../../img/button_left.png) no-repeat scroll left top;
	width: 10px;
}

.btn td.btn_r
{
	background: transparent url(../../../img/button_right.png) no-repeat scroll right top;
	width: 10px;
}
div.pagination
{
	width:968px;
	padding:4px;
	border:1px #cfcfcf solid;
	text-align:right;
	color:#3e3e3e;
}
.pagination .active_page
{
	color:#ffffff;
	background:#f9800b;
	padding:0px 3px;
	border:1px #cfcfcf solid;
}
.pagination a
{
	color:#3e3e3e;
	padding:0px 3px;
}
.pagination a.page
{
	border:1px #cfcfcf solid;
}
div.hr
{
	display:block;
	width:100%;
	background:url(../../img/panel/tlo_hr.png) repeat-x;
	margin:5px 0px;
	
}
div.hr h2
{
	background:#ffffff;
	display:inline;
	padding:0px 5px;
}
