body {
  margin: 0px;
  background-color: #003300;
}

body, td, p {
  font-family: verdana;
  font-size: 11px;
  color: #003300;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover { 
	color: black;
	text-decoration: none;
}

img {
  border: 0px;
}

form {
  margin: 0px;
  padding: 0px;
}

select, input, textarea {
  font-family: tahoma, arial, helvetica;
  color: #000099;
  font-size: 11px;
}

h1 {
  font-weight: bold;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #003300;
}

.formTable td {
  background-color: #F5F5EB;
}

.highlight {
  color: #990000;
}

.optionList ul {
  margin-top: 5px;
  margin-bottom: 20px;
}

.sidePanel {
  background-color: #F8F7EF;
  padding: 10px;
}

.sidePanel p {
  margin: 10px 0 10px 0;
  font-size: 10px;
}

.claimPicture {
  border: #E2E2CB 1px solid;
  cursor: pointer;
  width: 125px;
}

.claimPictureOver {
  border: #E2E2CB 1px solid;
  cursor: pointer;
  width: 125px;
  background-color: #E2E2CB;
}

.claimPictureLink {
  padding: 10px 5px 10px 5px;
  font-weight: bold;
  font-size: 10px;
}

.small {
  font-size: 10px;
}

.item {
  border-top: #606030 1px solid; 
  margin-bottom: 15px;
}

.item p {
  color: #669966;
  margin: 5px 0 10px 0;
}

.item h1 {
  font-weight: bold;
  font-size: 12px;
  margin: 5px 0 15px 0;
}

/* links */
.fileLinks {
  margin-left:15px;
}

.fileLinks .pdf {
  padding: 2px 0 5px 20px;
  background-image: url(/images/file_icons/pdf.gif);
  background-repeat: no-repeat;
}

.fileLinks .xls {
  padding: 2px 0 5px 20px;
  background-image: url(/images/file_icons/xls.gif);
  background-repeat: no-repeat;
}

.fileLinks .doc {
  padding: 2px 0 5px 20px;
  background-image: url(/images/file_icons/doc.gif);
  background-repeat: no-repeat;
}

.fileLinks .xml {
  padding: 2px 0 5px 20px;
  background-image: url(/images/file_icons/xml.gif);
  background-repeat: no-repeat;
}

.fileLinks .other {
  padding: 2px 0 5px 20px;
  background-image: url(/images/file_icons/other.gif);
  background-position: 3px 0;
  background-repeat: no-repeat;
}


/* uploads */
.uploads {}

.uploads .section {
  padding: 2px 0 5px 22px;
  background-image: url(/images/file_icons/xml.gif);
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.uploads .section .title {
  color: #003300;
  font-size: 12px;
  font-weight: bold;
}

.uploads .section p {
  color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
}

.uploads .section form.buttons {
  margin-top: 10px;
}

.uploads .section form.buttons input {
  margin-right: 10px;
  padding: 2px 0 2px 0;
}


/* upload progress meter */
#progress-box {
  margin-top: 10px;
  margin-bottom: 10px;
  border: #F0F0F0 1px solid;
  padding: 10px;
}

#progress-box .bar-container {
  border: #666666 1px solid;
  padding: 2px;
}

#progress-box .bar-container .bar {
  text-align: right;
  padding-top: 4px;
  padding-right: 4px;
  height: 20px;
  background-color: #FF6600;
  color: white;
  font-size: 9px;
  width: 0%;
}

#progress-box .message {
  text-align: center;
  margin-top: 10px;
  color: #666666;
  font-weight: bold;
}

#progress-error {
  text-align: center;
  font-weight: bold;
  color: red;
  margin-top: 10px;
  margin-bottom: 20px;
}