﻿body{
	font-family: arial, helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
}
.mainFinCalendarTable{
	border: solid 0px white;
	background-color: #fcfcf6;
	width: 630px;
	padding: 0px 0px 0px 0px;
}
.SubFinCalendarTable{
	border: solid 0px white;
	background-color: #fcfcf6;
	width: 630px;
	padding: 0px 0px 0px 0px;
}
.calendarTitle{
	font-size: 18px;
	vertical-align: text-top;
	color: #2b674e;
	font-weight: bold;
}
.noEventDay{
	background-color: white;
	border:solid 1px #e8e8e8;
}
.eventDay{
	background-color: #B5B2B5;
}
.eventWeek{
	background-color: #D6D7D6;
}
.note{
	font-size: 11px;
	color: #9e9e9e;
}
.nextEventLabel{
	font-size: 12px;
	font-weight: normal;
}
.eventDate{
	font-size: 11px;
	font-weight: bolder;
}
.eventLabel{
	font-size: 11px;
	font-weight: bolder;
}
.eventText{
	font-size: 12px;
	font-weight: lighter;
}
.eventTableBorder{
	border: solid 1px Gray;
	width: 100%;
	padding: 1px;
	margin: 0;
}
.eventTableHeader{
	font-size: 11px;
	font-weight: normal;
	height: 20px;
}
.subscribePanel{
	background-color: #F7F7F7;
}
.eventTypesPanel{
	background-color: #d1d2d3;
	padding: 5px;
}
.commandButton{
	font-size: 12px;
	border-top: solid 1px #b2b2b2;
	border-left: solid 1px #b2b2b2;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	font-weight: bold;
	color: #000000;
	background-color: #d1d2d3;
	width: 100px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	font-family: arial, helvetica;
}
.selectedYearLink{
	color: #216952;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 2px 0px 2px;
}
.yearLink{
    color: #216952;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	text-decoration: underline;
}
.titleColumnHeaderStyle{
	font-weight: bolder;
	background-color: #E7E7E7;
}
.titleColumnStyle{
	font-weight: normal;
	border-top: solid 1px #E7E7E7;
}
.gridHeader{
    background-color: #d1d2d3;
	text-align: left;
}
.gridHeader th{
	border-bottom: 1px solid #b0afb0;
	font-weight: bold;
}
.eventsGridItem{
    text-align: left;
	border-top: solid 1px #E7E7E7;
}
.buttonColumnStyle{
	text-align: center;
	border-top: solid 1px #E7E7E7;
}
.watermark{
    width: 195px;
	color: Gray;
	padding-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	font-size: 11px;
	height: 16px;
	vertical-align: middle;
}
.remindDaysTextBox{
	width: 65px;
	padding-right: 5px;
	text-align: right;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	font-size: 11px;
	height: 13px;
	vertical-align: middle;
}
.textbox{
    width: 195px;
	padding-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	font-size: 11px;
	height: 16px;
	vertical-align: middle;
}
.emptyRow{
	height: 0px;
}	
.radCalendarheader{
	border: 1px solid #9C9A94;
}
A:link, A:visited{
	color: #216952;
	text-decoration: none;
}
A:hover, A:active{
	color: #216952;
	text-decoration: underline;
}
.tableBackground{
	border-top: solid 1px #E7E7E7;
	white-space: nowrap;
}
.body p{
    margin: 0px;
}
/********* Dung modified on 04-10-2011 *********/
table#calEvents tr:first-child td:first-child
{
	background:#d1d2d3 !important;
}
