* { padding: 0; margin: 0; } 
html, body, form, input, select, textarea {
	margin:0;
	padding:0;
	height:100%; 
	background:#fff;	
	font-family:arial,sans-serif;
	font-size:14px;
	color:#666;
}

input, select, textarea, legend{	
	border: #e4e5e6 1px solid;
	height:16px;
	width:160px;
	height:20px;
	font-size:14px;
	padding:2px;
}

.logininput{	
	border: #e4e5e6 1px solid;
	width:240px;
	height:30px;
	font-size:18px;
	padding:2px;
	padding-left:32px;
	background-repeat:no-repeat;
}

.menuitempic{	
	width:25px;
	height:25px;
	float:left;
	margin-top:15px;
}

.menuitem{	
	width:150px;
	height:21px;
	float:left;
	padding-top:4px;
	padding-left:5px;
	margin-top:15px;
}
	
.admin_input_long{	
	border: #e4e5e6 1px solid;
	width:600px;
	height:25px;
	font-size:14px;
	padding:2px;
}

.admin_select{
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 14px; color: #484848;
	background-color: #fff; 
	border: 1px solid #e4e5e6; 
	height:30px;
	padding:2px;
}

.form_left{
	width:220px;
	height:18px;
	float:left;
	padding:6px;
/*	background-color:#efefef;*/
	margin-right:1px;
	margin-bottom:5px;
}

.form_right{
	height:30px;
	float:left;
/*	background-color:#f9f8f8;*/
	margin-bottom:5px;
}

.admin_button_save{	
  	width:130px;
  	height:30px;
	background-image:url('images/save_button.png');
	background-color:#974033;
	border: 1px solid #e4e5e6;
	background-repeat:no-repeat;
	font-size:12px;
	color:#fff;
}

.admin_button_delete{	
  	width:130px;
  	height:30px;
	background-image:url('images/trash_button.png');
	background-color:#974033;
	border: 1px solid #e4e5e6;
	background-repeat:no-repeat;
	font-size:12px;
	color:#fff;
}

#admin_textarea_long{
	width:600px;
	height:120px;
}

.admin_menu_head{	
	background-color:#e3e6e8;
	margin:1px;
	padding:8px;
	color:#195f7a
	font-weight:bold;
}

.admin_menu_guest{	
	float:left;
	background-color:#e4e5e6;
	margin:1px;
	padding:2px;
	color:#000;
	text-align:center;
}

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

.admin_menu_guest a:hover, .admin_menu_guest .active a {	
color:#fff;	text-decoration: none;
}

.admin_menu_main{	
	background-color:#ecf2f4;
	margin:1px;
	padding:8px;
	color:#404040;
}

.admin_menu_main_color{	
	background-color:#fff;
	margin:1px;
	padding:8px;
	color:#404040;
}

.admin_menu_main a {		
	color:#0f3862; text-decoration: none;
}

.admin_menu_main a:hover, .admin_menu_main .active a {	
color:#0f3862;	text-decoration: none;
}

.admin_menu_sub{	
	float:left;
	background-color:#f1f1f1;
	margin:1px;
	padding:2px;
	color:#000;
	height:25px;
	text-align:center;
}

.adminstart_head{	
	width:295px;
	background-image:url('/admin/images/tab_default.png');
	background-repeat:repeat-x;
	height:23px;
	color:#fff;
	padding-left:5px;
	font-weight:bold;
	padding-top:3px;
}

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

.adminstart_head a:hover, .adminstart_head .active a {	
color:#fff;	text-decoration: none;
}

.adminstart_content{	
	width:290px;
	background-color:#e4e5e6;
	color:#666;
	padding:5px;
}

.adminstart_box{	
	width:300px;
	float:left;
	padding-right:10px;
}

.adminstart_row_left{	
	width:190px;
	background-color:#efefef;
	margin-right:2px;
	float:left;
	padding-left:3px;
	height:18px;
	padding-top:2px;
	font-weight:bold;
}

.adminstart_row_right{	
	width:92px;
	background-color:#efefef;
	float:left;
	padding-right:3px;
	margin-bottom:2px;
	text-align:right;
	height:18px;
	padding-top:2px;
}

.adminstart_row_right a {		
	color:#666; text-decoration: none;
}

.adminstart_row_right a:hover, .adminstart_row_right .active a {	
color:#666;	text-decoration: underline;
}

textarea{
	width:300px;
	height:80px;
}


#scontent a {		
	color:#104d70; text-decoration: none;
}

#scontent a:hover, #scontent .active a {	
color:#666;	text-decoration: none;
}

#scontent1 a {		
	color:#104d70; text-decoration: none;
}

#scontent1 a:hover, #scontent1 .active a {	
color:#666;	text-decoration: none;
}

#scontent2 a {		
	color:#104d70; text-decoration: none;
}

#scontent2 a:hover, #scontent2 .active a {	
color:#666;	text-decoration: none;
}

#scontent3 a {		
	color:#104d70; text-decoration: none;
}

#scontent3 a:hover, #scontent3 .active a {	
color:#666;	text-decoration: none;
}

#scontent4 a {		
	color:#104d70; text-decoration: none;
}

#scontent4 a:hover, #scontent4 .active a {	
color:#666;	text-decoration: none;
}

#scontent5 a {		
	color:#104d70; text-decoration: none;
}

#scontent5 a:hover, #scontent5 .active a {	
color:#666;	text-decoration: none;
}

a img,:link img,:visited img {
	border: none;	
}
h1, h2{
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial;
	color:	#d06656;
	margin-bottom:5px;
}

