
/* select */
select {
      display: block;
    }
    select.replaced {
      display: none;
    }
	
	.divSelectReplacement{
		margin: 0;
      	padding: 0;
      	width: 162px;
		height:18px;
	  	position:absolute;
		background: url(../images/interface/select.gif) center top no-repeat;
		color:#1a1f4c;
		padding:3px 0 0 13px;
		text-transform:uppercase;
		cursor:pointer;
	}
	
    ul.selectReplacement {
      float:left;
      margin: 21px 0 0 5px;
      padding: 0;
      width: 185px;
	  position:absolute;
	  overflow:auto;;
	  color:#1a1f4c;
	  text-transform:uppercase;
	  z-index:999;
    }
		 ul.selectOpen{height:188px;}
    ul.selectReplacement li {
      cursor: pointer;
      display: none;
      list-style: none;
      margin: 0;
      width: 152px;
      min-height: 16px;
	  line-height:16px;
	  padding-left:10px;
	  padding-right:2px;
	  border-bottom:1px solid #C9CCCC;
    }
    ul.selectOpen li {
	  padding-left:9px;
	  padding-right:1px;
      display: block;
	  background:#fff;
	  border-bottom:1px solid #C9CCCC;
	  border-left:1px solid #C9CCCC;
	  border-right:1px solid #C9CCCC;
    }
    ul.selectReplacement li.selected{
      color: #1a1f4c;
      display: block;
     /* background: url(../images/interface/select.gif) center top no-repeat;*/
      height: 21px;
	  line-height:21px;
	  border-bottom:none;
    }
    ul.selectOpen li.selected {
	  color:#1a1f4c;
      display: block;
	  background:#fff;
      height: 16px;
	  line-height:16px;
	  border-bottom:1px solid #C9CCCC;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover {
		background:#ddecee;
    }
	ul.selectOpen li.firstElement {
      color: #5a4d4a;
      display: block;
      /*background: url(../images/interface/select.gif) center top no-repeat;*/
      height: 21px;
	  line-height:21px;
	  border-bottom:none;
    }
    #f_agenda_type div{
    	position:relative;
    }
    #f_agenda_type div ul.selectReplacement{
    	left:214px;
    	top:0px;
    }
    #f_agenda_type div input.submitOk{
    	position:absolute;
    	left:400px;
    	top:0px;
    	
    }