.blue_header_bar {
        margin: 0pt 0pt 10px;
        padding: 4px 14px;
        line-height: 100%;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em 2em 2em 2em;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
        -moz-box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.4);
        background: #afcfff; /* for non-css3 browsers */
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B82C3', endColorstr='#E0E6F4'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#4B82C3), to(#E0E6F4)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #4B82C3, #E0E6F4); /* for firefox 3.6+ */
}

.blue_header_plain {
        margin-bottom: 10px;
        padding: 4px 8px;
        line-height: 100%;
        -webkit-border-radius: 2em;
        -moz-border-radius: 1em;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
        -moz-box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.4);
}

.section_header_profile {
        background-image: url('/images/profiles_580x35px.png');
        width: 555px;
        height: 32px;
        margin: 0px 0px 10px;
        padding: 4px 14px;
        font-family: arial;
}

.section_header_profile_wide {
        background-image: url('/images/profiles_852x34px.png');
        width: 830px;
        height: 32px;
        margin: 0px 0px 10px;
        padding: 4px 14px;
        font-family: arial;
}

#vol_projects {
  vertical-align:top;
}

.vol_project_item {
  display:inline-block;
  *zoom:1;
  *display:inline;
  border: 2px solid #F5BC7E;
  margin:0px 10px 30px;
  width:104px;
  height:130px;
  padding:2px;
  vertical-align:top;
  overflow:hidden;
  text-align:center;
  background-color:#9bb9f1;
  border-radius: 5px;
  -webkit-border-radius:5px;
}

.vol_project_item:hover {
  border-color:#4b82c3;
}

.vol_project_small_image {
  border-radius:5px;
  border-color:#9bb9f1;
  width:100px;
  height:100px;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  line-height:100px;
  position:relative;
}

.vol_project_small_image img {
  vertical-align:middle;
  line-height:100px;
  border-radius:5px;
  -webkit-border-radius:5px;
  border-color:#9bb9f1;
}

.vol_project_small_title {
  width:105px;
  height:30px;
  text-align:center;
  overflow:hidden;
  font-size:10px;
  vertical-align:top;
  position:relative;
  top:0px;
}

.volunteer_compact {
  background-color:#9bb9f1;
  border: 2px solid #f5bc7e;
  border-radius:5px;
  -webkit-border-radius:5px;
  position:relative;
  padding:15px 5px;
  margin-bottom:20px;
}

.volunteer_compact .compact_contact {
  display:none;
}

.volunteer_compact .compact_left {
  float:left;
  margin-right:10px;
}

.volunteer_compact .compact_picture {
  width:100px;
  height:100px;
  border-radius:5px;
  border-color:#9bb9f1;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  line-height:100px;
  position:relative;
}

.volunteer_compact .compact_picture img {
  vertical-align:middle;
  line-height:100px;
  border-radius:5px;
  -webkit-border-radius:5px;
  /border-color:#9bb9f1;*/
}



.volunteer_compact .clearfix {
  clear:both;
  height:1px;
  line-height:1px;
  overflow:hidden;
}

table#p1 td {
  line-height:1.5em;
}

table#p1 img {
  border-radius:5px;
  -webkit-border-radius:5px;
}

td.blue_header_plain {
  border-radius:5px;
  -webkit-border-radius:5px;
}