/* az oldal legalapvetobb elemei */
body {
	background: url("../images/main_bg.jpg") top left repeat;
	margin: 0px;
	border: 0px;
	font-family: arial;
}
input.iconized {
	border: none;
	height: 15px;
	background-color: #ffffff;
	background-position: top right;
 	background-repeat: no-repeat;
	border: 1px solid #CBCBCB;
	border-right: none;
	vertical-align: top;
}
a.iconLink {
	border: 1px solid #CBCBCB;
	display: inline-block;
	width: 16px;
	height: 17px;
	vertical-align: top;
}
a.iMagn {
	background-image: url('../images/icon_magnifier.png');
}
a.iGo {
	background-image: url('../images/icon_start.png');
}

div#mainContainer {
	background: transparent url("../images/header_grad.png") top left repeat-x;
	position: relative;
}
div#mainContainer div#infoLine {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 28px;
	color: #2484E3;
	font-weight: bold;
	font-size: 11px;
	line-height: 28px;
	padding-right: 10px;
}
div#mainContainer div#infoLine a {
	color: #0000FF;
}
div#realContainer {
	width: 998px;
	padding-top: 20px;
}
div#subPageContainer {
	padding: 10px;
	padding-left: 22px;
	padding-right: 22px;
}

/* tartalmi resz alapveto elemei */
div#pageContainer {
	text-align: left;
	border: 1px solid #FFFCC7;
	margin-top: 15px;
	background: #FDFDFD url("../images/sidebar_bg.png") top right repeat-y;
}
div#pageContainer div#titleLine {
	height: 45px;
	background-color: #7C3D01;
}
div#pageContainer div#titleLine h2 {
	float: left;
}
/* cimsor funkciosavja */
div#pageContainer div#titleLine div.rightSide {
	float: right;
	height: 45px;
}
/* cimsor funkciosav keresosavja */
div#pageContainer div#titleLine div.rightSide div.searchBar {
	float: left;
	margin-left: 25px;
	margin-right: 15px;
	margin-top: 13px;
	color: #ffffff;
}
/* cimsor funkciosav gombjai */
div#pageContainer div#titleLine div.rightSide a.btnLink {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 11px;
	color: #FFFF2A;
	float: left;
	margin-left: 12px;
}
div#pageContainer div#titleLine div.rightSide a.btnLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
div#pageContainer div#titleLine div.rightSide a.btnRecommend {
	background: url("../images/icon_recommend.png") center left no-repeat;
	padding-left: 19px; /* 14px icon width + 5px space */
}
div#pageContainer div#titleLine div.rightSide a.btnPrint {
	background: url("../images/icon_print.png") center left no-repeat;
	padding-left: 21px; /* 16px icon width + 5px space */	
}
div#pageContainer div#titleLine div.rightSide a.btnPrintOff {
	background: url("../images/icon_print_disabled.png") center left no-repeat;
	padding-left: 21px; /* 16px icon width + 5px space */
	color: #aaaaaa;
}
div#pageContainer div#titleLine div.rightSide a.btnFontInc {
	display: block;
	float: left;
	width: 13px;
	height: 45px;
	background: url("../images/icon_font_inc.png") center left no-repeat;
	margin-left: 21px;
}
div#pageContainer div#titleLine div.rightSide a.btnFontText {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
div#pageContainer div#titleLine div.rightSide a.btnFontDec {
	display: block;
	float: left;
	width: 13px;
	height: 45px;
	background: url("../images/icon_font_dec.png") center left no-repeat;
}

div#pageContainer div#textBar {
	width: 746px; /* 998px -2*1px border - 250px */
	float: left;
}
div#pageContainer div#sideBar {
	width: 250px;
	float: left;
}
div#pageContainer div#sideBar .content {
	width: 250px;
	text-align: left;
}

/* oldalsav reszei */
div.calUpcomingEvent {
	color: #A17453;
	font-size: 11px;
	padding-left: 10px;
	padding-bottom: 3px;
}
a#galOverlay {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 100%; 
	height: 55px;
	background: transparent url("../images/over_blue.png") bottom left repeat-x;
	color: #ffffff;
}
a#galOverlay:hover {
	text-decoration: none;
}
a#galOverlay .title {
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 5px;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 15px;
}
a#galOverlay .date {
	font-weight: bold;
	padding-left: 5px;
	font-size: 11px;
}

/* calendar design */
h1.calendarEventPageTitle {
	font-size: 18px;
	line-height: 21px;
}
div.calendarEventPageText {
	margin-bottom: 10px;
}
