/* --- contextMenu styles --- */
#contextMenu {
    background: #444;
    padding: 1px;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    visibility: hidden;
}
#contextMenu .main {
    background: #fff;
}
#contextMenu .text {
    color: #444;
    font: normal 11px verdana, arial, sans-serif;
    padding: 2 4 2 4;
    z-index: 110;
}
#contextMenu .item {
    color: #0c3070;
    font: normal 11px verdana, arial, sans-serif;
    padding: 2 4 2 4;
    z-index: 110;
}
#contextMenu .over {
    color: #000;
    font: normal 11px verdana, arial, sans-serif;
    background-color: #d5e5ff;
    padding: 2 4 2 4;
    z-index: 110;
    cursor: pointer;
}
#contextMenu .sep {
    background: #fff;
    border-bottom: 1px solid #444;
}

/* dialogBox styles */  
.dbox {
    background: #777;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    visibility: hidden;
    cursor: default;
}
.dbox_head {
    background-image: url(../images/dbox_head_bg.gif);
}
.dbox_head_ {
    background-image: url(../images/dbox_head_bg_.gif);
}
.dbox_icons {
    position: absolute;
    top: 2px;
    right: 4px;
}
.dbox_main {
    color: #333;
    background: #f4f4f4;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.dbox_title {
    color: #555;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 100%;
}

/* other styles */  
#dummyLayer {
    background: url(../images/1.gif);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    visibility: visible;
    overflow: hidden;
}

#blurLayer {    
    background-image: url(../images/blur.gif);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    visibility: visible;
    overflow: hidden;
}


/* miscell styles */
.select-free
{
  position:absolute;
  z-index:10;
  overflow:hidden;/*must have*/
  width:33em;/*must have for any value*/;
}
.select-free iframe
{
  display:none;/*sorry for IE5*/
  display/**/:block;/*sorry for IE5*/
  position:absolute;/*must have*/
  top:0;/*must have*/
  left:0;/*must have*/
  z-index:-1;/*must have*/
  width:3000px;/*must have for any big value*/
  height:3000px/*must have for any big value*/;
}


/* --- dynamicList cstyles --- */
.field_dl {
    color: #000000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    width: 168px;
    border: 1px solid;
    padding-left: 17px;
    background: #ffffff url(../images/throbber.gif) no-repeat 0 0;
}
.dynamic_list {
    background-color: #fff;
    position: absolute;
    border: 1px solid #333;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    width: 168px;
}
.dynamic_list_option {
    color: #333;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    cursor: default;
    white-space: nowrap;
    padding: 1 0 1 0;
}
.dynamic_list_over {
    color: #000;
    background-color: #d5e5ff;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    cursor: default;
    white-space: nowrap;
    padding: 1 0 1 0;
}

input.throbbing {
    background-position: 0 -20;
}

