﻿div.dd_chk_select
{
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	overflow: visible;
	background-color: white;
	background-image: url(button.gif);
	background-position: right center;
	background-repeat: no-repeat;
    width: 100%;
    
}

div.dd_chk_select:hover
{
	cursor: default;
}

div.dd_chk_select div#caption
{
	overflow: hidden;
	margin-right: 20px;
	margin-left: 2px;
	text-align: left;
	vertical-align: middle;
	position: relative;
    white-space: nowrap;
}

div.dd_chk_drop
{
	background-color: white;
	border: 1px solid #CCCCCC;
	text-align: left;
	z-index: 1000;
	left: -1px;
	top: 33px;
	min-width: 100%;
}

div.dd_chk_drop div.checks
{
	border-style: none;
	padding: 4px 4px 4px 4px;
	max-height: 200px;
	overflow-y: scroll;
    overflow-x: visible;
    display: inline-block;
    min-width: 100%;
}

div.dd_chk_drop div.checks tr,
div.dd_chk_drop div.checks tr td
{
    min-width: 100%;
    white-space: nowrap;
    display: inline-block;
}

div.dd_chk_drop div.checks tr td input
{
    margin-right: 4px;
}

div.dd_chk_drop label
{
    font-weight: normal;
}

div.dd_chk_drop div.buttons
{
	padding: 2px 4px 4px 4px;
	text-align: right;
	min-width: 154px;
}

div.dd_chk_drop div.buttons input
{
	text-align: center;
	width: 75px;
	font-size: 12px;
	background-image: url(actionButton.gif);
	background-repeat: no-repeat;
	background-position: center;
	border: medium none;
}

div.dd_chk_drop div.buttons input:hover
{
	background-image: url(actionButtonHover);
}
