body{
	margin:10px;
	padding:0px;
        FONT-SIZE:12px;
        font-weight: normal;
        COLOR: #808080;
        FONT-FAMILY: tahoma;
        text-decoration: none
}

#cikkek_tagek, #cikkek_alcim, #cikkek_focim, #cikkek_lead{
	width:565px;
}
#cikkek_foszoveg{
	width:565px;
        height:500px;
}

input.parameter{
	border:0 none;
	text-align:right;
	background-color:#DDDDDD;
}

#menu {
	margin: 0 0 10px 0;
	padding: 8px;
	border-bottom: 1px solid #3F4F4F;
	text-align:center;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#menu ul li {
	margin: 0px;
	padding: 2px;
	padding-right:15px;
	list-style: none;
	display: inline;
	border: 0px solid #3F4F4F;
}
#menu ul li .active {
	background-color: #AAAAAA;
	padding: 2px;
	color:#ffffff;
	/*text-decoration:underline;*/
}

#menu a{
	text-decoration: none;
	color:#555555;
}

#submenu {
	margin: 0 0 10px 0;
	padding: 8px;
	text-align:left;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	/*display: inline;*/
}
#submenu ul li {
	margin: 0px;
	padding: 2px;
	padding-right:15px;
	list-style: none;
	/*display: inline;*/
	border: 0px solid #3F4F4F;
}
#submenu ul li .active {
	background-color: #AAAAAA;
	padding: 2px;
	color:#ffffff;
	/*text-decoration:underline;*/
}

#submenu a{
	text-decoration: none;
	color:#555555;
}

table.sortable {
	border-spacing: 0;
	border: 1px solid #808080;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #808080;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #aaa676;
	text-align:center;
}
table.sortable th a{
	color: #ffffff;
	text-decoration: none;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
	text-align: center;
}
table.sortable tr.odd td {
	background-color: #ffffff;
}
table.sortable tr.even td {
	background-color: rgb(220, 218, 197);
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #808080;
	background-color: #ccc;
	font-weight: bold;
}

.datum_szuro
{
	width: 300px !important;
}


.admin_page_table .outer
{
	padding : 10px 20px 10px 20px;
}

	.admin_page_table .admin_box
	{
		/* border: 1px solid #cccccc; */
		background: #FFFFFF URL(../../../gfx_lib/system/bigcore_system/header_line.png) top left repeat-x;
	}
	
		.admin_page_table .admin_box .admin_header
		{
			height:54px;
			padding:0px 10px 0px 10px;	
		}
		
			.admin_page_table .admin_box .admin_header .admin_header_leftside
			{
				float:left;
				width:700px;
				font-size : 18px;
				padding:12px 0px 0px 0px;
				color : #FFFFFF;
			}
			
			.admin_page_table .admin_box .admin_header .admin_header_rightside
			{
				float:right;
				width:150px;
				font-size : 22px;
				color : #FAFAFA;
				letter-spacing:1px;
				padding:10px 0px 0px 0px;
			}
		
		.admin_page_table .admin_box .admin_header_menu
		{
			padding:0px 10px 0px 0px;
		}
		
			.admin_page_table .admin_box .admin_header_menu .admin_header_menu_leftside
			{
				float:left;
			}
				
				.admin_page_table .admin_box .admin_header_menu .admin_header_menu_leftside a
				{
					display:block;
					float:left;
					padding : 3px 5px 3px 5px;
				}
				
				.admin_page_table .admin_box .admin_header_menu .admin_header_menu_leftside a:hover
				{
					background-color:#469FCF;
					color:#ffffff;
					text-decoration:none;
				}
			
			.admin_page_table .admin_box .admin_header_menu .admin_header_menu_lrightside
			{
				float:right;
				width:300px;
			}
			
				.admin_page_table .admin_box .admin_header_menu .admin_header_menu_rightside a
				{
					display:block;
					float:right;
					padding : 3px 5px 3px 5px;
				}
				
	.admin_page_table .admin_box .admin_content
	{
		padding:20px 5px 20px 5px;
	}
	
		.admin_content .admin_content_inner
		{
			border:1px solid #cccccc;
		}
		
		.admin_content .admin_content_controllers
		{
			min-height:48px;
			height:auto !important;
		  	height:48px;
			padding:5px;
			vertical-align:middle;
			border-bottom:1px solid #cccccc;
		}
		
		.admin_content .admin_innercontent
		{
			padding:10px 5px 10px 5px;
		}
		

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0 !important;
	padding:		0 !important;
	list-style:		none !important;
}
.sf-menu {
	line-height:	10px !important;
}
.sf-menu ul {
	position:		absolute !important;
	top:			-1000px !important;
	width:			200px !important; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100% !important;
}
.sf-menu li:hover {
	visibility:		inherit !important; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left !important;
	position:		relative !important;
}
.sf-menu a {
	display:		block !important;
	position:		relative !important;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px !important;
	top:			23px !important; /* match top ul list item height */
	z-index:		99 !important;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999px !important;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			151px !important; /* match ul width */
	top:			0px !important;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999px !important;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			151px !important; /* match ul width */
	top:			0px !important;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left !important;
}
.sf-menu a {
	border-right:	1px solid #eee ;
	padding: 		6px 5px 6px 5px!important;
	text-decoration:none !important;
}

.sf-menu li li a {
	border-right:	none !important;
}


.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff !important;
}
.sf-menu li {
	background:		#98999C !important;
}
.sf-menu li li {
	background:		#469ECF !important;
	border-bottom : 1px solid #68BFEF;
}
.sf-menu li li li {
	background:		#469ECF !important;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#57ADDF !important;
	outline:		0 !important;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em !important;
	min-width:		1px !important; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute !important;
	display:		block !important;
	right:			.75em !important;
	width:			10px !important;
	height:			10px !important;
	top:			6px !important;
	text-indent: 	-999em !important;
	overflow:		hidden !important;
	background:		url('../../gfx_lib/superfish/arrows-ffffff.png') no-repeat -10px -100px !important; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px !important; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px !important; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0 !important; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0 !important; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0 !important; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../../gfx_lib/superfish/shadow.png') no-repeat bottom right !important;
	padding: 0 0px 0px 0 !important;
	-moz-border-radius-bottomleft: 17px !important;
	-moz-border-radius-topright: 17px !important;
	-webkit-border-top-right-radius: 17px !important;
	-webkit-border-bottom-left-radius: 17px !important;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.grid td, .grid th{
    padding-left: 5px;
    padding-right: 5px;
}

.publikacio_form{
    
}

.publikacio_form ul.error_list {
    color: #A00;
    font-weight:bold;
    font-size: 8pt;
    padding: 0px;
    margin-top: 0px;
}

.publikacio_form ul.error_list li{
    list-style: none;
}

.thumbnail {
    text-align: center;
    float: left;
}

.error {
    
}