@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#222522 url('/css/page_bg.png') repeat top center fixed;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#000000;
	}

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

body.login {
	background:#333333;
	}

.logo {
	display:block;
	width:200px;
	height:50px;
	position:absolute;
	top:20px;
	left:20px;
	}

.divTable {
	display:table;
	height:100%;
	width:100%;
	#position:relative;
	overflow:hidden;
	}

.divTableCell {
	#position:absolute;
	#top:50%;
	display:table-cell;
	vertical-align:middle;
	}

.divMiddle {
	#position:relative;
	#top:-50%;
	}

.divCenter h1 {
	font-size:20px;
	font-weight:normal;
	font-family:"Trebuchet MS", Tahoma, Arial;
	color:#fff;
	text-align:center;
	text-shadow: 0px 0px 4px #000;
	margin:0;
	padding:0 0 20px 0;
	}

.divCenter input.loginName,
.divCenter input.loginPass {
	width:160px;
	margin:0 5px 5px 0;
	height:19px;
	line-height:19px;
	padding:5px 10px 5px 34px;
	border:none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}

.hr {
	width:100%;
	height:1px;
	background:#666666;
	margin:5px 0;
	}

a, a:link, a:visited {
	color:#9933CC;
	text-decoration:none;
	}

a:hover {
color:#333;
text-decoration:underline;
}

.header {
	height:30px;
	position:relative;
	padding: 10px;
	background: #FFBB33 url('/css/menu_bg.png');
	border: 1px solid #FF7200;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 0px 15px rgba(255, 238, 187, 0.6);
	}

#main {
	width:1000px;
	margin:0 auto;
	margin-top: 10px;
	}

.footer {
	width:978px;
	margin:0 auto;
	height:20px;
	line-height:20px;
	text-align:right;
	margin-bottom:30px;
	background: #FFBB33 url('/css/menu_bg.png');
	padding: 10px;
	border: 1px solid #FF7200;
	border-radius: 0 0 10px 10px;
	color: #000;
	text-shadow: 0px 0px 5px #FFEEBB;
	box-shadow: 0px 0px 15px rgba(255, 238, 187, 0.6);
	}


.nav {
	position: relative;
	height: 32px;
	padding: 2px 0;
	z-index: 100;
	float:left;
	}

.menu {
	margin: 0;
	padding: 1px 15px;
	border: 0;
	list-style-type: none;
	display: block;
	}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
	}

.menu li:hover {
	z-index: 10000;
	}

.menu a {
	position:relative;
	display: block;
	overflow:hidden;
	height: 32px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	}

.menu a .r, .menu a .l {
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 64px;
	background-image: url(images/MenuItem.png);
	}

.menu a .l {
	left:0;
	right:6px;
	}

.menu a .r {
	width:406px;
	right:0;
	clip: rect(auto auto auto 400px);
	}

.menu a .t {
	font-size: 11px;
	color: #000;
	text-shadow: 1px 1px 0px #fff;
	padding: 0 15px;
	margin: 0 3px;
	line-height: 32px;
	text-align: center;
	}

.menu a:hover .l, .menu a:hover .r,
.menu li:hover>a .l, .menu li:hover>a .r,
.menu li:hover a .l, .menu li:hover a .r,
.menu a.active .l, .menu a.active .r,
.menu a.now .l, .menu a.now .r {top:-32px;}

