@charset "UTF-8";
/*

gyogynovenyturak.hu

 */

* {
margin:0;
padding:0;
}

html, body {
	height: 100%;
}

/* General Style Info */
body {
	background-color: #3f6540;
	/*background: url(/img/bgpic.jpg) repeat;*/
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
}
a {
	background-color:#3f6540;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background-color: #dfc100;
	color: #3f6540;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
h1 {
	color: #6B9B6A;
	font-size: 120%;
	margin: 0.1em 0;
	}

h2 {
	color: #f8d617;
	font-family: serif;
	font-size: 130%;
	margin: 0.3em 0;
	padding-top: 0.4em;
	border-bottom: 1px dotted #fafd13;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
h5 {
	color: #f8d617;
	font-family: serif;
	font-size: 100%;
	margin: 0.3em 0;
	padding-top: 0.4em;
	
}

h6 {
	color: #aa0000;
	font-size: 16px;
	font-weight: normal;
	padding-top: 0.5em;
}


ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	min-width:900px;
	display:block;
	text-align: left;
	padding: 20px 20px 20px 20px;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	background: url('../img/cake.icon.gif') no-repeat left;
	color: #ffffff;
	padding: 0px 30px;
}
#header h1 a {
	color: #ffffff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #ffffff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	width: 520px;
	background-color: transparent;
	clear: right;
	color: #fff;
	float: left;
	/*overflow: auto;*/
	/*border-left: 1px dashed #6B9B6A;*/
	/*padding-bottom: 1em;*/
}
#footer {
	clear: both;
	border-top: 1px dashed #fff;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 15px;
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
	vertical-align: bottom;
	/*position: absolute;
	bottom: 0px;*/
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 16px 20px;
}
fieldset legend {
	color: #dfc100;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

fieldset label {
color: #fff;
}

form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	text-align: center;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}




#hike-title {
color: #fff;
font-weight: normal;
font-size: 1.2em;
margin-bottom: 0.3em;
padding-top: 5px;
margin-top: 8px;
border-top: 1px dashed #6B9B6A; 
}

#hike-date {
color: #BEC8BD;
font-size: 0.9em;
font-weight: bolder;
margin-bottom: 0.3em;
}

div.upcoming-list p#hike-date {
    /*margin-top: 6px; */
    padding-top: 10px;
    border-top: 1px solid #6B9B6A; 
}

div.pastevents-list p#hike-date {
padding-top: 5px;
border-top: 1px solid #6B9B6A;    
}

div.pastevents-list p#hike-date:first-child {
    border-top: none;
}

#hike-comments {
color: #BEC8BD;
font-size: 0.9em;
font-weight: normal;
margin-top: 0.3em;
margin-bottom: 0.3em;
}


div.map-page, div.signup-form {
clear: both;
margin-left: 10px;
}

div.signup-form fieldset, div.contact-form fieldset {
	margin-top: 0px;
	padding-top: 10px;
	font-family: sans-serif;
}

div.signup-form fieldset label, div.contact-form fieldset label{
	font-family: sans-serif;
	font-size: 12px;
}
div.description-text form label {margin-top: 5px;} 

