@charset "utf-8";
@import "main.css"; 

PPMark { /* Betöltődés teszt*/  color:black;}

g_html ,g_body{
	background: #9dd53a; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* IE10+ */
	background: linear-gradient(135deg,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
	width:100%;
}
body {
    animation: fadein .5s ease;
	background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	margin: 0px;
	width: 100%;
}

@-webkit-keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}

a:hover,a:link,a:active ,a:visited{
	font-weight: normal;
	text-decoration: none;
	font-family: "Arial";
	font-size: 10pt;
	color: rgb( 196, 0, 0 );
}

a:hover {
	color: #FAA;
}

.rightContainer {
	margin: 0;
}
.rightContainer img {
	border: 3px solid #FFF;
	box-shadow: 0px 0px 2px 0px #000;
}

.frameContainer {
	background-color: rgba(255,255,255,.5);
	width: 1000px;
	margin: 0 0 0 0;
	_border-radius: 2px;
	_border: 1px solid #777;
	_padding: 10px;
	_box-shadow: 5px 5px 2px #000;
}
.info2Container a {
	color: #006;	
	font-weight: bold;
}
.info2Container a:hover {
	text-decoration: underline;
}
.infoItem2 {
	display:block; 
	width:170px;
	background: rgba(255,255,255,.25);
	border-radius: 3px;
	padding: 4px 6px;
	transition: background .5s ease;
	font-size: 12px;
	font-family: "Arial";
	margin-top:5px;
	line-height: 1.2;
}
.infoItem2:hover {
	background: rgba(255,255,255,.5);
}
.infoItem2Date {
	color: rgb( 69, 69, 69 );
	font-size: 10px;
	_font-weight: bold;	
}
a.infoItem2Head {
	color: rgb( 0, 140, 196 );
	font-weight: bold;	
}
.infoItem2Text {
	color: rgb( 69, 69, 69 );
}
.topMenuContainer {
	_border-bottom: solid 1px #FFF;
	padding: 0px;
	height: 40px;
	_background: #00F;
	cursor: pointer;
}
.locationContainer {
	padding: 10px 10px;
	color: #FFF;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.locationContainer a {
	margin: 2px 5px 2px 5px;
	color:#FFF;
}
.locationContainer a:hover{
	_text-decoration: underline;
	border-bottom: 1px dotted #FFF;
}
.loginStatusContainer a {
	color: #FFF;
}
.loginStatusContainer a:hover  {
	border-bottom: 1px dotted #FFF;
}
.button {
	border: 1px solid #BDB;
	border-radius: 2px;
	padding: 5px 10px 5px 10px;
}
.button:hover {
	box-shadow: 5px 5px 5px #444;
}
.centerContainer {
	width: 100%;
	table-layout:fixed;
	height: 100%;
}
.menuContainer {
	overflow: hidden;
	background-color: inherit;
	width: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.menuItemContainer {
}
.menuItemContainer a, .menuItemContainerSelected a {
	_border: 1px solid #005;
	_border-radius: 3px;
	border-bottom: 1px dotted #000;
	padding: 5px 2px 5px 5px;
	margin: 0px 0px 2px 0px;
	display: block;

	font-size: 10pt;
	font-family: "Arial";
	color: rgb( 0, 140, 196 );
	color: rgb( 196, 0, 0 );
	border-left: rgb( 0, 140, 196 );
	font-weight: 700;	
	
	transition: background .5s ease;
}
.menuItemContainerLevel2 a {
	color: rgb( 69, 69, 69 );
	border-left: rgb( 69, 69, 69 );
}
.menuItemContainerLevel3 a {
	color: rgb( 69, 69, 69 );
	border-left: rgb( 69, 69, 69 );
	font-weight: normal;
}
.menuItemContainer a:hover {
	_margin: 0px 0px 2px 2px;
	_box-shadow: 5px 5px 5px #444;
	background: rgba(255,255,255,.5);
	_color:#000;
}
.menuItemContainerSelected a {
	_margin: 0px 0px 4px 0px;
	_box-shadow: 2px 2px 2px #000;
	border-left: 3px solid;
}
.fancybg {
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.mainContainer {
	vertical-align: top;
	overflow: hidden;
	_padding: 5px;
}
.mainContainer a:hover,
.mainContainer a:link,
.mainContainer a:active,
.mainContainer a:visited {
	color: rgb( 0, 140, 196 );
	border-bottom: 1px dotted rgb( 0, 140, 196 );
}
.mainContainer a:hover {
	color: rgb(0,80,130);
}
.mainImage {
	border: 3px solid #FFF;
	box-shadow: 0px 0px 2px 0px #000;
}
.menuContentContainer {
	border-radius: 4px;
	background: rgba(255,255,255,.5);
	padding: 0 !important;
	margin-top:10px !important; 
}
MENUCONTENTITEM {
	display:block;
	padding:5px 10px 5px 10px;
	border-radius: 4px;
	transition: background 1s ease;
}
MENUCONTENTITEM a:link, MENUCONTENTITEM a:active, MENUCONTENTITEM a:visited {
	border: none !important;
}
MENUCONTENTITEM:hover {
	background: rgba(255,255,255,.75);
}
.msgPane {
	position:fixed; 
	margin-left: -150px;
	left:50%;
	width: 300px; 
	height: 100px; 
	top: 50px;
	background:#FCA; 
	border: 1px solid #000;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #111;
	padding: 10px;
	display: none;
}
.whiteCornerShadow {
	background: rgba(255,255,255,.5);
	_border: 1px solid #006;
	border-radius: 2px;
	box-shadow: 0px 0px 2px 0px #000;
	padding: 10px;
	margin: 0px;
}
.displayContainer {
	background-color: inherit;
	vertical-align: top;
	width: 120px;
}

td.imageContainer {
	width: 130px;
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.newsItemOuterContainer {
	border:#AFA solid 1px;
	margin-bottom:15px;
	border-radius: 2px;
	box-shadow: 2px 2px 2px #464;
}
.newsItemInnerContainer {
	background-color:#9C9;
	border-radius: 2px;
	padding: 5px;
	cursor: pointer;
}
.newsItemInnerContainer:hover {
	box-shadow: 0px 0px 30px 5px #393 inset !important;	
}
.newsItemInnerContainer:hover .newsItemHead {
	background: transparent;
}
.newsItemHead {
	border-radius: 2px;
	padding: 3px 3px 3px 8px;
	box-shadow: 0px -5px 30px 0px #994 inset;	
}
.newsSettings {
	background:#393; 
	padding:5px; 
	color:#000 !important; 
	font-weight:bold; 
	border-radius:5px;
	box-shadow: 5px 5px 5px #121;
}

.carouselItem {
	border-radius: 5px;
	position: absolute;
	float:left;
	opacity:0;
}

.shadow {
	box-shadow: 5px 5px 5px #121;
}

::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: #06A;

}
::-webkit-scrollbar-thumb {
	background-color: #6AF;
}

.adminBox {
	background-color:rgba(255,255,255,.75); 
	padding:2px; 
	border:1px dashed #036; 
	border-radius:2px; 
	margin-bottom:5px;
}
.adminBox a, 
.adminBox a:link, 
.adminBox a:visited {
	color: #08C;
	font-weight: bold;
	border-bottom: 1px dotted #08C;
	text-decoration: none;
}
.adminBox a:hover {
	color: #05C;
}