h1{
	font-size: 15px;
	font-family: Tahoma, Verdana, Arial;
	color:	#c0c0c0;
	margin-bottom:5px;
}

h2{
	font-size: 15px;
}

h6{
	font-size: 15px;
	font-family: Tahoma, Verdana, Arial;
	color:	#dd4b39;
	border-bottom:1px dotted #dd4b39;
	margin-bottom:15px;
}

/*start*/
div#container1
	{
	width: 448px;
	height: 320px;	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -190px;
	margin-left: -230px;
	color: #8196a3;	
	background-image:url('images/admin_bg.jpg');
	background-repeat: no-repeat;	
	}


#login1{	
	text-align:center;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
}

#container1 a {
	color:#484848; 	text-decoration: none;
}
#container1 a:hover, #container1 .active a {
	color:#484848;	text-decoration: none;
}
/*end*/

/*admin*/
div#container {
	position:relative;
	margin:0 auto;
	width:100%;
	background:#fff;	
	height:auto !important; 
	height:100%; 
	min-height:100%;
	background-image: url("images/ctbg1.gif");
	background-repeat: repeat-y;
}

div#header {	
	padding:5px;
	padding-bottom:20px;
	background:#dbdbdb;
	background-image:url('images/headbg.png');
	border-bottom:6px double #e4e5e6;
	color:#000;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;		
		margin:0;
	}
	#header a {
		color:#ff0000; 	text-decoration: none;
		font-weight:bold;
	}
	#header a:hover, #header .active a {
		color:#ff0000;	text-decoration: none;
		font-weight:bold;
	}

div#content {
	overflow: auto; 
	padding:0em 0em 5em;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}
/*	#content a {		
		color:#484848; text-decoration: none;
	}

	#content a:hover, #content .active a {	
	color:#484848;	text-decoration: underline;
	}
*/
div#footer {
	position:absolute;
	width:100%;
	bottom:0; 
	background:#ddd;
	border-top:6px double gray;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	#footer a {
		font-size:10px;
		color:#2b5248; text-decoration: none;
	}

	#footer a:hover, #footer .active a {
	font-size:10px;
	color:#539b85;	text-decoration: none;
	}

#left{
	float:left;	
	width: 190px;
	padding-left:1em;
	/*background-image: url("../images/leftbg_admin.jpg");*/
	background-repeat: repeat-x;
}
	#left a {		
		color:#484848; text-decoration: none;
	}

	#left a:hover, #left .active a {	
	color:#000;	text-decoration: none;
	}

#main{
	float:left;	
	padding:5px;
}
/*end*/

.selects{
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 11px; color: #480a04;
	background-color: #fff; 
	border: 1px solid #480a04; 
	width: 120px;
	padding-left:3px;
	height:16px;
	margin-bottom:2px;
}

label.LabelHolder2 input.file{
/*	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid : DXImageTransform.Microsoft.Alpha(opacity=0);
	left:-152px;top:0px;*/

	position: relative;
	height: 100%;
	width: auto;
	left:0px;top:0px;
}
 
label.LabelHolder2{
/*	width: 30px;height: 30px;
	background: url('images/folder_icon.png') no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;*/
}

label.LabelHolder input.file{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid : DXImageTransform.Microsoft.Alpha(opacity=0);
	left:-152px;top:0px;

}
 
label.LabelHolder{
	width: 30px;height: 30px;
	background: url('images/folder_icon.png') no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

/*tooltip*/
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #ff0000;
visibility: hidden;
z-index: 100;
color:#fff;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
	
/*tooltip vége*/

.clear { clear: both; background: none; }







/*///////////////////////////////////////////////*/

#oldal_almenu { 
	padding: 13px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 15px;
	font: bold 12px Verdana;
	border-bottom: 1px solid #e4e5e6;
}

#oldal_almenu li{ 
	list-style: none;
	display: inline;
	margin: 0;
	height:auto;
}


#oldal_almenu li a{
	text-decoration: none;
	padding: 13px;
	margin-right: 3px;
	border: 1px solid #e4e5e6;
	border-bottom: none;
	background-color: #efefef;

}

#oldal_almenu li a:link, #oldal_almenu li a:visited{
	color:#a2a2a2;
}

#oldal_almenu li a:hover{
	color: #076f98;
	background: #e2e2e2;
	border-color: #e4e5e6;
}

#oldal_almenu li a.current{
	background: #e2e2e2;
	color: #076f98;
}

/*/////////////////VÉGE//////////////////////////*/


.mentes_gomb_style{	
  	width:100px;
  	height:30px;
	background-color:#3a8c00;
	font-size:12px;
	color:#fff;
	border:1px solid #295808;
}

.megsem_gomb_style{	
  	width:100px;
  	height:30px;
	background-color:#dfdfdf;
	font-size:12px;
	color:#404040;
	border:1px solid #a2a2a2;
}

.ujgomb_style{	
  	width:100px;
  	height:30px;
	background-color:#4888f0;
	font-size:12px;
	color:#fff;
	border:1px solid #17386c;
}


.torles_style{	
  	width:100px;
  	height:30px;
	background-color:#c00000;
	font-size:12px;
	color:#fff;
	border:1px solid #ff0000;
}

.accordionButton {	
	_float: none;  /* Float works in all browsers but IE6 */
/*	background: #003366;
	border-bottom: 1px solid #FFFFFF;*/
	cursor: pointer;
	}
	
.accordionContent {	
	_float: none; /* Float works in all browsers but IE6 */
/*	background: #95B1CE;*/
	}
	
.on {
/*	background: #990000;*/
	}
	
.over {
/*	background: #CCCCCC;*/
	}
