body,h1,h2,h3,h4,p,quote,small,form,input,ul,li,ol,label{
	/* The reset rules */
	margin:0px;
	padding:0px;
	
	color:#555555;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	color:#555555;
	font-size:13px;
	background: #eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}

h4{
	/* MENÜSOR PROGRAMNÉV*/
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
}

h5{
	/* MENÜSOR Apróbetűs*/
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#eeeeee;
	text-shadow: -1px 0 #010101, 0 1px #010101, 1px 0 #010101, 0 -1px #010101;
}

#main p{
	padding-bottom:8px;
}

.clear{
	clear:both;
}

#main{
	width:95%;
	/* Centering it in the middle of the page */
	margin:10px auto;
}

.container_menu{
	margin-top:10px;
	
	background:#9a2424;
	border:1px solid #E0E0E0;
	
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	
	/* Rounded corners */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.container{
	margin-top:10px;
	
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:15px;
	
	/* Rounded corners */
	-moz-border-radius:10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	
	/*color:#555555;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;*/
}

.container_datahead{
	margin-top:0px;
	margin-bottom:5px;
	color: #4d4d4d;
	background:#eeeeee;
	border:1px solid #E0E0E0;
	padding:2px;
	text-align:center;
	
	/* Rounded corners */
	-moz-border-radius:2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius:2px;
	
	/*color:#555555;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;*/
}

.err{
	color:red;
}

.success{
	color:#00CC00;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.tutorial-info{
	text-align:center;
	padding:10px;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#ffffff; /* GOMBOK ALAP HÁTTÉRSZÍNE, default: f5f5f5 */
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}


/* SAJÁT GOMBSOR */
.gombsor_lent{
	position:absolute; 
	bottom:0;
}

/* DIALOG FORM ELLENŐRZÉS HIBAÜZENET */
.error{
    font: 10px arial;
    color:red;
    margin-left:8px;
    /*line-height:22px;*/
}
.passerror{
    display: block;
    font: 10px arial;
    color:red;
    margin-left:8px;
    /*line-height:22px;*/
}


/* TÁBLÁZAT */
.table_v1 {
margin:0px;
padding:0px;
cellspacing: 0px;

/*width:100%;	*/
border:1px solid #aaaaaa;
box-shadow: 5px 5px 2px #888888;

-moz-border-radius-bottomleft:0px;
-webkit-border-bottom-left-radius:0px;
border-bottom-left-radius:0px;

-moz-border-radius-bottomright:0px;
-webkit-border-bottom-right-radius:0px;
border-bottom-right-radius:0px;

-moz-border-radius-topright:0px;
-webkit-border-top-right-radius:0px;
border-top-right-radius:0px;

-moz-border-radius-topleft:0px;
-webkit-border-top-left-radius:0px;
border-top-left-radius:0px;
}
.table_v1 th {
background-color: #dddddd;
color: black;
border:1px solid #aaaaaa;
border-width:1px 1px 1px 1px;
padding: 7px;
}
.table_v1 td {
background-color: #ffffff;
color: black;
border:1px solid #aaaaaa;
border-width:1px 1px 1px 1px;
padding: 7px;
}