.warning
{
	color: #ff0000;
}


/* START styles for calendar view tab */
#calViewTab
{
	background-color: #aaa;
	color: #fff; 
	vertical-align: top;
}

#calViewTab span
{
	margin: 20px 10px 20px 10px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	color:#000;
	font-size: 85%;
}

#calViewTab a
{
	color: #000;
	text-decoration: none;
}
/* END styles for calendar view tab*/


/* START styles for calendar header */
#calHeader
{
	width: 100%;
	border: solid 0 #000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 85%;
}



#calHeader .plainLink
{
	color: #000;
	text-decoration: none;
	font-size: 125%;
}

#calHeader .calheader
{
	color: #000;
	font-size: 125%;
	font-weight: bold;
}

#calHeader a
{
	vertical-align: middle;
}
/* END styles for calendar header */


/* START styles for calendar day view */
#calDayView
{
	font-size: 85%;
}

#calDayView *
{
	position: static;
}

#calDayView table
{
	border-collapse: collapse;
	width: 100%;
}

#calDayView .allDayHead
{
	width: 50px;
	border: solid 1px #000;
	vertical-align: top;
}

#calDayView .hourHead
{
	width: 60px;
	height: 40px;
	border: solid 1px #000;
	vertical-align: top;
}

#calDayView .allDay
{
	border: solid 1px #000;
	border-right: solid 0px #000;
	vertical-align: top;
}

#calDayView .topHour
{
	border: solid 0px #FFF;
	border-bottom: solid 1px #DDD;
	height: 20px;
	vertical-align: top;
}

#calDayView .bottomHour
{
	border: solid 0px #FFF;
	border-right: solid 0px #000;
	border-bottom: solid 1px #000;
	height: 20px;
	vertical-align: top;
}

