body {
  background-color:#fff;
  font-family:arial,helvetica;
  font-size:12px;
  color:#666;
  margin:0px;
}
a {
  font-size:12px;
  color:#57b;
  text-decoration:none;
}
a.smRemove {
  font-size:10px;
  padding-left:15px;
}
.topMenuLink {
  font-size:12px;
  color:#999;
  text-decoration:none;
  padding:0px 5px;
}
div#topHeader {
  background-color:#fff;
  text-align: center;
  padding-bottom:4px;
  border-bottom: 2px solid #57b;
}
table#topLine {
  width: 920px;
  background-color:#fff;
  padding: 10px 10px 0px 10px;
  border-bottom: 1px solid #57b;
}
td#topTitle {
  font-size:22px;
  vertical-align: bottom;
  width:170px;
}
td#subTitle {
  font-size:16px;
  vertical-align: bottom;
  width:380px;
  padding-left: 10px;
}
td#topMenu {
  vertical-align: bottom;
  width:380px;
}
div#mainBody {
  background-color:#eee;
  width:920px;
  margin: 0 auto;
  border-bottom: 1px solid #57b;
}
div#leftNav {
background-color: inherit;
  float:left;
  width:160px;
 padding: 10px;
}
div#content {
background-color: inherit;
  float:left;
  width:719px;
  min-height:300px;
  height:auto;
  padding: 10px;
  border-left: 1px solid #57b;
}
div#content1 {
background-color: inherit;
  float:left;
  width:900px;
  padding: 10px;
}
td#revieweeName {
  font-size:14px;
}
table {
  font-size:12px;
}
table thead {
    font-weight: bold;
}
table#Reviewer3 {
  font-size:12px;
  padding-bottom:10px;
}
table#Reviewer3 td {
  border-bottom: 1px solid #fcc;
  padding-right: 12px;
}

table#Reviewer5 {
  font-size:12px;
  padding-bottom:10px;
}
table#Reviewer5 td {
  border-bottom: 1px solid #fcc;
  padding-right: 12px;
}
table#Reviewer2 {
  font-size:12px;
  padding-bottom:10px;
}
table#Reviewer2 td {
  border-bottom: 1px solid #fcc;
  padding-right: 12px;
}

span#noUp {
  color:#999;
}

#yearList {
  position: relative;
  float: right;
  margin-right:20px;
  display:none;
  width: 36px;
  background-color:#fff;
  border: solid 1px #ccc;
  text-align: right;
  padding:4px;
}

/* Personnel list */
div.plist {
  width:350px;
  float:left;
}
span.plistname {
  width:150px;
  float:left;
}
span.plistreviewee {
  width: 100px;
  float:left;
}
span.plistyear {
  width: 50px;
  float:left;
}
span.plistremove {
  f;pat:left;
}

.reviewee-docs {
  empty-cells:hide;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.reviewee-docs td {
    padding: 3px 7px;
    border-bottom: 1px solid fcc;
}

.letteredit label {
    font-weight: bold;
    display: block;
}

.letteredit textarea {
    width: 100%;
    height: 600px;
}

.download-all {
    text-align: center;
}

/*
 * External Reviewer table
 */
#Reviewer2 .chair-header,
#Reviewer2 .chair-value
{
    display: none;
}

/*
 * From bootstrap
 */

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*
 * letter list
 */

#letter-list td
{
    padding: 0px 5px;
}