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

.exebar a { color: white; text-decoration:none;}
.exebar a:hover { color: gold; }


.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 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%;
}
#table td
 {
    padding: 4px 4px 4px 4px;
 }

/* message box */
#message{border:#82acdc 1px solid;z-index:1000;position:absolute; display:none;background:#fff; bottom:0; right:0; overflow:hidden;}
#message .msgtitlebar{border:1px solid #fff;border-bottom:none;width:100%;height:22px;background:#c8e6f7; color:#444444;font-size:14px;overflow:hidden;color:#1f336b;}
#message_close{float:right;padding:5px 0 5px 0;width:16px;line-height:12px;color:red;font-size:12px;font-weight:bold;text-align:center;cursor:pointer;overflow:hidden;}
#message_close a {background:url(/images/close.gif) no-repeat left center;padding:0 0 0 7px;text-decoration:none;}
#message_close a:hover {background:url(/images/close_over.gif) no-repeat left center;padding:0 0 0 7px;}
#message .msgtitle{padding:0px 0 0px 5px;width:100px;line-height:20px; font-weight:bold;text-align:left;overflow:hidden;}
#message .msg_content_container{height:auto;font-size:12px;}
#message .msg_ok {background:url(/images/success.gif) no-repeat 5px 20px; color:#209201;}
#message .msg_err {background:url(/images/failure.gif) no-repeat 5px 20px; color:#e00404;}
#message_content{margin:0 5px 0 40px;border:#b9c9ef 0px solid;padding:10px 0 10px 5px;font-size:12px;text-align:left;overflow:hidden;}
