body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #1a72fe; 
text-decoration: none;}
a:visited { color: #1a72fe; 
text-decoration: none;}
a:hover { color: #fff; background-color:#000; 
font-weight: normal;}

.fieldWithErrors {

}

#errorExplanation {
  border: 2px solid blue;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: blue;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
  width: 300px;
  margin-left: -50px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

div.content{
    padding-left: 20px;
    
}

div.memoCategory{
    background-color: #c1e2fe;
    font-size: 24px;
    font-weight: bold;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #025e0e;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #9b9999;
    border-left-color: #9b9999;
    border-bottom-color: #9b9999;
    border-top-color: #9b9999;
    
}

div.memoGroup{
    margin-left: 60px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 4px;
    color: #363636;
    
}
div.memoTitle{
    margin-left: 100px;
    
}
div.smallfont{
    float: left;
    font-size: 8px;    
    margin-left: 90px;
}