table.contact-form, table.contact-form td {border: none; padding: 0px 0px 0px 0px; background-color: #3f6540;}
table.contact-form td label {text-align: left;}
div.contact-form fieldset label {margin-top: 5px;}

table.sale td {text-align: left;}
table.sale .irsz {width:80px;}
input.pld, select.pld {width:40px; border:1px solid #BEC8BD; clear:none; text-align:center; vertical-align: middle;}

.sale {font-size: 12px; line-height:18px;}
.sale form {width:100%;}
.sale input {display: inline; clear: none; width: auto;}
.sale small {display: inline;}
#qty {text-align: center;}
div#payment_box, div#quantity_box {clear: none; }


select.sale, select.sale option {font-size: 1em; text-align: left;}

fieldset.inner {
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif; 
	padding-left:10px;
	
}

fieldset.inner legend {margin-left:0px;}

fieldset.inner input {width:90%;}



div.signup-form fieldset input,
div.signup-form fieldset select,
div.signup-form fieldset textarea,
div.contact-form fieldset input,
div.contact-form fieldset textarea{
		
	border: 0px;
	font-size: 14px;
}

div.signup-form fieldset fieldset input,
div.signup-form fieldset fieldset label {
	width: auto;
	display: inline;
}

div.signup-form fieldset fieldset input[type=hidden]{
display: none;
}
 
div.signup-form fieldset div.submit input {
	font-size: 16px;
}

div.signup-form fieldset legend {
	margin-bottom: 10px;
}
div.contact-form {border-left: 1px solid #fff; padding-left:10px; margin-top:0px;}

.lectures-text {border-left: 1px solid #fff; padding-left:10px;}

div.lectures-text a { text-decoration: underline; }
div.lectures-text a:hover { text-decoration: none; }

div.lectures-text h2#first {
	color: #f8d617;	
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 0em;
	padding-bottom: 0.3em;
	margin-bottom: 0px;
	/*border-top: 1px dotted #fafd13;*/
	border-bottom: 0px;
}




.lectures-text ol {margin-left: 20px; line-height: 17px; font-size:12px;}
.lectures-text ol li {margin-bottom: 3px;}
.lectures-text ol ul {margin-left: 40px;}

#pastevents-main {
	margin-top: 6px;
	margin-right: 20px;
	width: 483px;
}

#pastevents-main h1{
	font-family: sans-serif;
	font-weight: 200;
	/*font-size: 12px;*/
	text-align: left;
	padding-left: 0.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	background-color: #6b9b6b;
}

div.pastevents-list {
	width: 461px;
	padding-left: 1em;
	padding-right:1em;
	border-left: 1px dashed #6B9B6A;
	border-bottom: 1px dashed #6B9B6A;
}


#get-email {	
	clear: both;	
	width: 480px;	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	
}

#get-email fieldset {				
	padding-left:20px;
	padding-top: 0px;
	border:1px solid #fff;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#get-email fieldset legend {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

#get-email fieldset small {
	font-size: 10px;
	font-weight: lighter;
	/*display: block;*/
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	
}

input[type=hidden] {
	display: none;
}
	
#get-email label {
	font-size: 10px;
	color:#dec201;
	margin-left: 5px;
	display: inline;
	clear: none;
}

#get-email input {
	font-size: 10px;
	width: 60px;
	clear: none;	
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
	border: 0;
}

#get-email fieldset fieldset{
	display: none;	
}

#get-email fieldset div.submit, #get-email fieldset div.input {
	margin: 0;
	margin-left: 5px;
	padding: 0;
	clear: none;
	float: left;
}

#get-email input[type=submit] {
	display: inline;
	width: 40px;
	height: 16px;
}

#get-email input[type=hidden] {
	display: none;
}

#get-email form, #inquiriesAddFrom {
	clear: both;
	width: 201px;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;

}

#upcoming-main {
width: 480px;
float: left;
clear: right;
text-align: right;
margin-right: 0px;
}

#upcoming-main h1 {
font-family: sans-serif;
font-weight: bolder;
text-align: left;
padding-left: 0.5em;
padding-top: 5px;
padding-bottom: 5px;
background-color: #fff;
/*border-left: 1px dashed #6B9B6A;*/
/*margin-bottom: 5px;*/
}

div.upcoming-list {
text-align: left;
position: relative;
width: 465px;
padding-left: 1em;
margin-right: 0px;
margin-bottom: 20px;
padding-bottom: 10px;
border-right: 1px solid #6B9B6A;
border-bottom: 0px;
border-bottom: 1px solid #6B9B6A;
/*border-right: 1px dashed #6B9B6A;*/
}

