@charset "UTF-8";
/* CSS Document */

.navigationText {
	line-height:20px;
	vertical-align:middle;
	color: #7FA1B6;
	text-align: center;
	font-weight: bold;
	word-spacing: 5px;
	}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0099CC;
}
.footerText {
	font-size: 9px;
	color: #999999;
	line-height: 14px;
}

a:active {
	color: #990000;
}

.plainText {
	margin-left: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}

table {
  border: 1px solid black;
  border-spacing: 0px;
  font-size: 1px;
  width: 100%;
  table-layout: fixed;
}
table th, table.sortable th a:link, 
          table.sortable th a:visited 
          {
  background-color: #164473;
  color: white;
}
table.sortable th a:hover {
  color: #eee;
}

table.sortable th a img {
  border: 0;
}

table td {
  padding: 2px;
  border: 1px solid #fff;
}
td {
  overflow: hidden;
	vertical-align: top;
  white-space: nowrap;
}
tr.odd {
  background: #ddd;
}
tr.even{
  background: #eee;
}
.released{
  font-weight: red;
}
.pending{
}
