body,tr,td,table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: #013B58;


font weight: normal; 		font-weight: normal;
}
.regIcon {
	margin-bottom: 45px;
}


a.calendarlink:link {
	color: #013B58;
	text-decoration: underline;
	font-size: 12px;
} 
a.calendarlink:visited {
	color: #013B58;
	text-decoration: underline
} 
a.calendarlink:hover {
	color: #80190d;
	text-decoration: none;
}
a.calendarlink:active {
	color: #F93;
	text-decoration: none
} 
.calendarlinkE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #013B58;



font weight: normal; 		font-weight: normal;
}
a.calendarlinkE:link {
	color: #013B58;
	text-decoration: underline
} 
a.calendarlinkE:visited {
	color: #013B58;
	text-decoration: underline
} 
a.calendarlinkE:hover {
	color: #80190d;
	text-decoration: none;
}
a.calendarlinkE:active {
	color: #F93;
	text-decoration: none
} 

/* This class defines the styles for table headers in the calendar */
.calendarTableHeader 
{
	color: #FFFFFF;
	background-color: #80190d;
	font-family : Verdana, tahoma, Arial;
	font-size : 14px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	height: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
}



/* This class defines table backgrounds */
.calendarList1 
{
	color: #14314F;
	background-color:  #e5e5e5;
	line-height: 14px;
	font-family : Verdana, tahoma, Arial;
	font-size : 14px;
	font-weight: normal;
}

/* This class defines table backgrounds with bold type */
.calendarlist1bold 
{
	color: #013B58;
	background-color:  #EAEAEC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: normal;
	height: 25px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

/* This class defines table backgrounds */
.calendarList2 
{

}

/* This class defines table backgrounds for days of the month in the calendar */
.calendarMainDisplayBackground 
{
	color: #14314F;
	line-height: 14px;
	font-family : Verdana,tahoma,Arial;
	font-size : 16px;
	font-weight: normal;
	background-color: #BCC4CC;
}

/* This class defines table backgrounds for non days of the month in the calendar */
.calendarMainDisplayBackground2 
{
	color: #14314F;
	line-height: 14px;
	font-family : Verdana,tahoma,Arial;
	font-size : 10px;
	font-weight: normal;
	background-color: #EFEFEF;
}
/* This class defines the border between days of the month */
.calendarMainDisplayBorder 
{
	background-color:  #F00;
}

/* This class defines the styles for all generic buttons */
.calendarInputSubmit1
{
	color: #FFFFFF;
	background-color: #336699;
	font-weight: bold;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	height: 25px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, "Sans Serif";
	font-size: 14px;
}

/* 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 : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: bold;
}

/* This class defines the styles for all input boxes*/
.calendarInputBox
{
	color: #333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	border: 1px solid #CCC;
	height: 25px;
	line-height: 25px;
}
.calendarInputBox2 {
	color: #333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	border: 1px solid #CCC;
}

/* 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 : Verdana, tahoma, Arial;
	font-size : 12px;
	font-weight: normal;
}

/* This class defines the styles for main tables*/
.calendarTable1
{
	border: 1px none #80190D;
	width: 100%;
}

/* This class defines the styles for all admin control panel links*/
.calendarIconLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
font weight: normal;
	/*height: 75px;*/
}
a.calendarIconLink:link {color: #003399;  text-decoration: none} 
a.calendarIconLink:visited {color: #003399; text-decoration: none} 
a.calendarIconLink:hover {color: #888888; text-decoration: none}
a.calendarIconLink:active {color: #888888; text-decoration: none} 

/* This class defines the styles for all error messages */
.calendarError {
	color: #FF0000;
}

/* This class defines the styles for all headings */
.calendarHeading {
	font-size: 24px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #013B58;
}
#recurring  {
	background-image:url("/images/backgrounds/cal_rec.gif");
	border:1px solid #ff9900;
	width: 105px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
#events{
	font-size:.7em;
	width:105px;
	background-color:#fff;
	padding:2px;
	border:1px solid #afceed;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}

.calendarFooter {
	font-family : Verdana,tahoma,Arial; 
	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 : Verdana, tahoma, Arial; 
	font-size : 10px; 
	font-weight: bold; 
	padding-left: 4px; 
	padding-right: 4px;
}
.red {
	color: #F00;
}
