/* domyślny dla body , m.in. w template.xhtml */
body {
	padding: 0px;
	margin: 0px;
	background-image: url("../__img/background.gif");
	background-repeat: repeat-x;
}	

/* obraz na tle menu */
.backgroundImage{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../__img/background.gif");
	background-repeat: repeat-x;
	right: 0px;
	bottom: 0px;
	
}

#img_grid
{
	position: absolute;
	top: 2px;
	left: 2px;
	background: url(../__img/sods.jpg) 0 0 no-repeat;
	width: 320px;
	height: 50px;
}

#img_grid h1,
#img_grid h2
{
	display: none;
}


/* pozycjonowanie obiektu "menu" */
#menu {
	position: absolute;
	top: 115px;
	left: 5px;
	width: 145px;
}

.tblCalendar{
width: 700px;
vertical-align: middle;
}

.selectedRowClass{
	background-color: #F1F1F1;
}

.szerokosc{
	width: 100%;
}

.cur{
cursor: pointer; 
}

.rich-fileupload-ico-stop{
display: none;
border: 0px;
}

.colsEditTitle {
	width: 150px;
}
.colsEditInp{
	width: auto;
}
.requairedCols{
	width: 5px;
}

.rich-fileupload-button-border {
border: none;
}

#clearContent{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 14px;
	width: 84%;
	_width: 84%;
}

.extdt-footercell{

border-right-width-value: 1px;

border-right-style-value: solid;

border-right-color-value: #c0c0c0;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #c0c0c0;

padding-top: 4px;

padding-right: 4px;

padding-bottom: 4px;

padding-left: 4px;

text-align: left;

font-weight: bold;

font-size: 11px;

font-family: Arial,Verdana,sans-serif;

}

/* pozycjonowanie obiektu "content" */
#content {
	position: absolute;
	left: 160px;
	top: 115px;
	right: 0px;
	bottom: 14px;
	cue-after: 5px;
	width: 84%;
	_width: 84%;
}

/* element content2 (glowna zawartosc w oknie) */
#content2 {
	position: absolute;
	top: 115px;
	bottom: 14px;
	left: 0px;
	right: 0px;
	
}
/* pozycjonowanie obiektu "login" */
.login {
	width: 100%;
	vertical-align: middle;
	padding-top: 40px;
	
}

.modalPanel{
	vertical-align: middle;
	left: 35%;
}

.fotterDT {
background-color: transparent;
}

.wersja {
	font-weight: bold;
}

.disabledField {
	background-color: #F8F8F8;
	color: gray;
	font: 12px Helvetica, Arial, sans-serif;
}


/* logowanie (login.xhtml) */
.logowanie {
	vertical-align: middle;
	text-align: left;
	width: 250px;
	margin-left: 37%;
}

.redPanelHeader{
	background: #bc3233 url("../__img/panelIMG_red_gradient.png") 100% 0 repeat-y;
}

.greenPanelHeader{
	background: #186619 url("../__img/panelIMG_green_gradient.png") 100% 0 repeat-y;
}

.lightGreenPanelHeader{
	background-image: url("../__img/lightGreen.png");
	background-repeat: repeat-x;
}

.pinkPanelHeader{
	background-image: url("../__img/pinkPanel.png");
	background-repeat: repeat-x;
}

.zero{
	height: 0px;
	width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: black;
}

