/*
  Editor CSS
*/ /

.columnstitle {
  border-bottom: 0px solid #c7c8c9;
  background-color: #f2f1f2;
  
  padding-top: 5px;  
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 5px;
  
  border-top: 1px solid #f6f6f6;
  color: #b5384f ! important;
  height: 21px;
  line-height: 35px ! important;
  font-weight: bold;
  padding-left: 10px;
}

.item-page h2 {
    background-color: #F2F1F2;
    color: #59595B;
    font-size: 15px;
    line-height: 32px;
    padding-left: 10px;
    border-bottom: 1px solid #C7C8C9;
}

#main h3 {
    color: #0d795a;
    font-size: 15px;
    line-height: 20px;
    padding-left: 0px;
}

.smalltxt {
  font-size: 10px;
}

.item-page .greentxt, #rsblog .greentxt  {
  color: #0d795a;
  font-weight: bold;
}

.greybox {
  background-color:#f1f1f2;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
    padding-bottom: 3px;
    margin-bottom: 10px;
/*    margin-left: -15px; */
  }
  
.paddingstyle {
  padding-left: 15px;
  }


.greenbox {
  background-color:#ebf3ec;
  padding-top: 1px;
  padding-left: 15px;
    padding-right: 3px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;

}

#main ul {
  margin-top: 0px;
  margin-left: 0px;
  list-style-image: url('http://www.efmd.org/templates/efmd/images/bullet_custom_grey.png');
}

.greybox p {
  margin:  0;
}

#main a:link {
  text-decoration: none;
  color:#b12b43;     
} 

#main a:visited {
  text-decoration: none;
  color:#4c2866;     
} 

.titlewho {
    color: #0d795a;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #C7C8C9;
    clear: left;
    height: 20px;
    line-height: 30px;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-left: 10px;
}

.spacer {
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 633px
}

#main .evtati {
  background-color:#F2F1F2;
  padding:5px;
  border-bottom: 1px solid #C7C8C9;
}

/*
  Types of Membership
*/


.content_membership
{
  float: left;
  margin-right: 10px;
  width: 31%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url('http://www.efmd.org/templates/efmd/css/ie/PIE.htc');
  height: 600px;
  background-color: #f4f4f4;
  border: 1px solid #9d9d9d;
  margin-bottom: 20px;
  margin-top: 20px;
}

.content_membership_title
{
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  behavior: url('http://www.efmd.org/templates/efmd/css/ie/PIE.htc');
  border-bottom: 1px solid #a9a9a9;
  background-color: #dedede;
  font-size: 16px;
  height: 40px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.content_membership_title b
{
  display: block;
}

.content_membership_red
{
 color: #e03042;
}

.content_membership_green
{
 color: #308f54;
}

.content_membership_blue
{
 color: #64b2bb;
}

.content_membership_title b
{
  font-size: 20px;
}

.content_membership_content
{
  height: 500px;
  padding: 5px;
}

.content_membership_footer
{
  height: 50px;
  margin-bottom: 20px;
  padding: 5px;
  padding-top: 10px;
  color: white;
  font-weight: bold;
  padding-left: 15px;
}

.content_membership_footer_green
{
  background-color: #1e8547;
}

.content_membership_footer_red
{
  background-color: #e62e43;
}

.content_membership_footer_blue
{
  background-color: #0083a0;
}

.rsfl_toolbar td {font-size: 12px}

#rsfl_files_table th, td {font-size: 12px}

.rsfiles_download, rsfiles_details, rsfiles_description {font-size: 12px}

/*
.article_901 #main h1 {font-size: 16px}
.article_ #main h1 {font-size: 16px}
*/

[class*='article_'] #main h1 {font-size: 16px}

#right #login-form {font-size: 12px}

#right #login-form #modlgn-username, #modlgn-passwd 
  {
    font-size: 12px;
    display: block;
  }
  

  
.efmdcontact 
  {
    
  height: 210px;  

  }
  
.customtitle.tweets
  {
  color: white !important;
  background-color: #2DAAE1 !important;
  }

.rTable, .gTable {
  display: table;
  width: 100%;
  }
  
.rTableRow, .gTableRow {
  display: table-row;
  } 

.rTableHeading, .gTableHeading {
  display: table-header-group;
  background-color: #ddd;
  font-weight: bold; 
  } 
  
.rTableCell, .rTableHead {
  display: table-cell;
  
  border: 0px solid #999999;
  }

.gTableCell, .gTableHead {
  display: table-cell;
  vertical-align: middle;
  border: 0px solid #999999;
  }

.rTableFoot {
  display: table-footer-group;
  font-weight: bold;
  background-color: #ddd;
  }

.rTableBody, .gTableBody {
  display: table-row-group;
  }

.TableIMAGE {
  border: 10px solid #D5D5D5;
  margin-bottom: 5px;
  }

.gTableImage {
  border: 0px solid #D5D5D5;
  vertical-align: middle;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
  }

#blogfix {
  background-color: #58595a;
  color: white; 
  line-height: 30px;
  padding-left: 10px;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  width: 68%;
}
