.DropDownSelectAll td, .DropDownSelectAll th
{
	/* background-color:#881a1c;
	background-image: linear-gradient(bottom, #993135 40%, #881A1C 60%);
	background-image: -o-linear-gradient(bottom, #993135 40%, #881A1C 60%);
	background-image: -moz-linear-gradient(bottom, #993135 40%, #881A1C 60%);
	background-image: -webkit-linear-gradient(bottom, #993135 40%, #881A1C 60%);
	background-image: -ms-linear-gradient(bottom, #993135 40%, #881A1C 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#881A1C', endColorstr='#993135'); */
	font-weight:bold;
	color:#444 !important;
	padding-top:5px !important;
	padding-bottom:6px;
}

.DropDownSelectBox, #quick-find select
{
     width: 100%;
    height: 40px !important;   
    padding: 6px 0px;
	/*width:150px;
	height:24px!important;*/
	border: 1px solid #CCC;
	/*padding:0px;*/
	text-align:left;
	vertical-align:middle;
	cursor:hand;
	line-height:22px;
	color:#555;
	overflow:hidden;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.DropDownResults
{
	background-color:#EEEEEE;
}

.DropDownSelectBox table
{
	table-layout:fixed;
	width:100%;
	background-Color:#FFFFFF;
	height:100%;
}

.DropDownSelectBox img
{
    display:inline !important;
    vertical-align:middle !important;
}

.DropDownSelectBox th
{
	text-align:left;
	width:100%;
	padding-left:4px;
	vertical-align:middle;
	line-height:22px;
    font-weight: normal;
    font-size: 16px;
}

.DropDownSelectBox td
{
	padding:2px;
	width:14px;
}

.DropDownArrow
{
	display: inline;
	float: right;
	cursor: hand;
}
.DropDownArrow a
{
	text-decoration: none;
}
.DropDownArrow a:hover
{
}
.DropDownWidget
{
	display: inline;
	width: 200px;
	border-width: 1pt;
	border-style:ridge;
	background-color: #CCCCCC;
	padding: 2px;
	cursor:hand;
}

.DropDownData td 
{
	width:87%;
	text-align:left;	
	text-overflow: ellipsis;
	overflow: hidden;
	white-space:nowrap;
	/*padding-left:3px !important;  commented to make same as in contacts*/
    padding-right:0px !important;
    padding-bottom:3px !important;
    padding-top:3px;
	font-size:16px;
	color:#333;
}

#ReportOptionsWindow .DropDownData td 
{
    padding:0px !important;
}

.DropDownData th,.DropDownData td:first-child
{
	width:25px;
}

.DropDownData td th
{
	cursor: hand;
}

.DropDownData table
{
	color:Black;
	cursor: hand;
	table-layout:fixed;
}

.DropDownData
{
	width:250px;
	line-height:12px;
	display: none;
	position: absolute;
	background-Color:#FFFFFF;
	height:170px;
	border:solid 1pt #CFCFCF;
	overflow:scroll;
	overflow-x:hidden;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
	padding:0px 10px 0px 5px;
}

#ProductTypeDiv 
.DropDownData
{
	width:150px;
	line-height:12px;
	display: none;
	position: absolute;
	background-Color:#FFFFFF;
	height:170px;
	border:solid 1pt #CFCFCF;
	overflow:scroll;
	overflow-x:hidden;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
	padding:0px 10px 0px 5px;
}
.DropDownWidgetCheckbox
{
	border-style:none !important;
}

.DropDownItemNoHover
{
	background-color: inherit;
	color:inherit;
}
.DropDownItemHover
{
	background-color: #BCBCBC;
	color:#333333;
}

@media only screen and (max-width : 1200px) {
    .DropDownSelectBox th{font-size: 14px !important;}
}