/*

  $Id: events_calendar.css $



  osCommerce, Open Source E-Commerce Solutions

  http://www.oscommerce.com



  Copyright (c) 2003 osCommerce



  Released under the GNU General Public License

*/



/**

 * Events Calendar styles.

 */

TABLE.calendarBox

{

    width: 140px; 

    height: 215px;

    border: 0;

    padding: 40;

    cursor: default;

}

IFRAME.calendarBox

{

    width: 140px; 

    height: 215px;

}

.calendarBoxHeader

{ 

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 11px;

    font-weight: bold;

    background: #656872;

    color: #FFFFFF;

    text-decoration: none; 

    height: 16px;

}



.yearHeader 

{ 

    font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif; 

    font-size: 14px; 

    font-weight: bold; 

    color: #B4AD9A; 

    background-color: #EDECE9; 

    text-decoration: none;

} 

.yearHeader SELECT

{

    font-size: 8px;

    background: #D7D2C8; 

    color: #000000;

}

.yearHeaderButton

{

    font-size: 7px;

    font-weight: bold;

    border: 1px outset #b4ad9a; 

    background: #D7D2C8; 

    margin: 0px; 

    color: #000000; 

    width: 15px; 

    height: 15px;

}



.calendarMonth 

{ 

    background-color: #EDECE9; 

    cursor: default; 

    width: 100%;

}

.calendarHeader 

{ 

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 11px;

    font-weight: bold;

    color: #3F3F3F;

    background: #EDECE9;

    text-decoration: none; 

    height: 16px;

}

.calendarToday 

{ 

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 10px; 

	font-weight: bold;

    color: #000000; 

    background-color: #8888FF; 

    padding-left : 3px; 

    text-decoration: none; 

    border:1px outset #FFFFFF; 

    height: 22px; 

    width: 18px;

}

.calendarWeekend 

{ 

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 10px; 

    color: #000000; 

    background-color: #D7D2C8; 

    padding-left : 3px; 

    line-height: 14px; 

    text-decoration: none; 

    border:1px outset #FFFFFF; 

    height: 22px; 

    width: 18px;

}

.calendar 

{ 

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 10px; 

    color: #000000; 

    background-color: #FFFFFF; 

    padding-left : 3px; 

    line-height: 14px; 

    text-decoration: none; 

    border:1px outset #FFFFFF; 

    height: 22px; 

    width: 18px; 

}

.event 

{ 

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 11px; 

    color: #000000; 

    background-color: #FFFFFF; 

    text-decoration: none; 

    border: 0px solid #656872; 

}

.event_header   

{ 

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 11px; 

    font-weight: bold;

    line-height: 1.5; 

    text-decoration: none; 

    color: #FFFFFF; 

    background-color: #656872; 

} 

/* used for list number */

.event_header_zahl    

{ 

    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.5; color: #FFFFFF; background-color: #000099; text-decoration: none; 

} 

.event_description

{ 

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 11px; 

    line-height: 1.5; 

    color: #000000; 

    background-color: #FFFFFF; 

    border: 0px solid #656872; 

    text-decoration: none; 

} 



.empty 

{ 

    background-color: #E4E3DF; 

    line-height: 14px; 

    height: 22px; 

    width: 18px; 

}

.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover 

{

    color: red; 

    text-decoration: underline;

}

.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover 

{

    color: red; 

    text-decoration: underline;

}

.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover 

{

    color: red; 

    text-decoration: underline;

}

