/* style do selecta */

/* default style */
div.standard_input{
	height:28px;
	border-bottom:1px solid #aba9a2;
	border-right:1px solid #aba9a2;
	border-top:1px solid #dbdad3;
	border-left:1px solid #dbdad3;
	cursor:pointer;
 }
 
div.standard_a1{background:#fafafa url(../images/form/down.gif) right no-repeat;}
div.standard_a2{background:#fafafa url(../images/form/down_h.gif) right no-repeat;}
div.standard_a3{background:#fafafa url(../images/form/up.gif) right no-repeat; border-top:1px solid #aba9a2; border-left:1px solid #aba9a2}
div.standard_a4{background:#fafafa url(../images/form/up_h.gif) right no-repeat; border-top:1px solid #aba9a2; border-left:1px solid #aba9a2}
div.standard_disabled{
        background:#99978a url(../images/form/dis.gif) right no-repeat;
        border-top:1px solid #a5a394;
        border-left:1px solid #a5a394;
        border-bottom:1px solid #89877b;
        border-right:1px solid #89877b;
}
 
div.standard_input p{color:#4d4c45; font-size:13px; padding:5px 5px 5px 10px}

div.standard_input input{border:0px}	
div.standard_list{position:absolute; background:#fff; z-index:999;
	border:1px solid #acaba4; border-top:0px;
	overflow-y:auto; overflow-x:hidden; margin-top:0px;
	}
div.standard_list ul{padding-bottom:6px; padding-top:6px}
div.standard_list li{list-style:none; padding:5px 5px 5px 10px; color:#4d4c45; font-size:13px; cursor:pointer; border-top:1px solid #fff; border-bottom:1px solid #fff}
div.standard_list li.standard_selected{color:#cc6600; cursor:default; border-color:#cccccc }
div.standard_list li.standard_hover{color:#000; background:#f2f2f2}

/* practice style */
div.practice_input{
	height:28px;
	border-bottom:1px solid #aba9a2;
	border-right:1px solid #aba9a2;
	border-top:1px solid #dbdad3;
	border-left:1px solid #dbdad3;
	cursor:pointer;
 }

div.practice_a1{background:#fafafa url(../images/form/down.gif) right no-repeat;}
div.practice_a2{background:#fafafa url(../images/form/down_h.gif) right no-repeat;}
div.practice_a3{background:#fafafa url(../images/form/up.gif) right no-repeat; border-top:1px solid #aba9a2; border-left:1px solid #aba9a2}
div.practice_a4{background:#fafafa url(../images/form/up_h.gif) right no-repeat; border-top:1px solid #aba9a2; border-left:1px solid #aba9a2}
div.practice_disabled{
        background:#99978a url(../images/form/dis.gif) right no-repeat;
        border-top:1px solid #a5a394;
        border-left:1px solid #a5a394;
        border-bottom:1px solid #89877b;
        border-right:1px solid #89877b;
}

div.practice_input p{color:#4d4c45; font-size:13px; padding:6px 5px 6px 10px}

div.practice_input input{border:0px}
div.practice_list{position:absolute; background:#fff; z-index:999; border:1px solid #acaba4; border-top:0px; overflow-y:auto; overflow-x:hidden}
div.practice_list ul{padding-bottom:6px; padding-top:6px}
div.practice_list li{list-style:none; padding:5px 5px 5px 10px; color:#4d4c45; font-size:13px; height:20px; cursor:pointer; border-top:1px solid #fff; border-bottom:1px solid #fff}
div.practice_list li.practice_selected{color:#cc6600; cursor:default; border-color:#cccccc }
div.practice_list li.practice_hover{color:#000; background:#f2f2f2}

/* boomerang style */
div.boomerang_input{
	height:28px;
	border-bottom:1px solid #808080;
	border-right:1px solid #808080;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
    -moz-border-radius: 3px; -webkit-border-radius: 3px;
	cursor:pointer;
 }

div.boomerang_a1{background:#fafafa url(../images/form/down.gif) right no-repeat;}
div.boomerang_a2{background:#fafafa url(../images/form/down_h.gif) right no-repeat;}
div.boomerang_a3{background:#fafafa url(../images/form/up.gif) right no-repeat; border-top:1px solid #aba9a2; border-left:1px solid #aba9a2}
div.boomerang_a4{background:#fafafa url(../images/form/up_h.gif) right no-repeat; border-top:1px solid #aba9a2; border-left:1px solid #aba9a2}
div.boomerang_disabled{
        background:#99978a url(../images/form/dis.gif) right no-repeat;
        border-top:1px solid #a5a394;
        border-left:1px solid #a5a394;
        border-bottom:1px solid #89877b;
        border-right:1px solid #89877b;
}

div.boomerang_input p{color:#000; font-size:13px; padding:6px 5px 6px 8px}

div.boomerang_input input{border:0px}
div.boomerang_list{
        position:absolute; background:#fff;
        z-index:999;
        border-bottom:1px solid #808080;
        border-right:1px solid #808080;
        border-left:1px solid #b3b3b3;
        border-top:0px;
        overflow-y:auto; overflow-x:hidden; margin-top:0px;
}
div.boomerang_list ul{padding-bottom:6px; padding-top:6px}
div.boomerang_list li{list-style:none; padding:5px 5px 5px 8px; color:#4d4c45; font-size:13px; height:20px; cursor:pointer; border-top:1px solid #fff; border-bottom:1px solid #fff; display:list-item}
div.boomerang_list li.boomerang_selected{color:#004a80; cursor:default; background:#edf8ff }
div.boomerang_list li.boomerang_hover{color:#000; background:#f2f2f2}

/* boomerang column style */
div.column_input{
	height:28px;
	border-bottom:1px solid #808080;
	border-right:1px solid #808080;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	cursor:pointer;
	margin: 9px 0px 0px 14px;
 }

div.column_a1{background:#fafafa url(../images/form/down.gif) right no-repeat;}
div.column_a2{background:#fafafa url(../images/form/down_h.gif) right no-repeat;}
div.column_a3{background:#fafafa url(../images/form/up.gif) right no-repeat; border-top:1px solid #aba9a2; border-left:1px solid #aba9a2}
div.column_a4{background:#fafafa url(../images/form/up_h.gif) right no-repeat; border-top:1px solid #aba9a2; border-left:1px solid #aba9a2}
div.column_disabled{
        background:#99978a url(../images/form/dis.gif) right no-repeat;
        border-top:1px solid #a5a394;
        border-left:1px solid #a5a394;
        border-bottom:1px solid #89877b;
        border-right:1px solid #89877b;
}

div.column_input p{color:#000; font-size:13px; padding:6px 5px 6px 8px}

div.column_input input{border:0px}
div.column_list{
        position:absolute; background:#fff;
        z-index:999;
        border-bottom:1px solid #808080;
        border-right:1px solid #808080;
        border-left:1px solid #b3b3b3;
        border-top:0px;
        overflow-y:auto; overflow-x:hidden;
	margin:0px 0px 0px 14px;
}
div.column_list ul{padding-bottom:6px; padding-top:6px}
div.column_list li{list-style:none; padding:5px 5px 5px 8px; color:#4d4c45; font-size:13px; height:20px; cursor:pointer; border-top:1px solid #fff; border-bottom:1px solid #fff; display:list-item}
div.column_list li.column_selected{color:#004a80; cursor:default; background:#edf8ff }
div.column_list li.column_hover{color:#000; background:#f2f2f2}



/* bz style */
div.bz_input{
	height:28px;
        border			: 1px solid #ccc;
        background		: #fff;
	cursor                  :pointer;
        font-weight             : 100;
 }

div.bz_a1{background:#fafafa url(../images/form/down.gif) right no-repeat;}
div.bz_a2{background:#fafafa url(../images/form/down_h.gif) right no-repeat;}
div.bz_a3{background:#fafafa url(../images/form/up.gif) right no-repeat; border-top:1px solid #aba9a2; border-left:1px solid #aba9a2}
div.bz_a4{background:#fafafa url(../images/form/up_h.gif) right no-repeat; border-top:1px solid #aba9a2; border-left:1px solid #aba9a2}
div.bz_disabled{
        background:#fff;
        border:1px solid #fff;
}

div.bz_input p{color:#000; font-size:13px; padding:6px 5px 6px 8px; font-weight: 100;}

div.bz_input input{border:0px}
div.bz_list{
        position:absolute; background:#fff;
        z-index:999;
        border: 1px solid #ccc;
        border-top:0px;
        overflow-y:auto; overflow-x:hidden; margin-top:0px;
}
div.bz_list ul{padding-bottom:6px; padding-top:6px}
div.bz_list li{list-style:none; padding:5px 5px 5px 8px; color:#4d4c45; font-size:13px; height:20px; cursor:pointer; border-top:1px solid #fff; border-bottom:1px solid #fff; display:list-item; font-weight:100}
div.bz_list li.bz_selected{color:#004a80; cursor:default; background:#edf8ff }
div.bz_list li.bz_hover{color:#000; background:#f2f2f2}

