body {
	font-family: verdana,arial,ms sans serif;
	font-size: 10pt;
	text-align: left;
}

html {
	-webkit-text-size-adjust: auto;
}

A {
	text-decoration: none;
	color: darkblue;
}

A:hover {
	text-decoration: underline;
}

A.deletebutton {
	font-size: 7pt;
	line-height: 6pt;
	color: red;
	font-weight: bold;
}

A.edit {
	font-size: 7pt;
	color: green;
	font-weight: bold;
}

A.highpri {
	font-size: 7pt;
	color: FireBrick;
}

A.medpri {
	font-size: 7pt;
	color: black;
}

A.lowpri {
	font-size: 7pt;
	color: #001d7f;
}

A.undo {
	font-size: 8pt;
	color: black;
}

U {
	font-size: 8pt;
}

B {
	font-size: 9pt;
}

INPUT {
	color: black;
	font-family: verdana,arial,ms sans serif;
	font-size: 8pt;
}

.usernotification {
	font-size: 10pt;
	background: orange;
	line-height: 10pt;
	color: Black;
	padding: 3px 10px 3px 10px;
}

table.maintable {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	width: 770px;
	text-align: left;
}

table.maintable th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
}

table.maintable td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
}

.edittasks {
	font-size: 8pt;
	line-height: 8pt;
	color: black;
}

.taskinputform {
	font-size: 8pt;
	text-align: right;
	color: black;
	margin: 2px 0px 4px 10px;
}

.taskinputformcapture {
	font-size: 8pt;
	text-align: left;
	color: black;
}

.taskeditform {
	border-width: 0px;
	padding: 0px;
	margin: 10px 0px 0px 10px;
	border-style: none;
	font-size: 8pt;
	color: black;
}

.taskheader {
	font-size: 18pt;
	font-family: Times;
	font-weight: bold;
	text-align: left;
	position: absolute;
}

.taskviewHigh {
	font-size: 12pt;
	line-height: 10pt;
	color: DarkRed;
}

.taskviewCompleted {
	font-size: 12pt;
	line-height: 10pt;
	color: #444444;
}

.taskview {
	font-size: 12pt;
	line-height: 10pt;
	color: Black;
}

.taskviewLow {
	font-size: 12pt;
	line-height: 10pt;
	color: DimGray;
}

.notes {
	font-size: 8pt;
	line-height: 8pt;
	color: Black;
}

.duedate {
	font-size: 8pt;
	line-height: 8pt;
	color: Black;
}

.pastduedate {
	font-size: 8pt;
	line-height: 8pt;
	color: Red;
}

A.tagview {
	font-size: 8pt;
	line-height: 7pt;
	color: black;
}

.tagcount {
	font-size: 7pt;
	line-height: 6pt;
}

A.sidebar {
	text-decoration: none;
	font-size: 10pt;
	color: black;
}

A.sidebar:hover {
	text-decoration: underline;
}

A.flagtag {
	text-decoration: none;
	font-size: 10pt;
	color: white;
	position: relative;
	top: +3px;
}

A.flagtag:hover {
	text-decoration: none;
	font-size: 10pt;
	color: orange;
	position: relative;
	top: +3px;
}

A.unflagtag {
	text-decoration: none;
	font-size: 10pt;
	color: white;
}

A.unflagtag:hover {
	text-decoration: none;
	font-size: 10pt;
	color: red;
}

.completedtaskview {
	font-size: 7pt;
	text-decoration: line-through;
	color: black;
}

#capture {
	position: fixed;
	min-width: 240px;
	width: 33%;
	margin: 0px;
	top: 25%;
	left: 33%;
	text-align: left;
	padding: 5px;
	background-color: #f5f5f5;
	border: 1px dotted #000000;
	overflow: auto;
	display: none;
}