html {
	height: 101%;
}

body {
	color: #222222;
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

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

input[type="text"],
input[type="password"],
textarea,
select {
	margin: 0;
	padding: 3px 2px 3px 2px;
	border: 1px solid #BBCCEE;
	color: #000000;
	background: #FFFFFF;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #8899BB;
}

select {
	padding: 2px 1px 2px 0px;
}

img {
	border: 0px;
}

a {
	color: #4040A0;
	text-decoration: none;
}
a:hover {
	color: #4040A0;
}
a:active, a:focus, select {
	outline: none;
}

td, input, option, optgroup, textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

form {
	margin: 0 0 0 0;
	display: inline;
}



/**********************************************
 * Fejléc
 **********************************************/
#menu {
	margin-top: 5px;
	clear: both;
	position: relative;
	display: block;
	height: 39px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(menu_off.gif) repeat-x top left;
	font-family: Arial,Verdana,Helvitica,sans-serif;
	border-top:  1px solid #CCCCCC;
}
#menu_background {
	height: 40px;
}
.menu_background_title {
	background: transparent url(title_main.png) no-repeat top center;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
#menu ul li {
	display: block;
	float: left;
	margin: 0;
	background: transparent url(menu_divider.gif) no-repeat top right;
	padding: 0 1px 0 0;
}
#menu ul li a {
	display: block;
	float: left;
	color: #555555;
	text-decoration: none;
/*
	padding: 11px 8px 0 8px;
	height: 23px;
*/
	padding: 0 8px 0 8px;
	line-height: 34px;
}
#menu ul li a:hover, #menu ul li a.current {
	color: #AA1100;
	background: #fff url(menu_on.gif) no-repeat top right;
}
#menu ul#menu_right {
	float: right;
}
#menu ul#menu_right li {
	background: transparent url(menu_divider_right.gif) no-repeat top left;
	padding: 0 0 0 1px;
}
/**********************************************/





/**********************************************
 * Táblázat
 **********************************************/

.table {
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}

.tableListWidth {
	width: 1182px;
}

.tableViewWidth, .tableEditWidth {
	width: 1182px;
}

.tableHead {
	/*font-weight: bold;*/
	color: #FFFFFF;
	/*background-color: #9098A0;*/
	background-color: #90A0C0;
	padding: 5px 5px;
}
.tableHead a {
	color: #FFFFFF;
	text-decoration: none;
}
.tableHead a.selected {
	color: #FFFF88;
}

.tableRow, .tableCell {
	/* background-color: #E4E8F0; */
	background-color: #E3EAF9;
	color: #222222;
}
.tableRow1, .tableCell1 {
	background-color: #DDEEFF;
	color: #222222;
}
.tableRow2, .tableCell2 {
	background-color: #CCEECC;
	color: #222222;
}
.tableRow3, .tableCell3 {
	background-color: #CCCCEE;
	color: #222222;
}
.tableRow4, .tableCell4 {
	background-color: #FFDDDD;
	color: #222222;
}
.tableRow5, .tableCell5 {
	background-color: #EECCEE;
	color: #222222;
}
.tableRow6, .tableCell6 {
	background-color: #FFFFCC;
	color: #222222;
}
.tableRow7, .tableCell7 {
	background-color: #66FF66;
	color: #222222;
}



.different td.tableHead {
	background-color: #FFDDDD;
	color: #222222;
}
.notdifferent td.tableHead {
	background-color: #CCEECC;
	color: #222222;
}

.deletedRecord td.tableCell {
	background-color: #FFDDDD;
	color: #222222;
}
/**********************************************/







/**********************************************
 * Form elem
 **********************************************/
.fieldsetDiv label {
	float: left;
	line-height: 15px;
	padding: 2px 0 2px 0;
}
.fieldsetDiv label input {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	width: 13px;
	height: 15px;
}
.fieldsetDiv br {
	clear: both;
}

