#list .list-line-even {
  background:   #dee0e3;
}

#list .list-line-odd {
  background:   #dbe5ef;
}
body { background-color: #B76EDB; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}
h1{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   20px;
}
.description {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   11px;
}
.description_white {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   11px;
  color:#FFFFFF;
}

.style3 {font-size: 12px}
.style4 {color: #FFFFFF}

table{
	text-align: left;
}
image {
	border:none;
}
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}
a { color: #000; }
a:visited { color: #000; }
a:hover { color: #000;}

a.white { color: #ffffff; font-weight:bold; text-decoration:none}
a.white:visited { color: #ffffff; font-weight:bold; text-decoration:none}
a.white:hover { color: #ffffff; font-weight:bold; text-decoration:underline}

a.whitesmall { color: #ffffff; text-decoration:underline}
a.whitesmall:visited { color: #ffffff; text-decoration:underline}
a.whitesmall:hover { color: #ffffff; text-decoration:underline}

a.blue { color:#0000CC; text-decoration:underline}
a.blue:visited { color: #0000CC; text-decoration:underline}
a.blue:hover { color: #0000CC; text-decoration:underline}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  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: #c00;
  color: #fff;
}

.errorExplanation {
  padding-top:10px;
  color: #b76edb;
  margin-bottom: 0;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
table.items {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #ccc #ccc #ccc #ccc;
	border-collapse: separate;
	background-color: white;
}
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%;
}