/**
 * CORE STYLES
 */

body {
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(img/bkgnd.jpg);
	background-color: #efb97e;
}

a {
	color: #a00000;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #a00000;
	text-decoration: underline;
}

img {
	border: 0px;
}

body img#headerimage {
	top: 0px; left: 0px;
}

body div#menu {
	top: 210px; left: 0px;  
	width: 300px;
	padding: 0px 0px 0px 0px;
	position: absolute;
}

.menuitem {
	/* 299x40px */
	width: 284px; height: 20px; 
	padding: 9px 0px 11px 15px;
	border: 0px;
	vertical-align: middle;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	
	font-size: 12pt;
	font-family: serif;
	font-weight: bold;
	color: #8e4c06;
	text-decoration: none;
}

.menuitem:hover {
	cursor: pointer;
	background-image: url(img/menuhover.jpg);
}

.menuitem img#menuimage {
	/* margin: 10px 10px 10px 0px; */
	position: absolute;
	top: 8px; left: 120px;
	width: 170px; height: 20px;
}

/* a dinamikus tartalom boxa */
body div#corecontent {
	position: absolute;
	top: 210px;	left: 300px;
	/* background-color: #cdf; */ 
	width: 680px;
}

/**
 * CALENDAR FORMATTING
 */

body caption.calendar-month {
	font-weight: bold;
	text-align: center;
}

body table.calendar {
	position: relative;
	text-align: center;
	background-color: #de7141; /* #a00000; */
	/* background-color: #8bf; */
	padding: 5px 15px 5px 15px; 
	margin: 0px auto 0px auto;
}

td.linked-day {
	font-weight: bold;
}

td.linked-day a,
td.linked-day a:hover {
	color: #99e746;
}

/**
 * LIGHTBOX
 */
 
div.image_thumbnail {
	width: 180;
	text-align: center;
	border: 1px dashed olive;
	/* display: block; */ 
	float: left;	
	margin-right: 5px;
}

div.one_gallery {
	width: 100%;
	overflow: auto;
}

/**
 *	Newsbox module
 */ 

/* a teljes hir doboza */
div#newsbox,
div#newsboxempty {
	/* background-color: #abc; */
	padding: 5px 5px 5px 5px;
	margin-bottom: 15px;
	
}

/* hir cimsora es footere */
div#newsbox div#newstitle, 
div#newsbox div#newsfooter {
	font-size: 12px; 
	color: gray;
}

div#newsbox div#newsfooter {
	text-align: right;
	padding-bottom: 5px;
}

/* h�r c�me */
div#newsbox div#newstitle strong,
div#newsbox div#newstitle a,  
div#newsboxcontentlist div.row strong,
div.header {
	color: #045502; /* green recently*/
	font-variant: small-caps;
	font-size: 26px;
	font-weight: bold;
}

/* a h�r t�nyleges sz�vege */
div#newsbox div#newscontent {
	background-color: #fbd3a8; /* #fbd3a8 accepted */
	text-align: justify;
	
	padding: 2px;
	margin: 5px 5px 5px 5px;
}

/* a h�radminiszttr�ci�s fel�let stylejai*/
div#newsboxcontentlist {
	width: 100%;
	position: relative;	
}

div#newsboxcontentlist div.row {
	width: 100%;
	border: thin dashed black;
	margin-bottom: 5px;
}

body div#error {
	width: 100%;
	background-color: #27a627;
	
	text-align: center;
	font-weight: bold;
	color: black;
}

body div#message {
	width: 100%;
	text-align: center;
	background-color: #27a627;
}

table {
	width: 100%;
	border: 0;
	background: transparent;
	text-align: left;
}

input#title {
	width: 75%;
}

td.formcaption {
	text-align: right;
}

/*
img.listimage {
	float: left;
	display: block;
}
*/

input.error { border: 1px solid red; }

thead#admin_thead {
	text-align: center;
}