body, select, input, textarea, button, td, th, h1, h2, h3, h4, h5, h6, div {
    font-family: Tahoma, Arial, Sans;
    color: #424242;
}
body, select, input, textarea, button, td, th, div, p {
    font-size: 8pt;
}
body {
	background: url(/Core/Admin/Static/image/body.bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}


.clearfix {
	clear: both;
}
.blue {
	color: #098ab2;
}
.bluebg {
	background: #098ab2;
}
.strong {
	font-weight: bold;
}
.hid {
	display: none !important;
}
.left {
	float: left;
}
.center {
	text-align: center;
	margin: auto;
}
.right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.pointer {
	cursor: pointer;
}
.move {
	cursor: move;
}
.block {
	display: block !important;
}
.inline {
	display: inline !important;
}
.lock {
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;
}
label {
	cursor: pointer;
}

.ajax-loader {
	background: url(/Core/Admin/Static/image/ajax-loader-blue.gif) center center no-repeat;
	display: block;
}
.tooltip {
	display: none;
}

a.link_active,
a.link_inactive {
	display: block;
	width: 16px;;
	height: 16px;
	margin: auto;
	cursor: pointer;
	text-indent: -3000em;
}
a.link_active { background: url(/Core/Admin/Static/image/button/active_small.gif) no-repeat; }


a {
	color: #098ab2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

i.noversion {
	color: red;
	font-size: 6pt;
}

div#page {
	width: 1000px;
	margin: auto;
}


div#main {
	margin: 25px auto 40px;
	overflow: hidden;
	min-height: 350px;
}

div#rightContent {
	float: right;
	width: 770px;
}


input.text,
select.text,
textarea.text {
	background: #fff;
	width: 250px;
	padding: 3px 8px;
	border: 1px solid #b0b0b0;
}
input.text:focus,
select.text:focus,
textarea.text:focus {
	background: #e8e8e8;
}
input.fail,
select.fail,
textarea.fail {
	border: 1px solid red !important;
}
button {
	background: #fff;
	padding: 3px 2px;
	border: 1px solid #b0b0b0;
	font-weight: bold;
	font-size: 7pt;
	cursor: pointer;
}

/* Mechanizm sortowania */
ul.changeOrder {
	margin: 0px;
	padding: 0px;
}

ul.changeOrder li {
	list-style: none;
	list-style-image: none;
	padding: 4px 5px 4px 0px;
	margin: 0px 2px;
	color: #152652;
	background: url(/Core/Admin/Static/image/button/li_move.gif) 5px center no-repeat;
}

ul.changeOrder li.active {
	background: #4790c1 url(/Core/Admin/Static/image/button/li_move.gif) 5px center no-repeat;
	color: #152652;
}

ul.changeOrder li.inactive {
	background: url(/Core/Admin/Static/image/button/li_move.gif) 5px center no-repeat;
	color: #152652;
}

.changeOrderSelected {
	font-weight: bold;
}

.changeOrderHandler {
	padding-left: 17px;
	cursor: move;
}

.changeOrderUnmovable {
	padding-left: 17px;
}

ul#showError {
	margin: 8px auto 0;
	padding: 3px;
	height: 500px;
	overflow: scroll;
	list-style: none;
}
ul#showError li {
	padding: 4px;
	background: #f1f1f1;
	border-bottom: 1px solid #fff;
}
ul#showError li.mark {
	background: #f6f5f5;
}

ul#showError li.head {
	text-align: center;
	font-weight: bold;
	background: #fff;
	padding-top: 10px;
}
div.titlebar {
	overflow: hidden;
	margin: 0px 3px 10px 3px;
}

div.titlebar h3 {
	font-weight: bold;
	color: #098ab2;
	font-size: 12pt;
	float: left;
	margin: 0;
}

div.titlebar .language {
	float: right;
}

#wmc_refresh {
	float: right;
	background: #494949;
	padding: 3px 5px;
	color: #fff;
	font-weight: bold;
}

span.quick_edit {
	cursor: pointer;
}
input.quick_edit {
	padding: 2px 8px;
	border: 1px solid #b0b0b0;
	width: 120px;
	background: #fff;
	width: auto !important;
}
div#path {
	margin: 10px 0px 10px 4px;
}
