/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

hr {
    border: 1px solid #75954C;
}

#page {
	width: 1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	background:#FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page .input {
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
	width: 100px;
}

#content {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

 a {
    color: #000000;
    text-decoration: none;
    outline: none;
}

#content #user_chars {
    color: #67883c;
    text-align: center;
}

#content #user_chars a {
    color: #67883c;
    text-decoration: none;
    outline: none;
    font-weight: bold;
}

#content #user_chars a:hover {
    color: #67883c;
    text-decoration: underline;
    outline: none;
    font-weight: bold;
}

#content a:hover {
    color: #000000;
    text-decoration: underline;
    outline: none;
}

#content form {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #484848;
}

#content form a {
	color: #484848;
	text-decoration: underline;
}

#content form a:hover {
	color: #000000;
	text-decoration: underline;
}

#content form .login {
	background-color: #B7B7B7;
	color: #484848;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	border: 0px;
}

#content .more_events_link {
	color: #FF0000;
	text-decoration: none;
}

#content .more_events_link:hover {
	color: #FF0000;
	text-decoration: underline;
}


#content #advices_head {
    color: #67883c;
    text-align: center;
}

#content #advices_head a {
    color: #67883c;
    text-decoration: none;
    outline: none;
    font-weight: bold;
}

#content #advices_head a:hover {
    color: #67883c;
    text-decoration: underline;
    outline: none;
    font-weight: bold;
}

#content #advices {
    color: #000000;
    text-align: justify;
}

#content #advices .title {
    color: #67883c;
    text-decoration: none;
    outline: none;
    font-weight: bold;
}

#content #advices .title:hover {
    color: #000000;
    text-decoration: none;
    outline: none;
    font-weight: bold;
}

#content #advices .more {
    color: #000000;
    text-decoration: none;
    outline: none;
    font-weight: bold;
    padding-left: 5px;
    font-size: 10px;
}

#content #advices .more:hover {
    color: #000000;
    text-decoration: underline;
    outline: none;
    font-style: italic;
    font-weight: bold;
    padding-left: 20px;
}

#content .mini {
    color: #000000;
    font-style: italic;
    font-size: 10px;
}

#content #advice_body a {
    color: #0080FF;
    text-decoration: none;
}

#content #advice_body a:hover {
    color: #0080FF;
    text-decoration: underline;
}

#content #pager {
    color: #000000;
    text-align: center;
    padding: 5px;
}

#content #pager a {
    color: #0080FF;
    text-decoration: none;
    font-weight: bold;
}

#content #pager a:hover {
    color: #0080FF;
    text-decoration: underline;
    font-weight: bold;
}

#content .table_row_dark {
    background-color: #F6F7F2;
}

#content .table_row_light {
    background-color: #FFFFFF;
}

#gallery {
	float: left;
	width: 280px;
	text-align: center;
    padding-top: 10px;
}

#gallery a{
    color: #67883c;
    text-decoration: none;
    font-weight: bold;
}

#gallery a:hover {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

#pictures {
    float: left;
    width: 140px;
    height: 130px;
    text-align: center;
}

#pictures a{
    color: #67883c;
    text-decoration: none;
    font-weight: bold;
}

#pictures a:hover {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
    background-position: bottom;
	width: 1000px;
	height: 60px;
	position: absolute;
	bottom:0;
	left: 0;
    font-size: 8px;
    text-align: right;
}

#footer_spacer {
	width: 1000px;
	height: 1px;
	padding-bottom: 40px;
	clear: both;
}


#main {
	text-align: right;
	position:relative;
	padding-top: 5px;
}

#main .title {
    font-size: 14px;
    font-weight: bold;
}

#main .more_events {
	color: #FF0000;
	text-align: right;
	padding-top: 3px;
}

#main .events {
	background-color: #F6F7F2;
	padding-bottom: 10px;
}

#main .welcome {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #8ebd29;
	padding-right: 8px;
	padding-left: 8px;
	text-align: justify;
}
#main .welcome h1 {
	font-size: 16px;
}

.head {
	text-align: left;
}

#inputform form {
	width: 400px;
	text-align: right;
	line-height: 30px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputform form .input {
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
	width: 250px;
}

#inputform form .input_error {
    border: 1px solid #FF0000;
    font-family: Verdana;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #666666;
    width: 250px;
}

#inputform form .input_publ {
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	width: 250px;
	background-color: #E8E8E8;
}

#inputform form .input_publ_error {
    border: 1px solid #FF0000;
    font-family: Verdana;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000000;
    width: 250px;
    background-color: #E8E8E8;
}

#inputform form .label {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.submit {
	background-color: #B5E279;
	color: #003300;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	border: 0px;
}

#search {
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
}

q {
	quotes: '\201E' '\201D'
}

/* hozzászólások */

#comments {
    background-color: #F6F7F2;
    padding-top: 10px;
}

#comments .comment_head {
    font-size: 13px;
    color: black;
}
#comments .comment_text {
    font-size: 12px;
    color: black;
    font-family: sans-serif;
}

/* menü */


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #333333;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
padding-bottom: 2px;
text-decoration: none;
font-weight: bold;
color: white;
}

#dropmenudiv a:hover{ 
    background-color: #333333;
}

#dropmenudiv a:hover{ /*hover background color*/
    background-color: #666666;
}


/********/

#message {
    text-align: center;
	font-size: 14px;
}

#message .errormsg {
    border: 1px solid #FF0000;
	background: #FFD7D7;
	color:#FF0000;
	font-family: Verdana;
	width: 90%;
	padding: 5px;
    font-weight: bold;
}

#message .successmsg {
    border: 1px solid #006600;
	background: #CCFFCC;
	color:#000000;
	font-family: Verdana;
	width: 90%;
	padding: 5px;
}

.highlight {
	font-weight: bold;
	color: #FF0000;
}
