/* -- reset layout -- */

#main {
  float: none;

  width: 908px; /* 940 - (16 * 2) */

  background-color: #fff;
  color: #300;
}


#main-content h2 {
  padding: 4px 4px 4px 28px;

  color: #248012;
  border-bottom: 4px solid #248012;

  font-weight: bold;
  font-size: 1.1em;

  background: transparent url(../img/main/h2_icon.jpg) no-repeat left center;
}

#howtolend {
  position: relative;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
#howtolend a {
  position: absolute;
  top: -70px;
  right: -35px;
  width: 160px;
  height: 80px;
  text-indent: -9999px;
}
#howtolend a:link {
  background: transparent url(../img/entrepreneurs/help.gif) no-repeat right bottom;
}
#howtolend a:visited {
  background: transparent url(../img/entrepreneurs/help.gif) no-repeat right bottom;
}
#howtolend a:hover {
  background: transparent url(../img/entrepreneurs/help_hover.gif) no-repeat right bottom;
}
#howtolend a:active {
  background: transparent url(../img/entrepreneurs/help_hover.gif) no-repeat right bottom;
}

#screen-wrapper {
  text-align: center;
}

#screen {
  border: 1px solid gray;
  width: 808px;
  height: 75px;
  margin: 20px auto;
}

/* -- EtList style copied from css/style.css -- */

/*** EtList style ***/
#et-list {
}

#et-list table {
  width:850px;
  border:0px;
  border-collapse: collapse;
  font-size: 100%;
  /*background-color:#fff;*/
  /*margin-top:5px;*/
}
#et-list-selecter {
  background: #D9ECB0 url(../img/entrepreneurs/selecter_bg.gif) repeat-x bottom left;
}
#et-list-selecter th {
  border-top: 1px solid #A0D046;
}
#et-list-selecter th select {
  margin: 6px 0 6px 4px;
}
#et-list-selecter th.area select {
  margin-left: 6px;
}
#et-list-selecter th.name select {
  margin-left: 8px
}

#et-list-selecter th.area { width: 210px; }
#et-list-selecter th.name { width: 330px; }
#et-list-selecter th.grouping { width: 180px; }
#et-list-selecter th.need { width: 130px; }


#et-list table .date {
  width: 70px;
}
#et-list table .country {
  width: 130px;
  font-size:80%;
}
#et-list table .name {
  width: 330px;
  /*padding:1px 5px;*/
}
#et-list table .male {
  background: transparent url(../img/entrepreneurs/gender-male.gif) no-repeat left center;
  padding-left:30px;
}
#et-list table .female {
  background: transparent url(../img/entrepreneurs/gender-female.gif) no-repeat left center;
  padding-left:30px;
}
#et-list table .other {
  background: transparent url(../img/entrepreneurs/gender-group.gif) no-repeat left center;
  padding-left:30px;
}
#et-list table .grouping {
  width: 160px;
}
#et-list table .translation {
/*
  width: 80px;
*/
  margin-left:30px;
}

#elist {
  table-layout: fixed;
}
#elist td { 
  padding: 6px 0;
}
#elist td.date { 
  padding: 6px 0 6px 6px;
}

#et-list table .odd {
  width:850px;  
  background-color: #f2f2f2;
}

#et-list table .even {
  width:850px;
  background-color: #fff;
}

/* -- progress bar -- */
.p_box {
  float: left;
  width: 20px;
  border: 1px solid #bbb;
  margin: 3px 8px 0 0;
}
.p_brd {
  border: 1px solid #fff;
  background-color: #bbb;
}
.p_bar {
  background-color: #248012;
  height: 6px;
  font-size: 1px;
  line-height: 6px;
}
/* only for Mac IE 5 begin \*//*/
.progress-box {
  display: none;
}
/* only for Mac IE 5 end */ 


