/*
* ARKUSZ STYLI GLOBALNYCH, WSPÓLNYCH DLA WSZYSTKICH BIP
*/

/* Menu STATUCZNE */

.menu_pozycja_kontener_1_static{
  background-color: #8F8F8F;
  border: 1px solid #6F6F6F;
  margin: 0 0 3px 0;
  width: 98%;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 0 3px 2px;
}
.menu_pozycja_kontener_1_static:hover{
  background-color: #8F8F8F;
  border: 1px solid #6F6F6F;
  margin: 0 0 3px 0;
  width: 98%;
}

/* MENU STATYCZNE */

/* SORTOWANIE */

#lista a{ color: #4F4F4F }
#lista a:hover{ color: #1F1F1F;}

.uchwyt{
  float: left;
}

#lista{ margin: 3px 0 3px 0; padding: 0 3px 0 0}

#lista ul {
	padding: 5px 0;
	width:300px;
}

#lista li {
	cursor: pointer;
	padding: 5px 5px;
	list-style-type: none;
	background-color: #efefef;
	width: 98%;
	border: 1px solid #7F7F7F;
	display: block;
}

#lista li:hover {
  background-color: #fff;
	border: 1px solid #000;
}
.span_lp{
  float: left;
  padding: 0 5px 0 0;
}
/* SORTOWANIE */

/* Pliki */
#up_down, .up_down { color: #FF0000; display: block; font-weight: bold; text-align: left; margin: 5px; cursor: hand; cursor: pointer }
.zmiany_up_down { color: #FF0000; display: block; font-weight: bold; text-align: right; margin: 5px; cursor: hand; cursor: pointer }
#text_opispliku { font-size: 11px; width: 470px }

/* IKONKI TRESCI*/
#tresc_ikonki { margin-left:75%; text-align: right; margin: 0 0 5px 0}
#pomniejszanie { width:17px; height:13px; }
#powiekszanie {  width:21px; height:13px; }
#drukuj { width:16px; height:16px;}
.wiecej_tresc{ color: #ff0000 }
#strona_glowna{ }

/* EDYCJA TREŚCI */
.data_tresc{
  background:#FFFFFF url(/Zasoby/DatePicker/date.gif) no-repeat scroll left top;
  border:1px solid #0070BF;
  cursor:pointer;
  display:block;
  font-size:13px;
  padding:3px 3px 3px 24px;
  width:150px;
  }
/* Komunikat */
#komunikat{
  width: 90%;
  height: 30px;
  text-align: center;
  font-weight: bold;
  opacity: 0.1;
  filter : alpha(opacity=10);
}
/* Komunikat */

/* Przetargi */
.table_attach{
  border: 1px solid #efefef;
}
.table_attach td{
  background-color: #fff;
  border: 1px solid #efefef
}
/* Przetargi */


/* TIPSY */

.tip-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #236CF5;
    padding: 8px;
    border: 1px solid #B0B0B0;
    background: #F2F2F2;
    text-align: center;
}
.tip-text {
    font-size: 11px;
    padding: 8px;
    color: #333;
    background: #fff;
    border: 1px solid #222;
    border-top: none;
    margin: 0 5px;
}
.aaa .tip-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #236CF5;
    padding: 8px;
    border: 3px solid #B0B0B0;
    background: #F2F2F2;
    text-align: center;
    width: 300px;
}
.aaa .tip-text {
    font-size: 11px;
    padding: 8px;
    color: #333;
    background: #fff;
    border: 3px solid #222;
    border-top: none;
    margin: 0 5px;
}

/* Import wielu plików */

#demo-status
{
  margin: auto;
	padding:				10px 15px;
	width:					420px;
}
 
#demo-status .progress
{
	background:				white url(/Zasoby/FancyUpload2/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}
 
#demo-status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}
 
#demo-list
{
	list-style:				none;
	width:					450px;
	margin:					0;
}
 
#demo-list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(/Zasoby/FancyUpload2/file.png) no-repeat 4px 4px;
}
#demo-list li.file.file-uploading
{
	background-image:		url(/Zasoby/FancyUpload2/uploading.png);
	background-color:		#D9DDE9;
}
#demo-list li.file.file-success
{
	background-image:		url(/Zasoby/FancyUpload2/success.png);
}
#demo-list li.file.file-failed
{
	background-image:		url(/Zasoby/FancyUpload2/failed.png);
}
 
#demo-list li.file .file-name
{
	font-size:				1.2em;
	margin-left:			44px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
#demo-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}
#demo-list li.file .file-info
{
	display:				block;
	margin-left:			44px;
	font-size:				0.9em;
	line-height:			20px;
	clear
}
#demo-list li.file .file-remove
{
	clear:					right;
	float:					right;
	line-height:			18px;
	margin-right:			6px;
}

/* IKONKI MENU */
#menu_pozycja_add,
#menu_pozycja_edit,
#menu_pozycja_up,
#menu_pozycja_down,
#menu_pozycja_erase,
#menu_pozycja_forward
{
  width: 16px;
  height: 16px;
}

/* ZARZĄDZANIE */
#opcje_dodatkowe{
  text-align:left;
}
/* ZARZĄDZANIE */

/* AKTUALNOŚCI */
.aktualnosci_lis1{
  display: none;
}

/* KONTAKT */
#wiadomosc{
  font-size: 11px;
}
/* KONTAKT */

.uchwyt,
#powiekszanie,
#pomniejszanie,
#menu_pozycja_add,
#menu_pozycja_edit,
#menu_pozycja_up,
#menu_pozycja_down,
#menu_pozycja_erase,
#menu_pozycja_forward
{ behavior: url(../Zasoby/Multibox/iepngfix.htc); }