html,body,table {
	line-height: 12pt;
	font-size: 10pt;
}

.master_body {
	padding: 0;
	background-color: #fafafa;
}

.master_top {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 980pt;
	box-sizing: border-box;
	padding: 0;
	padding-left: 12pt;
	padding-right: 12pt;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 9999;
	color: #ffffff;
	border-bottom: 1px solid #222222;
	background-color: #a62120;
}

.master_topleft {
	flex-grow: 1;
}

.master_topright {
	flex-shrink: 1;
	flex-basis: auto;
}

.master_top a {
	color: #ffdddd;
	display: inline-block;
	font-size: 12pt;
	line-height: 14pt;
}

.master_top a:hover {
	color: #ffffff;
}

.master_topright a {
	float: right;
	padding-left: 1em;
	height: 12pt;
	padding-top: 12pt;
	padding-bottom: 12pt;
}

.master_content {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	max-width: 980pt;
	box-sizing: border-box;
	padding: 18pt;
}



/* week navigation */

.weeknav_dropdown {
	font-size: 9pt;
}

.weeknav_button {
	float: right;
	font-size: 1.2em;
}

.weeknav_weeks {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(6em, 1fr));
	gap: 0.25em;
	width: 100%;
}

.weeknav_week {
	display: inline-block;
	padding: 2pt;
	background-color: #cccccc;
	font-size: 9pt;
	text-align: center;
}

.weeknav_week:hover {
	background-color: #eeeeee;
	color: #000000;
}

.weeknav_week_current {
	display: inline-block;
	padding: 2pt;
	background-color: #666666;
	color: #ffffff;
	font-size: 9pt;
	text-align: center;
}

.weeknav_year {
	display: block;
	padding: 2pt;
	background-color: #fafafa;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
}

.weeknav_year a {
	padding-right: 2em;
}



/* projects overview */

.project_box {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 3em;
	box-sizing: border-box;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #cccccc;
}

.project_box:hover {
	background-color: #fafafa;
}

.project_title {
	flex-grow: 1;
	cursor: pointer;
	display: flex;
	justify-content: left;
	align-items: center;
}

.project_title:hover {
	color: #0000ff !important;
	text-decoration: underline;
}

.project_roleHolder {
	flex-shrink: 1;
	flex-basis: auto;
	padding-right: 0.5em;
	display: flex;
	justify-content: right;
	align-items: center;
}

.project_roleAssignedButton {
	float: right;
	margin-left: 5px;
	width: 2em;
	text-align: center;
	text-shadow: 0px 0px 2px #666666;
	color: #ffffff;
	line-height: 14px;
	font-size: 14px;
	padding: 2px;
	cursor: pointer;
	border: 1px solid #ffffff;
}

.project_roleAssignedButton:hover {
	border: 1px solid #666666;
}

.project_roleEmptyButton {
	float: right;
	margin-left: 5px;
	width: 2em;
	text-align: center;
	text-shadow: 0px 0px 2px #666666;
	color: #ffffff;
	line-height: 14px;
	font-size: 14px;
	padding: 2px;
	border: 1px solid #ffffff;
	background-color: #dddddd;
}

.project_roleLabel {
	font-size: 10px;
	display: block;
}

.project_statusHolder {
	display: flex;
	justify-content: right;
	align-items: center;
}

.project_statusDivider {
	display: flex;
	align-items: center;
	border-left: 1px solid #cccccc;
	padding-left: 3px;
	padding-right: 3px;
}

.project_statusIcon {
	padding: 0;
	border: 1px solid #ffffff;
	cursor: pointer;
	width: 18px;
	height: 18px;
	margin-left: 2px;
	margin-right: 2px;
}

.project_statusIcon:hover {
	border: 1px solid #666666;
}

.project_statusPublish {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0;
	margin-right: 1px;
	display: inline-block;
	background-color: #ff0000;
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 0px 2px #666666;
	color: #ffffff;
	line-height: 12px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #ffffff;
	width: 2em;
}

.project_statusPublish:hover {
	border: 1px solid #666666;
}

.project_length {
	flex: 0 0 4em;
	display: flex;
	justify-content: right;
	align-items: center;
}