.textRight{
text-align: center;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

.yellowPanelHeader{
	background: #efd73f url("../__img/panelIMG_yellow_gradient.png") 100% 0 repeat-y;
}

.orangePanelHeader{
	background: #ee933d url("../__img/panelIMG_orange_gradient.png") 100% 0 repeat-y;
}

.bluePanelHeader{
	background: #1f4986 url("../__img/panelIMG_blue_gradient.png") 100% 0 repeat-y;
}

.nonImageColorBackgrond{
	background-color: #acbece;
	background-image: none;
	font-weight: bold;
	color: black;
}

.grayPanelHeader{
	background-image: url("../__img/panelIMG_gray.png");
	background-repeat: repeat-x;
}

.deepBluePanelHeader{
	background: #1f4986 url("../__img/panelIMG_blue_gradient.png") 100% 0 repeat-y;
}

.bigRedPanelHeader{
	font-size: 12px;
	background-image: url("../__img/panelIMG_red_big.png");
	background-repeat: repeat-x;
}

.bigGreenPanelHeader{
	font-size: 12px;
	background-image: url("../__img/panelIMG_green_big.png");
	background-repeat: repeat-x;
}

.bigLightGreenPanelHeader{
	font-size: 12px;
	background-image: url("../__img/lightGreen.png");
	background-repeat: repeat-x;
}

.bigPinkPanelHeader{
	font-size: 12px;
	background-image: url("../__img/pinkPanel.png");
	background-repeat: repeat-x;
}

.bigYellowPanelHeader{
	margin: 5px; 
	color: black; 
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold;	
	background-image: url("../__img/panelIMG_yellow_big.png");
	background-repeat: repeat-x;
}

.bigOrangePanelHeader{
	font-size: 12px;
	background-image: url("../__img/panelIMG_orange_big.png");
	background-repeat: repeat-x;
}

.bigDeepBluePanelHeader{
	font-size: 12px;
	background-image: url("../__img/panelIMG_deepBlue_big.png");
	background-repeat: repeat-x;
}

.blinkText{
text-decoration: blink;
}

.rich-panel-header
{
	color: #ffffff;
	border-top-width: 0pt;
	border-top-style: none;
	border-right-width-value: 0pt;
	border-right-style-value: none;
	border-left-width-value: 0pt;
	border-left-style-value: none;
	border-top-color: #adadad;
	border-right-color-value: #adadad;
	border-bottom-color: #adadad;
	border-left-color-value: #adadad;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 14px;
}

.infoToolbar{
	width: 25px;
}

/* obrazek z napisem SBD*/
.imageSBD{
	position: absolute;
	left:15px;
	top:3px;
	
}

/* obrazek z napisem SBD*/
.imageSBD2{
	position: absolute;
	left:400px;
	top:0px;
}
/* obiekt rich:toolBar (info.xhtml) */
.listaAkcji {
	height: 200px;
	overflow: auto;
}

.komunikatZmianaHasla {
	font-family: sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 14px;
}

.div_near_spacer {
   border-top-width: 0px;
   border-left-width: 0px;
   font-size: 0px;
   border-bottom-width: 0px;
   height: 2px;
   border-right-width: 0px;
   background-color: #ecf4fe;
}

#infoZmianaHasla {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	width: 50%;

}

.dr-sdt{
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	z-index: 0;
	border-top-style: solid;
	border-right-style-value: solid;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
}

.listaTresciPro {
	height: 200px;
	overflow: auto;
}

.akcjeDataTable {
	width: 95%;
	float: left;
	left: 5px;
}

.treProDataTable{
	width: 95%;
	float: left;
	left: 5px;
}

.toolbar {
	position: absolute;
	top: 55px;
	height: 25px;
}

.menuDropDown {
	position: absolute;
	top: 80px;
	height: 25px;
}

/* komunikat "Czy na pewno skasować ?" */
.colBtnAdd{
	width: 100%;
}
.colBtnDrukuj{
	width: 20%;
}

/* obiekt rich:toolBar */
.dr-toolbar-ext
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: transparent;
}

/* obiekt rich:toolBar */
.dr-toolbar-int{
	font-size:11px;
	background-color: transparent;
	font-weight:bold;
	font-family:Arial, Verdana, sans-serif;
	padding:2px 10px 2px 10px;
	white-space:nowrap;
	
}

/* dla linków */
a:active,
a:link,
a:visited
{
	color: #0D5798;
}

/* dla wybieranych(mouse over it)  linków */
a:hover
{
	color: #8CAFCD;
}

#aMPP,
#aMP,
a.logoutLink
{
	color: white;
}

a.logoutLink
{
	color: #FFD700;
}

/* nagłówek podstawowy */
#header {
	height: 46px;
	background: url(../__img/hdr.bg.gif) 0 0 repeat-x;
	width: 100%;
}
/* nowy nagłównek */
#header p{
    margin: 10px; 
	color: black; 
	font-size: medium; 
	font-style: italic; 
	font-weight: bold;	
	width: 968px;	
}

/* footerClass in tipBlock.xhtml*/
#footer {
/*	_display: none;*/ 
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top: 1px dashed #C3BBB6;

	background-color: transparent;
	text-align: center;
	font-size: 13px;
	width: 100%;
}

