﻿td.CalendarHeader
{
    BACKGROUND-COLOR: #FBB22A;
    text-align:center;
    vertical-align:top;
    height:5px;
    width:14%;
}


td.BorderTBR
{
	border-bottom:1px solid #D0A75B; 
	border-top:1px solid #D0A75B; 
	border-right:1px solid #D0A75B;
}

td.BorderBR
{
	border-bottom:1px solid #D0A75B; 
	border-right:1px solid #D0A75B;
}

td.BorderTB
{
	border-bottom:1px solid #D0A75B; 
	border-top:1px solid #D0A75B; 
}

td.BorderB
{
	border-bottom:1px solid #D0A75B; 
}

td.BorderR
{
	border-right:1px solid #D0A75B;
}
td.CalendarEmpty
{

	text-align:center;
    vertical-align:top;
    height:65px;
    width:14%;
}

td.CalendarRegularDay
{
    BACKGROUND-COLOR: white;
	text-align:center;
    vertical-align:top;
    height:65px;
    width:14%;
}

td.CalenderHolyday
{
	text-align:center;
    vertical-align:top;
    BACKGROUND-COLOR:#FFCC66;
    height:65px;
	width:14%;
}

td.CalendarFormDeadline
{
	BACKGROUND-COLOR:#A6CBEB;
	text-align:center;
    vertical-align:top;
    height:65px;
    width:14%;
}
