body{
	font-family: Arial, Verdana, SanSerif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
td, input, textarea, select, div {
	font-family: Arial, Verdana, SanSerif;
	font-size: 11px;
	}
	
a {
	text-decoration: none;
	color: #0000EE;
	}
a:hover {
	color: #FF6419;
	}
.alert {
	font-weight:bold;
	color:#FF0000;
}
	
/* display type tabs */

.tabTable {
	margin-left: 16px;
	width: 667px;
	}
.TypeTab {
	font-weight: bold;
	width: 75px;
	background-image: url(tab-gradient.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	padding-left: 6px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: solid 1px #666
	}
.selectedTypeTab {
	font-weight: bold;
	width: 75px;
	background-image: url(tab-gradient-selected.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	padding-left: 6px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	}
.selectedTypeTab a {
	color: #000;
	text-decoration: none;
	display: block;
	}
.TypeTab a {
	color: #888;
	text-decoration: none;
	display: block;
	}
.TypeTab a:hover {
	color: #FF6419;
	}
.tabSpace {
	width: 2px;
	border-bottom: 1px solid #666;
	}
.headerAddEventLink {
	text-align: center;
	font-size: 11px;
	border-bottom: 1px solid #666;
	}
.headerForm {
	text-align: right; 
	vertical-align: bottom;
	width: 170px;
	border-bottom: 1px solid #666;
	font-size: 10px;
}

/* date header */

.dateRow {
	background-color: #D1E4F7;
	}
.dateCurrent {
	text-align: center;
	color: #000;
	font-size: 14px;
	padding: 10px 0px;
	font-weight: bold;
	border-bottom: 1px solid #666;
	}
.datePrevious {
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 130px;
	}
.datePrevious a {
	text-decoration: none;
	color: #333;
	margin-left: 6px;
	}
.datePrevious a:hover {
	text-decoration: none;
	color: #FF6419;
	}
.dateNext {
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	width: 130px;
	}
.dateNext a {
	text-decoration: none;
	color: #333;
	margin-right: 6px;
	}
.dateNext a:hover {
	text-decoration: none;
	color: #FF6419;
	}
.cornerCell {
	background-color: #fff;	
	}
.eventLinks  {
	margin: 0px 4px;
	width: 85px;
	}
.eventLinks a {
	display: block;
	text-decoration: none;
	margin-bottom: 6px;
	padding: 1px 2px;
	}
.eventLinks a:hover {
	display: block;
	background-color: #D1E4F7;
	}

/* month view */

.calendarTable {
	border-right: solid 1px #bbb;
	}
.headerCell {
	background-color: #eee; 
	width: 95px;
	text-align: center;
	font-size: 11px;
	color: #666;
	}
.dateCell {
	vertical-align: top;
	font-size: 11px;
	background-image: url(../calendarimages/small-gradient.jpg);
	background-repeat: repeat-x;
	padding-top: 1px;
	border-left: solid 1px #bbb;
	}
.dateCellBottomRow {
	vertical-align: top;
	font-size: 11px;
	background-image: url(../calendarimages/small-gradient.jpg);
	background-repeat: repeat-x;
	padding-top: 1px;
	border-left: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	}
.dayNumber {
	padding: 0px 3px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	display: block;
	}
.dayNumber:hover {
	color: #FF6419;
	background-color: #FFDEC9;
	}
.dayNumberNotThisMonth {
	padding: 0px 3px;
	text-decoration: none;
	color: #888;
	font-size: 12px;
	display: block;
	}
.dayNumberNotThisMonth:hover {
	color: #FF6419;
	background-color: #FFDEC9;
	}
.dayAddLink {
	text-align: right;
	width: 100%;
	text-decoration: none;
	color: #000;
	font-size: 10px;
	display: block;
	}
.dayAddLink:hover {
	color: #FF6419;
	background-color: #FFDEC9;
	}
.goToWeekCell {
	vertical-align: top;
	padding-top: 16px;
	} 
.monthEventLinks  {
	text-decoration: none;
	padding: 1px 2px;
	margin-bottom: 6px;
	margin-left: 4px;
	margin-right: 4px;
	display: block;
	width: 80px;
	}
.monthEventLinks:hover {
	background-color: #D1E4F7;
	color: #0000EE;
	}

/* Container */
.container {
	margin-left: 40px;
	margin-top: 20px;
	}
	
/* Day and Week View */
	
.dayWeekTable {
	border-top: 0px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-left: 16px;
	width: 667px;
}
.weekDateCell {
	vertical-align: top;
	font-size: 11px;
	background-image: url(../calendarimages/small-gradient.jpg);
	background-repeat: repeat-x;
	padding-top: 1px;
	}
.weekNumber {
	padding-left: 6px;
	}
.dayDateCell {
	vertical-align: top;
	font-size: 11px;
	}
.dayWeekAddLink {
	text-align: right;
	padding: 3px 0px;
	}
.dayWeekAddLink a {
	text-decoration: none;
	color: #000;
	font-size: 10px;
	padding: 0px 4px;
	}
.dayWeekAddLink a:hover {
	color: #FF6419;
	background-color: #FFDEC9;
	}
.dayWeekEventLinks  {
	text-decoration: none;
	padding: 1px 2px;
	margin-left: 4px;
	margin-right: 4px;
	}
.dayWeekEventLinks:hover {
	background-color: #D1E4F7;
	color: #0000EE;
	}
	
/* Form Display */
.addEditForm label {
	font-weight: bold;
	}
.formInputs {
	width: 200px;
	}
.formInputsLarge {
	width: 400px;
	}
.formInputsSmall {
	width: 70px;
	}
.labelCell {
	text-align: right; 
	padding-right: 4px; 
	vertical-align: top;
	background-color:#eeeeee;
	}
.fieldCell {
	vertical-align: top;
	background-color:#f0f8ff;
	}
.noteCell {
	padding-left: 4px;
	vertical-align: top;
	background-color:#eeeeee;
	}
.formTitle {
	font-weight: bold;
	font-size: 16px;
	}
.formHeader {
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0px 6px;
	color: #0066CB;
	}
.requiredField {
	font-weight: bold;
	color: red;
	}

/* Event Detail Page */
.eventDetails a {
	text-decoration: none;
	}
.eventDetails a:hover {
	color: #FF6419;
	}
	
.eventLeftCell {
	background-color: #eeeeee;
	text-align:right;
}

.eventRightCell {
	background-color: #f0f8ff;
}

.eventTitle {
	font-size:16px;
	font-weight:bold;
}