body
{
	FONT-FAMILY: Tahoma, Arial, Helvetica;
}

a
{
	color:#4F2122;
	text-decoration:underline;
}

/* used for the navigation- and topline-bars as well as the content-background */
.light_brown
{
	BACKGROUND-COLOR: #792F30;
}

.light_yellow
{
	BACKGROUND-COLOR: #FFDA5B;
	COLOR: #4F2122;
}

.light_white
{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #4F2122;
}

.light_orange
{
	BACKGROUND-COLOR: #F77B42;
}

/* used for the tables in the adress- and dates-overview */
.light_orange_admin_table
{
	BACKGROUND-COLOR: #F2885A;
	FONT-SIZE: 10pt;
}

.light_yellow_admin_table
{
	BACKGROUND-COLOR: #FFDA5B;
	FONT-SIZE: 10pt;
}

.small_font
{
	font-size:8pt;
}

/* for example "January 2005" */
.monthname
{
    background-image:url(http://images.jam-art-gallery.com/calendar/month_name.gif);
    COLOR: #eeeeee;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold
}

/* for example "Mo" || "Di" */
.weekdayname
{
	background-image:url(http://images.jam-art-gallery.com/calendar/day_name.gif);
    COLOR: #ffffff;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center
}

/* for example "23", this is a normal weekday */
.weekday
{
	BACKGROUND-COLOR: #ffffff;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Arial, Helvetica;
	FONT-SIZE: 10pt;
	TEXT-ALIGN: right;
	text-decoration : none;
}

/* for example "23", this is a Saturday */
.sat
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #666666;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 10pt;
	text-decoration : none;
    TEXT-ALIGN: right
}

/* for example "23", this is a Sunday */
.sun
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #ff0000;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 10pt;
    TEXT-ALIGN: right;
	text-decoration : none;
}

/* for example "23", this is a day of the last month */
.notthismonth
{
    BACKGROUND-COLOR: #e1e1e1;
    COLOR: #999999;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    FONT-SIZE: 10pt;
    TEXT-ALIGN: right;
	text-decoration : none;
}

/* for example "23", this is TODAY */
#today
{
	border : 1px dashed Blue;
}

.appointment_full
{
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    background-image:url(http://images.jam-art-gallery.com/calendar/app_full.gif);
    COLOR: #FFFFFF;
    FONT-SIZE: 10pt;
	text-decoration : none;
}

.appointment_some
{
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    background-image:url(http://images.jam-art-gallery.com/calendar/app_some.gif);
    COLOR: #000000;
    FONT-SIZE: 10pt;
	text-decoration : none;
}

.no_appointment
{
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    background-image:url(http://images.jam-art-gallery.com/calendar/no_app.gif);
    COLOR: #000000;
    FONT-SIZE: 10pt;
	text-decoration : none;
}

.legend_border
{
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    border: 2px solid #62221E;
}

.gallery_border
{
    border-width:8px; 
    border-top-color:#792F30;
    border-left-color:#792F30;
	border-right-color:#4F2122; 
	border-bottom-color:#4F2122;
    border-style:ridge; 
    padding:0px;"
}

