table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

.list{
  cursor: pointer; 
  margin: 0px;
}

.text {
text-decoration: none;
color: black;
}

.header{
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px;
  margin: 0px;
  text-align: center;
  }

.title a{
  font-size: 11px;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  background-color:#eee;
  color:#666666;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.cell{
  padding-left: 2px;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: black;
  text-decoration: none;
}
.cellgrid{
  padding-left: 2px;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: black;
  text-decoration: none;
}

.celljustify{
  padding-left: 2px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  color: black;  
}


.content{
  padding: 20px;
  border: 1px solid grey;
  margin: 20px;
  }


.customHeader{
  margin: 10px auto;
  padding-top: 20px;
  width: 80%;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}


.customFooter{
  color: #000000;
  font-size: 12px;
  padding-top: 5px;
  padding-right: 100px;
  padding-bottom: 5px;
  text-align: right;
}

.pagination, .pagination a{
  color: black;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
}


body {
  margin: 0 auto;
  padding: 0;
  font: .7em/1.4em Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
  background: #fff;
}
form {
  margin: 10px auto;
  width: 80%;
}
label {
  display: block;
  float: left;
}

.helper {
  display: none;
}
.req {
  color: red;
}
.req_line {
  margin: 0 auto 20px auto;
  width: 80%;
}
.u {
  text-decoration: underline;
}




form.theme {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #f6f6f6;
}
.theme td {
  vertical-align: top;
  padding-right: 15px;
}
.theme label {
  width: 180px;
  padding: 2px 0 2px 20px;
  clear: both;
}
.theme label.inline {
  display: inline;
  float: none;
  width: auto;
  padding: 0;
  clear: none;
}
.theme .fieldCell,
.theme .fieldAlert {
  margin-left: 200px;
  vertical-align: middle;
  padding: 1px 0;
}
.theme .group {
  background: #DDF5FF;
  padding: 1px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.theme .group2 {
  background: #333; color: #fff;
}
.theme .group2 a {
  color: #f6f6f6;
}
.theme .fieldRow {
  padding: 1px 0;
}
.theme .fieldAlert td {
  background: #FCFFBC;
}
.theme .failed input,
.theme .failed select {
  background: #FCFFBC;
}
.theme .alertmsg {
  color: red;
}
.theme .helper {
  color: #666;
  padding: 5px 0;
  background: transparent;
}
.theme .group .fieldRow {
  margin: 5px 0;
}
.theme .alert_header {
  font-weight: bold;
  padding: 5px 15px;
  color: #0000C9;
  background: #FFDCDB;
}
.theme noscript {
  color: #000;
  margin: 3px 10px;
  border-bottom: 1px solid #999;
}