/*
	Internet Center Polska WebDev Panel stylesheet
	Copyright (c) 2005-2007 Patryk Zawadzki <patrys at icenter pl>
	Adjustments and further modifications (c) 2006 Tomasz Staniak <nbw at icenter pl>
*/


/* General elements */

.auraltext{
	display:none;
}
.default{
	color:#999!important;
}

textarea.editor_field
{
	width:90%;
/* 	height:12em */
}

html
{
	height: 100%;
	margin: 0;
	padding: 0;
}
body
{
	background: #ececec;
	color: #555;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	_height: 100%; /* IE */
	min-height: 100%;
	line-height: 150%;
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
a:hover
{
	text-decoration: underline !important;
}
.throbber
{
	background: #fff url('images/throbber.gif') 50% 50% no-repeat;
}

ul.description{
	margin-top:0;
	color:#999;
	font-size:0.9em;
	display:none;
}
/* Site layout */
#status
{
	display: none;
}
#site
{
	background: #fff url('images/left-background.png') repeat-y -70px 0;
}
#header
{
	background: #fff url('images/header-background.png') repeat-x;
	border-bottom: 1px solid #f7f7f7;
	height: 50px;
	position: relative;
}
#toolbar
{
	background: url('images/toolbar-background.png');
	height: 35px;
	overflow: hidden;
	position: relative;
}
#content
{
}
#footer
{
	background: #000 url('images/footer-background.png') left top repeat-x;
	clear: both;
	color: #fff;
	font-family: tahoma, geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 6px 0 5px;
	text-align: center; /* 6899ff */
}
#footer a:hover
{
	text-decoration: none;
}


/* Site header */

#logoContainer
{
	left: 0;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 170px;
}
#panelLogo
{
	left: 0;
	position: absolute;
	top: 0;
}
#loginInfo
{
	color: #333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	right: 10px;
	position: absolute;
	top: 17px;
}
#loginInfo .separator
{
	padding: 0 5px;
}
#loginInfo a
{
	border-bottom: 1px solid #0056bb;
	color: #0056bb;
	margin: 0 0 0 5px;
	text-decoration: none !important;
}
#loginInfo a:hover
{
	border-bottom: 1px none;
	color: #333;
}
#loginInfo img
{
	vertical-align: middle;
}


/* Footer */

#footer a
{
	color: #fff;
}


/* Toolbar */

#moduleListTitle
{
	color: #999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	left: 12px;
	line-height: 33px;
	position: absolute;
	top: 2px;
}
#columnSeparator
{
	left: 170px;
	position: absolute;
	top: 6px;
}
#toolbar a, #toolbar span#otherBreadcrumbs
{
	color: #999;
}
#toolbar h1
{
	color: #fff;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	left: 185px;
	line-height: 33px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2px;

}


/* Content */
#leftColumn
{
	float: left;
	padding: 0;
	width: 170px;

}
#helperColumn
{
	border-left: 1px solid #ccc;
	color: #999;
	float: right;
	font-size: 0.9em;
	padding: 10px;
	width: 150px;
}
#helperColumn li
{
	margin-left: 15px;
}
#rightColumn
{
	margin: 10px 175px -3px 175px;
	padding: 0 10px 10px;
	_zoom: 1;
}


/* For emails */

#mail
{
	background: #ffffff;
	margin: 5px 5px 5px 5px;
	padding: 3px 15px 15px;
	text-align: left;
}
#mail hr
{
	background: #b3b3b3;
	border: 0;
	color: #b3b3b3;
	height: 1px;
	margin: 5px 0;
	padding: 0;
	width: 100%;
}
#mail h2
{
	font-size:17px;
	font-weight:bold;
}


/* Left column */

#leftColumn hr
{
	background: #f8f8f8;
	border: 0;
	color: #7d7d7d;
	height: 1px;
	margin: 4px 0 4px 10px;
	padding: 0;
}
#leftColumn ul
{
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}
#leftColumn ul li
{
	border-bottom: 1px solid #e5e5e5;
}
#leftColumn ul li a
{
	background-color: #f8f8f8;
	border-right: 6px solid #f1f1f1;
	color: #666;
	display: block;
	font-weight: normal;
	padding: 8px 23px;
	text-decoration: none;
}
#leftColumn ul li a:hover, #leftColumn ul li.active a
{
	background-color: #efefef;
	border-right: 6px solid #e9e9e9;
	color: #000;
}
#leftColumn ul li.active a
{
	background-color: #efefef;
	border-right: 6px solid #e9e9e9;
	color: #000;
}
#leftColumn h4
{
	color: #999;
	font-weight: bold;
	margin: 0;
	padding: 8px 23px;
}


/* Helper column */

#helperColumn img
{
	vertical-align: middle;
}
#helperColumn ul
{
	border-top: 1px solid #e5e5e5;
	font-size: 11px;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
#helperColumn ul li
{
	margin-left: 0px !important;
	border-bottom: 1px solid #e5e5e5;
}
#helperColumn ul li a
{
	color: #666;
	display: block;
	font-weight: normal;
	padding: 8px 23px;
	text-decoration: none;
}
#helperColumn .inner{
	padding:0;
}
#helperColumn .inner ul{
	margin:0;
	border:0;
}
#helperColumn .inner ul li a{
	padding:8px;
}

