        
          .rav_project {
            margin-bottom: 5px;
          }
          
          .rav_project a.rav_title {
            font-size: 1.1em;
          }
          
          .rav_project .rav_progress_text {
            position: relative;
            text-align: center;
	    font-size: 1.1em;
	    font-weight: bold;
       }
        
          .rav_project .rav_progress_bar_wrapper {
            border: 1px solid #eee;
            margin-top: 2px;
            margin-left: auto; 
            margin-right: auto;
          } 
        
          .rav_project .rav_progress_bar { 
            position: relative;
            padding: 1px;
            border-left: 1px solid #aaa;
            border-top: 1px solid #aaa;
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            background-color: #515151;
 	    color: #c2c2c2;
            }
        
          .rav_project .rav_progress_bar .rav_progress_filled { 
            position: absolute;
          }
          
          .rav_project .rav_photo_link {
            margin-bottom: 5px;
            display: block;
            width: 102px;
            height: 102px;
            margin-left: 1px;
            margin-top: 5px;
            border: 1px solid #cccccc;
            margin-left: auto; 
            margin-right: auto; 
          }        
          .rav_project .rav_photo_link img {
            width: 100px;
            height: 100px;
            border: 1px solid #ffffff;
          }
          
          .rav_project_with_photos {
            margin-bottom: 20px;
          }
          