html {
    min-height: 100%;
    margin-bottom: 1px;
}

body {
    color: #41464D;
    font-size: 11px;
    font-family: verdana;
    margin: 0px;
    padding: 0px;
 		background: #FFFFFF url(../panel/images/tlo.png) repeat-x top;
}

.clear { clear: both; font-size: 1px; }

blockquote {
    padding: 10px;
    font-size: 110%;
    letter-spacing: 1px;
    font-style: italic;
    background-color: #f7f7f7;
    color: #666;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left: 10px solid #dedede;
    border-right: 1px solid #dedede;
    margin: 10px;
}

a:link {
    color: #58585a;
    text-decoration: none;
}

a:hover {
    color: #707072;
    text-decoration: none;
}

a:visited {
    color: #58585a;
    text-decoration: none;
}

img {
    border: 0;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

p {
    padding: 5px;
}

h1, h2, h3, h4 {
    background: #9F8181;
    color: #FFFFFF;
    display: block;
    font-weight: 800;
    padding: 5px 0 5px 6px;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

h4 {
    font-size: 10px;
}

.login_area {
    width: 550px;
    margin: 0 auto;
    font-size: 10px;
    margin-top: 150px;
}

input.inputbox {
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
    font-family: arial;
    font-size: 10px;
    width: 85px;
}

input.button {
    background: #585858;
    border: 1px solid #585858;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 9px;
    padding: 1px;
    font-weight: 800;
}

td.footer {
    border-top: 1px solid #CCCCCC;
    background: #393939;
    text-align: right;
    padding: 2px;
}

td.footer a:link {
    color: #000;
    text-decoration: none;
}

td.border_left {
    border-left: 1px solid #CCCCCC;
}

td.border_right {
    border-right: 1px solid #CCCCCC;
}

.error {
    background: #FFAFAF;
}

#showError {
    font-size: 12px;
    color: #FF2F2F;
    font-weight: 800;
}

div.jqifade {
    background-color: #EEEEEE;
}

div.jqi {
    padding: 10px;
    width: 300px;
}

div.jqi .jqicontainer {
    background-color: #CFCFCF;
    color: #000000;
    padding: 5px;
    text-align: center;
    border: 1px solid #000;
}

div.jqi .jqimessage {
    padding: 10px;
}

div.jqi .jqibuttons {
    padding: 6px 0pt 0pt;
    text-align: center;
}

div.jqi button {
    margin: 0pt 10px;
    padding: 3px 10px;
}

button#jqibuttonTAK, .buttonOK, button#jqibuttonOK {
    background: #B4BD01;
    border: 1px solid #B4BD01;
    color: #FFFFFF;
    font-weight: 800;
}

button#jqibuttonZAMKNIJ, button#jqibuttonNIE, .buttonBAD {
    background: #0172BA;
    border: 1px solid #0172BA;
    color: #FFFFFF;
    font-weight: 800;
}

table.main_window {
    width: 999px;
    margin: 0 auto;
    border-left: 1px solid #393939;
    border-right: 1px solid #393939;
    border-bottom: 1px solid #393939;
    background: transparent;
}

table.main_window_right td {
    border: 1px solid #393939;
    text-align: center;
    width: 100px;
    background: #BBC6C6;
}

table.main_window_right td.aktywny {
    border: 1px solid #BBC6C6;
    background: #E0E0E0;
}

table.main_window_right td.none {
    border: none;
    background: none;
}

table.panel_form, table#tablemain {
    margin-left: 10px;
    width: 800px;
	 border: 1px solid #393939;
}

table.panel_form th, table#tablemain th {
   padding: 5px 2px;
	font-size: 14px;
	background: #BBC6C6;
	border-top: 2px solid #ED0000;
	text-align: left;
}

table.panel_form td {
    padding: 5px 2px;
}

table.panel_form td.opis {
    width: 150px;
}

.fmtext {
    border: 1px solid #393939;
    width: 250px;
}

.fmsubmit {
    border: 1px solid #393939;
    background: #E0E0E0;
    font-weight: 800;
}

.collapsed {
    display: none;
}

#tablemain {
    border-collapse: collapse;
    border: 0px;
    padding: 0px;
	 width: 555px;
	 margin: 0 auto;
}

#treetable td {
    padding: 0px 2px 0px 0px;
 /* cursor: pointer; */
}

.ttimage, .parimg, .preimg {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
}

.parimg {
    cursor: pointer;
}

.even {
}

.over {
}

.selected {
}

#tablemain th {
	font-size: 12px; 
	padding: 3px;
}

#tablemain .link_row a:link {
	background:#BBC6C6;
	border:1px solid #393939;
	display:block;
	text-align:center;
	width:110px;
	padding:4px;
	margin:2px;
	float:left;
}

td.buttons {

}

.please_wait {
	background: #fff;
	color: #000;
}

.menu_admin_top {
	width: 999px;
	margin: 0 auto;
	padding-top: 6px;
}

.menu_admin_top .user_info {
font-size: 10px;
text-align: right;
color:#B0B0B0;
}

.menu_admin_top .user_info a, .menu_admin_top .user_info a:link {
	color: #b0b0b0;
}

.menu_admin_top ul {
	list-style: none;
}

.menu_admin_top ul li {
 	background: url(../panel/images/layout/non_active.png) no-repeat center;
	width: 94px;
	height: 44px;
	float: left;
	text-align: center;
}

.menu_admin_top ul li:hover, .menu_admin_top ul li.active {
 	background: url(../panel/images/layout/active.png) no-repeat center;
	width: 94px;
	height: 44px;
}

.menu_admin_top ul li a:hover, .menu_admin_top ul li.active a:link, .menu_admin_top ul li.active a {
	display: block;
	padding-top: 10px;
	color: #69B7D5;
	font-weight: 800;
}

.menu_admin_top ul li a:link, .menu_admin_top ul li a {
	display: block;
	padding-top: 10px;
}

.admin_content {
	width: 999px;
	margin: 0 auto;
}

.left_menu {
	list-style-image: url(../panel/images/layout/strzalka.png);
	padding: 0;
	margin: 0;
}

.admin_fotter {
border-top:1px solid #5A5A5A;
margin-top:20px;
padding-top:10px;
width:100%;
}

tr.rows1 {
	background: #F4F4F4;
}