html, body{
	font-family: Trebuchet MS;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	
	background: #1e1e1e;
}

*{
	padding: 0px;
	margin: 0px;
}
img{
	border: 0px;
}
a{
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
	color: #b0b0b0;
}

h1{
	font-size: 22px;
}
h2{
	font-size: 14px;
	font-weight: bold;
}
h3{
	font-size: 14px;
	font-weight: normal;
}


.nofloat{
	float: none !important;
}

.loader{
	background: #fff;
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	margin: 0px auto;
	
	
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

.loader img{	
	position: absolute;
	top: 50%;
	margin: 0px auto;
}


.ajaxtooltip{
	position: absolute;
	top: 2px;
	left: 2px;
	background: #fff;
	display: none;
	border: 1px solid #e0e0e0;
	font-family: Verdana;
	font-size: 11px;

	width: 250px;
	
	padding: 3px;
}

.main{
	position: relative;
	width: 1000px;
	margin: 0px auto;
	background: #fff;	
}

.footer{
	width: 100%;
	float: left;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;	
	margin-bottom: 10px;	
	color: #e0e0e0;
	background: #5b5b5b URL("../Images/Footer.jpg") top left no-repeat;	
}
.footer a{
	color: #e0e0e0;
}
.footer a:hover{
	color: #909090;
	text-decoration: underline;
}
.footer .menusor{
	margin-left: 20px;
	line-height: 20px;
	float: left;
	width: 180px;
}
.footer ul{
	list-style: none;
}
.footer h3{
	font-weight: bold;
}

/** A kereséskor történő kiemelés formázása */
.highlight{	
	border-bottom: 1px dotted;
	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;
}

.right_side{
	 float: right; width: 370px; margin-top: 20px;
}


#ui-datepicker-div .ui-datepicker-calendar{
	border: 1px solid #c0c0c0;
}
#ui-datepicker-div .ui-datepicker-calendar td{
	padding: 5px;
	border: 1px solid #e0e0e0;
	text-align: center;
	background: #fff;
}
#ui-datepicker-div{
	background: #efefef;
}
.ui-datepicker-prev{
	float: left;
}


.pager{
	background: #e0e0e0;
	clear: left;
}
.pager ul{
	
}
.pager li{
	display: inline;
}
.pager .page{
	float: left;
  width: 40px;
  text-align: center;
}
.pager .first{
  margin-right: 4px;
  padding-right: 4px;
  border-right: 1px solid #b0b0b0;
  float: left;
}
.pager .vissza{
  float: left;
}
.pager .last{
  margin-left: 4px;
  padding-left: 4px;
  border-left: 1px solid #b0b0b0;
}
.pager a{
	color: #3c3c3c;
}
.pager .selected{
	font-weight: bold;
}
.pager .selected a{
	color: #000 !important;
}
.pager a:hover{
	text-decoration: underline;
	color: #000 !important;
}
.pager .inaktiv{
	color: #3c3c3c !important;
}

.reszletek{
	width: 900px;
}

.reszletek h1{
	/*padding-top: 20px;*/
}
.reszletek h2{
	border-top: 1px dotted #c0c0c0;
	margin-top: 20px;
	padding-top: 20px;
	clear: left;
}

.fileupload .input{
	border: 1px solid #c0c0c0;
	background: #efefef;
	width: 250px;
}
.fileupload h2{
	margin-top: 5px;
}
.fileupload .images{
	margin-top: 10px;
	padding-top: 10px;
	
	border-top: 1px dashed #c0c0c0;
}

#files{
	margin-top: 10px;
	padding-top: 10px;
}
#files ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#files li{
	border: 1px solid #e0e0e0; 
	float: left;
	width: 250px;
	background: #fff;
}
#files li .kep{
	float: left;
	clear: left;
}

#files .option{
	float: left;
	width: 100px;
	border: 0px;
}
#files h3{clear: left;
}


.tartalom {
	min-height: 250px;
	_height: 250px;
}






/* 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 */