#helperColumn ul li a:hover, #helperColumn ul li.active a
{
	color: #000;
}
#helperColumn h4
{
	color: #999;
	font-weight: bold;
	padding: 0;
	margin: 1.5em 0 0.5em 0;
}
#helperColumn p
{
	margin: 0.5em 0;
}

#helperColumn .flicker
{
}
#helperColumn .flicker div
{
	background: #e6e6e6;
	padding: 2px 0;
	float: left;
	text-align: center;
	width: 75px;
}
#helperColumn .flicker div .none
{
	display: block;
	height: 75px;
	width: 75px;
}

#helperColumn .none div
{
	padding: 2px 0;
	float: left;
	text-align: center;
	width: 75px;
}


/* klasy na potrzeby  listy zamowionych pozycji w podladzie zamowienia*/

.orders_table
{
	border-collapse: collapse;
	width:95%;
	font-size:13px;
}
.orders_table .value_col
{
	text-align:right;
}
.orders_table tr.even
{
	background: #f6f6f6;
}
.orders_table  td
{
	border-bottom: 1px solid #999;
	line-height: 1.5em;
}

.orders_table  th
{
	border-bottom: 1px solid #999;
	line-height: 1.5em;
}
.orders_table  thead th
{
	border-top: 1px solid #999;
}

.orders_table  tbody th
{
	text-align: left;
}

.orders_table div
{
	display: inline;
}

/* Widgets */

