﻿/*                                        */
/* Csontváz, színezéshez ne ezt használd */
/*                                      */

html, body
{
    height: 100%;
}

body {
	/*font-family: Arial,Geneva,sans-serif;*/
	font-size: 13px;
	/* overflow-y: scroll; */ /* ha ez itt van, IE7 alatt hibás lesz a fejléc görgetése!! */
}

a 
{
    color: inherit;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.fir {
	display: block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	line-height: 200px;
}

a.fir span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper {
	margin: 0 auto;
	background: #fff;
	min-height: 80%;
}

#inner_wrapper {
	width: 960px;
	margin: 0 auto;
}

.icon, .icon span, .icon-s span {
	background: url("sprite_icons.png") -275px -75px no-repeat;
}

.helpicon, .helpicon span
{
    background: url("helpicons.png") no-repeat;
}

div#TopBar div.background-left,
div#TopBar div.background-right {
	width: 50%;
	height: 37px;
	position: absolute;
	top: 0;
	/*background: url("TopBar.png") repeat-x;*/
}

div#TopBar div.background-left
{
    left: 0;
	background-position: 0 -37px;
}

div#TopBar div.background-right
{
    right: 0;	
	background-position: 0 -74px;
}

div#TopBar div.topbar {
	width: 960px;
	height: 37px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	/*background: url("TopBar.png") center top no-repeat;*/
}

div#TopBar div.topbar div.menu {
	height: 37px;
	float: right;
}

div#TopBar div.topbar ul.tools {
	margin-right: -20px;	
}

div#TopBar div.topbar ul {
	height: 22px;
	margin: 5px 0 0 0;
	float: left;
}

div#TopBar div.topbar ul li {
	float: left;	
	margin: 0 0 0 14px;
}

/*div#TopBar div.topbar ul li a {
	color: #ababab;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: #333332 0px 1px 0px;
}

div#TopBar div.topbar ul li a:hover {
	color: #c6c6c6;
}*/

div#TopBar div.topbar ul li.accessible {
	margin: 0 0 0 9px;	
}

div#TopBar div.topbar ul li.accessible a {
	width: 20px;
	height: 22px;
	background: none;
}

div#TopBar div.topbar ul li.accessible a span {
	background-position: 0 0;	
}

div#TopBar div.topbar ul li.accessible a:hover span {
	background-position: -25px 0;
}


div#TopBar div.topbar ul li.manual
{
    margin: 4px 0 0 9px;
}

div#TopBar div.topbar ul li.manual a {
	width: 16px;
	height: 22px;
	background: none;
}

div#TopBar div.topbar ul li.manual a span 
{
    background-position: 0 0;
}
div#TopBar div.topbar ul li.manual a:hover span 
{
    background-position: -16px 0;
}

/*----------- Header -----------------*/



#header {
	padding: 0;
	margin: 0 auto;
	height: 100px;
	text-align:center;
	vertical-align: middle;
}

#header h1  {
	padding-top: 15px;
	padding-left: 15px;
}

#header h1 a {
font-family: Tahoma, Arial;
	font-size: 40px;
	font-weight: normal;
	text-decoration: none;
}

#header p {
font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	margin-left: 12px;
	margin-top: 0;
	padding-left: 8px;
	line-height:12px;
}

/*----------- Navigation -----------------*/
#menu_top {
	height: 40px;
	width: 920px;
}

#menu_top ul {
	list-style: none;
	/*padding: 0 10px;*/
	margin: 0;
	height: 40px;
}

#menu_top ul li {
	float: left;
	display: block;
	padding:0;
}

#menu_top ul li a {
	display: block;
	font-size: 14px;
	padding: 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

/*div#NavBar ul {
	height: 33px;
	overflow: hidden;
	white-space: nowrap;		
	background: url("sprite_double_lines.png") 0 -470px repeat-x;
}

div#NavBar ul li {
	height: 30px;	
	padding: 0 5px 0 5px;
	float: left;
	background: url("sprite_icons.png") -590px 0 no-repeat;
	
font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
}*/
div#NavBar ul 
{
    overflow: hidden;
	white-space: nowrap;		
}
div#NavBar ul li 
{
    float: left;
}

