.calBody {
	margin-left:0px;
	margin-top:0px;
	line-height: 11px;
}
.caltd {
	border:0;
	padding:0;
	line-height: 11px;
}

/* Calendar title */
.titleStyle {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #3366cc;
}

.grid-date {
	width: 25px;
	height: 20px;
	text-align: right;
	padding-top: 4px;
	float: right;
	color: #071E44;
	border-left: 1px solid #1E427D; 
	border-bottom: 1px solid #1E427D; 
}

.grid-square {
	width: 105px;
	border-bottom: 1px solid #1E427D; 
	color: #071E44;
	padding-left: 6px;
	font-weight: bold;
	font-size: 9px;
}

.grid-square a {
	color: #071E44;
	text-decoration: none;
	font-weight: bold;
}


/* Month Year and Fix */
.headerStyle {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
	vertical-align:top;
}

/* Together these 2 define the color theme for the window */
.borderColor {
	background-color: #ffffff;
}
.innerColor {
	background-color: #ffffff;
}

/* Smart Nav Styles */
.monthEntryStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
	border: 1px solid #999999;
	height: 15px;
}
.yearEntryStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
	border: 1px solid #999999;
}
yearArrowStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}

/* Nav Style */
.navStyle {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #003366;
	border:0;
}

.navStyle a {
	text-decoration: none;
	color: #003366;
}

.weekdayHeaderStyle {
	text-align: center;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width:11px;
	color: #fecc50;
}
/* Just a slightly wider Header column */
.weekdayHeaderStyleW {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width:11px;
	color: #fecc50;
}

/* Calendar Main Body Styles */
.mainCalendarStyle {
	border:0;
	line-height: 11px;
}

/* Calendar Data Styles */
.normalStyle {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
	border:0;
	padding:0;
	width:14%;
	text-align:center;
	line-height: 11px;
}
.dimStyle {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #bed1e9;
	border:0;
	padding:0;
	width:14%;
	text-align:center;
}
.linkStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	display:block;
	line-height: 11px;
}
.linkStyle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ff0000;
	text-decoration:underline;
	background-color:#ffffff;
	line-height: 11px;
}

.eventLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #003366;
	text-decoration:none;
}
.eventLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ff0000;
	text-decoration:underline;
	background-color:#ffffff;
}
.deptLink {
	color: #003366;
	text-decoration:none;
}
.deptLink:hover {
	color: #ff0000;
	text-decoration:underline;
}
A.calbrowselinks{
	color: #FAC751;
	text-decoration:none;
	line-height: 18px;
 }
A.calbrowselinks:visited{
	color: #FAC751;
	text-decoration:none;
}
A.calbrowselinks:hover{
	color: #ff0000;
}
A.calbrowselinks:active{
	color: #00ff00;
}
A.rangelink{
	color: #3366cc;
 }
A.rangelink:hover{
	color: #ff0000;
}
A.rangelink:active{
	color: #00ff00;
}

.todayStyle {
	background-color: #bed1ec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	border:1px solid #003366;
	padding:0;
	width:14%;
	text-align:center;
}

/* Style for weekends */
.weekendStyle {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	border:0;
	padding:0;
	text-align:center;
	line-height: 11px;
}
.dimWeekendStyle {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #bed1e9;
	border:0;
	padding:0;
	text-align:center;
	line-height: 11px;
}

/* Style for holidays */
.holidayStyle {
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	border:0;
	padding:0;
	text-align:center;
}
.holidayLinkStyle {
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	text-align:center;
}

.selectedDateStyle {
	background-color: #fecc50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
	text-align:center;
}

/* Time Picker styles */
.tp_Normal {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
.tp_borderColor {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

