/*
@import url("Growl.css");
@import url("Ui.css");
*/
@import url("pbe.css");
@import url("/Static/Fancybox/jquery.fancybox.css");
@import url("Pager.css");
@import url("Fileupload.css");






.nofloat{
	float: none !important;
}
.none{
	display: none;
}


div.container{
    width: 800px;
    position: relative;
    margin: 0 auto;
    
    
}


/** A kereséskor történő kiemelés formázása */
.highlight{	
	border-bottom: 1px dotted #3474B2;
	background: #e0e0e0;
}



pre{
	white-space:pre;
	font-weight:normal;
	background: #efefef;
	border: 1px dashed #c0c0c0;
	font-family:arial;
	padding-left: 10px;
	margin-bottom: 10px;
	clear: left;
}
code b{
	font-size: 15px;
}
pre span{
	color: #ff9900;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../Images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../Images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */


.clear{
	
	clear: both;
	
}


img{
    border: 0px;
}

  
  
.ui-autocomplete{
  position: absolute;
  list-style: none;
  background: #fff;
  border: 1px solid #E9E8D6;
}      
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { background: #f06433 50% 50% repeat-x; font-weight: bold; color: #fff; }
                 
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }  
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
  list-style:none;
  padding: 2px;
  margin: 0;
  display:block;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin:0;
  padding: 0;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration:none;
  display:block;
  padding:.2em .4em;
  line-height:1.5;
  zoom:1;
}       

td.bread{
    text-align:right;
     vertical-align:middle;
}
div.breadcumb{
    
}
div.breadcumb a{
    color: #FBE400;
}

div.share{
   float:right; 
}

     #slideshow {
    position:relative;
    height:176px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

h2.hatteres{
    font-weight: bold;
    font-size: 17px;
    background: url(/Static/Images/hir_h1.jpg) no-repeat;
    height: 31px;
    color:#ffffff;
    text-transform: none;
    padding-left: 30px;
    padding-top:13px;
    margin-bottom:5px;
}