html, body {
	margin: 0;
	padding: 0;
	background-color: #ebebeb;
	font-size: 11px;
	font-family: verdana;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	vertical-align: middle;
}
img.clickable {
	cursor: pointer;
}

span.redadmin {
	color: #c00;
}

p.info {
	background-color: #ffcccc;
	background-image: url('../images/admin/error.png');
	background-repeat: no-repeat;
	background-position: 7px 8px;
	padding: 10px 10px 10px 30px;
	margin: 10px 0px;
}
p.tip {
	background-color: #f4f8fc;
	background-image: url('../images/admin/information.png');
	background-repeat: no-repeat;
	background-position: 7px 8px;
	padding: 10px 10px 10px 30px;
	margin: 10px 0px;
}
input.input, input.input_short {
	width: 150px;
	border: 1px solid #aaa;
	font-size: 11px;
	padding: 3px;
	font-family: verdana;
}
input.input_short {
    width: 150px;
}

input.input:focus {
	outline: 2px solid #a5dcf0;
}
textarea {
	width: 300px;
    height: 150px;
	border: 1px solid #aaa;
	font-size: 11px;
	font-family: verdana;
}

.red {
	color: red !important;
}
.left {
	float: left;
}
.right {
	float: right;
}

#header {
	background-color: #aba89f;
	padding: 10px 20px 20px 20px;
	color: white;
	font-family: verdana;
    box-shadow: 0 3px 3px #7f7d76;

}
#header h1, #header h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#header h1 {
	font-size: 25px;
	line-height: 27px;
}
#header h2 {
	font-size: 15px;
	line-height: 17px;
	color: white;
	text-decoration: none;
}
#header p {
	float: right;
	font-size: 10px;
	padding: 0;
	margin: 0;
}
#header p a {
	color: white;
}
#header a {
	text-decoration: none;
}

#columns {
	width: 100%;
	border-collapse: collapse;
}
#leftColumn {
	width: 195px;
	padding: 20px 0 10px 10px;
}
#rightColumn {
	padding: 20px 10px 10px 0;
}
#leftColumn ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#leftColumn li {
	margin: 0;
	padding: 10px 10px 10px 10px;
}
#app_counter {
    float: right;
    font-size: 10px;
    color: white;
    background: #aba89f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1px 5px;
    margin-right: 5px;
    display: none;
    min-width: 10px;
    text-align: center;
    border: 1px solid #fff;
}

#leftColumn ul li ul li {
	padding: 2px 0 2px 10px;
}
#leftColumn li a {
	text-decoration: none !important;
	color: #004da3;
}
#leftColumn h1 {
	color: #526e83;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
	border-bottom: 1px solid #cecece;
	font-weight: normal;
}
#leftColumn small {
	display: block;
}

#hbz {
	border-top: 1px solid #cecece;
	margin-top: 10px;
	font-size: 9px;
	margin-right: 10px;
	margin-left: 10px;
}
#hbz p {
	color: #2e2e2e;
	padding: 3px 0;
	margin: 0;
}
#hbz a {
	color: #004da3;
}
#hbz img {
	float: left;
	padding: 5px 5px 0 0;
}

#rightColumnTopLeft {
	width: 8px;
	height: 8px;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: white;
}
#rightColumnTop {
	height: 8px;
	border-top: 1px solid #dfdfdf;
	background-color: white;
}
#rightColumnTopRight {
	width: 8px;
	height: 8px;
	background-image: url('../images/admin/rightcolumntopright.gif');
}
#rightColumnLeft {
	width: 8px;
	background-color: white;
	border-left: 1px solid #dfdfdf;
}
#rightColumnRight {
	width: 8px;
	background-image: url('../images/admin/rightcolumnright.gif');
}
#rightColumnCenter {
	background-color: white;
	padding: 0 8px 8px 0 !important;
	height: 500px;
}
#rightColumnBottom {
	height: 8px;
	background-image: url('../images/admin/rightcolumnbottom.gif');
}
#rightColumnBottomLeft {
	height: 8px;
	width: 8px;
	background-image: url('../images/admin/rightcolumnbottomleft.gif');
}
#rightColumnBottomRight {
	height: 8px;
	width: 8px;
	background-image: url('../images/admin/rightcolumnbottomright.gif');
}
#rightColumnTable {
	width: 100%;
	border-collapse: collapse;
	float: left;
}
#rightColumnTable td {
	padding: 0;
	margin: 0;
}

#rightColumnCenter div.text {
	margin: 0 10px;
}
#rightColumnCenter a {
	color: #0092ff;
}

#rightColumnCenter p {
}
#localizer {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 10px;
}
#localizer li {
	padding: 0;
	margin: 0;
	display: inline;
}

.operationHeader {
	background-color: #ebe8dc;
	padding: 10px;
	height: 21px;
	margin-bottom: 10px;
}
.operationHeaderYellow {
	background-color: #fcfdc0;
}

.operationHeaderFilter {
	background-color: #eae9e1;
	text-align: center;
}

