html {
position: relative;
}
body {
  margin: 90px 5% 5% 5%;
  padding-bottom: 5%;
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
  font-size: .85em;
}
td.progression p span {
  padding-left: 0;
  color: #efefef;
}
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
th, td {
  padding: 0 .5em;
  border: 1px solid #e0e0e0;
}
th {
  padding: .4em 0;
  font-weight: normal;
  color: #fff;
  background: #000;
}
td h3 {
  margin: .5em 0;
  padding: 0;
}
tr.deadline h3:before {
  content: "! ";
}
tr.deadline p.right,
tr.deadline h3:before
{
  color: #ef3b3b;
}
td p.right {
  text-align: right;
}
tr.deadline td.progression p span {
  background: #ef3b3b;
}
td ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
td ul li {
  margin: .3em 0;
}
td.id,
td.category,
td.assigned,
td.priority,
td.progression {
  text-align: center;
}
td.id {
  font-size: .8em;
}
td.progression p {
  width: 100px;
  font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
  font-size: .9em;
  text-shadow: 1px 1px #1f1f1f;
  line-height: 1.4em;
  color: #fff;
  background: #efefef;
}
td.progression p span {
  display: block;
  text-align: right;
  background: #4f4f4f;
}
fieldset.hasJS {
  z-index: 110;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 470px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -236px;
  border: 2px solid #000;
  background: #fff;
}
fieldset.hasJS label {
  margin-left: .5em;
}
fieldset.hasJS legend,
fieldset.info legend {
  padding: .2em .5em;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  background: #000;
}
fieldset.info {
  margin-top: 2em;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #e0e0e0;  
  background: #fff;
}
#darkside {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: url('../images/bg.png') repeat;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
input[type=button] {
  font-size: 2em;
}
textarea {
  width: 463px;
  height: 200px;
}
#menu {
  text-align: right;
}
#menu a {
  outline: none;
  padding: .2em 1em;
  font-size: 1.5em;
  text-decoration: none;
  border: 1px solid #000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #fff;
  background: #000;
}
#menu a:active,
#menu a:focus {
  color: #000;
  background: #fff;
}
input[type=text] {
  width: 300px;
}
h3 a,
h1 a {
  color: #000;
  text-decoration: none;
}
h3 a:hover,
h3 a:focus,
h1 a:hover,
h1 a:focus {
  padding: 0 .5em;
  color: #fff;
  background: #000;
}
div#rss {
  position: absolute;
  top: 0;
  right: 5%;
}
div#rss p {
  margin: 0;
  padding: 0;
}
div#rss a img {
  border: 0;
}
tr[id]:target {
  background: #e3f3d1;
}
form{margin:0;padding:0;}
fieldset legend{font-size:1.3em;}
fieldset{margin:0;padding:0;border:none;}
fieldset legend{margin:0;padding:.5em 0 .5em 0;}
input[type=submit], input#submit{font-size:2em;}
input[type=text]{width:50%;}
input[type=text], textarea{margin-top:.2em;padding:.3em;font-family:Arial, Helvetica,"Liberation Sans", FreeSans, sans-serif;font-size:.9em;border:1px solid #ccc;border-top-color:#666;color:#959595;}
input[type=text]:focus, textarea:focus{outline:none;border:1px solid #ea9f56;border-top-color:#cc6600;color:#000;}
input[type=radio], input[type=checkbox]{margin-left:1em;}
span{padding-left:15px;color:#959595;font-size:.8em;}
.warning-wrong{background:url('../images/wrong.png') 8px center no-repeat;color:#f2360c;}
.warning-right{background:url('../images/right.png') 8px center no-repeat;color:#779e00;}
.warning-right,.warning-wrong{margin-bottom:15px;padding:5px 10px 5px 35px;text-align:left;}
.warning-right strong,.warning-wrong strong{font-weight:normal;}