/* Appearance of the Calendar-Modul */

.calendar
{
	
	/*width : 180px;
	height: 180px;*/
	width : 170px;
	height: 170px;
}

.calendar .headline {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #448915;
	border-bottom : 1pt solid #448915;
	border-left : 1pt solid #448915;
	border-right: 1pt solid #448915;
	border-top : 1pt solid #448915;
/*	background : url(ice.jpg);*/
}

.calendar .headline A:link {
	color: #FFFFFF;
	text-decoration: none;
}

.calendar .headline A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.calendar .headline A:hover {
	color: #1e1e1e;
	text-decoration: none;
}

.calendar .headline .today_select  {
	background-color: #bbbbbb;
	/*	Este es el borde que se encuentra debajo de Mar 2008:*/
	border-top: 1pt solid #448915; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align : center;
	text-decoration: underline;	
    font-size: 65%;
}


.calendar .overview {
	background-color: #ffffff;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
	border-left : 1pt solid #448915;
	border-right: 1pt solid #448915;
	border-bottom : 1pt solid #448915;
	/*border-left : 1pt solid Black;//
	border-right: 1pt solid Black;
	border-bottom : 1pt solid Black;*/
	height: 100%;
	width: 100%;
}

/*.calendar .overview A:link {
	text-decoration: none;
}*/

.calendar .overview A:link{
	color: #555555;
	text-decoration: none;
}

.calendar .overview A:visited {
	text-decoration: none;
}

.calendar .overview A:hover{
	background-color: #bbbbbb;
	color: #FFFFFF;
	text-decoration: none;
	/*elena:*/
	/*border-top: 1pt solid #eeeeee;*/
	border-bottom: 1pt solid #eeeeee;
}

.calendar .overview .last_month {
	color: #bbbbbb;
}

.calendar .overview .next_month {
	color: #bbbbbb;
}

.calendar .overview #today {
	color: #FFFFFF;
	/*border-top: 1pt solid #eeeeee;*/
	background-color: #bbbbbb;
}

.calendar .overview #selected {
	color: #538d15;
	/*background-color: #FF0000;*/
	border-top: 1pt solid #eeeeee;
	margin-top: auto;
	margin-bottom: auto;
}

.calendar .overview .dayname {
	background-color: #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
}

.calendar .overview .reserved {
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
	color:#448915;
}

/* Appearance of the Eventlist */

.event_list_title   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #448915;
	background-color: #FFFFFF;	
}
.event_list_titlepeq   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #448915;
	background-color: #FFFFFF;	
}

.event_list_title A  {
	text-decoration: none;
}


.event_list {
	width : 168px;
	height: auto;
	background-color: #448915;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	border : 1pt solid #448915;
	text-decoration: none;
}
.event_listh {
	width : 100%;
	height: auto;
	background-color: #448915;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border : 0pt;
	text-decoration: none;
}

.event_list .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #448915;
/*	background : url(ice.jpg);*/
}

.event_listh .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #448915;
/*	background : url(ice.jpg);*/
}

.paginacion {
    font-size: 9px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BBBBBB;
}
.paginacion td{
	background-color: #BBBBBB;
}
.paginacion A {
	text-decoration: none;
  	color: #333333;
}
.paginacion A:visited {
	text-decoration: none;
  	color: #333333;
}
.paginacion A:active {
	text-decoration: none;
  	color: #333333;
}
.paginacion A:hover {
	text-decoration: none;
	color: #448915;
}

.event_list .col_status {
	width: 50pt;
}

.event_list .col_date {
	width: 100pt;
}

.event_list .col_event {
	width: auto;
}

.event_list .status {
	font-size: 11px;
	color: #555555;
	font-weight: bold;   
	vertical-align : top;
}

.event_list .date {
    font-size: 9px;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
}

.event_list .event {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align : top;
}

.event_listh .status {
	font-size: 11px;
	color: #555555;
	font-weight: bold;   
	vertical-align : top;
}

.event_listh .date {
    font-size: 9px;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
}

.event_listh .event {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align : top;
}

.event_list A  {
	text-decoration: none;
  	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}

.event_list A:hover  {
  text-decoration: underline;
  color: #448915;
}

.event_listh A  {
	text-decoration: none;
  	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}

.event_listh A:hover  {
  text-decoration: underline;
  color: #448915;
}

.event_list .error_message {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left : auto;
	margin-right : auto;
	padding-left : 10pt;
	padding-right : 10pt;
	padding-top: 10pt;
	padding-bottom: 10pt;
	background-color: #FFFFFF;
	}
	
.cal_view_select {
	margin: 5px;
	text-decoration: none;
}
	
.nosub {
	text-decoration: none;
}

.nosub2 {
	text-decoration: none;
}

.nosub2 A:link {
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}
.nosub2 A:visited {
	color: #999999;
	text-decoration: none;
}
.nosub2 A:active {
	color: #999999;
	text-decoration: none;
}
.nosub2 A:hover {
	color: #448915;
	text-decoration: none;
}


/* Appearance for Event-Infos */

.event_info {
	width : 430px;
	height: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    border : 1pt solid #448915;
		}

.event_info .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #448915;
    padding: 5pt 5pt 5pt 5pt;
/*	background : url(ice.jpg);*/
}

.event_info .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom : 1pt solid #BBBBBB;
}

.event_info .date {
	background-color: #FFFFFF;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 100pt;
	border-bottom : 1pt solid #448915;
}

.event_info .description {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10pt 10pt 10pt 10pt;
	font-size: 80%;
}

.line_color0 {
	background-color: #ffffff;
	padding-top:3pt;
	padding-bottom:3pt;
}

.line_color1 {
	/*background-color: #EAF0FF;*/
	background-color: #f7f7f7;
	padding-top:3pt;
	padding-bottom:3pt;
}

.author_info {
	font-family: Arial;
	font-size: xx-small;
	color: #bbbbbb;
}

.author_info A {
	color: #bbbbbb;
}

.next_event_select  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	text-align : left;
}

.next_event_select A {
	font-size: 100%;
	color: #82C4F4;
	background-color: #FFFFFF;
	text-align : center;
	text-decoration: underline;
}


.qs_months, .qs_prev_years, .qs_next_years {
	zindex : 1000;
	position : absolute;
	width:50px;
	background-color: #bbbbbb;
	border: 1pt solid #448915; 
	padding-left: 5px;
	padding-right: 5px;
	visibility: hidden;
}

.qs_months table, .qs_prev_years table, .qs_next_years table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.qs_months table A, .qs_prev_years table A, .qs_next_years table A {
	display:block; width: 30px;
	text-decoration : none;
	color: #1e1e1e;
}

.qs_months table A:hover, .qs_prev_years table A:hover, .qs_next_years table A:hover {
	display:block; width: 30px;
	background-color: #448915;
	color: white;
}

