/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  .dhtmlselect { 
    width: 190px;
    position: relative;
    top:0px;
    z-index:-1;
    padding-right:3px;
 }

  .dhtmlselect .dhtml_input {
	position:absolute;
    left:0px;
	width:170px;
    height: 20px;
    border: 1px solid #1E88BC;
    text-indent: 3px;
    color: #051C43;
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: left;
    z-index:-1;
	cursor:pointer;
    cursor:hand;
    }

  .dhtmlselect .downimage {
  	float:right;
    right: 0px;
    left:0px;
	width:20px;
	z-index:20;
	cursor:pointer;
    cursor:hand;
	* position: relative;
    }

  .dhtmlselect .dropdown { 

    position: absolute;
    float:right;
    border-style: solid;
    border-color: #1E88BC;
    border-width: 1px 1px 1px 1px;
    background-color: #FFFFFF;
    left: 0px;
    top:20px;
    width: 190px;
    display: none;
    z-index: 999999;
    text-align: left;
    font-weight: normal;
    color: #051C43;
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;

    }

  .dhtmlselect .dropdown a { 
    padding: 1px;
    background: #FFFFFF none repeat scroll 0% 50%;
    width: auto;
    display: block;
    text-indent: 5px;
    text-decoration: none;
    font-weight: normal;
     color: #051C43;
    cursor:pointer;
    cursor:hand;
    }

  * html .dhtmlselect .dropdown a { width: 100%;
    }

  .dhtmlselect .dropdown a:hover { 
			font-weight: bold;
    }

