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

.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: Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-left: 75px;
	background-repeat: repeat-y;
	background-image: url(http://www.mytodos.com/images/notepaper3.gif);
	width: 600px;
	line-height: 1.3;
}
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:#AADDFF;
	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: #FFFF99;
	padding: 2px;
	padding-left: 1em;

	color:#000088;
}
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 -------------------------------*/