#footer > div
{
	font: 12px Helvetica, Arial, sans-serif;
	padding-top: 5px;
}

/* pola tekstowe */
input, textarea {
	border: 1px solid #BBBBBB;
	font-size: 10px;
	background: #F0F8FF;
	color: black;
} 


.textareas{
	font: 12px Helvetica, Arial, sans-serif;

}

.footerDT {
	background-color: transparent;
}

/* przyciski  */
.buttonStyle, button[type="button"], button[type="reset"], button[type="submit"], input[type="reset"], input[type="submit"], input[type="button"]{
	font: 12px Helvetica, Arial, sans-serif;
	background: #4477AA;
	color: white;
	margin: 5px;
	
	font-weight: bold;

	border-top-color: #c0c0c0;

	border-right-color-value: #c0c0c0;

	border-bottom-color: #c0c0c0;

	border-left-color-value: #c0c0c0;

	border-left-color-ltr-source: physical;

	border-left-color-rtl-source: physical;

	border-right-color-ltr-source: physical;

	border-right-color-rtl-source: physical;

	font-size: 11px;

	font-family: Arial,Verdana,sans-serif;

	color: #ffffff;

	background-color: green;

	padding-top: 2px;

	padding-right: 0pt;

	padding-bottom: 1px;

	padding-left: 0pt;
	
	background-position: 0pt 50%;

}


.dataScrollerBtn{
border-top-width: 1px;

border-right-width-value: 1px;

border-bottom-width: 1px;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-top-style: solid;

border-right-style-value: solid;

border-bottom-style: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

width: 25px;

cursor: pointer;

text-align: center;

background-color: #ecf4fe;

border-top-color: #bed6f8;

border-right-color-value: #bed6f8;

border-bottom-color: #bed6f8;

border-left-color-value: #bed6f8;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

font-family: Arial,Verdana,sans-serif;

font-size: 11px;

background-color: #bed6f8;

color: black;

background-image: url("../__img/btn_scroller.jpg");
}

.dataScrBtnDisabled {
width: 25px;
border-left: 0px;
}

.dataScrTable {

border-right-width-value: 1px;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-right-style-value: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-right-color-value: #bed6f8;

border-left-color-value: #bed6f8;

background-color: #ffffff;

}


/* przyciski  */
.buttonStylePoprzedniKrok{
	font: 12px Helvetica, Arial, sans-serif;
	background: #4477AA;
	color: white;
	margin: 5px;
	float: left;
}

.buttonRight
{
	margin: 5px;
	float: right;
}

span.buttonRight,
input[type=checkbox].buttonRight
{
	margin-top: 9px;
}

.buttonStyleNastepnyKrok{
	font: 12px Helvetica, Arial, sans-serif;
	background: #4477AA;
	color: white;
	margin: 5px;
	float: right;
}

.deleteButton{
	float: right;
	font: 12px Helvetica, Arial, sans-serif;
	background: #4477AA;
	color: white;
	margin: 5px;
	position: relative; 
	right: 10px;
}

.addButton{
	float: right;
	font: 12px Helvetica, Arial, sans-serif;
	background: #4477AA;
	color: white;
	margin-bottom: 10px;
	position: relative; 
	right: 10px;
}

.printButton{
	font: 12px Helvetica, Arial, sans-serif;
	background: #4477AA;
	color: white;
	margin-bottom: 10px;
	position: relative; 
	left: 10px;
}
.buttonyNavi{
	width: 30px;
}

.actualSiteNavi{
	border: 2px solid #FFCC00;
	width: 25px;
}

.activeButtonsNavi{
	width: 20px;
}


/* uzywane w tipBlock.xhtml */
.tipPanel {
	border: 2px solid #BED6F8;
}
.tipPanel .footer{
	font-size: 12px;
}
.tipPanel .col{
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;	
}

.tipPanel .row1 {
	height: 40px;	
}

.tipPanel .row1 .col{
	padding: 10px;
}

.tipPanel .row2 {
	height: 2px;	
}

.tipPanel .row3 {
	height: 20px;	
}

.tipPanel .row3 .col {
	text-align: left;	
}
/* przewijanie zawartości tablicy dla *List.xhtml */
.tableControl {
	width: 100%;
	
}

