/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body {
	background-color: #FFFFFF
}

/* Font used in left-hand frame lists */
.SidebarTitle {
	font-family: Helvetica, Arial, san-serif;
	font-size: smaller;
	font-weight: bold;
	margin-bottom: 12pt;
	background: #EEEEFF;
}
.SidebarItem {
	font-family: Helvetica, Arial, san-serif;
	font-size: smaller;
	white-space: nowrap;
}
.SidebarItem1 {
	font-family: Helvetica, Arial, san-serif;
	font-size: smaller;
	white-space: nowrap;
	padding-top: 4pt;
}
.SidebarItem2 {
	font-family: Helvetica, Arial, san-serif;
	font-size: smaller;
	white-space: nowrap;
	padding-left: 4pt;
}
.SidebarItem3 {
	font-family: Helvetica, Arial, san-serif;
	font-size: smaller;
	white-space: nowrap;
	padding-left: 8pt;
}
.SidebarItem4 {
	font-family: Helvetica, Arial, san-serif;
	font-size: smaller;
	white-space: nowrap;
	padding-left: 12pt;
}
.SidebarItem5 {
	font-family: Helvetica, Arial, san-serif;
	font-size: smaller;
	white-space: nowrap;
	padding-left: 16pt;
}
.SidebarItem6 {
	font-family: Helvetica, Arial, san-serif;
	font-size: smaller;
	white-space: nowrap;
	padding-left: 20pt;
}

/* Font used in right-hand main content */
.PageHeader {
	font-family: Helvetica, Arial, san-serif;
	font-size: larger;
	font-weight: bold;
	margin-bottom: 24pt;
	padding-top: 4pt;
	padding-bottom: 4pt;
	padding-left: 4pt;
	padding-right: 4pt;
	background: #EEEEFF;
}

.SchedulePhase {
	text-align: left;
	vertical-align: top;
}

.ScheduleIteration {
	font-family: Helvetica, Arial, san-serif;
	font-weight: bold;
	background: #EEEEFA;
}

.ScheduleDeadline {
	font-family: Helvetica, Arial, san-serif;
	font-weight: bold;
	font-size: smaller;
	text-align: center;
	background: #EEEEFA;
}

.SchedulePhaseEnd {
	font-style: italic;
	text-align: right;
}

.SchedulePhaseEndRow {
	background: #EEEEFA;
}

.SchedulePriorityTitle {
	margin-left: 4pt;
}

.ScheduleUseCaseList {
	margin-top: 0;
	margin-bottom: 0;
}

.ScheduleUseCase {
	font-family: Helvetica, Arial, san-serif;
	font-size: smaller;
}

.SchedulePushedBackUseCase {
	font-family: Helvetica, Arial, san-serif;
	font-size: smaller;
	color: #FF0000;
	text-decoration: line-through;
}

.BudgetTableHeader {
	font-family: Helvetica, Arial, san-serif;
	background: #EEEEFF;
}

.BudgetTableRow {
	font-family: Helvetica, Arial, san-serif;
	font-size: smaller;
}

.FeedbackHeader {
	font-family: Helvetica, Arial, san-serif;
	padding-top: 12pt;
}

.FeedbackContent {
	font-family: Helvetica, Arial, san-serif;
	font-size: smaller;
	padding-left: 12pt;
	padding-top: 12pt;
}
