@CHARSET "UTF-8";

body,table{
	font-family:Book Antiqua, Times New Roman, sans-serif;
	font-size:13px;	
	margin:0px;
	padding:0px;
}

h1{
	font-size:19px;
	font-weight:bold;
	margin:0px 5px 5px 0px;
}

/*--------- FORMS ----------------------*/

.dbinput{
	border:1px solid #aaaaaa;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	width:100%;
}

table.formtable{
	border:0px solid gray;
	width:100%;
}



/*--------- PAGING --------------------*/

.pagebutton, .pagebutton_a, .pagebutton_i{
	font-size:13px;
	color:#3333ff;
	text-decoration:none;
	border:0px solid #0000e5;
	padding:2px;
	margin:2px;
	background-image:url('../pic/buttonbg.jpg');
}

.pagebutton_a{
	background-image:url('../pic/buttonbg_active.jpg');
	background-color:#ccffcc;
	font-weight:bold;
	font-weight:bold;
}

/*-------------------------------------*/

/*-------- CONTEXT MENU----------------*/

.contextMenu {
	position: absolute;
	width: 120px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}

/* Adding Icons */
/*
.contextMenu LI.edit A { background-image: url(images/page_white_edit.png); }
.contextMenu LI.cut A { background-image: url(images/cut.png); }
.contextMenu LI.copy A { background-image: url(images/page_white_copy.png); }
.contextMenu LI.paste A { background-image: url(images/page_white_paste.png); }
.contextMenu LI.delete A { background-image: url(images/page_white_delete.png); }
.contextMenu LI.quit A { background-image: url(images/door.png); }

/*-------------------------------------*/


/* ----new style table-ing  --------- */


.table,.table_row,.table_cell{
	margin:0px;
	padding:0px;
}

.table{
	margin-left:3px;
}

.table_row{
	display:block;
	text-decoration:none;
	cursor:pointer;	
}

.table_row:hover{
	text-decoration:underline;
	background-color:#eaeaea;
}

.table_cell{
	display:table-cell;
	/* whitespaces:no-wrap;*/
}

.field_title{
	font-weight:bold;
}
/* ---------------------------------------*/
/* ----tabbed menu -----------------------*/
.tabbed_menu{
	background-color:#a0a0a0;
	border-bottom:1px solid gray;
	height:20px;
	padding-left:3px;
	margin-bottom:5px;
}

.tabbed_menu_item, .tabbed_menu_item_active{
	border:1px solid gray;
	position:relative;
	float:left;
	height:15px;
	margin-top:3px!important;
	margin-bottom:-1px;
	margin-right:5px;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	background-color:#eaeaea;
	-moz-border-radius: 4px 4px 0px 0px;
}

.tabbed_menu_item a, .tabbed_menu_item_active a{
	text-decoration:none;
}

.tabbed_menu_item a:hover, .tabbed_menu_item_active a:hover{
	text-decoration:underline;
}

.tabbed_menu_item_active{
	background-color:white;
	border-bottom:1px solid white;
}

/*--------TREE--------------------------------*/
.tree_level{
	border:0px solid green;
	padding-left:15px;
	line-height:15px;	
}
a.tree_node, a.tree_node_a{
	text-decoration:none;
}

a.tree_node:hover, a.tree_node_a:hover{
	text-decoration:underline;
}

a.tree_node_a{
	font-weight:bold;
}

/*---------------------------------------------*/

/*------ RESOURCELIST -------------------------*/
	
div.resource_item{
	float:left;
	height:120px;
	width:110;
	text-align:center;
	margin:2px;
}

div.resource_item table{
	border:1px solid #a0a0a0;
}

td.resource_imagecell{
	background-color:#d0d0d0;
	height:100px;
}

div.resource_caption{
	width:100%;
	OVERFLOW:HIDDEN;
	TEXT-ALIGN:CENTER;
}

div.resource_caption a{
	text-decoration:none;
}

div.resource_caption a:hover{
	text-decoration:underline;
}

td.resource_caption{
	background-color:#eaeaea;
}

.sh_l{
	background-image:url('../pic/sh_l.png');
	background-repeat:repeat-y;
	width:8px;
}

/* -------- HOVER MENU -----------------------------------------------------*/

/*------------topmenu1-----------------------*/
td.topmenu{
	font-weight:bold;
	font-family:Arial;
	font-size:11px;	
	cursor:pointer;
	font-weight:bold;
	font-family:Verdana,Tahoma,Helvetica;
	font-size:10px;	
	text-align:center;
}

div.topmenu_absolute{
	border:1px solid #ccccff;
	position:absolute;
	margin-left:-10px!important;
	margin-left:-100px;
	margin-top:0px!important;
	margin-top:10px;
	padding-top:0px!important;
	padding-top:0px;
	display:none;
	height:auto;
	width:160px!important;
	width:152px;
	text-align:left;
	background-color:#ffffff;
	z-index:10000;	
	/**/-moz-box-shadow: black 0px 1px 7px;/**/
}


td.topmenu ul a{
	color:#03407f;
	text-decoration:none;	
	width:150px;
	display:block;
	padding:5px;
}

td.topmenu ul a:hover{
	color:#ffffff;
	background-color:#03407f;
}

td.topmenu ul{ 
	display: block;
	position:relative;	
	/*background-image:url('../pic/dropdown_menu_bg.png');/**/
	white-space:nowrap;
	margin:0px;
	padding:0px;
	text-align:left;
	width:150px;
}

td.topmenu li{
	border-top:1px solid #dddddd;
	margin:0px;
	width:150px;
	text-align:left;
	padding:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
/*--------------------------------------------------------------------------------*/

/* hírek */

.leftfloat{
	float:left;
	width:200px;
	margin:5px;	
}

.hirbox{
	width:200px;
	background-color:#012040
}

.hirbox_head{
	background-image:url('../pic/header_bottom.jpg');
	color:#000;
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	color:#000000;
}

.hirbox_foot{
	background-image:url('../pic/header_bottom.jpg');
	color:#000000;
}


.hirbox_foot a{
	color:#000000;
}


.hirbox_foot_link{
	color:#000000;
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

.hirbox_foot_link:hover{
	color:#000000;
	text-decoration:underline;
}

.visitorcounter{
	margin-left:10px;
	font-size:12px;
	font-family:Tahoma, Verdana, sans-serif;
	float:left;
	line-height:25px;
}

.visitorcounter_num{
	background-image:url('/pic/counterbg.jpg');
	font-family:Courier New;
	border-left:1px solid #000000;
	padding-left:1px;
	padding-right:1px;
	font-weight:bold;	
}

.visitorcounter_date{
}