.hidden
{
	display: none;
}
.foldable
{
	margin: 5px 0 1em;
	z-index: 2;
	position: relative;
}
.foldable .folded
{
	border: 1px solid #cdc;
	border-top: 0 none;
}
.foldable .inner
{
	padding: 10px;
	background: #fff;
	overflow: hidden;
}
.foldable a.folding
{
	background: #ffc;
	border: 1px solid #cdc;
	display: block;
	font-weight: bold;
	padding: 6px 0 6px 10px;
}
.grid
{
	border: 0;
	width: 100%;
}
.grid td
{
	vertical-align: top;
}
.grid tr.even
{
	background: #f6f6f6;
}
.grid .grid-2
{
	width: 50%;
}
.grid .grid-3
{
	width: 33%;
}
.grid .grid-4
{
	width: 25%;
}
.grid .grid-5
{
	width: 20%;
}
.grid .grid-6
{
	width: 16.66%;
}
.listView
{
	border-top: 1px solid #b3b3b3;
}
.listView .internal
{
}
.listView a
{
	text-decoration: none;
}
.listView img
{
	vertical-align: middle;
}
.listView input
{
	vertical-align: middle;
}
.listView ol
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.listView ol li /*IE*/
{
	border-bottom: 1px solid #b3b3b3;
	color: #555;
	font-size: 12px;
	margin: 0;
	padding: 3px;
}
.listView div.normal, .listView div.important, .listView div.inactive {
	font-weight: bold;
	overflow:hidden;
	zoom:1;
}
.listView.sortableList ol li .extended
{
	cursor: move;
}
.listView.sortableList ol li.noElements
{
	cursor: default;
}
.wego_wait,.wego_wait *
{
	cursor:wait!important;
}
.listView ol li.even
{
	background: #f6f6f6;
}
.listView table
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
.listView table .narrow
{
	width: 20%;
}
.listView table .narrowExtended
{
	width: 10%;
}
.listView table .wide
{
	width: 80%;
}
.listView table td
{
	font-size: 12px;
	padding: 3px 0;
}
.iconBox a
{
	font-weight: normal;
	padding: 0 0 0 5px;
}
.listView .important
{
	background: url('images/list-background-important.gif');
/*
	color: #900;
*/
}
.listView .inactive
{
	background: url('images/list-background-inactive.gif');
/*
	color: #999;
*/
}
.listView .inactive a
{
	color: #005680;
}
.listView table .extended
{
	text-align: right;
	white-space: nowrap;

}
.listView .extended input.short
{
	width: 40px;
}
.listView .extended p
{
	margin: 0;
}
.listView div.extended
{
	font-weight: normal;
	font-size: 10px;
	padding: 0 0 0 30px;
}
.listView table tr.even
{
	background: #f6f6f6;
}
.throbber
{
}
.throbber img
{
	vertical-align: middle;
}
.iconBox
{
	margin: 2px 0;
	padding: 0 5px;
	white-space: nowrap;
	float: right;
	_position: relative;
}
.languagesBox
{
	font-weight:normal;
	margin: 2px 0;
	padding: 0 5px;
	white-space: nowrap;
	float: right;
	clear:right;
	_position: relative;
}
.languagesBox img{
	border:1px solid #B3B3B3;
	cursor:help;
}
.languagesBox img.no_title{
	opacity:0.4;
}
.languagesBox img.no_title:hover{
	opacity:0.6;
}