.upcoming-list p br, .upcoming-list br {line-height: 5px; font-size:4px;}

div.description-text {
	border-left: 1px solid #fff;
	padding-left: 15px;
	width: 461px;
}

div.description-text a {	
	background-color: #dfc100;
	color: #3f6540;
	text-decoration:underline;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

div.description-text a:hover {color: white;text-decoration: underline;}

div.description-text a.white:hover {color: #dfc100;}

div.description-text h2 {
	color: #f8d617;	
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1em;
	padding-bottom: 0.3em;
	margin-bottom: 0px;
	/*border-top: 1px dotted #fafd13;*/
	border-bottom: 0px;
}

div.description-text h2#first {
	padding-top: 0px;
}

div.description-text h3 {
	color: #993;
	font-family: serif;
	font-size: 130%;
	margin: 0.1em 0;
	padding-top: 0em;
	padding-bottom: 10px;
	border: 0px;	
}


div.oldescription-text {
background: #fff url('/img/tbggrad.jpg') left repeat-y;
/*text-align: justify;*/
width: 431px;
clear: right;
float: left;
padding-left: 1.7em;
padding-right: 1.7em;
font-family: Helvetica, Arial, Sans-serif;
color: #000;
}


div.description-text #get-email fieldset {	
	border: 1px solid #000;
}

div.description-text #get-email fieldset small {	
	color: #000;
}

div.description-text #get-email fieldset input {	
	border: 1px solid #000;
}

#get-email fieldset label {	
	height: 20px;
	font-size:10px;
	padding-right: 2px;
	vertical-align: middle;
}

#splash-images {
clear: none;
float: left;
margin-bottom: 1em;
width: 330px;
/*border: 1px solid #fff;*/
/*float: left;
text-align: left;
margin-left:10px;
padding-right:10px;*/
}

#splash-images > a:hover {
text-decoration: none;
background-color: transparent;
}

#splash-images img {
/*width: 70px;
height: 70px;*/
border: 1px solid #fff;
margin-left: 3px;
margin-bottom: 3px;
}

div.text-menu, div.text-menu-admin {
	position: relative;
	width: 149px;
	height: 149px;
	he\ight: 149px;
	/*margin-left: 9px;*/
	float: left;
	font-family: sans-serif;
	font-variant: small-caps;
	line-height: 16px;
	text-align: right;
	clear: none;
	padding: 0;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom:3px;	
/*border: 1px solid #000;*/
/*overflow: auto;*/

}

div.text-menu-admin {
	height: 100%;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 3px solid #fff;
}

div.text-menu {height:149px;}

div.text-menu-admin a {
	display: block;
	padding-top: 3px;
	border-top: 1px solid #fff;
}

div.text-menu-admin a.smaller {
	display: block;
	font-size: 90%;
	padding-top: 3px;
	border-top: none;
}

div.text-menu a {
	font-size: 11px;
	font-weight: lighter;
	color: #fff;
	display: inline;
	text-decoration:none;
	padding-right: 0px;
	/*padding-left: 3px;*/
	padding-top: 1px;
	padding-bottom: 1px
	}

	br.great {
	font-size: 6pt;
	line-height: 10px;
	}

	div.text-menu  a.great, a.great-last-one {
	line-height: 20px;
	font-size: 12pt;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: normal;
	}

	div.text-menu a.great-last-one {
	line-height: 16px;
	font-size: 8pt;
	font-variant: small-caps;
	text-transform: capitalize;
	}

div.text-menu a:hover {
/*	background-color: #dfc100;
	color: #3f6540; */
	background-color: #fff;
	color: #232323;
	border-right: 1px dotted #888888;
	border-bottom: 1px solid #232323;
}

.next-to-text {
 float: left;
 clear: none;
}

#logo {
/*float:left;*/
clear:none;
}

#logo a, #logo a img {
 border:none;
 margin-top:0px;
 padding-top:0px;

}

