html, body
{
    height: 100%;
    /*width:1024px;*/
}

/* Wrap */
#wrap
{
    position: relative;
    min-height: 100%;
}

/* Content */
#content
{
    padding-bottom: 0px;
}

#content select
{
    font: 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    height: 2em;
    vertical-align:top;
}

/* Head */
#head
{
    border-top-width: 25px;
    border-top-style: solid;
	border:0px solid red;
}

#head a, #submenu a, .submenu a, #taglist a, #catlist a
{
    text-decoration: none;
}

#head h1
{
    font: normal 23px Georgia, "Times New Roman", Times, serif;
    padding: 0px 12px 0px 17px;
    margin: 0px;
    margin-right: 15%;
	width:330px;
	border:0px solid green;
	background-color:#EBEBEB;
}
/* Head --- */
/* User-Info */
#user-info
{
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 11px;
}

#user-info h1
{
	
}

#head p
{
    margin: 0px 10px 0px 0px;
    padding: 0px;
	float:right;
	margin-top:-20px;
}

#head p a
{
    text-decoration: none;
}
/* User-Info --- */
/* Admin Menu */
#adminmenu
{
    margin: 0px;
    list-style: none;
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 11px;
    padding-left: 9px;
}

#adminmenu a
{
    padding: 5px 5px;
    line-height: 220%;
    margin-right: 4px;
    text-decoration: none;
}