.operationHeaderBlue {
	background-color: #d0d0fd;
}
.operationHeader h1 {
	font-size: 19px;
	font-weight: normal;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 21px;
	float: left;
}
.operationHeader p {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 21px;
}

.list-items {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
.list-items li {
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
	padding: 10px !important;
	border-bottom: 2px solid white;
}

.list-items h3 {
	font-size: 13px;
	padding: 0;
	margin: 0;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}
.list-items h3 a, .list-items span.title {
	font-size: 15px;
}
.list-items small {
	display: block;
	color: #777;
}
.list-items .itemsOperations {
	width: 270px;
	vertical-align: middle;
	text-align: right;
	float: right;
	margin-top: 9px;
	margin-right: 10px;
    opacity: 0.1;
}
.list-items2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-items2 li {
	width: 210px;
	text-align: center;
	height: 200px;
	margin: 0 10px 0 0;
	float: left;
	background-color: #f8f8f8;
	padding: 10px !important;
}
.list-items2 img {
	cursor: move;
}
.list-items2 p a img {
	cursor: pointer;
}
.list-items2 p {
	margin: 0;
	padding: 5px 0;
}
.list-items2 input {
	vertical-align: middle;
}
.dragitem {
	cursor: pointer;
	width: 24px;
	height: 24px;
	margin-top: 5px;
	background-image: url('../images/admin/move.png');
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	display: block;
}

/* Logowanie */

#loginFormWrapper {
	margin: 10% 50%;
}
#loginForm {
	width: 400px;
	position: relative;
	left: -200px;
	background-color: white;
	border: 1px solid #dfdfdf;
	display: block;
}
#loginForm h1 {
	background-color: #aba89f;
	padding: 10px 20px 10px 20px;
	color: white;
	font-family: verdana;
	font-weight: normal;
	font-size: 15px;
	margin: 0;
}
#loginForm form {
	display: block;
	margin: 10px 10px 20px 10px;
}
#loginForm label {
	float: left;
	width: 100px;
	text-align: right;
	padding: 3px 10px;
	font-size: 11px;
}

/* Formularz edycji */

table.form {
	width: 100%;
}
table.form td.label {
	padding: 5px !important;
	width: 130px;
	text-align: right;
}
table.form input.input {
	width: 300px;
}
table.form td.in {
	padding: 5px !important;
    width: 300px;
}
table.form td {
	background-color: #f8f8f8;
	vertical-align: middle;
}
table.form td.def {
	padding: 5px !important;
	background-color: #f8f8f8;
	vertical-align: middle;
}

#ajax-infos {
	position: relative;
	margin: 0 auto;
	width: 240px;
}
#ajax-infos-text-saving, #ajax-infos-text-done {
	position: absolute;
	width: 240px;
	top: 0;
}
#ajax-infos p {
	color: white;
	background-color: #3b7eca;
	background-repeat: no-repeat;
	background-position: 7px 8px;
	margin: 0;
	width: 200px;
	padding: 10px 10px 10px 30px;
	float: left;
}
#ajax-infos-text-saving p {
	background-image: url('../images/admin/spinner.gif');
}

.paginator {
	text-align: center;
	padding: 10px 0;
}

.paginator p {
	display: inline;
	color: #777;
}

.paginator a {
	padding: 5px;
	text-decoration: none;
}

.paginator p.selected {
	background-color: #0092ff;
}

.paginator p.selected a {
	color: white !important;
	font-weight: bold;
}


#tab_select {
    padding: 0;
    margin: 0 0 0 150px;
    list-style-type: none;
    border-right: 1px solid #ddd;
}
#tab_select li {
    margin: 0;
    padding: 0;
    padding: 10px;
    display: block;
    float: left;
    background-color: #eee;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 10px 0 0 0;
    color: #aaa;
    cursor: pointer;
}
#tab_select li.selected {
    background-color: #F8F8F8;
    color: black;
}

.floating {
    position: relative;
}

.floating > ul {
    position: absolute;
    left: 5px;
    top: 165px;
    border: 1px solid #777;
    background: #fcfcfc;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.floating > ul li {
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    width: 265px;
    border-bottom: 1px solid #fff;
}

.floating > ul li:hover {
    background: #eee;
}

#filter {
    background-color: #fcfdc0;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#filter div {
    text-align: left;
    display: inline-block;
}
#filter label {
    line-height: 20px;
}
.archive, .new {
    background: #fcc;
    float: left;
    padding: 18px 5px;
    height: 14px;
    position: relative;
    top: -10px;
    left: -10px;
    text-decoration: none;
    color: white !important;
}

.new {
    background: #cfc;
    color: #cfc !important;
}

.star {
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}
#apo_city_box label, #apo_weight_box label, #apo_unit_box label {
    min-width: 15px;
    display: inline-block;
    text-align: right;
}
#apo_city_box div, #apo_weight_box div, #apo_unit_box div {
    display: inline-block;
}
#apo_city_box div.hidden, #apo_weight_box div.hidden, #apo_unit_box div.hidden {
    opacity: 0;
}
#apo_city_box div input, #apo_weight_box div input, #apo_unit_box div input {
    margin: 0;
}
option.red {
    color: red !important;
}