ul.tabList
{
	background: url("images/tabs-background.png") repeat-x left bottom;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	_zoom: 1;
}
ul.tabList li
{
	background: url("images/tabs-left.png") no-repeat left top;
	border-bottom: 1px solid #cdc;
	float: left;
	margin: 0;
	padding: 0 0 0 6px;
}
ul.tabList li a
{
	float: left;
	display: block;
	background: url("images/tabs-right.png") no-repeat right top;
	padding: 4px 8px 1px 2px;
	text-decoration: none;
	white-space: nowrap;
	width: .1em;
}
ul.tabList li a img{
	border:1px solid #ccddcc;
	vertical-align:middle;
}
ul.tabList li > a
{
	width: auto;
}
ul.tabList li.active
{
	background-position: 0% -50px;
	border-bottom: 0;
}
ul.tabList li.active a
{
	background-position: 100% -50px;
	color: #333;
	padding-bottom: 2px;
}
.tabPage
{
	border: 1px solid #cdc;
	border-top: none;
	margin: 0 0 1em;
	padding: 10px;
	overflow: hidden;
	zoom: 1;
}
.tabHidden
{
	display: none;
}
.toolBox
{
	background: #eef2f5;
	clear: both;
	height: 20px;
	margin: 0 0 3em 0;
	width: 100%;
}
.toolBox .itemsLeft
{
	float: left;
	margin: 2px;
}
.toolBox .itemsRight
{
	float: right;
	margin: 2px;
}
.toolBox a
{
	text-decoration: none;
}
.toolBox a:hover
{
	color: #00369b;
}
.toolBox img
{
	vertical-align: middle;
}
a
{
	color: #0056bb;
}
a.editor_cancel
{
	color: #e00;
}
div.center
{
	text-align: center;
}
fieldset
{
	border: 1px solid #cdc;
	margin: 5px 0 1em;
	padding: 10px;
}
fieldset table, .tabPage table
{
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
}
fieldset table td, .tabPage table td
{
	line-height: 1.3em;
	vertical-align: top;
}
fieldset table td p, .tabPage table td p
{
	margin: 0.5em 0;
}
form
{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#rightColumn hr
{
	background: #b3b3b3;
	border: 0;
	color: #b3b3b3;
	height: 1px;
	margin: 5px 0;
	padding: 0;
	width: 100%;
}
#rightColumn h2
{
	font-family: "trebuchet ms", "Times New Roman", Times, serif !important;
	font-size: 160%;
	line-height: 180%;
}
#rightColumn h3
{
	font-size: 110%;
	margin-bottom:2px;
	margin-top:10px
}
#rightColumn a:hover
{
	text-decoration: none;
}
hr.clear
{
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
img.medialeft
{
	float: left;
	margin: 0 3em 0 0;
}
img.mediaright
{
	float: right;
	margin: 0 0 0 3em;
}
input.input, input.short, input.password
{
	background: #fff url('images/input-background.gif') top left repeat-x;
	border: 2px solid #ccc;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 2px;
	vertical-align: middle;
}
input.input:focus, input.short:focus, input.password:focus, input.input:active, input.short:active, input.password:active
{
	border: 2px solid #9c9;
}
input.editor_ok_button
{
	background: #eee url('images/submit-background.gif') left repeat-x;
	border: 2px solid #ccc;
	color: #555;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	vertical-align: middle;
}
input.input
{
	width: 560px;
}
input.short, input.password
{
	width: 230px;
}

.orders_table input.short
{
	width: 50px;
}

input.submit
{
	background: #eee url('images/submit-background.gif') left repeat-x;
	border: 2px solid #ccc;
	color: #555;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	padding: 0 10px;
}
input.submit:focus, input.submit:active
{
	border: 2px solid #9c9;
}
p.label label
{
	font-weight: bold;
}
legend
{
	color: #555;
	font-weight: bold;
}
ol
{
	color: #555;
	font-weight: normal;
	line-height: 150%;
	margin-left: 2em;
	padding-left: 0;
}
.hint ol
{
	color: #b4b4b4;
	font-size: 11px;
}
.hint ol li
{
	color: #b4b4b4;
}
p
{
	line-height: 150%;
	margin: 1em 0;
	padding: 0;
}
.hint p
{
	color: #b4b4b4;
	font-size: 11px;
}
p.image
{
	text-align: center;
}
p.label
{
	margin-bottom: 0;
	margin-top: 0.5em;
	padding-bottom: 0;
}
fieldset.actionBox
{
	overflow: hidden;
	zoom: 1;
}
p.submitBox
{
	float: right;
	margin: 0 1px;
	text-align: right;
	margin-bottom: 5px;
}
p.submitBox input
{
	padding: 0 !important;
	width: 160px;
}
p.widget
{
	margin-bottom: 0.5em;
	margin-top: 0;
	padding-top: 0;
}
.inplaceeditor-form
{
	overflow: auto;
	background: #e6e6e6;
	padding: 2px;
}
.inplaceeditor-form select, select.input, select.short
{
	background: #fff url('images/input-background.gif') top left repeat-x;
	border: 2px solid #ccc;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 2px;
	vertical-align: middle;
}
.inplaceeditor-form .mceToolbarTop select
{
	vertical-align: bottom;
}
select.input:focus, select.short:focus, select.input:active, select.short:active
{
	border: 2px solid #9c9;
}
select.input
{
	width: 560px;
}
select.short
{
	width: 260px;
}
textarea.input, textarea.short
{
	background: #fff url('images/input-background.gif') top left repeat-x;
	border: 2px solid #ccc;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 2px;
	width: 450px;
}
.grid textarea.short
{
	width: 260px;
}
textarea.input:active, textarea.short:active, textarea.input:focus, textarea.short:focus
{
	border: 2px solid #9c9;
}
textarea.input
{
	height: 200px;
}
textarea.wysiwygEditor
{
	height: 139px;
}
textarea.short
{
	height: 50px;
}
ul
{
	color: #0056bb;
	line-height: 150%;
	list-style-type: square;
	margin-left: 2em;
	padding-left: 0;
}
ul li span.li
{
	color: #555;
}
.hint ul
{
	color: #b4b4b4;
	font-size: 11px;
}
.hint ul li span.li
{
	color: #b4b4b4;
}
input.inputError, input.inputError:focus, input.inputError:active, textarea.inputError, textarea.inputError:focus, textarea.inputError:active
{
	border: 2px solid #fcb3b3;
}
input#searchField,input#searchFieldGlobal
{
	background: #fff url('images/input-background.gif') top left repeat-x;
	border: 2px solid #ccc;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	width: 146px;
}
input#searchField:focus, input#searchField:active
{
	border: 2px solid #9c9;
}
input#searchSubmit,input#searchSubmitGlobal
{
	display: none;
}
#flashMessage, #flashMessageInline
{
	border: 1px solid #393;
	background: #efe;
	padding: 5px;
	text-align:center;
	margin-bottom: 5px;
}

#errorMessage, #adminMessage, #errorMessageInline
{
	border: 1px solid #f00;
	background: #fee;
	padding: 5px;
	text-align:center;
	color: #f00;
	margin-bottom: 5px;
}

.auto_complete
{
	background: #FFF;
	border: 2px solid #9c9;
	overflow-y:auto;
	max-height:300px;
}

.prefixLetters
{
	text-transform: lowercase;
}

.paging
{
	text-align: right;
}

/* overall table */
#dcalendar {
	float: right;
	margin: 42px 35px;
	width: 240px;
}

#dcalendars div {
	float: left;
	text-align: center;
	margin: 10px;
}