div#NavBar ul li:first-child {
	background: none;
}

div#NavBar ul li a {
	padding: 2px 5px;
	color: inherit;
}

#NavBar_inner {
    float:left;
    width:180px;
}

.subnav {
    display: none;
}

#NavBar_inner ul li:hover ul.subnav {
    display: block; 
}

#NavBar_inner ul li img {
    display: inline;
    visibility: hidden;
}

#NavBar_inner ul li:hover img {
    display: inline; 
    visibility: visible;
}



/*#navbar_inner > ul li a:hover > ul { display: block; }*/

/*----------- Main Content -----------------*/
#main {
	margin:0 auto;
	padding: 0;
	/*width: 960px;*/
	/*float:left;*/
}

#content {
	float: left;
	width: 730px;
	margin: 5px 5px 5px 30px;
}

#right_content
{
    width: 0;
}

#menu_side 
{
	float: left;
    border-right: 3px solid lightGray;	/* itt kell állítani a TreeView melletti bordert */
    border-left: 0 solid lightGray;
    min-height: 530px; /* a teljes baloldali menu minimális magassága */
}

#menu_side ul
{
    margin-left: 0;
    margin-top: 8px;
    list-style-type: none;
font-family: Tahoma, Arial;
    font-weight: normal;
}

#menu_side ul li {
	display: block;
	border-top: none;
}

#menu_side h4 {
font-family: Tahoma, Arial;
	font-size: 15px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 5px;
	font-weight: bold;
}

.news-item {
padding-bottom:10px;
padding-top:10px;
}
.latest-news a {
font-weight:bold;
}
.date {
font-weight:bold;
}

div#menu_inner
{
    width:300px; /* itt kell állítani a TreeView szélességét; változtatáskor az ezt animáló jQuery animációban is változtatni kell! */
    overflow: hidden; /* amikor lecsökkentjük a szélességet animációval, ne látsszanak a bennelévő controlok */
    float:left;
}

#menu_toggle
{
    margin-top:13px;
    float:left;
}

/*----------- Footer -----------------*/
#footer {
	margin: 0 auto;
	padding: 10px 0 50px;
	width:960px;
	text-align:center;
}

#footer p {
	font-size: inherit;
font-family: Tahoma, Arial;
	margin: 0 auto;
	margin-top: 5px;
	display: block;
	padding: 0;
	width: 960px;
}

#footer img
{
    /*width: 75px;
    height: 75px;*/
    vertical-align: middle;
}

/* TAB MENUDataModify   
----------------------------------------------------------*/

ul#menuDataModify
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#menuDataModify li
{
    display: inline;
    list-style: none;
}

ul#menuDataModify li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}

ul#menuDataModify li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
}

ul#menuDataModify li a:hover
{
    text-decoration: none;
}

ul#menuDataModify li a:active
{
    text-decoration: none;
}

/*----------- Table -----------------*/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 2px 5px;
	line-height: 20px;
}

