/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/php-ajax-calendar/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* calendar styles */
#calendar {
    -moz-user-select: none;
    /*border: 1px solid #EEEEEE;
    border-radius: 6px 6px 6px 6px;
    color: #333333;*/
    font-family: Arial,sans-serif;
    /* font-size: 1.1em; */
    margin: 0px auto;
    padding: 0px;
    width: 100%;
}
#calendar .navigation {
    background-color: #54821e;
    border: 1px solid #E3A1A1;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px;
    position: relative;
}
#calendar .navigation .title {
    background: none repeat scroll 0 0 transparent;
    border-color: rgba(0, 0, 0, 0);
    color: inherit;
    line-height: 1.8em;
    margin: 0 25px;
    text-align: center;
}
#calendar .navigation .prev, #calendar .navigation .next {
    background-image: url(../images/nav.png);
    height: 24px;
    opacity: 0.9;
    position: absolute;
    top: 4px;
    width: 24px;
}
#calendar .navigation .prev {
    background-position: 0 0;
    left: 4px;
}
#calendar .navigation .next {
    background-position: -24px 0;
    right: 4px;
}
#calendar .navigation .prev:hover, #calendar .navigation .next:hover {
    opacity: 1;
}
#calendar table {
    border-collapse: collapse;
    font-size: 0.9em;
    table-layout: fixed;
    width: 100%;
		border-collapse: collapse;
}
#calendar table th {
    border: 0 none;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    border: 2px solid #fff;
    background-color: #79b039;
    color:white;
}

/*
#calendar table td a {
    background-color: #EEEEEE;
    border: 1px solid #D8DCDF;
    color: #004276;
    display: block;
    font-weight: normal;
    opacity: 0.7;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
#calendar table td a:hover {
    background-color: #F6F6F6;
    border: 1px solid #CDD5DA;
    color: #111111;
}
#calendar table td.current a {
    font-weight: bold;
    opacity: 1;
}
#calendar table td.today a {
    background-color: #FBF8EE;
    border: 1px solid #FCD3A1;
    color: #444444;
    font-weight: bold;
    opacity: 1;
}
*/


#calendar table td {
		padding:4px;
    															padding-right: 30px;
    border: 1px solid #ddd;
    															vertical-align: top;
											    				padding-left:25px;
											    				padding-top:2px;
} 
#calendar table td {
    background-color: #cfddbb;
}
#calendar table td.current   {
    background-color: white;
}
#calendar table td.today {
    background-color: #fffcb6;
    border:2px solid red;
}

.program {
    background-color: #794fa7;
    border: 1px solid #37145e;
    color: white;
    
    padding: 3px;
    padding-left:7px;
    padding-right:7px;
    text-align: center;
    text-decoration: none;
		margin:2px;
    border-radius: 5px;
    font-weight:bold;
		display: block;
		width:100%;
		margin-left:5px;
}
.program.eloadas {
    background-color: #ff0;
    border: 1px solid #4c0f8b;
    color: #3c1167;
}
.program.eloadas-szoveges {
    background-color: #ff0;
    border: 1px solid #4c0f8b;
    color: #3c1167;
    font-size: 12px;
    line-height:125%;     
}

.program.tanfolyam {
    background-color: #592a89;
    border: 1px solid #8555b7;
    color: #ffffff;
}
.program.tanfolyam-szoveges {
    background-color: #592a89;
    border: 1px solid #8555b7;
    color: #ffffff;
    font-size: 12px;
    line-height:125%;    
}

.program.gyogykozpont {
    background-color: #166005;
    border: 1px solid #3e942a;
    color: #ffffff;
}
.program.gyogykozpont-szoveges {
    background-color: #166005;
    border: 1px solid #3e942a;
    color: #ffffff;
    font-size: 12px;
    line-height:125%;
}

.program.rendezvenyterem {
    background-color: #00baff;
    border: 1px solid #3e942a;
    color: #ffffff;
}
.program.rendezvenyterem-szoveges {
    background-color: #00baff;
    border: 1px solid #3e942a;
    color: #ffffff;
    font-size: 12px;
    line-height:125%;
}


.program.etterem {
    background-color: #ecaf13;
    border: 1px solid #3e942a;
    color: #ffffff;
}
.program.etterem-szoveges {
    background-color: #ecaf13;
    border: 1px solid #3e942a;
    color: #ffffff;
    font-size: 12px;
    line-height:125%;
}

.program.naptar {
    background-color: #78c176;
    border: 1px solid #3e933c;
    color: #ffffff;
}
.program.naptar-szoveges {
    background-color: #78c176;
    border: 1px solid #3e933c;
    color: #ffffff;
    font-size: 12px;
    line-height:125%;
}

.nap {
    background-color: #97b471;
    border: 1px solid #487d09;
    color: white;
    display: block;
    float:left;
    font-weight: normal;
    opacity: 0.7;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
    width:20px;
    font-weight:bold;
    
																		    margin-left:-25px;
																		    margin-top:-3px;    
}