.menu a:hover .t,
.menu li:hover a .t,
.menu li:hover>a .t,
.menu a.active .t {color: #000;}

.topLine {
	width:100%;
	text-align:right;
	font-size:11px;
	height:20px;
	line-height:20px;
	}

.leftSide {
	width:210px;
	float:left;
	}
.rightSide {
	width:790px;
	float:left;
	}

.block {
	background: #FFFFFF;
	margin-bottom: 0px;
	position:relative;
	}

.bLeft {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #FF7200;
	width:198px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	overflow:hidden;
	background-image: url('/css/menu_bg.png');
	color: #FFEEBB;
	text-shadow: 0px 0px 10px #000;
	border-radius: 10px 0 0px 10px;
	box-shadow: 0px 0px 15px rgba(255, 238, 187, 0.6);
	}

.bRight {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FF7200;
	width:788px;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 0 10px 10px 0px;
	box-shadow: 0px 0px 15px rgba(255, 238, 187, 0.6);
	}

.rightcontent {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
	padding-top: 10px;
	}

.rightcontent h2 {
	margin: 0;
	}

.blockHeader {
	height:35px;
	padding:0 10px;
	line-height:35px;
	font-size:13px;
	font-weight:bold;
	text-shadow: 1px 1px 0px #000;
	color: #FFFFFF;
	background:#0f4371 url(images/blockheader.png) repeat-x top center;
	position:relative;
	}
.blockHeader:hover{color: #feffbd;}
.bLeft .now{color: #feffbd;}

.sideNav,
.sideNav li {
	margin:0;
	padding:0;
	list-style-type:none;
	}

.sideNav li a.menuitem,
.sideNav li a.menuitem:link,
.sideNav li a.menuitem:visited {
	display:block;
	height:30px;
	line-height:30px;
	background:#FF7200;
	border-top:1px solid #FFBB33;
	padding:0 10px 0 10px;
	text-decoration:none;
	color:#FFFFFF;
	white-space:nowrap;
	}
	
.sideNav li:FIRST-CHILD a.menuitem {
	border: none;
}

.sideNav li a.menuitem:hover {background-color:#FFBB33;}
.sideNav li a._now{background-color:#666666;}
.sideNav ul {
	margin:0;
	padding:0;
	}

.sideNav ul li a.menuitem,
.sideNav ul li a.menuitem:link,
.sideNav ul li a.menuitem:visited {
	display:block;
	height:30px;
	line-height:30px;
	background:#333333;
	border-top:1px solid #000000;
	padding:0 10px 0 20px;
	text-decoration:none;
	text-indent:10px;
	background:#CCCCCC url(images/td.png) repeat-x top center;
	color:#000000;
	}

.sideNav ul li a.menuitem:hover {
	background:#fff;
	}

.sideNav ul li ._now {
	background:#fff!important;
	}

.sideNav a.now {background-color:#410073 !important;}

span.updown {
	float:right;
	margin:-22px 5px 0 0;
	}

.functions {
padding:5px;
background:#efefef;
border-bottom:1px solid #ddd;
}

.plusminus {
	display:block;
	float:right;
	cursor:pointer;
	position:absolute;
	top:0;
	width:100%;
	text-align:right;
	left:-10px;
	}

.plusminus:hover{color:#feffbd;}

table.table_dannie_add th {
	height:40px;
	font-size:13px;
	background:url(images/th.png) repeat-x top center;
	text-align:left;
	padding:0 15px;
	}

table.table_dannie_add td.colored {
	min-height:30px;
	line-height:30px;
	vertical-align:top;
	font-size:13px;
	background:url(images/td.png) repeat-x top center;
	}

table.admin_table th {
	height:40px;
	font-size:13px;
	background:url(images/th.png) repeat-x top center;
	}

table.admin_table td {
	font-size:13px;
	background:url(images/td.png) repeat-x top center;
	}

table.admin_table tr:hover {
	/*background-color:#f0f0f0;*/
	background-color:#d8bcee;
	}

.admin_table p {
	margin:0;
	padding:0;
	text-align:center;
	}

.admin_table p a,
.admin_table p a:link,
.admin_table p a:visited {
	padding:0;
	line-height:20px;
	display:block;
	height:20px;
	background:#CCCCCC;
	border:1px solid #666666;
	margin:5px 0;
	color:#000000;
	}

.admin_table p a:hover {background:#ED00A4; text-decoration:none; color:#FFFFFF}


.admin_table font {
	font-size:12px !important;
	}

.admin_table td.helper {
	position:relative;
}

.admin_table .plusminus2 {
	display:block;
	position:absolute;
	height:33px;
	width:388px;
	top:0;
	left:0px;
	line-height:33px;
	text-align:right;
	padding-right:10px;
	}

.noitem {
	padding:10px;
	font-size:12px;
	text-align:center;
	}

.nosub {
	text-align:center;
	padding:5px;
	font-size:11px;
	color:#999999;
	display:none;
	}

.goTop {
	position:absolute;
	top:3px;
	right:3px;
	}

.statmore {
	border-bottom:1px solid #999999;
	padding:10px;
	margin:0 0 0 0;
	}

.statmore table.user_trans {
	width:100%;
	font-size:12px;
	}

.statmore table.user_trans th {
	background:#eee;
	font-size:13px;
	padding:5px 0;
	border-bottom:1px solid #aaa;
	}

.statmore table.user_trans td {
	padding:5px;
	border-bottom:1px solid #CCCCCC;
	}

.statmore table.user_trans tr:hover {
	color:#FF3300;
	}

.statmore h3 {
	font-size:13px;
	letter-spacing:3px;
	text-align:center;
	margin-bottom:0;
	padding-bottom:5px;
	border-bottom:1px solid #000000;
	text-transform:uppercase;
	}

.statmore h4 {
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:5px 0;
	}

.statHeader h2 {
	font-size:16px;
	margin:5px 1px 0 1px;
	padding:10px;
	background:#bbb;
	text-align:center;
	}

a.add_new_object,
a.add_new_object:link,
a.add_new_object:visited {
	display:block;
	height:27px;
	line-height:27px;
	border:1px solid #333333;
	background:url(images/addbutton_bg.png) repeat-x center;
	padding:0 10px;
	text-decoration:none;
	color:#333333;
	white-space:nowrap;
	position:relative;
	top:0px;
	}

a.add_new_object:hover {
text-decoration:none;
}

.add_new_object span {
	display:block;
	background:url(images/add.png) no-repeat left;
	padding-left:25px;
	}

.admin_list_search label {
	line-height:20px;
	}

.Udata {
	font-size:13px;
	}

.infoBoxList {
	height:60px;
	overflow:hidden;
	font-size:11px;
	line-height:140%;
	text-align:justify;
	}

/*input[type=text] {
	width:120px;
	padding:3px;
	font-size:11px;
	}*/

.textfield {
	width:95%;
	padding:5px;
	border:1px solid #999;
	border-radius:5px;
	}

select {
	width:95%;
	padding:5px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	}

.timetable select {
	width:40px;
	}

a.addCat,
a.editButton {
padding-left:20px !important;
margin-left:7px !important;
}

a.editButton {background:url(images/edit_icon.png) no-repeat left !important;}
a.addCat {background:url(images/add_category.png) no-repeat left !important;}

.button-wrapper .button {
	width: auto;
	outline:none;
	border:none;
	background:none;
	margin:0;
	padding:0;
	cursor: pointer;
	z-index:0;
	vertical-align: middle;
	display:block;
	height: 25px;
	font-size: 11px;
	text-transform:uppercase;
	text-align: left;
	padding: 0 10px;
	line-height: 25px;
	text-decoration: none;
	color: #000;
	font-family:Tahoma, Verdana, Arial;
	}

.button img, .button-wrapper img {margin: 0;}

.button-wrapper {
	display:inline-block;
	vertical-align: middle;
	position:relative;
	height: 25px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
	}

.firefox2 .button-wrapper {
	display:block;
	float:left;
	}

.button-wrapper.hover .button, .button:hover,
.button-wrapper.now .button, .button.active {
	color: #000;
	text-decoration: none;
	}

.button-wrapper.active .button {
	color: #000;
	}

.button-wrapper .l, .button-wrapper .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 75px;
	background-image: url(images/Button.png);
	}

.button-wrapper .l {
	left:0;
	right:10px;
	}

.button-wrapper .r {
	width:403px;
	right:0;
	clip: rect(auto auto auto 393px);
	}

.button-wrapper.hover .l, .button-wrapper.hover .r {top: -25px;}
.button-wrapper.active .l, .button-wrapper.active .r{top: -25px;}

.iframe-outer-wrapper {
	background:#0F0;
	padding:0px;
	width:240px;
	height:28px;
	border:1px solid #36F;
	display:inline-block;
	overflow:hidden;
	}
	
.iframe-inner-wrapper {
	background:#F00;
	display:inline-block;
	margin:-5px;
	}
	
.category-images {
	padding:20px;
	}

.image-wrapper {
	width:200px;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
	float:left;
	border-right:1px solid #CCC;
	}

.subHeader {
	padding:3px 5px;
	font-size:13px;
	background:#CCC;
	border:1px solid #999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
	
.budapest-table .selected, #first-column .selected {
	background: #0E3E69;
	color: #fff;
}