fieldset small {
	color: #ffee1d;
	padding-left: 7px;
	display: block;
}

a.internal-link {
	font-weight: lighter;
	color: #dec201;
}

a.action-link {
	font-size: 90%;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

div.ok_message {
	color: #DFC100;
}

div.text-herbs {
	border-left: 1px solid #fff;
	padding-left: 15px;
}

div.text-herbs legend {
	font-family: serif;
	font-size: 20px;
}

div.text-herbs a {
	font-weight: lighter;
}

div.text-herbs h1 {
	color: #6B9B6A;
	font-size: 120%;
	margin: 0.1em 0;
	margin-top: 2em;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #6B9B6A;
	border-bottom: 1px solid #6B9B6A;
	}


.description-text ol {margin-left: 25px;}
.description-text ol li {margin-bottom: 6px; margin-top: 4px;}

div.text-herbs h2 {
	color: #f8d617;	
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*border-top: 1px dotted #fafd13;*/
	border-bottom: 0px;
}

div.text-herbs h2#first {
	padding-top: 0px;
	font-size: 165%;
}

div.text-herbs h3 {
	color: #993;
	font-family: serif;
	font-size: 130%;
	margin: 0.1em 0;
	padding-top: 0em;
	padding-bottom: 10px;
	border: 0px;	
}

div.text-herbs h4 {
	color: #993;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0.3em;
	padding-top: 0em;
}

div.herb-peeker{
	/*border-left: 1px dashed #6B9B6A;*/
	/*border-top: 1px dashed #6B9B6A;*/
	/*border-right: 1px solid #fff;*/
	/*border-left: 1px solid #fff;*/
	padding-left: 15px;
	width: 461px;	
	margin-bottom: 3px;
}

div.herb-peeker fieldset{
	width: 439px;
	border-top: 1px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px;
	border-right: 0px;
}

div.herb-peeker h2{
	color: #f8d617;	
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 145%;
	font-weight: lighter;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*border-top: 1px dotted #fafd13;*/
	border-bottom: 0px;
	
}

div.herb-peeker h3 {
	color: #993;
	font-family: serif;
	font-size: 120%;
	margin: 0.1em 0;
	padding-top: 0em;
	padding-bottom: 10px;
	border: 0px;	
}

div.herb-peeker a {
	background-color: #dfc100;
	color: #3f6540;
	text-decoration:underline;
	text-align: right;
	margin-top: 0.4em;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0.3em;
	padding-right: 0.3em;		
	font-size: 80%;
	/*display: block;*/
}

div.herb-peeker a:hover {
    background-color: #dfc100;
	color: #ffffff;
    /*border:  1px solid #dfc100;*/
    }

span.dimmed {color: #999933;}
span.dimmed2 {color: #6B9B6A}
span.dow {font-size: 90%}


/*#PhotoModlabelForm div.checkbox, #PhotoEditForm input {float: left; clear:none;}
#PhotoModlabelForm div.checkbox {border: 1px solid #fff;} */

tr.bgalter td {background-color: #fff;}
tr.bgnormal td {background-color: #eee;}

td.mini, p.mini, th.mini {font-size:10px;}

a.green {color: #00ff00; background-color:transparent;}
a.red {color: #ff0000; background-color:transparent;}

div.description-text a.white {color: #ffffff; background-color:transparent; padding: 0px; font-weight: normal;}

a.eth img {border: 2px solid #fff; margin-top: 5px; margin-bottom:5px; margin-left:2px; margin-right:2px;}
a.ath img {border: 2px solid #f8d617; margin-top: 5px; margin-bottom:5px; margin-left:2px; margin-right:2px;}

/* slider */

  DIV#loader {
            border: 1px solid #ccc;
            width: 810px;
            height: 810px;
            overflow: hidden;
        }

        DIV#loader.loading {
            background: url(/img/spinner.gif) no-repeat center center;
        }
        
        
        
