﻿/* *************************
På Default.aspx
************************** */ 

/* *************************
På Step1_PickTemplate.aspx
************************** */ 

.CalendarTemplateSelected
{
	border-color: #005dbe;
	border-style: solid;
	border-width: 1px;
}

.CalendarTemplate
{
}

/* *************************
På Step2
************************** */ 

/* *************************
På Step3_PageOverView.aspx
************************** */ 

.TextPopup
{
	background-color: White;
	border: solid 1px Black;
	padding: 3px 3px 3px 3px;
	width: 450px;
}


/* *************************
På Step4_FinalCalendar.aspx
************************** */ 

/* *************************
På Step5_OverView.aspx
************************** */ 

/* *************************
På A3 usercontrol
************************** */ 

table.tableCalendarSmallThumbA3
{
	background-color: White;
	width: 180px;
	height: 255px;
	border: solid 1px black;
	overflow: hidden;
	margin: 5px 5px 5px 5px;
}

td.tdMonthNameA3
{
	height: 15px;
	overflow: hidden;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
}

.lblMonthNameA3
{
	padding-left: 5px;
}

td.tdMonthImageA3
{
	height: 142px;
}

img.imgMonthImageA3
{
	padding-top: 3px;
	padding-bottom: 3px;
}

td.tdMonthPageTextA3
{
	background-color: Silver;
	height: 100px;
	font-family: Verdana;
	font-size: small;
}

.lblMonthTextA3
{
	
}

td.tdMonthPageBottomA3
{
	background-color: Silver;
	font-family: Verdana;
	font-size: small;
	height: 20px;
}

