

body > div#adminTopBar
{
  position:fixed;
}
hr
{
  border-color:-moz-use-text-color -moz-use-text-color #A7B2AA;
  border-style:solid;
  border-width:medium;
}

#adminTopBar
{
	color: #fff;
  padding-top: 5px;
  background: #ea8c27 url(/images/adminBar/admin-bar-bg.png) repeat-x center;
  left: 0px;
  top: 0px;
  height: 25px;
  text-align: left;
  border-bottom: 1px solid #585858;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 100;
}

#adminTopBar a {
	color: #fff;
  text-decoration: none;
}

#adminTopBar .left {
  padding-left: 15px;
	float: left;
}

#adminTopBar .right {
  padding-right: 15px;
	float: right;
}

#adminTopBarBackground
{
  background: transparent url(/images/adminBar/adminTopBar_bg.png) repeat-x top left;
}

#adminTopBarCenter
{
  width: 900px;
  margin: auto;
}

#adminTopContent
{
  height: 44px;
  margin: auto;

}

#adminTopBarFooter
{
  height: 18px;
  padding: 2px;
  margin-bottom: 1px;
  background: #f7c381;
}

#adminTopBarFooterCenter
{
  width: 900px;
  margin: auto;
}

div.iconGroup
{
  padding: 3px;
  clear: both;
  background: transparent url(/images/adminBar/group_bg.png) repeat-x;
  border: 1px solid #e29f55;
  display: inline;
  direction: rtl;
}


div.iconGroup img
{
  vertical-align: middle !important;
}

span.administracja
{
  color:#fff;
  font-size: 14px;
}

.adminVideoPadding
{
 clear:both;
 padding:10px;
}


#adminTopBar ul.adminBarList li
{
  list-style-image: none;
  list-style-type:none;
}


/* </IE hack> */
/* </wylaczenie border naokolo radio> */

/* Tooltip */
.tooltip_header_01
{
  font-weight:bold;
  font-family: inherit;
  border:1px solid #4f9954;
  padding:3px;
  font-size:small;
  color:#468c18;
  background:#d5f9bc;
  filter: alpha('opacity:85'); /* IE */
  opacity:0.85;  /* FF */
  -moz-border-radius: 5px 5px 0 0;
}
.tooltip_body_01
{
  border-bottom:1px solid #4f9954;
  border-left:1px solid #4f9954;
  border-right:1px solid #4f9954;
  font-family: inherit;
  font-size:small;
  padding:3px;
  color:black;
  background:#d5f9bc;
  filter:alpha('opacity:85'); /* IE */
  opacity:0.85; /* FF */
  -moz-border-radius: 0 0 5px 5px;
}

/* Short title */
.tooltip_info_body_01
{
  font-family: inherit;
  padding:3px;
  font-weight: bold;
  font-size:small;
  color: white;
  border:1px solid #78897f;
  background: #78897f;
  filter: alpha('opacity:85'); /* IE */
  opacity:0.85;  /* FF */
}
/* END::Tooltip */
/* EDIT_MENU */
div.editMenu
{
 background-color: #eeeeee;
}
div.editMenuI
{
 background-color: #eeeeee;
 padding: 6px;
}
div.editMenuIF
{
 background-color: #ffffff;
 border: 1px solid gray;
}
div.editMenuSpacer
{
 float: left;
 width: 40px;
}
div.editMenuError
{
 color: red;
 background-color: #dddddd;
 padding: 6px;
}
input.editMenu, select.editMenu
{
  border: 1px solid gray;
  padding: 2px;
  width: 200px;
}
input.editMenuB
{
  border: 1px solid gray;
  padding: 2px;
}

#box_mid li.editMenu1
{
 list-style-image: url(/images/icons/famfamfam_silk/book.png);
}

div.toolBox
{
  font-size: 0.8em;
  margin-left: 5px;
}

#box_mid h2
{
  color:black;
  background-color:#E7ECD5;
  border-left:5px solid #339933;
  font-family:"Trebuchet MS",verdana,sans-serif;
  font-size:1.4em;
  font-weight:bold;
  margin-bottom:10px;
  padding-bottom:2px;
  padding-left:10px;
  padding-top:2px;
  width:100%;
}

#box_mid li.editMenu2
{
 list-style-image: url(/images/icons/famfamfam_silk/book_open.png);
}
a.editMenu:link, a.editMenu:active
{
  color: #0066b3;
}
a.editMenu:hover
{
  text-decoration: none;
}
/* end EDIT_MENU */

.sfSimpleBlog .post .sizeBar
{
  text-align: right;
  color: #666;
  font-size: 90%;
}
.sfSimpleBlog .post .sizeBar a {
  font-weight: bold;
}
.sfSimpleBlog .post .sizeBar a.A1 {
  font-size: 100%;
}
.sfSimpleBlog .post .sizeBar a.A2 {
  font-size: 125%;
}
.sfSimpleBlog .post .sizeBar a.A3 {
  font-size: 150%;
}



