
.dayViewTitle {
	font:				normal 10pt Arial;
	color:				white;
	text-decoration:	none;
}

.dayViewTitle:hover {
	font:				normal 10pt Arial;
	color:				#339999;
}

.MainTable {
	border:				1px inset;
	background-color:	#FFFFFF;
}

.headerCell {
	border:				1px outset;
	background:			url(../images/HeaderBackgroundRed.jpg)  no-repeat;
}

.footerLink {
	font:				bold 10pt <?php echo $cfg[mainFont]; ?>;
	color:				#FFFF00;
}

.monthTextCell {
	font:				bold 16pt Arial;
	color:				#FFFFFF;
	padding-left:		5px;
}

.CalendarTitleCell {
	font:				bold 12pt Arial;
	color:				#FFFFFF;
	padding-left:		5px;
}

.lineCell {
	background-color:	black;
	height:				1px;
}

.dayCell {
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 0px;
	vertical-align: top;
}

.CurrentDayCell {
	border:				1px solid yellow;
}

.dayCellNumber {
	font:				10pt Arial;
	color:				black;
	border:				1px solid;
	border-color:       #E0D0D0;
	width:				25px;
	height:				20px;
	text-align:			center;
	cursor:				hand;
	background-color:	white;
}

.dayCellNumberOffDay {
	font:				bold 10pt Arial;
	color:				white;
	border:				0px inset;
	width:				25px;
	height:				20px;
	text-align:			center;
	background-color:	#eee;
	cursor:				hand;
}

.dayCellNumber:hover {
	font:				bold 12pt Arial;
	color:				white;
	border:				1px inset;
	width:				25px;
	height:				20px;
	text-align:			center;
	background-color:	#E0D0D0;
	cursor:				hand;
}

.NavButton {
	font:				normal 8pt Arial;
	height:				20px;
	padding-left:		5px;
	padding-right:		5px;
}

.dayHeaderCell {
	font:				10pt Arial;
	color:				#800017;
	background:			url(./images/th.gif);

	text-align:			center;
	border-left:		1px outset;
	border-right:		1px outset;
	border-top:			1px outset;
	border-bottom:		1px outset;
	padding:			0px;
}

.bottomMenuItems {
	font:				normal 10pt Arial;
}

.bottomMenuItems:hover {
	font:				normal 10pt Arial;
	padding-left:		10px;
	padding-right:		10px;
}

.eventLabelCell {
	font:				bold 10pt Arial;
	color:				white;
	background-color:	#E0D0D0;
	border:				1px outset;
	padding-left:		5px;
	padding-right:		15px;
}

.eventValueCell {

	font:				normal 10pt Arial;
	color:				#800017;
	background-color:	#FFFFFF;
	border:				1px outset;
	padding-left:		0px;
	padding-right:		0px;
	vertical-align:		top;
}

.valueInputField {
	background-color:	White;
	border:				1px solid;
	width:				100%;
	vertical-align:		top;
}

.eventButtonsCell {
	background-color:	#E0D0D0;
	border:				1px outset;
	text-align:			left;
}

.calEventItem {
	font:				normal 8pt Arial;
	width:				100%;
	border:				0px solid;
	padding:			0px;
}

.calEventItemAnchor {
	font:				normal 8pt Arial;
	width:				100%;
	border:				0px solid;
}

.calEventItemAnchor:hover {
	font:				normal 8pt Arial;
	width:				100%;
	border:				0px solid;
}

.dayCellAddBtn {
	font:				normal 8pt Arial;
	border:				1px outset;
	padding-left:		3px;
	padding-right:		3px;
	cursor:				hand;
}

.standardButton {
	font:				normal 8pt Arial;
	width:				75px;
}

.bottomMenu {
	background-color:	#800017;
	border:				1px outset;
}

.errorMessageCell {
	font:				bold 10pt Arial;
	color:				red;
	background-color:	#FFFFFF;
	border-left:		1px solid #eee;
	border:				1px solid ;
	padding:			10px;
}

