/*
  $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: 215px;
	height: 220px;
	padding: 0;
	cursor: default;
 	border: #FF0000;
	border: 1px solid;
}
IFRAME.calendarBox
{
    width: 215px; 
    height: 230px;
}
.calendarBoxHeader
{ 
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #FFFFFF;
    color: #003399;
    text-decoration: none; 
    height: 20px;
	vertical-align: middle;
}

.yearHeader 
{ 
    font-family: Geneva, Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    font-weight: bold; 
    color: #333333; 
    background-color: #EDECE9; 
    text-decoration: none;
} 
.yearHeader SELECT
{
    font-size: 8px;
    background: #D7D2C8; 
    color: #000000;
}
.yearHeaderButton
{
    font-size: 8px;
    font-weight: bold;
    border: 1px outset #b4ad9a; 
    background: #D7D2C8; 
    margin: 0px; 
    color: #000000; 
    width: 15px; 
    height: 16px;
}

.calendarMonth 
{ 
    background-color: #EDECE9; 
    cursor: default; 
    width: 100%;
}
.calendarHeader 
{ 
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #3F3F3F;
    background: #EDECE9;
    text-decoration: none; 
    height: 16px;
}
.calendarToday 
{ 
    font-family: Geneva, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #000000; 
    background-color: #FFCF00; 
    padding-left : 3px; 
    text-decoration: none; 
    border:1px outset #FFFFFF; 
    height: 22px; 
    width: 18px;
}
.calendarWeekend 
{ 
    font-family: Geneva, 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: Geneva, 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: Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #000000; 
    background-color: #FFFFFF; 
    text-decoration: none; 
    border: 0px solid #656872; 
}
.event_header   
{ 
    font-family: Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-weight: bold;
    line-height: 1.5; 
    text-decoration: none; 
    color: #FFFFFF; 
    background-color: #656872; 
} 

.event_header_dates
{
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000000; 
background-color: #FFFFFF; 
text-decoration: none; 
border: 1px inset #999999;
}

/* used for list number */
.event_header_zahl    
{ 
    font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.5; color: #FFFFFF; background-color: #000099; text-decoration: none; 
} 
.event_description
{ 
    font-family: Geneva, 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 
{
	text-decoration: underline;
	font-weight: bold;
	color: #CC0000;
}
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover 
{
    text-decoration: underline;
	font-weight: bold;
	color: #CC0000;
}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover 
{
    text-decoration: underline;
	font-weight: bold;
	color: #CC0000;
}
h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 color: #000000;
 font-weight: bold;
}
h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
}

ul.sitemap {

color: #001FA4;

}
/* Supertracker Styles */

.supertracker_menu {background: #ddd; border: 1px solid #aaa; padding: 10px;}

.supertracker_title {font-face: Verdana, Arial; font-size: 16px; font-weight: bold; }

.supertracker_section {margin-top: 10px;}

.supertracker_sub_title {font-face: Verdana, Arial; font-size: 14px; text-decoration: underline; font-weight: bold; }

A.supertracker_link { font-face: Verdana, Arial; font-size: 11px; font-decoration: underline; margin: 5px 10px 5px 10px;}

.supertracker_text { font-face: Verdana, Arial; font-size: 11px;}

.supertracker_contact {font-face: Verdana, Arial;font-size: 11px; width: 100%px;background: #aaa;	padding: 5px;	margin: 10px 0 10px 0; border: 1px solid #000;}

/* Supertracker Styles EOF */
