/**
 * Alap stílusbeállítások
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
}


ul {
	margin: 0;
	padding: 0 0 10px 15px;
}

h2 {
	font-weight: bold;
	font-size: 125%;
	margin: 0px 0px 5px 0px;
}

img {
	border: 0px;
}

a {
	color: #779966;
	text-decoration: none;
}

a:hover {
	color: #668855;
}

a:active, a:focus, select {
	outline: none;
}

input, select, option, optgroup, textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


html, body {
	height: 100%;
	width: 100%;
}

body { 
	text-align: center;
	min-height: 732px; 	/* PAGE HEIGHT - for ie7 */

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #334466;
	background: #E0E8F0;
}

#frame_outer{
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

#frame_container {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 732px;		/* PAGE HEIGHT */
}	

#frame_inner {
	width: 990px;
	height: 732px;		/* PAGE HEIGHT */
	margin-left:auto;
	margin-right:auto;
}



/* 990 */
#container_header {
	width: 970px;
	height: 21px;
	padding: 7px 10px 0px 10px;
	margin: 4px auto 0px auto;
	text-align: right;
	background: #E0E8F0 url(/design/container_header_background.png) repeat-x;
}  

#container_main {
	width: 970px;
	padding: 0 10px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: #E0E8F0 url(/design/container_main_background.png);
	overflow: hidden;
}  

#container_footer {
	width: 970px;
	height: 15px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 80%;
	background: #E0E8F0 url(/design/container_footer_background.png) repeat-x;
	clear: both;
	overflow: hidden;
}






#box_menu {
	width: 968px;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #FFFFFF;
	background: #DDE6EF url(/design/head_menu_background.png) top left repeat;
	padding: 0px 0px;
	margin: 0px 1px;
}
#box_menu a {
	display: inline-block;
	line-height: 28px;
	height: 28px;
	margin: 0 4px;
	padding: 0 4px;
	font-size: 100%;
	font-weight: bold;
	color: #556688;
}
#box_menu a:hover {
	background: #8BA6C7 url(/design/head_menu_hover_background.png) center left repeat-x;
	margin: 0 3px;
	border-left: 1px solid #CDDAE8;
	border-right: 1px solid #CDDAE8;

}
#box_menu span.current  {
	display: inline-block;
	line-height: 28px;
	height: 28px;
	margin: 0 4px;
	padding: 0 4px;
	font-size: 100%;
	font-weight: bold;
	color: #AA3344;
}

#box_menu a.current  {
	color: #AA3344;
}
#box_menu span.separator {
	color: #B5C7DC;
}


#box_main {
	width: 968px;
	overflow: hidden;
	clear: both;
	float: left;
/*
	background: #FFFFFF url(/design/box_main_background.png) repeat-x;
*/
	padding-top: 0px;
	margin: 1px;
}



#box_content {
	float: left;
	width: 958px;
	height: 650px;
	overflow: auto;
	padding: 0px 5px 10px 5px;
/*
	background: transparent url(/design/content_background.png) bottom right no-repeat;
	background: transparent url(/design/content_background_2.png) bottom right no-repeat;
*/
}



#container_header, #container_header a {
	text-decoration: none;
	color: #7788AA;	
}
#container_header span.separator {
	color: #88AA77;
	color: #B5C7DC;
	font-weight: normal;
	padding: 0 5px;
}
#container_header a.selected {
	color: #AA3344;
}






.requiredTitle {
	font-weight: bold;
}

.requiredStar {
	font-family: verdana;
	font-weight: normal;
	color: #FF0000;
}



.wideInput {
	width: 394px;
}


.input {
	margin: 0;
	padding: 2px 2px 2px 2px;
	border: 1px solid #C7D5E4;
	color: #555555;
	background: #FFFFFF;
}
.inputAlert {
	background-color: #FFEEEE;
	border: 3px double #FF0000;
	margin-left: -2px;
}


.button {
	height: 25px;
	font-weight: bold;
	color: #445577;
	background: #F2F5F9 url(/design/button_background.png) repeat-x;
	border: 1px outset #FFFFFF;
}
.button:hover {
	background: #C7D5E4 url(/design/button_background_hover.png) repeat-x;
	border: 1px inset #FFFFFF;
}









.description {
	font-weight: normal;
	font-style: italic;
	color: #556688;
}

.alertLine {
	text-align: center;
	font-weight: bold;
	border: 1px solid #FFCCDD;
	background: #FFF8F8;
	padding: 5px;
	margin: 0px auto 0px auto;
	color: #EE2222;
}






.box_border {
	margin: 30px auto 15px auto;
	background: #FFFFFF;
	border: 1px solid #C7D5E4;
	padding: 1px;
}
.box {
	background: #F2F5F9 url(/design/box_background.png) bottom repeat-x;
	padding: 6px 6px 0 6px;
}










.box h1 {
	padding: 2px 0 6px 0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #556688;
}

h1.pageTitle {
	text-align: center;
	margin: 20px 0 10px 0;
	font-size: 20px;
}




.tabmenu {
	padding: 10px 0 4px;
	margin-left: 0;
	border-bottom: 1px solid #99AACC;
	list-style-type: none;
	text-align: center;
}
.tabmenu li {
	display: inline;
	margin: 0;
}
.tabmenu li a {
	text-decoration: none;
	padding: 4px 7px;
	margin-right: 3px;
	border: 1px solid #99AACC;
	border-bottom: none;
	background-color: #DBE4EE;
	color: #334466;
}
.tabmenu li a:hover {
	background-color: #C7D5E4;
}
.tabmenu li.selected a {
	position: relative;
	top: 1px;
	padding-top: 5px;
	background-color: #FFFFFF;
	color: #334466;
}



/* Checkbox, radi gomb egy vonalban legyen a felirattal */
.fieldsetDiv {
	float: left;
	width: 100%;
	clear: both;
}
.fieldsetDiv label {
	float: left;
	line-height: 15px;
	padding: 2px 0 2px 0;
}
.fieldsetDiv label input {
	float: left;
	margin: 0px 5px 0px 0px;
	height: 15px;
	padding: 0;
}
.fieldsetDiv br {
	clear: both;
}



.box_list {
	width: 940px;
	margin: 0 auto;
}
.box_list div {
	float: left;
	width: 430px;
	margin: 20px 18px;
	padding: 1px;
	border: 1px solid #C7D5E4;
}
.box_list div table {
	width: 100%;
	border: 1px solid #FFFFFF;
	background-color: #F2F5F9;
}