.loginLabel {
	font:				bold 10pt Arial;
	color:				#800017;
	border:				1px outset;
	background-color:	#FFFFFF;
	padding-left:		5px;
	padding-right:		5px;
}

.loginValue {
	font:				bold 10pt Arial;
	border:				0px outset;
	background-color:	#FFFFFF;
	padding:			1px;
}

.loginFormTitle {
	font:				bold 12pt Arial;
	color:				white;
	border:				1px outset;
	background:			#800017;
	padding-left:		10px;
	padding-right:		10px;
}

.usersHeadingCell {
	font:				bold 10pt Arial;
	color:				white;
	border:				1px outset;
	background-color:	#800017;
	padding-left:		5px;
	padding-right:		0px;
}

.usersTitleCell {
	font:				bold 14pt Arial;
	color:				white;
	background:			url(./images/HeaderBackgroundRed.jpg) no-repeat;
	border:				1px outset;
	padding-left:		5px;
	padding-right:		5px;
	height:				30px;
}

.usersDataCell {
	font:				normal 10pt Arial;
	border:				1px outset;
	background-color:	#FFFFFF;
	padding-left:		0px;
	padding-right:		0px;
	vertical-align:		top;
}

.loggedInMsg {
	font:				normal 10pt Arial;
	color:				white;
	padding-right:		0px;
	padding-left:		0px;
}

.CalTable {
	background: #fff;
	border-style: solid;
	border-width: 1px 1px 0 0;
	margin: 0 auto;

}

.DayCellButtons {
	font:				normal 8pt Arial;
	color:				white;

}

.offDayCell {
	background:			#ffe; 
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 0px;
	vertical-align: top;
}

.nonDayCell {
	background-color:	#eee;
}

.weekTable {
	background:			url(<?php echo $cfg[calBackgroundImg]; ?>);
}

.weekDayItem {
	font:				normal 10pt Arial;
	border:				1px outset;
	padding-left:		0px;
	padding-right:		0px;
}

.weekDayCell {
	padding:			5px;
	border:				1px Inset;
}

.weekDayTitle {
	font:				bold 10pt Arial;
	color:				white;
	border:				1px outset;
	background-color:	#800017;
	padding-left:		5px;
	padding-right:		5px;
	cursor:				hand;
}

.weekDayButtonsCell {
	font:				bold 12pt Arial;
	color:				white;
	background-color:	#800017;
	padding:			0px;
	border:				0px solid;
}

.weekDayPageTitle {
	font:				bold 12pt Arial;
	color:				white;
	background-color:	#800017;
	padding:			0px;
	border:				0px solid;
	text-align:			center;
}

.eventDetailsTitle {
	font:				bold 12pt Arial;
	color:				white;
	background:			url(./images/HeaderBackgroundRed.jpg) #eee no-repeat;
	padding:			5px;
}

.dayNumButton {
	font:				bold 8pt Arial;
	width:				25px;
	height:				20px;
}
.EventNotesCell {
	font:				normal 10pt Courier New;
	padding:			10px;
	background-color:	white;
}

.EventMainTable {
	border:				1px outset;
}

.CalTitle {
	font:				bold 12pt Arial;
	color:				White;
	background-color:	#800017;
	border:				0px outset;
	padding-left:		10px;
	padding-right:		10px;
}

.CreatedByText {
	font:				Normal 10pt Arial;
	color:				white;
	background-color:	#800017;
	padding-right:		10px;
	padding-left:		10px;
}

.CreditLink {
	font:				Bold 10pt Arial;
	color:				<?php echo $cfg[loginText]; ?>;
}

.CreditLink:hover {
	font:				Bold 10pt Arial;
	color:				#66FFFF;
}

.MainLoginTable {
	background:			url(<?php echo $cfg[calBackgroundImg]; ?>) #FFFFFF no-repeat;
	border:				1px solid #000000;
}

.LoginError {
	font:				normal 10pt Arial;
	color:				white;
	background:			#eee no-repeat;
	padding:			5px;
}

.themeAnchor {
	font:				normal 10pt Arial;
	color:				#FFFFFF;
	padding-left:		5px;
	padding-right:		5px;
}

