/* CSS Document */
/* Php ICalenderX by Imthiaz Rafiq  hmimthiaz@vsnl.net */
/* blue theme by evision.as */
/* This sets the link color */
.blue-cal-box a.blue-cal-link:link    { background: transparent; color: #000000; text-decoration: none}
.blue-cal-box a.blue-cal-link:visited { background: transparent; color: #000000; text-decoration: none}
.blue-cal-box a.blue-cal-link:hover   { background: transparent; color: #000000; text-decoration: underline}
/* This sets the dull link color */
.blue-cal-box a.blue-cal-dlink:link    { background: transparent; color: #B7CCDD; text-decoration: none}
.blue-cal-box a.blue-cal-dlink:visited { background: transparent; color: #B7CCDD; text-decoration: none}
.blue-cal-box a.blue-cal-dlink:hover   { background: transparent; color: #B7CCDD; text-decoration: underline}
/* This sets the calender outer box */
.blue-cal-box
{
	border: solid 1px #D4E9FC;
	background-color: #D4E9FC;
}
/* This sets the calendar back */
.blue-cal-box .blue-cal-back
{
	background-color: #000000;
}
/* This sets the calender year outer box */
.blue-cal-box .blue-cal-year-box
{
	border-bottom: solid 1px #D4E9FC;
}
/* This sets the calender today box */
/* This feature was added to PhpICalenderX by Mr.Matthew Waygood ( mwwaygoo@hotmail.com ) */
.blue-cal-box td.blue-cal-today
{
	color: #000000;
	background-color: #BED1E2;
	border-right: solid 1px #D4E9FC;
}
/* This sets the calender year previous box */
.blue-cal-box .blue-cal-year-prev
{
	color: #000000;
	background-color: #BED1E2;
	border-right: solid 1px #D4E9FC;
}
/* This sets the calender year number previous box */
.blue-cal-box .blue-cal-year
{
	color: #000000;
	background-color: #BED1E2;
}
/* This sets the calender year Next box */
.blue-cal-box .blue-cal-year-next
{
	color: #000000;
	background-color: #BED1E2;
	border-left: solid 1px #D4E9FC;
}
/* This sets the calender month outer box */
.blue-cal-box .blue-cal-month-box
{
	border-bottom: solid 1px #D4E9FC;
	background: transparent;
}
/* This sets the calender month previous box */
.blue-cal-box .blue-cal-month-prev
{
	color: #000000;
	background-color: #BED1E2;
	border-right: solid 1px #D4E9FC;
}
/* This sets the calender month text box */
.blue-cal-box .blue-cal-month
{
	color: #000000;
	background-color: #BED1E2;
}
/* This sets the calender month next box */
.blue-cal-box .blue-cal-month-next
{
	color: #000000;
	background: #BED1E2;
	border-left: solid 1px #D4E9FC;
}
/* This sets day of the week no head start*/
.blue-cal-box .blue-cal-week-no-head
{
	color: #000000;
	background-color: #BED1E2;
}
/* Rest of week no of days */
.blue-cal-box .blue-cal-week-no-rest
{
	color: #000000;
	background-color: #BED1E2;
	border: solid 1px #D4E9FC;
}
/* This sets day of the week start*/
.blue-cal-box .blue-cal-day-start
{
	color: #000000;
	background-color: #BED1E2;
}
/* This sets day of the week rest*/
.blue-cal-box .blue-cal-day-rest
{
	color: #000000;
	background-color: #BED1E2;
}
/* This sets days start*/
.blue-cal-box .blue-cal-days-start
{
	color: #000000;
	background-color: #D4E9FC;
	border: solid 1px #D4E9FC;
}
/* This sets days rest*/
.blue-cal-box .blue-cal-days-rest
{
	color: #000000;
	background-color: #D4E9FC;
	border: solid 1px #D4E9FC;
}
/* This sets day box*/
.blue-cal-box .blue-cal-days-box
{
	display: marker;
	background: transparent;
}
/* This sets the current day */
.blue-cal-box .blue-cal-cur-day
{
	background-color: #D4E9FC;
	border: solid 1px #D4E9FC;
	text-decoration: underline;
}
/* This sets selected date*/
.blue-cal-box .blue-cal-sel-day
{
	background-color: #D4E9FC;
	border: solid 1px #D4E9FC;
}

/* This sets Busy date*/
.blue-cal-box .blue-cal-event-day
{
	font-weight: bold;
	background-color: #B5C8D9;
	border: solid 1px #D4E9FC;
}