#adminmenu a.current
{
    border: none;
    -moz-border-radius-topleft: 3px;
    -khtml-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

#adminmenu li
{
    display: inline;
    line-height: 200%;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}
/* Admin Menu --- */
/* ECMS Menu */
#ecmsmenu
{
    margin: 0px;
    list-style: none;
    padding-left: 11px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#ecmsmenu a
{
    font-size: 15px;
    padding: 5px 7px;
    line-height: 30px;
    text-decoration: none;
}

#ecmsmenu a.current
{
    font-weight: normal;
    padding-left: 6px;
    padding-right: 6px;
    -moz-border-radius-topleft: 4px;
    -khtml-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -khtml-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-width: 1px;
    border-style: solid;
}

#ecmsmenu a.current
{
    border-bottom-width: 2px;
}

#ecmsmenu li
{
    display: inline;
    line-height: 200%;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}
/* ECMS Menu --- */
/* Sub Menu */
.submenu
{
    margin: 0px;
    list-style: none;
    padding: 6px 0px 3px 0px;
}

div#submenumain{
	height:30px;
}

.submenu li
{
    display: inline;
    line-height: 200%;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

.submenu li
{
    font-size: 13px;
    padding: 0px 0px 8px 17px;
}

#minisub
{ /* for empty submenus */
    height: 15px;
}
/* Sub Menu --- */
/* Body */
/* Form-Table */
.form-table
{
    border-collapse: collapse;
    margin-top: 1em;
    width: 100%;
    margin-bottom: -4px;
}

.form-table td
{
    margin-bottom: 5px;
    padding: 5px;
    line-height: 20px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    font-size: 11px;
}

.form-table td.noborder
{
    border: none;
}

.form-table th
{
    vertical-align: top;
    text-align: left;
    padding: 5px;
    width: 150px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.form-table th.th-full
{
    width: auto;
}

.form-table input, .form-table textarea
{
    border-width: 1px;
    border-style: solid;
}

.form-table .pre
{
    padding: 8px;
    margin: 0px;
}
/* Form-Table --- */
/* Table-Nav */
.table-nav
{
    height: 25px;
    padding: 7px 10px;
    clear: both;
    margin-bottom: -10px;
    margin-top: 8px;
    vertical-align: text-top;
}

.table-nav a.button-secondary
{
    display: block;
    margin: 1px 8px 0px 0px;
}

.table-nav .button-secondary
{
    padding: 2px 4px;
    vertical-align: top;
}

.table-nav .table-nav-pages a.next, .table-nav .table-nav-pages a.prev
{
    text-decoration: underline;
}

.table-nav .table-nav-pages
{
    float: right;
    height: 18px;
    padding-top: 6px;
    font-size: 11px;
}

.table-nav .table-nav-pages a
{
    text-decoration: none;
}

.table-nav .delete
{
    margin-right: 20px;
}

.button-secondary
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1.5em;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;	
}

.page-numbers
{
    /*padding: 2px 4px;*/
    padding: 0px;
    margin-right: 3px;
    border-width: 1px;
    border-style: solid;
}

.page-numbers.current
{
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
}
/* Table-Nav --- */
/* Check-List-Group */
.check-list-group
{
	margin: 0px 5px;
	padding: .5em .9em;
	height: 7em;
	overflow: auto;
	border-width: 1px;
	border-style: solid;
}

.check-list-group ul {
	list-style: none;
	margin: 0;
    padding: 0;
	
}

.check-list-group ul li {
	margin: 0;
	padding: 0;
	line-height: 19px;
}
/* Check-List-Group --- */
/* Body --- */
/* Content --- */
/* Wrap --- */
/* Footer */
#footer
{
    clear: both;
    height: 35px;
    padding: 5px 0px 0px 60px;
    margin: 0px;
    position: relative;
    margin-top: -40px;
    font-size: 12px;
}

#footer p
{
    margin: 0px;
    padding: 7px 0px;
}

#footer p a
{
    text-decoration: none;
}

#footer p a:hover
{
    text-decoration: underline;
}
/* Footer --- */



















.submit
{
    border-top: 1px solid #ccc;
    padding: 1.5em 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    -moz-border-radius-bottomleft: 3px;
    -khtml-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -khtml-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.submit input
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1.5em;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
}

/*	fieldset	*/
fieldset{
	width:auto;
	border:1px solid #CCCCCC;
	padding:0px;
	background-color:#EFEBEF;
}

fieldset.form{
	width:950px;
}

legend{
	font-weight:normal;
	color:#464646;
	margin-left:10px;
	font-size:14px;
	background-color:#EFEBEF;
	border:1px solid #CECFCE;
	border-bottom:none;
	margin-top:5px;
	padding:2px 5px 0px 5px;
	
    -moz-border-radius-topleft: 3px;
    -khtml-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

dl{
	clear:both;
	padding:0px;
}

dt{
	clear:both;
	float:left;
	width:150px;
	margin:0px;
	padding:2px 2px 2px 10px;
	background-color:#EBEBEB;
	height:20px;
	line-height:22px !important;
	font-weight:bold;
	color:black;
}

dd{
	height:20px;
	margin:0px;
	padding:2px 2px 2px 0px;
}

fieldset.kereso{
	width:980px;
}

fieldset.kereso dt{
	width:auto;
	float:left;
	clear:none;
	height:auto;
}

fieldset.kereso dd{
	width:auto;
	float:left;
	clear:none;
	height:auto;
}

fieldset.form dt{
	height:25px;
}

fieldset.form dd{
	float:left;
	margin:0px;
	width:300px;
	padding:2px;
	background-color:#EBEBEB;
	height:25px;
}

fieldset.form dd input[type="text"]{
	margin:0px;
	width:80%;
	border:1px solid #464646;
}

dd input[type="text"]{
	margin:0px;
	border:1px solid #464646;
}

dd select{
	border:1px solid #C0C0C0;
}

div.fieldsets{
	margin:5px;
}

div.fieldsets fieldset{
	float:left;
	width:200px;
}

span.subtitle{
	font-size:12px;
	color:#464646;
	font-weight:normal;
	/*display:none;*/
}

li.loading{
	position:absolute;
	right:5px;
	top:33px;
}

.calendarbutton{
	background-image:url(types/date.png);
	width:16px;
	height:16px;
	border:none;
	/*cursor:pointer;*/
}

tr.tr1 td, tr.tr2 td{
	padding:0px;
}

tr.tr1:hover, tr.tr2:hover{
	background-color:#dddddd;
}

tr.tr1 td a, tr.tr2 td a{
	display:block;
	width:95%;
	height:100%;
	border:0px solid red;
	margin:0px;
	padding:5px 2px 5px 2px;
}

tr.tr1 td span, tr.tr2 td span{
	margin:0px;
	display:block;
	padding:5px 2px 5px 2px;
}

div#felszolitoPopup{
	border:1px solid black;
	width:640px;
	height:400px;
	margin-left:18%;
	position:absolute;
	top:100px;
    background-color:white;
    padding:10px;
	
    -moz-border-radius-topleft: 3px;
    -khtml-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -khtml-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -khtml-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

textarea.textarea{
	border:1px solid #464646;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	width:400px;
	height:100px;
}

.eredmeny{
	font-weight:bold;
	color:red;
	width:auto;
	height:auto !important;
}

table.osztozkodas{
	position:absolute;
	top:150px;
	left:500px;
	border:1px solid #464646;
	width:400px;
	height:300px;
}

table.osztozkodas th{
	text-align:left;
	background-color:#EFEBEF;
}

table.osztozkodas td{
	text-align:center;
}

table.osztozkodas input{
	width:50px;
	border:1px solid #464646;
}

input[readonly="readonly"]{
	background-color:#DADADA;
	border:none !important;
	width:200px !important;
	min-width:auto !important;
}

.j{
	text-align:right;
}