


.common_formmenu {
position:relative;
z-index:20;
cursor:pointer;
}


.common_menu_label{
color:black;
font-family:arial;
font-size:10px;
font-weight:regular;
position:relative;
/*z-index:20;*/
width:200px;
height:17px;
/*padding-left:5px;*/
padding-top:2px;
background : url('/images/library/viewhelper/createform/menu_arrow_off.png') no-repeat white 95%;
border : 1px solid #bebebe;
}

.common_menu_label_on{
color:black;
font-family:arial;
font-size:10px;
font-weight:regular;
position:relative;
/*z-index:20;*/
width:200px;
height:17px;
/*padding-left:5px;*/
padding-top:2px;
background : url('/images/library/viewhelper/createform/menu_arrow.png') no-repeat #dcdcdc 95%;
border : 1px solid #bebebe;
}

.common_menu_label_unselected{
color:#787878;
font-family:arial;
font-size:10px;
font-weight:regualr;
position:relative;
/*z-index:20;*/
width:200px;
height:17px;
/*padding-left:5px;*/
padding-top:2px;
background : url('/images/library/viewhelper/createform/menu_arrow_off.png') no-repeat white 95%;
border : 1px solid #bebebe;
}

.common_menu_label_unavailable{
color:#787878;
font-family:arial;
font-size:10px;
font-weight:regualr;
position:relative;
/*z-index:20;*/
width:200px;
height:17px;
/*padding-left:5px;*/
padding-top:2px;
background : url('/images/library/viewhelper/createform/menu_arrow_off.png') no-repeat white 95%;
border : 1px solid #bebebe;
}

.common_menu_zoneitem {
position:absolute;
z-index:20;
display:none;
background:white;
width:200px;
}


.common_menu_item {
height:15px;
/*padding-left:5px;*/
padding-top:2px;
overflow:hidden;
border-left: 1px solid #7d7d7d;
border-right: 1px solid #7d7d7d;
}

.common_menu_item_on {
color:#black;
background:#f2f2f2;
}

.common_menu_item_off {
color:#7D7D7D;
background:white;
}


.common_menumutli_item_off {
color:#7D7D7D;
background:white url('/images/button/checkbox_grpami_off.png') no-repeat 2px ;
}

.common_menu_item_last {
border-bottom:1px solid #7d7d7d;
}



.common_formmenumutli {
position:relative;
z-index:20;
cursor:pointer;
}


.common_menumutli_label{
color:black;
font-family:arial;
font-size:10px;
font-weight:regualr;
position:relative;
/*z-index:20;*/
width:200px;
height:17px;
/*padding-left:5px;*/
padding-top:2px;
background : url('/images/library/viewhelper/createform/menu_arrow_off.png') no-repeat white 95%;
border : 1px solid #bebebe;
}


.common_menumutli_label_on{
color:black;
font-family:arial;
font-size:10px;
font-weight:regualr;
position:relative;
/*z-index:20;*/
width:200px;
height:17px;
/*padding-left:5px;*/
padding-top:2px;
background : url('/images/library/viewhelper/createform/menu_arrow.png') no-repeat #dcdcdc 95%;
border : 1px solid #bebebe;
}

.common_menumutli_label_unselected {
color:#787878;
}

.common_menumutli_label_selected {
color:black;	
}

.common_menumutli_zoneitem {
position:absolute;
z-index:20;
display:none;
background:white;
width:200px;
}


.common_menumutli_item {
height:15px;
/*padding-left:5px;*/
padding-top:2px;
overflow:hidden;
border-left: 1px solid #7d7d7d;
border-right: 1px solid #7d7d7d;
}

.common_menumutli_item_on {
color:black;
background:#f2f2f2 url('/images/button/checkbox_grpami_off.png') no-repeat 2px ;
}

.common_menumutli_item_select {
color:black;
background:white url('/images/button/checkbox_grpami_on.png') no-repeat 2px;
}

.common_menumutli_item_off {
color:#7D7D7D;
background:white url('/images/button/checkbox_grpami_off.png') no-repeat 2px;
}

.common_menumutli_item_last {
border-bottom:1px solid #7d7d7d;
}