/**********************************************************************************************************************/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
/*         // WEBDRESSING MEDIA SUPPLY GENERATOR ASM STYLE SHEET
/*
/*         // (c) 2008 webdressing media supply
/*         // http://www.webdressing.de
/*         // webmail@webdressing.de
/*
/**********************************************************************************************************************/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/**********************************************************************************************************************/
/*/////// ASM ///////////////////////////////////////////////////////////////////////////////////////////////////////*/
/**/
/**/      .asmContainer {
/**/      /* container that surrounds entire asmSelect widget */
/**/
/**/      }
/**/
/**/      .asmSelect {
/**/      /* the newly created regular 'select' */
/**/          display: inline;
/**/          border-top:1px;
/**/          border-left:1px;
/**/          border-right:1px;
/**/          border-bottom:1px;
/**/          border-style:solid;
/**/          border-color:#cccccc;
/**/          font-size:8pt;
/**/          color:#666666;
/**/          padding:2px;
/**/          height:22px;
/**/          width:300px;
/**/        }
/**/
/**/      .asmOptionDisabled {
/**/      /* disabled options in new select */
/**/          color: #999;
/**/          text-decoration:line-through;
/**/        }
/**/
/**/      .asmHighlight {
/**/      /* the highlight span */
/**/          font-family:Verdana;
/**/          color:#333333;
/**/          font-size:9pt;
/**/          position:relative;
/**/          top:27px;
/**/          left:-300px;
/**/        }
/**/
/**/      .asmList {
/**/      /* html list that contains selected items */
/**/          margin: 0.25em 0 1em 0;
/**/          position: relative;
/**/          left:-320px;
/**/          top:50px;
/**/          z-index:2;
/**/          display: block;
/**/          padding-left: 0;
/**/          list-style: none;
/**/        }
/**/
/**/      .asmListItem {
/**/      /* li item from the html list above */
/**/          position: relative;
/**/          margin-left: 0;
/**/          padding-left: 0;
/**/          list-style: none;
/**/          background: #ddd;
/**/          border: 1px solid #bbb;
/**/          width: 622px;
/**/          margin: 5px 0 -1px 0;
/**/          line-height: 1em;
/**/        }
/**/
/**/      .asmListItem:hover {
/**/          background-color: #e5e5e5;
/**/        }
/**/
/**/      .asmListItemLabel {
/**/      /* this is a span that surrounds the text in the item, except for the remove link */
/**/          padding: 5px;
/**/          display: block;
/**/        }
/**/
/**/      .asmListSortable .asmListItemLabel {
/**/          cursor: move;
/**/        }
/**/      .asmListItemRemove {
/**/      /* the remove link in each list item */
/**/          position: absolute;
/**/          right: 0;
/**/          top: 0;
/**/          padding: 5px;
/**/          font-size:8pt;
/**/          color:#ff0000;
/**/          text-decoration:none;
/**/          border-width:0px;
/**/        }
/**/
/**/      #cities {
/**/          border-top:1px;
/**/          border-left:1px;
/**/          border-right:1px;
/**/          border-bottom:1px;
/**/          border-style:solid;
/**/          border-color:#cccccc;
/**/          font-size:8pt;
/**/          color:#999999;
/**/          padding:2px;
/**/          height:22px;
/**/        }
/**/
/**/      #add_city {
/**/          border-top:1px;
/**/          border-left:1px;
/**/          border-right:1px;
/**/          border-bottom:1px;
/**/          border-style:solid;
/**/          border-color:#cccccc;
/**/          font-size:8pt;
/**/          color:#666666;
/**/          padding:2px;
/**/          height:22px;
/**/        }
/**/
/**/      #add_city_btn {
/**/          border-top:1px;
/**/          border-left:1px;
/**/          border-right:1px;
/**/          border-bottom:1px;
/**/          border-style:solid;
/**/          border-color:#cccccc;
/**/          font-size:8pt;
/**/          color:#666666;
/**/          padding:2px;
/**/          height:22px;
/**/        }
/**/
/**********************************************************************************************************************/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

