/*
 * ============================================================================================
 *
 *                                  V o z z w o r k s   L L C.
 *
 *                                     Copyright(c) 2012 By
 *
 *                                       VoZZware LLC
 *
 *                             A L L   R I G H T S   R E S E R V E D
 *
 * ============================================================================================
 */

.VwComboBtn
{
  background: -webkit-linear-gradient(#eeeeee, darkgray);
  background: -o-linear-gradient(#eeeeee, darkgray);
  background:linear-gradient( #eeeeee, darkgray);
  background: -ms-linear-gradient(#eeeeee, darkgray);

  border:1px outset #404040;
  border-radius: 0.2em;
  width:10em;
  height:1.5em;
}

.VwComboBlock
{
  display:block;
}

.VwComboInline
{
  display:inline-block;
}

.VwCell
{
  display:table-cell;
  vertical-align:middle;
  width: 100%;
}

.VwLeftAlign
{
  text-align:left;
}

.VwLeftIcon
{
  margin-right:.4em;

}

.VwHide
{
  display:none;
}

.VwRightAlign
{
  text-align:right;

}


.VwComboCheckMark
{
  margin-top:3px;
  margin-left:2px;
  margin-right:4px;
  width:10px;
  height:10px;
}

.VwComboListDropdown
{
  display:none;
  position:absolute;
  z-index:99999
}

.VwComboList
{
  overflow: auto;
  border: 1px outset #404040;
  border-radius: 5px;
  box-shadow: 3px 3px 2px #404040;
  background-color: white;
  height:100%;
}

.VwComboListItem
{
  margin-top:3px;
  text-align:left;

}

.VwComboListItem span
{
  margin-right:4px;
  text-align:left;

}

.VwComboArrow
{
    width: 1em;
    padding-right: 3px;
    height: .8em;
}


.VwComboBtnIcon
{
  width:1em;
}


.VwComboBtnText
{
  padding-left:3px;
}