/* przewijanie zawartości tablicy dla *List.xhtml */
.tableControl {
	text-align: right;
}
/* footer w template.xhtml i tipBlock.xhtml */
.footer {
	text-align: center;
	font-size: 10px;
}
/* dla obiektu rich:toolBar */
.rich-table {
    width:100%;
}

/* in error.xhtml */ 
h1 {
	font-family: Arial,sans-serif;
	color: #578BB8;
	font-size: 1.6em;
	margin-top: 0;
}

/* wskazany nagłówek kolumny w *List.xhtml */
.columnHeader{
	font: 12px Helvetica, Arial, sans-serif;
	color: #0D5798;
	text-decoration: none;
}


/* dla rich:tab */
.headerTab{
	
}

.dr-tbpnl-tb{
    margin: 5px; 
	color: black; 
	font-size: 20px; 
	font-style: italic; 
	font-weight: bold;	

}

/* komunikaty na stronach *.xhtml,*Edit.xhtml,*List.xhtml */
.message {
	border: 1px solid #FFCC00;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
	width: 300px;
	text-align: center;
}

.sprawozdaniaInfoPanel{
	border: 1px solid #FFCC00;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
	width: 90%;
}

.importantMessage{
	font-size: 12px;
	width: 300px;
	text-align: center;
}

.messageLogin {
	position: absolute;
	border: 1px solid #FFCC00;
	background-color: #F0F8FF;
	font-size: 12px;
	width: 300px;
	text-align: center;
	left: 35%;
	
}

.messageLarge {
	border: 2px solid red;
	margin-top: 20%;
	margin-left: 15%;
	background-color: yellow;
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
}

.messageLargePosAbs{
	border: 2px solid red;
	margin-top: 20%;
	margin-left: 15%;
	background-color: yellow;
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	position: absolute;
}

.errorMessageLarge {
	border: 2px solid #FFCC00;
	background-color: #F0F8FF;
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	height: 200px;
}

.koniecSubskrypcjiMessageLarge{
	border: 2px solid #3399FF;
	background-color: #FF6633;
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	height: 200px;
	font-style: italic;
	height: auto;
	
}

.koniecSubskrypcjiMessageLargePoSubs{
	border: 2px solid #0000FF;
	background-color: #FF0000;
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	height: 200px;
	font-style: italic;
	height: auto;

}

.errorText{
	font-size: medium;
	vertical-align: middle;

}

.infoText {
	font-weight: lighter;
	font-size: 12px;
}