.inputAlert {
	background-color: #FFEEEE !important;
	border: 1px solid #FF0000 !important;
}

.inputMarked {
	background-color: #FAFFBD !important;
	border: 1px solid #CFB177 !important;
}

/**********************************************/



/**********************************************
 * Főoldali dobozok
 **********************************************/
#admin_panel {
	width: 975px;
	margin: 50px auto;
}
#admin_panel a {
	display: block;
	float: left;
	width: 275px;
	height: 120px;
	margin: 15px;
	border: none;
	padding: 10px;
	color: #304020;
	background: transparent url(/admin/design/admin_panel/admin_panel.png) no-repeat top left;
}
#admin_panel a:hover {
	border: none;
	background: transparent url(/admin/design/admin_panel/admin_panel_light.png) no-repeat top left;
}
#admin_panel a h2 {
	padding: 8px 0 0px 5px;
	margin: 0;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
}
#admin_panel a img {
	float: right;
}
#admin_panel a ul {
	padding: 4px 0 0 20px;
	margin: 12px 0 0 0;
}
#admin_panel a ul li {
	padding: 0 0 0 0px;
	line-height: 15px;
}
/**********************************************/



/**********************************************
 * 
 **********************************************/
div.message {
	margin: 8px auto 5px auto;
	padding: 10px 10px 10px 40px;
	width: 930px;

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.warning {
	background: #fef5f1 url(message_error.png) no-repeat 6px 6px;
	border: 1px solid #ed541d;
	color: #8c2e0b;
}

div.info {
	background: #f8fff0 url(message_ok.png) no-repeat 6px 6px;
	border: 1px solid #bbee77;
	color: #234600;
}
/**********************************************/



.small, .small th, .small td {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.tiny, .tiny th, .tiny td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.title {
	padding: 4px;
	font-weight: normal;
	text-transform: uppercase;
}

.inactive {
	color: #999999;
}


.thumbnail_list div {
	width: 160px;
	height: 160px;
	margin: 10px 17px 0 17px;
	float: left;
	text-align: center;
}

.thumbnail {
	border: 1px solid #90A0C0;
	padding: 1px;
}



.thumbnail_edit {
	width: 164px;
	height: 190px;
	margin: 4px auto;
	text-align: center;
	border: 1px solid #D4DDED;
}

.thumbnail_edit_image {
	height: 155px;
	padding: 5px 0 5px;
}

.thumbnail_edit_caption {
	height: 25px;
}



ul.company_images {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 750px;
}
ul.company_images li {
	width: 185px;
	height: 200px;
	float: left;
	text-align: center;
}





.clear {
	clear: both;
}


/**********************************************
 * 
 **********************************************/

.left {
	float: left;
}


#container_systeminfo,
#container_public,
#container_404 {
	margin: 0 auto;
	padding: 4px 0 0 0;
	width: 1020px;
}

#container_public iframe {
	margin: 0 auto;
	width: 1018px;
	height: 750px;
	border: 1px solid #CCCCCC;
}

#container_systeminfo iframe {
	margin: 0 auto 10px;
	width: 1018px;
	height: 350px;
	border: 1px solid #CCCCCC;
}

#container_404 h1 {
	color: #555555;
	font-family: georgia,garamond,serif;
	text-shadow: 1px 1px 3px #999999;
}


.fieldset label {
	width: 150px;
	float: left;
	line-height: 18px;
	padding: 2px 0 2px 0;
	text-align: left;
	clear: both;
}

.fieldset input {
	width: 20px;
	float: left;
}





#progress_bar_outer {
	width: 95%;
	height: 20px;
	margin: 20px auto;
	border: 1px solid #AABEFF;
	background-color: #FFFFFF;
	display: none;
	padding: 1px;
}
#progress_bar_inner {
	width: 1px;
	line-height: 20px;
	color: #404090;
	background-color: #F0F0FF;
	font-weight: bold;
}
