﻿
.EntireCalendar
{
	background-color: #fff3ce;
	padding: 0em 1.07em 1.07em 1.07em; /*0.8em; innan bodychange */
	
	width: 18.67em; /*14em; innan bodychange */
}

.Calendar
{
	font-family: Arial;
	text-decoration: none;
	background: url( '/Templates/Public/Images/calendar/calendarbg.gif' );
	background-color:#ffa600;
	background-repeat: repeat-x;
	border-left-style: solid;
	border-left-width: 0.05em;
	border-left-color: #cccccc;
	border-right-style: solid;
	border-right-width: 0.05em;
	border-right-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 0.05em;
	border-bottom-color: #cccccc;
	/*font-size: 9pt;*/
	width: 18.67em;/*100%;*/
	
}
.Calendar a
{
	text-decoration: none;
}
.Calendar Tr
{
	margin: 0px;
	padding: 0px;
}
.Calendar Td
{
	
	border-style: none;
	border-bottom-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.Calendar Th
{
	background: #ffa600;
	/*height: 1px;*/
	/*font-size: 9pt;*/
}

.CalendarEvent
{
	text-decoration: underline;
	font-weight: bold;
}
.CalendarEvent a
{
	text-decoration: underline;
	font-weight: bold;
}
table.TitleCalendar
{
	border-width: 0;
	border-style:none;
	border-color:#ffa600;
	height: 2.1em;
	color: #ffffff;
}
.TitleCalendar Td
{
	color: #FFFFFF;
	font-weight: bold;
	/*padding-left: 1em;
	padding-right: 1em;*/
	border:0;
}
.TitleCalendar Td a
{
	color: #FFFFFF;
	font-weight: bold;
	
}
.TitleCalendar Td a img
{
	
	height:7px;
}

#DayEvents
{
	background: url( '/Templates/Public/Images/calendar/gradient.gif' );
	background-repeat: repeat-x;
	/*font-size: 0.75em;*/
	width: 93.7%;
	border-left-style: solid;
	border-left-width: 0.05em;
	border-left-color: #cccccc;
	border-right-style: solid;
	border-right-width: 0.05em;
	border-right-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 0.05em;
	border-bottom-color: #cccccc;
	padding: 0.5em;
	background-color: #ffffff;
}
#Event
{
	width: 100%;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 0.05em;
}
#EventLastEvent
{
	width: 100%;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border:none;
}
#CalendarTitle
{
	width: 100%;
	padding-top:0.1em;
	padding-bottom: 0.93em; /*0.7em; innan bodychange */
}
#EventHeading
{
	font-weight: bold;
	width: 100%;
}
#EntireCalendar
{
	margin-bottom: 1.67em;
}
#EntireCalendar TABLE
{
	margin: 0px;
	padding: 0px;
}

td.CalendarNextPrev
{
	width:10%;
	padding-left:0.8em;
	padding-right:0.8em;
}

.CalendarNextPrev a
{
	color: #ffffff;
}

#EntireCalendar .PagingContainer
{
	width: 100%;
	font-size: 0.75em;
	text-align: center;
}
#EntireCalendar .selectedPagingIndex a
{
	font-weight: bold;
}
#EntireCalendar .unselectedPagingIndex
{
}
#CalendarEventTime
{
	float:left;
	width: 100%;
	margin-bottom: 0.5em;
	/*font-size: 0.75em;*/
}

.CalendarEventStart
{
	float: left;
}

.CalendarEventStop
{
	float: left;
	padding-left: 0.6em;
}
