body,tr,td,table{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #14314F; font weight: normal;}

/* This class defines the syles for all generic links */
.calendarlink {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font weight: normal; margin: 0; padding: 0;}
a.calendarlink:link {color: #0B74BD;  text-decoration: none} 
a.calendarlink:visited {
	text-decoration: none;
	color:#0B74BD;} 
a.calendarlink:hover {text-decoration: underline}
a.calendarlink:active {text-decoration: underline} 

.calendarlink-footer {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font weight: normal; margin: 0; padding: 0;}
a.calendarlink-footer:link {color: #0B74BD;  text-decoration: none} 
a.calendarlink-footer:visited {
	text-decoration: none} 
a.calendarlink-footer:hover {text-decoration: underline}
a.calendarlink-footer:active {text-decoration: underline}

.px10 {font-size: 10px;}

.monthname {font-size: 30px}
/* This class defines the styles for table headers in the calendar */
.calendarTableHeader 
{
	color: #FFFFFF; 
	background-color: #0B74BD; 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px; 
	font-weight: normal;
	line-height: 2em;
	margin: 0;
	padding: 0 4px;
}

.calendarTableEventHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0d73bd;
	background-color: #0B74BD; 
	padding: 50px 0;
}


/* This class defines table backgrounds */
.calendarlist1 
{
	color: #14314F; 
	background-color:  #e5e5e5; 
	line-height: 2em; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 12px; font-weight: normal;
}

/* This class defines table backgrounds with bold type */
.calendarlist1bold 
{
	color: #14314F; 
	background-color:  #f5f5f5; 
	line-height: 2em; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 12px; font-weight: normal;
	font-weight: bold;
	padding-left: 5px;
}

/* This class defines table backgrounds */
.calendarlist2 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight: normal;
	color: #14314F; 
	background-color:  #f5f5f5;
	line-height: 2em; 
	padding-left: 5px;
}

/* This class defines table backgrounds for days of the month in the calendar */
.calendarMainDisplayBackground 
{
	color: #14314F; 
	background-color:  #e5e5e5; 
	line-height: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 16px; font-weight: normal;
}

/* This class defines table backgrounds for non days of the month in the calendar */
.calendarMainDisplayBackground2 
{
	color: #14314F; 
	background-color:  #f5f5f5;
	line-height: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight: normal;
}
/* This class defines the border between days of the month */
.calendarMainDisplayBorder 
{
	background-color:  #F4F4F4;
}

/* This class defines the styles for all generic buttons */
.calendarInputSubmit1
{
	color: #FFFFFF;
	background-color: #336699;
	font: 10px Verdana, Arial,Helvetica,Sans Serif;
	font-weight: bold;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000 ;
}

/* This class defines the styles for all buttons on the main calendar display*/
.calendarInputSubmit2
{
	color: #000000; 
	background-color: #FdFdFd;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 10px;
	font-weight: bold;
}

/* This class defines the styles for all input boxes*/
.calendarInputBox
{
	color: #000000;
	background-color: #FDFDFD;
	border: 1px solid #cccccc;

	font-family: Arial, Helvetica, sans-serif; 
	font-size : 14px;
	font-weight: normal;
	width:200px;
}

/* This class defines the styles for all text areas*/
.calendarInputBoxTextArea
{
	color: #000000;
	background-color: #FDFDFD;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 10px;
	font-weight: normal;
}

/* This class defines the styles for main tables*/
.calendarTable1
{
	border: 0;
}

/* This class defines the styles for all admin control panel links*/
.calendarIconLink {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0B74BD; font weight: normal}
a.calendarIconLink:link {color: #0B74BD;  text-decoration: none} 
a.calendarIconLink:visited {color: #0B74BD; text-decoration: none} 
a.calendarIconLink:hover {text-decoration: underline}
a.calendarIconLink:active {text-decoration: underline} 

/* This class defines the styles for all error messages */
.calendarError {
	color: #FF0000;
}

/* This class defines the styles for all headings */
.calendarHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0d73bd;
	padding-bottom: 5px;
}

a.seekMonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #0d73bd;
	margin-bottom: 50px;
	padding-bottom: 10px;
}

a.seekMonth:visited {
	color: #0d73bd;
}

.calendarFooter {
	font-family: Arial, Helvetica, sans-serif; 
	font-size :9px;
	font-weight:bold;
	color: #336699;
}

.calendarLightBackground {
	background-color:#F4F4F4;
}

.calendarDayViewHour {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.calendarDayViewMinute {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.calendarTableSubHeader {
	color: #336699; 
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px; 
	font-weight: bold; 
	padding-left: 4px; 
	padding-right: 4px;
}
.miniCalTitle {
	color: #FFF;
}
