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: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

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

.nube1 {font-size: 1.0em;}
.nube2 {font-size: 1.2em;}
.nube3 {font-size: 1.4em;}
.nube4 {font-size: 1.6em;}
.nube5 {font-size: 1.8em;}
.nube6 {font-size: 2.0em;}


/*             styles for the star rater                */    
 .star-rating{
     list-style:none;
     margin: 0px;
     padding:0px;
     width: 150px;
     height: 30px;
     position: relative;
     background: url(/images/star_rating.gif) top left repeat-x;        
 }
 .star-rating li{
     padding:0px;
     margin:0px;
     /*\*/
     float: left;
     /* */
 }
 .star-rating li a{
     display:block;
     width:30px;
     height: 30px;
     text-decoration: none;
     text-indent: -9000px;
     z-index: 20;
     position: absolute;
     padding: 0px;
 }
 .star-rating li a:hover{
     background: url(/images/star_rating.gif) left center;
     z-index: 2;
     left: 0px;
     border:none;
 }
 .star-rating a.one-star{
     left: 0px;
 }
 .star-rating a.one-star:hover{
     width:30px;
 }
 .star-rating a.two-stars{
     left:30px;
 }
 .star-rating a.two-stars:hover{
     width: 60px;
 }
 .star-rating a.three-stars{
     left: 60px;
 }
 .star-rating a.three-stars:hover{
     width: 90px;
 }
 .star-rating a.four-stars{
     left: 90px;
 }    
 .star-rating a.four-stars:hover{
     width: 120px;
 }
 .star-rating a.five-stars{
     left: 120px;
 }
 .star-rating a.five-stars:hover{
     width: 150px;
 }
 .star-rating li.current-rating{
     background: url(/images/star_rating.gif) left bottom;
     position: absolute;
     height: 30px;
     display: block;
     text-indent: -9000px;
     z-index: 1;
 }
