﻿html, body {
  margin: 0;
  padding: 0;
  border: 0;  
}

body { 
	background-color: #000;
	font-family: Arial, Verdana;
	margin-top: 1em; 
	margin-left: auto;
  	margin-right: auto;
}

p {
	padding: 0 20px 0 20px;
	font-family: Arial, Verdana;
	font-size: 0.9em;
	text-align: center;
}


a {	
	text-decoration: none; 
	font-weight: normal;
	color: #000;
}


a:hover { color:#06f; text-decoration: none;}


menu a {font-weight: bold;
	font-size: 1em;
	text-align: center; }




h1 {font-weight: bold 1em;}
h2 {font-weight: 0.9em; }
h3 {font-weight: 0.8em;  text-align:left; }
h4 {text-indent: 20px;
	text-align: left;
}
h5 {text-align: center; font-weight: 0.7em; }
h6 {font-weight: bold;
	font-size: 1em;
	text-align: left;
	text-decoration: underline; }
	
menu a {font-weight: bold;
	font-size: 1em;
	text-align: left;
	text-decoration: underline;
	border: 1px #06f; }
	

ul {
  margin-left:5em;
  padding-left:1em; }
  
 
#sortable_list{
	list-style: none; 
	margin: 0;
	padding: 0;
	font: .9em Arial, Helvetica, sans-serif;  }
	
#sortable_list li.header div{
	background-color: #fff;
	font-weight: bold;
	cursor:default; }
	
#sortable_list li div{
	display: block;
	float: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 3px 5px; }
  
#sortable_list li div.listitem_date{width: 150px; border-left: 1px solid #ccc; }
#sortable_list li div.listitem_task{width:153px; 
border-left: 1px solid #ccc; }
#sortable_list li div.listitem_assigned{width: 178px; }
	

#header {
  	background-image: url('IMG/logo_top.gif'); 
  	background-repeat: no-repeat;  
  	background-position:right top;
  	height: 70px;
  	width: 780px;
  	margin: auto;
	vertical-align:baseline;

}
	
	
#nav {
	width: 750px;
	background-color: #666;
	margin: 0 auto;
	border-top: solid #06F medium;
	text-align: center;
	padding: .8em;
}

#nav a {	
	text-decoration: none; 
	font-weight: bold;
	color: #fff;
}

#nav a:hover { color:#000; text-decoration: none;}



#content {
  	width: 774px;
  	margin:auto;
  	margin-top: .8em;
  	background-color:#fff;
	text-align: left;
	color: #666;
}

#footer {
	border-bottom: medium #06F solid;
	width: 780px;
	margin: auto;
	font-weight: bold;
	color: #fff;
	vertical-align: baseline;
	text-align: center;
}

#footer a {
	color:blue;
	hover-color:#fff; 
	text-decoration: none;}
	
}


