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

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

a, a:link, a:visited {
  color: #507ec0;
  text-decoration: none;
}

.fieldWithErrors {
  border: 2px solid red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #c00;
  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 -7px 0;
  background-color: #c00;
  color: #fff;
}

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

#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%;
}

td {
  vertical-align:top;
  padding-top:1em;
}

ul {
  padding-top:0;
  margin-top:0;
}

.project, .header {
  margin-left: -0.5em;
}

.project {
  background-position: bottom;
  background-repeat: repeat-x;
}

.header {
  background-image: url(/images/top_gradient.png);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.header, .project, .footer {
  border-color:#999;
  border-width:thin;
}

.header {
  border-bottom-style:solid;
}

.project {
  border-bottom-style:dashed;
}

img {
  border-style: none;
}

.project_name {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom:5px;
}

.logo, .logo a {
  font-size:20px;
  font-family:monospace;
  color:#555;
  font-weight:bold;
}

p {
  margin-top:0;
  padding-top:0;
  padding-bottom:0.5em;
}

td, th {
  padding:0.5em 2em 0.5em 0;
  margin:0 0 0 0; 
  text-align: left;
}

.odd {
  background:#eee;
}

table {
  border-collapse: collapse;
  border: 0;  
}

table ul, table .project_status {
  padding-left:20px;
}

.project_status, .status, .hint {
  color:#666666;
  font-size:90%;
}

.status, .hint {
  font-size:11px;
}

.hint {
  display:block;
}

.project_status .error {
  color:#cc0000;
}

.welcome {
  color: #999;
}

.sign_in {
  text-align:right; 
}

.sign_in, .menu, .menu td {
  font-size:11px;    
}

.header td, .menu, .menu td, .project td {
}

.project td {
  padding-top:0;
}

.sign_in span {
  padding-right: 0.8em;
}

.header table, .footer table {
  width:100%;
}

.footer {
  margin-top:1em;
  border-color:#ccc;
  border-top-style:solid;  
}

.menu th {
  width: 5%;  
  white-space:nowrap;
}

.menu th, .menu .separator {
  color: #999;  
}

td .separator {
  padding:2px;
}

.notice {
  color:green;
}

.warn {
  color:brown;
}

.error {
  color: red;
}

a {
  padding:0;
}

div.title {
  font-size:2em;
  padding-bottom:0.5em;
}

.commits.title {
  padding-bottom:0em;
}

.status_contents div {
  padding-bottom: 0.5em;
}

.cloud a {
  white-space:nowrap;
}

div.rss_link {
  padding-bottom:5px;
}

.copyright {
  color: #777;    
}

.mandatory {
  font-weight:bold;
  color: #cc0000;
  font-size: 13px;
}

.project_fields fieldset {
  width:18em;
}

.project_list_field {
  padding-top:10px;
}

td p {
  margin:0;
}

strong.highlight, strong.highlight a {
  color:#cc0000;
  background:#ffff66
}

.search_item a{
  margin: 0 2em 0 0;
}

.search li {
  display:inline;
/*  disable because it makes resulting projects list one (sometimes long) row 
  white-space:nowrap; */
}

.commit_descriptions .search li {
  display:block;
  border-bottom:1px solid #999;
  white-space:normal;
  padding:0.5em 0 0.5em 0;
}

tr.color{
  background:#ffffe7;
}

#description {
  width: 750px;
  /* background-color: #eee; */
  padding: 10px;
  font-size: 11px;
  border: 1px dashed #999;
  margin-bottom: 2em;
}

label {
  font-weight: bold;
}

.search tbody tr {
  border-top: 1px solid #999;	
}

.search tr.field {
  border-top: 1px dashed #999;
}

table.search {
  border-bottom: 1px solid #999;	
}

.project_fields div.project_name, .project_fields div.extended_props {
    margin-bottom: 0.5em;
}

div.project_image {
    float:right;
    margin-top: 0.5em;
    margin-right: 5em;
}