﻿.comboBox 
{ 
  border: 1px solid #A6A7AA; 
  background-color: white;
  margin-left: 5px;
  
}

.comboBoxHover
{ 
  border: 1px solid #555555; 
  background-color: white; 
  margin-left: 5px;
}

.comboDropDown 
{ 
  border: 1px solid #868686; 
  background-color: white; 
  padding: 1px;
  padding-right: 0px;
  width: 500px;
  cursor: default;
}

.comboTextBox
{
  border: 0px;
  margin-left: 5px;
  text-align: left;
}

.comboItem
{
  font-size: 8pt; 
  padding: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
}

.comboItemHover
{
  background-color: #B2B4BF; 
  background-image: url(images/comboItemBg.gif);
  font-size: 8pt; 
  border: 1px solid #DBCE99;
  padding: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
}

.dialogHeader
{
	cursor:hand;
	cursor:pointer;
}

.dialog {
	
}

.dialogHover
{
	display:none;
}

.dialogHoverShow {
	display:block;
}