.infoTextLoginJednostka {
	font-weight: bold;
	font-size: 12px;
}
/* span class="name" in display.xhtml , label in edit.xhtml */
.name {
	font-weight: bold;
	float: left;
	clear: left;
}
/* span class="name" in display.xhtml , label in edit.xhtml */
.value {
	float: left;
}
/* s:message in edit.xhtml */
.error {
	margin-left: 20px;
	margin-top: 5px;
	float: left;
}
/* s:message in edit.xhtml */
.errors {
	color: red;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea, .errors select  {
	border: 1px solid red !important;
	background-color: #FFB6C1;
}
/* <s:span> w edit.xhtml i *Edit.xhtml */
.required {
	color: red;
	padding-left: 2px;
}

/* seam-date dla "div" */
div.seam-date
{
  margin-top: 5px;
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;  
  color: #505050;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* seam-date w tabeli */
table.seam-date td {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px; 
}

/* komorki w tabeli*/
.dr-table-cell{
	border-right:solid 1px #C0C0C0;
	border-bottom:solid 1px #C0C0C0;
	padding:4px 4px 4px 4px;
	font-size:11px;
	font-weight: lighter;
	color:#000000;
	font-family:Arial, Verdana, sans-serif ;
	empty-cells: show;

}

/* kolumna z Lp w tabelach danych *List.xhtml */

.dr-sdt-cbody
{
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	padding: 2px;
}

.contextMenu
{
	position: absolute;
	z-index: 5;
	display: block;
}

.lpColumn {
	text-align: right;
	width: 20px;
}

.pozycjaColumn{
	text-align: center;
	width: 40px;	
}

.dataColumn {
	text-align: center;
	width: 60px;
}

.numerColumn {
	text-align: right;
	width: 40px;
}

.opisColumn {
	
}

.nazwaColumn {

}

.numerSpr{
	text-align: center;
	width: 200px;
}

.textCenter{
text-align: center;
}

.skrotColumn {
	text-align: center;
	width: 200px;
	
}

.longerSkrotColumn{
	text-align: center;
	width: 80px;
}

.statusColumn {
	text-align: center;
	width: 40px;
}

.columnCheckBoxBoolean{
width: 10px;

}

/* linki */
.columnLink{
	text-decoration: none;
	font: 12px Helvetica, Arial, sans-serif;	
	text-align: center;
	width: 20px;
	color: #FF9933;	
}

.columnUtworzSprawozdanieLink{
	text-decoration: none;
	font: 12px Helvetica, Arial, sans-serif;	
	text-align: center;
	width: 20px;
	color: #FF0000;
}

.columnText{
	text-decoration: none;
	font: 12px Helvetica, Arial, sans-serif;	
	text-align: center;
	width: 20px;
	font-weight: bold;
}

/* Oznaczenie statusu Nieaktywny na kolor czerwony  */
.Inactive,
.Zgl_A,
.Spr_W,
.Spr_X
{
	color:#FF0000;
}

/* Oznaczenie statusu Aktywny */
.Active,
.Zgl_O,
.Zgl_PO,
.Spr_O
{
	color: blue;
}

.Ended,
.Zgl_Z,
.Spr_Z
{
	color: green;
}

.EndedAuto,
.NieDotyczy,
.Zgl_ZA
{
	color: #9cea00;
}

.Work,
.Roboczy,
.Wycofane,
.Zgl_R
{
	color: #ffa500;
}

/* dla rich:dataTable w *List.xhtml */

.dr-table{
border-top:solid 1px #C0C0C0;
border-left:solid 1px #C0C0C0;
background-color:#FFFFFF;
border-collapse: collapse;
empty-cells: show;
}


/* nazwy miesiecy dla daty w seamie */
.seam-date-monthNames
{
  width: 70px;
  border: 1px solid #dddddd;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  background-color: #ffffff; 
  font-size: 12px;
  cursor: pointer;	
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* Małe pole edycyjne w *List.xhtml i *Edit.xhtml*/
.text_field 
{
  font: 12px Helvetica, Arial, sans-serif;
  margin-left: 0px;
}

.text_fieldSearch 
{
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  background-color: #F0F8FF;
  width: 110px;
}

.textFieldSearchSuggestion{
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  background-color: #F0F8FF;
}


rich-combobox-input, rich-combobox-input-disabled, rich-combobox-input-inactive{

background-color: #F0F8FF;	
	
border-bottom-color: #c0c0c0;

border-right-color-value: #c0c0c0;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

}

input.rich-combobox-input

{

width: 240px;

position: absolute;

top: 0pt;

left: 0pt;

padding-left: 3px;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

border-top-style: solid;

border-right-style-value: solid;

border-bottom-style: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-top-width: 1px;

border-right-width-value: 1px;

border-bottom-width: 1px;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-left-color-value: #000000;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-top-color: #000000;

background-position: left top;


}

.text_fieldSearch_shorter 
{
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  background-color: #F0F8FF;
  width: 70px;
}

.text_fieldSearchShortWidth 
{
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  background-color: #F0F8FF;
  width: 100px;
}

.text_fieldSearchDate 
{
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  background-color: #F0F8FF;
  width: 110px;
}

/* Label przed polem edycyjnym */
.text {
	font: bold 12px Helvetica, Arial, sans-serif;
}

/* puste komórki tabeli w *List.xhtml */
.emptyCell{
background-color: #F0F8FF;
}

/* pola wybieralne w *List.xhtml i *Edit.xhtml */
.textSelectOneMenu {
font-style: normal;
font-size: 12px;
background-color: #F0F8FF;
width: 110px;
}

.textSelectOneMenuAuto {
font-style: normal;
font-size: 12px;
background-color: #F0F8FF;
width: auto;
}

/* nazwy okreslonych pol na stronie *Edit.xhtml, *List.xhtml */
.text_edit{
	font-weight: bolder;
	font-family: sans-serif;
	font-size: 12px;
	text-align: right;
}

.textarea_edit{
	font-weight: bolder;
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
}

.textAlign{
	text-align: right;
}

.treeNode{
	text-align: left;
}

.treeNode .dr-tree-h-text
{
	padding-top: 3px;
	padding-bottom: 3px;
}

/* dane dla outputText w *.xhtml */
.textData {
font-weight: lighter;
font-style: normal;
font-size: 12px;
}

/* w tabeli komunikat "Nieaktywny" w kolorze czerwonym */
.textDataRed {
font-weight: lighter;
font-style: normal;
font-size: 12px;
color:#FF0000;
}

.textDataRed {
font-weight: lighter;
font-style: bold;
font-size: 14px;
color:#FF0000;
}

/* pole widoku daty w JednostkiList.xhtml */
.textFieldDate {
text-align: center;
}

/* pole widoku kod pocztowego w JednostkiList.xhtml, OrganProwadzacyList.xhtml */
.textFieldPostC {
text-align: center;
}

/* link daty */ 
a.seam-date-monthNameLink, a.seam-date-monthNameLink:visited
{
  text-align: center;
  display: block;
  color: #555555;  
}
/* wskazanie linku daty */
a.seam-date-monthNameLink:hover
{ 
  background-color: #CCCCCC;
  color: red;  
}
/* rok */
.seam-date-years
{
  height: 10em;
  overflow: auto;
  width: 60px;
  border: 1px solid #dddddd;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  background-color: #ffffff; 
  font-size: 12px;
  cursor: pointer;	
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* link roku */
a.seam-date-yearLink, a.seam-date-yearLink:visited
{
  text-align: center;
  display: block;
  color: #555555;    
}
/* wskazany link roku */
a.seam-date-yearLink:hover
{
  background-color: #CCCCCC;
  color: red;    
}  
/* nagłówek daty */
tr.seam-date-header
{
  padding: 2px 0px 2px 0px;
}
/* nagłówek daty */
td.seam-date-header
{
  padding: 0px 8px 0px 8px;
  text-align: center;
  color: gray;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;  
}
/* nagłówek daty */
td.seam-date-header-prevMonth
{
  background-image: url("../__img/cal-prev.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 2px 0px 2px;
  width: 17px;
  height: 16px;
  margin-left: 2px;
}
/* nagłówek daty */
td.seam-date-header-nextMonth
{
  background-image: url("../__img/cal-next.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 2px 0px 2px;
  width: 17px;
  height: 16px;
  margin-right: 2px;
}
/* nagłówek dni */
tr.seam-date-headerDays
{
  color: white;
  font-weight: normal;
}
/* nagłówek dni */
tr.seam-date-headerDays > td
{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  color: white;
  text-align: center;
  width: 26px;   
}
/* footer dla daty */
tr.seam-date-footer
{
  background-color: white; 
  color: #505050;
  font-weight: bold;
}
/* footer dla daty */
tr.seam-date-footer > td
{
  text-align: center;
}
/* miesiac */
td.seam-date-inMonth
{
  background-color: white; 
  color: black;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}
/* miesiac */
td.seam-date-outMonth
{
  background-color: white; 
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}
/* wybrana data */
td.seam-date-selected
{
  background-color: #CCCCCC;        
  border: 1px solid #AAAAAA; 
  color: black;
  font-weight: normal;
}

td.seam-date-dayOff-inMonth
{
  background-color: #efefef;
  color: black;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-dayOff-outMonth
{
  background-color: #efefef;
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}
/* data wskazana */
td.seam-date-hover 
{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  cursor: pointer;
  color: red;
}

a[class="columnLink"]{
	
	color: #660066;
}

.selectedPageScroller{
background-color: #1f4986;
color: white;
}

.hidelink{
	cursor: pointer;
	position: absolute;
}

.hidelinkCalendar{
	cursor: pointer;
	position: absolute;
	right: 10px;
}

.hidelinkPanel{
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 2px;
}

.wersjaColumn{
width: 80%;
}

.zamknijColumn{
width: 20%;
}

.addZalaczniki{
color: white;
}

/* informacja o wygaśnięciu sesji */

#session_time_info
{
	color: #ff1010;
	font-weight: bold;
	font-family: arial;
	display: block;
	position: absolute;
	right: 40px;
	top: 20px;
	font-size: 12px;
}

#session_time
{
}

/* sprawozdanie przeterminowane */

.RepEnded
{
	color: red;
}

/* sprawozdanie odległe */

.RepFar
{
}

/* sprawozdania bieżące */

.RepCur
{
	color: red;
}

/* wywlołanie nieprzeczytane */

.CallUnread
{
	color: red;
}

/* rich:editor na 100% szeroko¶ci */

.mceLayout
{
	width:100% !important;
}

/* lider, weryfikator w wydarzeniach w szkole */

.spr_weryfikator
{
	color: red;
}

.spr_lider
{
	color: green;
}

/* tooltip hidden workaround */

.extdt-content
{
	overflow-x: hidden;
	overflow-y: auto;
}

.extdt-innerdiv
{
	overflow-x: auto !important;
	overflow-y: hidden;
	position: static;
}

.extdt-outerdiv
{
	position: static;
}

.extdt-maindiv
{
	position: relative;
}

/* sesja */

#wnd_session_alert
{
	margin: 30px 15px 15px 15px;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
}

#wnd_session_alert input
{
	margin-top: 15px;
}

/* buttons */

.btnUp,
button.btnUp,
input.btnUp
{
	background-image: url("../__img/up.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
}

.btnDown,
button.btnDown,
input.btnDown
{
	background-image: url("../__img/down.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
}

.btnFirst,
button.btnFirst,
input.btnFirst
{
	background-image: url("../__img/first.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
}

.btnLast,
button.btnLast,
input.btnLast
{
	background-image: url("../__img/last.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
}

/* tablica ogłoszeń */

.ogloszenieTresc
{
	white-space: normal;
	height: 50px;
	overflow: hidden;
}

.ogloszenieTresc p
{
	margin: 0;
	padding: 0;
}

.ogloszenieTrescWiecej
{
	border-top: 1px solid #c0c0c0;
	margin-top: 5px;
	padding-top: 2px;
}

.ogloszenieTrescWiecej a
{
	float: right;
	cursor: pointer;
}

/* lista zaległości */

.nie
{
	color: red;
}

.tak
{
	color: green;
}

/* tabela wyszukiwania i kontroli scrollableDataTable (np. raporty) */

table.filter_table
{
	border: 1px solid #c0c0c0;
	margin-bottom: 5px;
	border-top: none;
	border-left: none;
	width: 100%;
}

table.filter_table td,
table.filter_table th
{
	border: 1px solid #c0c0c0;
	border-right: none;
	border-bottom: none;
	padding: 2px;
}

table.filter_table th
{
	text-align: left;
}

table.filter_table tr:first-child td
{
	background: url(../__img/table_header_bkg.png) 0 50% repeat-x;
	color: #fff;
	text-align: center;
}

table.filter_table td input
{
	margin: 0;
}

/* static tooltip */

#static_tooltip
{
	z-index: 10000;
	position: absolute;
	top: 100px;
	left: 100px;
}

.tooltip
{
	display: none;
}

/* ikonka i - info */
.info_icon
{
	padding-left: 20px;
	background: url(../__img/info_16.png) 0 0 no-repeat;
}

.new_icon
{
	padding-left: 12px;
	background: url(../__img/star.png) 0 0 no-repeat;
}

a.excelExport
{
	background: url(../__img/icon_excel.gif) 0 0 no-repeat;
	padding: 2px 0 5px 20px;
	line-height: 30px;
	text-decoration: none;
}

.rich-calendar-cell
{
	color: #909090;
}

.rich-calendar-week
{
	color: #bbbbbb;
}

.rich-calendar-holly
{
	color: #ff7800;
}

/* komunikaty na głównej */

.kom_sluzb
{
	color: red;
}

/* sluzbowy odbiorca */
.kom_s_o
{
	color: red;
}

/* zwykly odbiorca */
.kom_z_o
{
	color: #000;
}

/* sluzbowy dyrektor */
.kom_s_d
{
	color: #3260a2;
}

/* zwykly dyrektor */
.kom_z_d
{
	color: #717171;
}

/* tabele jako formularz */

table.frm
{
	border: 1px solid #bbbbbb;
	border-right: none;
	border-bottom: none;
}

table.frm > tbody > tr > td,
table.frm > tbody > tr > th
{
	border: 1px solid #bbbbbb;
	border-left: none;
	border-top: none;
	padding: 2px;
}

table.frm > tbody > tr > td.frm
{
	padding: 0;
	border: none;
}

td.frm > table.frm
{
	border: none;
}
