@charset "UTF-8";
/* CSS Document */

:root {
  --mtd-font: Arial, Helvetica, sans-serif;
  --mtd-blue-border: #5f78ae;
  --mtd-blue-header: #aebfe2;
  --mtd-blue-header-soft: #dfe8f7;
  --mtd-blue-text: #2f4778;
  --mtd-blue-text-hover: #1f3562;
  --mtd-button-mid: #c2d3ed;
  --mtd-button-soft: #edf3fb;
  --mtd-paper-bg: #fbfaf4;
  --mtd-paper-input: #fff3a9;
  --mtd-paper-line: #d8d2b8;
  --mtd-ink: #303030;
  --mtd-ink-muted: #5f5539;
}

.style1 {font-family: Arial, Helvetica, sans-serif}
.style3 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }


/*--------------------------- planner -------------------------------*/

#quickEntry, #editEntry {
margin-left: -11px;
	
}

.small_top_margin {
	margin-top: -15px;
}

.collapseView {
	margin-top: -1px;
}

.calArrows {
	margin-bottom: 2px;
}

#helpOverdue {
	margin-right: 10px;
	margin-left: -40px;
	margin-top: 5px;
}

.pastDueItems{
 background-color: #DD0000;
 font-weight: bold;
 font-size: smaller;
 }
 
/*--------------------------- todos -------------------------------*/

body {font-family: var(--mtd-font);
	font-weight: 400;
	margin-left: 75px;
	background-repeat: repeat-y;
	background-image: url(/images/notepaper3.gif);
	width: 600px;
	line-height: 1.3;
	color: var(--mtd-ink);
}

.helpLogoHeader {
	text-align: center;
	margin: 4px 0 8px;
}

.helpLogoHeader img {
	width: 256px;
	height: 90px;
	border: 0;
}

.legacy-liquid-button,
.legacy-liquid-button-small,
.helpIconButton {
	display: inline-block;
	min-width: 45px;
	margin: 0 2px;
	padding: 3px 12px 4px;
	border: 1px solid var(--mtd-blue-border);
	border-radius: 8px;
	background: linear-gradient(to bottom, #ffffff 0%, var(--mtd-button-soft) 45%, var(--mtd-button-mid) 100%);
	box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 1px 1px rgba(105, 113, 90, .14);
	color: var(--mtd-blue-text);
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline;
}

.legacy-liquid-button:hover,
.legacy-liquid-button-small:hover,
.helpIconButton:hover {
	color: var(--mtd-blue-text-hover);
}

.helpActionExample {
	white-space: nowrap;
}

.helpIconButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	white-space: nowrap;
}

.helpIconButton img {
	display: block;
	width: 16px;
	height: 16px;
	border: 0;
}

.helpIconButton img.helpEditIcon {
	width: 18px;
	height: 18px;
}

.helpIconOnlyButton {
	min-width: 0;
	padding-left: 8px;
	padding-right: 8px;
}
div.legend{
	float: right;
	font-size: 11px;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:1.5em;
	border: 2px #BBBBBB;
	line-height: 1em;
	padding:5px;
	background-color: var(--mtd-blue-header-soft);
	border-bottom-style:outset
}
#priority_wrapper{
	border: 0px;
	margin-left: 1.5em;
}
h2{
	margin-bottom:0px;
	margin-top: 1em;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: normal;
	background-color: var(--mtd-paper-input);
	padding: 2px;
	padding-left: 1em;

	color: var(--mtd-blue-text);
}
p.highlite{
	background-color: #CCFF66;
}
p{
	margin-top:0px;
	margin-bottom: 1.5em;
	margin-left:1.5em;
	margin-right:1.5em;
}
ul{
	margin-top: 0px;
}
.lilbottom{
	margin-bottom:9px;
}

#todos_screenshot{
display: block;
	float: left;
	position:static;
	margin-left:0px;
	left: 0;
	padding-left: 0;
}


.smallerClass{
  color: blue;  
  font-size:11px;
}
.typedText{
    
  font-family: 'Courier New',Courier,monospace;
  font-weight: bolder;
}



/*--------------------------- planner -------------------------------*/