table#calendar {
	border:1px solid #fff;
	padding: 0;
	margin: 5px 0;
}

/* the day headers across the top */
#calendar th {
	background: #D1D1D1;
	color: #000;
	margin: 3px;
	padding: 2px 3px;
	font-weight: normal;
}

/* how days this month will look, make dates appear in top right */
#calendar td {
	background: #F0F0F0;
	color: #000;
	padding: 2px;
	margin: 0;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #fff;
	width: 28px;
}

/* these are the days falling outside this month */
#calendar td.notInMonth {
	background: #FFF;
}

#calendar td.weekend {
	background: #DEDEDE;
}

#calendar td.current {
	border: 1px solid blue;
}

#calendar td.dayNum a {
	display: block;
	height: auto;
}

#calendar td.dayNum {
	background: #F6F6F6 url(images/list-background-important.gif);
	font-weight: bold;
}

#dcalendar a img{
	vertical-align: bottom;
}

.schedule_caption .next {
	float: right;
	display: block;
	text-decoration: none !important;
}

.schedule_caption .prev {
	float: left;
	display: block;
	text-decoration: none !important;
}

.schedule_caption {
	text-align: center;
}

h1,h2,h3,h4,h5,h6{
	line-height:100%;
}

.editField {
	min-height: 1.2em;
	_height: 1.2em;
	overflow: hidden;
	margin: 12px 0;
}
#wegosql{
	width:100%;
	border-spacing:0 1px;
}
#wegosql td,#wegosql th{
	border:solid #333;
	border-width:2px 0;
}
#wegosql pre{
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
#wegosql thead,
#wegosql tfoot{
	background:#333;
	color:#fff;
}
#wegosql caption{
	font-size:2em;
	line-height:2em;
	padding:5px;
	text-align:left;
}