#header table
{
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

td.details
{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: 0;
    background-color:transparent;
}
div.details
{
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: Gray;
    color: White;
    font-weight: bold;
    padding: 10px;
}

.rounded_corners
{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


/*----------- Quote -----------------*/
blockquote {
	display: block;
	padding: 10px;
	margin-bottom: 20px;
}

blockquote p {
	font-style: italic;
font-family: Tahoma, Arial;
	margin: 0;
	height: 1%;
}

/*----------- Fiedset -----------------*/
fieldset {
	display: block;
	border: none;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

/*----------- Form -----------------*/
form input, form select, form textarea {
	padding: 5px;
font-family: Tahoma, Arial;
	font-size: 12px;
}

form input.formbutton {
	border: none;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
font-family: Tahoma, Arial;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform p {
	margin: 5px 0;
}

input[type="password"] 
{
    width: 200px;
}

input[type="radio"] 
{ 
    vertical-align: text-bottom; 
}
input[type="checkbox"] 
{ 
    vertical-align: bottom; 
}
.ie7 input[type="checkbox"] 
{ 
    vertical-align: baseline; 
}
.ie6 input 
{ 
    vertical-align: text-bottom; 
}

label, input[type=button], input[type=submit], button { cursor: pointer; }

.submit_button_style {   
    margin-left: 30px;
    margin-top: 20px;
    width: 154px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-valid
{
    display: none;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
	float: left;
	clear: both;
	width: 200px;
    margin: 0.5em 0;
}

.display-field,
.editor-field
{
	float: left;
    margin: 0.5em 0;
}

.display-widelabel,
.editor-widelabel
{
	float: left;
	clear: both;
	width: 400px;
    margin: 0.5em 0;
}

.display-nllabel,
.editor-nllabel,
.display-nlfield,
.editor-nlfield
{
    margin: 0.5em 0;
}
.clear
{
	clear: both;
}

.warning-label
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/*----------- Etc. -----------------*/
span.required {
font-family: Tahoma, Arial;
}

.clear {
	clear: both;
}

.csatolmanybox
{
    margin: 15px 0 0 0;
}

#errorBox
{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    display: none;
    background-color: black;
    opacity: 0.9;
    filter:alpha(opacity=90);
    font-weight: bold;
    font-size: large;
    text-align: center;
}

.genericerror
{
	font-weight: bold;
	margin-top:30px;
}

#mask {
	position:fixed;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}

#boxes .window {
	position:fixed;
	left:0;
	top:0;
	width:560px;
	display:none;
	z-index:9999;
	padding:20px;
	/*background-color: #ACB5C4;*/
	overflow:auto;
}

#boxes #dialog {
	width:560px;
	padding:10px;
	/*background-color:#808080;*/
}

.bgstyle
{
    position: absolute;
    left: 0;
    z-index: 50;
    height: 200px;
    width: 100%;
}

.clickable
{
    cursor: pointer;
}

p.invalid
{
    color: Red;
}

#kategoriaClose
{
    left: 455px;
    margin-top: 13px;
    position: absolute;
}

#kategoriaOpen
{
    float: left;
    margin-top: 13px;
}

#searchbox
{
	margin: 0;
	padding: 0;
	height: 27px;
	width: 182px;
}
.txt_search
{
    float:left;
	border: none !important;
	background: none;
	width: 154px !important;
	height: 27px;
	padding:0 0 0 5px;
	background-image: url('search_bg_left.png');
	background-position:left;
	background-repeat:no-repeat;	
	outline: none;
}
#a_clear
{
	position: absolute;
	width: 24px;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 6px;
	margin-left: 5px;
}
#img_clear
{
    float:left;
	background-image: url('search_bg_right.png');
	width: 23px;
	height: 27px;
	border: none;
	padding:0;
	margin:0;
}


/*----------- Print -----------------*/
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  /*a:after { content: " (" attr(href) ")"; } */
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
p {
	line-height: 1.5em;
	margin-bottom: 20px;
}

a:focus {
	outline: none;
}

h1 {
	font-weight: normal;
	font-size: 40px;
}

h1.title
{
	font-weight: bold;
    font-family: Tahoma, Arial;
	font-size: 23px;
}

h2 {
font-family: Tahoma, Arial;
	font-size: 26px;
	letter-spacing: 0.5px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
}

/*--------------- Style for Index view --------------- */

table td.label_column
{
    width:150px;  
    font-weight:bold;
}

table#generalData input
{
    margin: 0 0.5em 0 0;
}

/*---------------Style for Reszletek view ------------  */

#refreshButton
{
    cursor:pointer;
    margin-left:5px;
    position:relative;
    top:5px;
}

input#sum {
  text-align: right;
    width: 75px;
}

#paymentList tr td:nth-child(3){
    text-align: center;
    vertical-align: middle;
    vert-align: middle;
}

#paymentList tr td:nth-child(4){
    max-width: 70px;
}