#calDayView a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#calDayView .hourLink
{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#calDayView .event
{
	background-color:  #EAF2FB;
	vertical-align: top;
	border: solid 1px #A7CFF2;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

#calDayView h4 
{
	padding: 5px 5px 5px 5px;
	background-color: #A7CFF2;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

#calDayView p
{
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}

/* END styles for calendar day view*/





/* START styles for calendar week view */
#calWeekView
{
	font-size: 85%;
}

#calWeekView h2 
{
	padding: 5px 5px 5px 5px;
	background-color: #CEDBE9;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

#calWeekView p
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#calWeekView p a
{
	color: #000;
	text-decoration: underline;
}

#calDayView table
{
	border-collapse: collapse;
	width: 100%;
}

#calWeekView td
{
	border: solid 1px #000;
	border-collapse: collapse;
	height: 150px;
	vertical-align: top;
}

#calWeekView .calBlankDay
{
	background-color: #EFEFEF;
}

#calWeekView ul
{
	padding: 10px 5px 5px 5px;
}

#calWeekView a
{
	color: #000;
	text-decoration: none;
}
/* END styles for calendar week view */




/* START styles for calendar month view */
#calMonthView
{
	font-size: 85%;
}

#calMonthView .calDayNumber
{
	vertical-align: top;
}

#calMonthView .calHeader
{
	border: solid 0px #FFF;
	border-bottom: solid 1px #CCC;
	text-align: center;
	height: 10px;
	width: 90px;
	vertical-align: top;
}

#calMonthView td
{
	border-top: solid 0px #FFF;
	border-left: solid 0px #FFF;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align: left;
	height: 110px;
	width: 90px;
	vertical-align: top;
}

#calMonthView .calLeft
{
	border-top: solid 0px #FFF;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align: left;
	vertical-align: top;
}

#calMonthView .otherMonths
{
	color: #BBB;
}

#calMonthView a
{
	color: #000;
	text-decoration: none;
}

#calMonthView .moreLink
{
	color: #00F;
	text-decoration: underline;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#calMonthView ul
{
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

#calMonthView li
{
	list-style: disc;
	list-style-position: outside;
}

#calMonthView li a
{
	text-decoration: underline;
}

/* END styles for calendar month view */


/* START styles for DEFAULT calendar view */
#calDefaultView
{
	font-size: 85%;
	background-color: #FFF;
}

#calDefaultView .calDayNumber
{
	vertical-align: top;	
}

#calDefaultView .calHeader
{
	border-top: solid 1px #CCC;
	border-left: solid 0px #FFF;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	vertical-align: bottom;
	font-weight: bold;
	height: 5px;
}

#calDefaultView .calHeaderLeft
{
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	vertical-align: bottom;
	font-weight: bold;
	height: 5px;
}

#calDefaultView td
{
	border-top: solid 0px #FFF;
	border-left: solid 0px #FFF;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	vertical-align: top;
	height: 25px;
}

#calDefaultView .calLeft
{
	border-top: solid 0px #FFF;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	vertical-align: top;
	height: 25px;
}

/* END styles for DEAFULT calendar view */



/* START styles for calendar year view */
#calYearView {
  vertical-align: top;
  font-size: 85%;
}
/* END styles for calendar year view */

/* START styles for calendar event list view */
#calEventListView {
  vertical-align: top;
  font-size: 85%;
}

#calEventListView p
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#calEventListView p a
{
	color: #000;
	text-decoration: underline;
}

#calEventListView .evHeader
{
	padding: 5px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	
}

#calEventListView .evHeader a
{
	font-weight: bold;
	text-decoration: none;
	
}


/* END styles for calendar event list view */



/* START styles for Calendar view */
#calCalendarView {
  vertical-align: top;
  font-size: 85%;
}

#calCalendarView p
{
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}
#calCalendarView .link
{
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#calCalendarView .calheader
{
	font-weight: bold;
	background-color: #FFF;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

#calCalendarView .description
{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* END styles for event view */

/* START styles for event view */
#calEventView {
  vertical-align: top;
  font-size: 85%;
}

#calEventView h2 
{
	text-align:left;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	color: #000;
	margin: 0px 0px 0px 0px;
	background-color: #CEDBE9;
	font-size: 125%;
}



#calEventView p
{
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}
#calEventView .link
{
	padding: 5px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

#calEventView .time, #calEventView .calheader
{
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}

#calEventView .description
{
	padding: 2px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

#calEventView .spacer
{
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* END styles for event view */




/* START styles for manage calendars and subscription browsing */
#calManageCal 
{
	vertical-align: top;
	font-size: 85%;
}

#calManageCal h2 
{
	text-align:left;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	color: #000;
	margin: 0px 0px 0px 0px;
	background-color: #CEDBE9;
	font-size: 125%;
}

#calManageCal p
{
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
}

#calManageCal a
{
	position: static;
	vertical-align: middle;
}

#calManageCal .calheader
{
	font-weight: bold;
	background-color: #fff;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
}

#calManageCal spacer
{
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* END styles for manage calendars view */





/* START styles for MS calendar controls */
/*
.calTitleStyle
{	
	background-color: #CEDBE9;
	font-weight: bold; 
}
*/

.calDayStyle a, 
.calTitleStyle a,
.calSelectorStyle a
{
	text-decoration: none;
}
/* END styles for MS calendar controls */




/* START Side Bar */
#calSideBar {
  padding: 2px 2px 2px 2px;
  vertical-align: top;
  background: #EFEFEF;
  font-size: 85%;
  }

#calSideBar div
{
	padding:  0px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}
#calSideBar h3 
{
	text-align:center;
	padding: 5px 5px 5px 5px;
	color: #000;
	margin: 0px 0px 0px 0px;
	background: #d2d2d2;
	font-size: 100%;
}

#calSideBar li
{
	padding: 0px 2px 0px 2px;
	background: #FFF;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

#calSideBar li a
{
	text-decoration: none;
	color: #000;
}

#calSideBar hr
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	width: 90%;
}

/* END Side Bar */
