#divIssue #cmbProject { border-width: 0; }
#divIssue #liWelcome { vertical-align: top; }

#divList {
  position: absolute;
  top: 69px;
  bottom: 28px;
  left: 0;
  right: 0;
  overflow: hidden; }
#divList #tblContent tr:hover { background-color: #f5f5f5; }
#divList table { width: 100%; table-layout: fixed; }
#divList table label { color: #396AA4; cursor: pointer; }
#divList table td {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('bindings.xml#ellipsis');		/* see: http://deepubalan.com/blog/2010/11/27/text-overflow-css3-property-explained-pure-css-solution-to-get-ellipsis/ */
  overflow: hidden; }

#divList .tdCol1 { width: 100px; }
#divList .tdCol2 { width: 110px; }
#divList .tdCol3 { width: 90px; }
#divList .tdCol4 { width: 90px; }
#divList .tdCol5 { width: 200px; }
#divList .tdCol6 { text-align: left; }

#divList .Content .tdCol2 { text-align: center; font-weight: bold; color: #fff; border: 1px solid #ccc; border-radius: 0.5em; text-shadow: 0px 0px 5px #000; }
#divList .Content .tdCol3 { text-align: center; }
#divList .Content .tdCol4 { text-align: center; }
#divList .Content .tdCol5 { text-align: center; }

.enhancement { background-color: #76A7DC; }
.modification { background-color: #CCC; }
.trivial { background-color: #B1C9CB; }
.minor { background-color: #BADFBE; }
.mediocre { background-color: #D9EAC6; }
.major { background-color: #F8F7C9; }
.critical { background-color: #FAB9A5; }
.blocker { background-color: #F37581; }

