/* nagbot.20100105_091348.css file
 * vim: ts=2 et foldmethod=marker
 */

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

div.debug {
  background-color: red;
}

.description {
  /*min-width: 20em;*/
}

#notifications {
  background-color: #f0e68c;
  display: none;
  overflow: hidden;
  padding: 0.5em;
  padding-right: 0;
}

#todo_items_table {
  border: 3px solid #edf3fe;
  z-index: 0;
}

.itemactions {
  display: none;
	font-size: 0.8em;
	color: blue;
  /*cursor: pointer;*/
}

.item_hovering {
  border: solid black !important;
  background-color: #c8c8c8 !important;
}
.item_hovering .itemactions {
  display: inline;
}

.item td {
  vertical-align: top;
}

tr.itemcomplete td {
  text-decoration: line-through;
}


td.nowrap {
  white-space: nowrap;
}

span.addtag {
  display: none;
}

tr.item:hover span.addtag {
  display: inline;
}

tr.newitem {
  background-color: yellow;
}

h1 {
}

.editbox {
  display: none;
}

input.editname {
  width: 40em;
}

div#intro_col1 {
  float: left;
  width: 210px;
  padding: 10px;
  }
div#intro_col2 {
  float: left;
  width: 240px;
  padding: 10px;
  }
div#intro_col3 {
  float: left;
  width: 240px;
  padding: 10px;
  }

div#disclaimers {
  clear: both;
  text-align: center;
  color: #a0a0a0;
}

div#disclaimers a:link,
div#disclaimers a:visited {
  color: #a0a0a0;
}

div#usertools {
  float: right;
  margin-top: 1em;
  margin-right: 2em;
  }

a img {
  border: none;
  }

div#intropage {
  font-family: arial;
  width: 800px;
  }

div#intropage h1 {
  font-size: 1.5em;
  }

div#loginlogo {
  text-align: center;
  }

.smaller {
  font-size: 70%;
  }

div#advancedadd {
  display: none;
  }
div.itemnote {
  display: none;
  }

#tabarea {
  float: left;
  width: 8em;
  font-size: 0.8em;
}

div#tabarea ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0.25em;
}

div#tabarea h1 {
  margin-bottom: 0;
  font-size: 1.0em;
  font-weight: bold;
}

div.tab {
  border: 1px solid #a4a4a4;
}

div#centerarea {
  margin-top: 1.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

span.tags {
  font-size: 0.7em;
  font-family: tahoma;
}

span.tags a {
  text-decoration: none;
  color: #009933;
}

#quickaddarea {
  border: 4px solid #4682B4; /* steelblue */
  background: #B0C4DE; /* lightsteelblue */
  display: none;
  position: absolute;
  /*position: fixed;*/
  /*top: 10em;*/
  z-index: 3000;
  margin-left: 1em;
  padding: 1em;
  width: 30em;
}

.urgent {
  color: #cc3333;
}

.duedate {
  width: 6em;
}

.duedate input {
  width: 6em;
}

table.zebra tr.odd {
  background-color: #edf3fe;
	}
table.zebra tr.even {
  background-color: #fff;
	}
