/* CSS stylesheet for the DropDownCheckBoxList control */

/**
  * Styles controlling the rendering of the checkbox list
 **/
div.DropDownCheckBoxList {}

div.DropDownCheckBoxList div.comboBox 
{
	/* border */
	border-color: #7f9db9;
	border-style: solid;
	border-width: 1px;
	/* size */
	height: 17px;
	line-height: 17px;
	/* background */
	background-color: white;
}

div.DropDownCheckBoxList div.comboBoxFocus 
{
	/* border */
	border-color: #335EA8;
	border-style: solid;
	border-width: 1px;
	/* size */
	height: 17px;
	line-height: 17px;
	/* background */
	background-color: white;
}

div.DropDownCheckBoxList div.comboText
{
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	padding-left: 2px; 
	cursor: pointer; 
	padding-left:2px !important;
}

div.DropDownCheckBoxList div.comboImage
{
	width: 17px; 
	height: 17px;
}

/**
  * Styles controlling the rendering of the checkbox list
 **/
div.DropDownCheckBoxList div.CheckBoxList 
{
	float:left;
}

div.DropDownCheckBoxList div.TwoTierCheckBoxList 
{
	border-width: 1px;
	border-style: solid;
	border-color: #7f9db9;
	background-color:White;
}

div.DropDownCheckBoxList div.TwoTierCheckBoxList div.folder 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	cursor:pointer;
	min-height:16px;
	width:100%;
	clear:both;
}

div.DropDownCheckBoxList div.TwoTierCheckBoxList div.folderSelected
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	cursor:pointer;
	min-height:16px;
	width:100%;
	clear:both;
	font-weight:bold;
}

div.DropDownCheckBoxList div.TwoTierCheckBoxList code {display:none;}
div.DropDownCheckBoxList div.TwoTierCheckBoxList .collapse {cursor:pointer;width:16px;height:16px;background:url(http://media.monster.com/mm/usen/quickfind/collapse.gif) no-repeat;float:left;}
div.DropDownCheckBoxList div.TwoTierCheckBoxList .expand {cursor:pointer;width:16px;height:16px;background:url(http://media.monster.com/mm/usen/quickfind/expand.gif) no-repeat;float:left;}

div.DropDownCheckBoxList div.TwoTierCheckBoxList div.folderSelected div.item,
div.DropDownCheckBoxList div.TwoTierCheckBoxList div.folder div.item 
{padding:0px 0px 0px 20px !important;}
div.DropDownCheckBoxList div.TwoTierCheckBoxList div.item 
{
	font-size:8pt;
	font-weight:normal;
	cursor:auto;
	float:left;
	clear:both;
	width: 90%;
  padding:0px 0px 0px 2px !important;
}

div.DropDownCheckBoxList div.TwoTierCheckBoxList div.item input {font-size:8pt;float:left;height:16px;vertical-align: middle;}
div.DropDownCheckBoxList div.TwoTierCheckBoxList div.item .cbl_item {padding-left:2px;padding-top:3px;clear:right;}

div.DropDownCheckBoxList div.TwoTierCheckBoxList div.folder div.item label,
div.DropDownCheckBoxList div.TwoTierCheckBoxList div.folderSelected div.item label
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
	font-style: normal;
	white-space: normal;
	color: #333333;
	vertical-align: middle;
	height:16px;
}

div.DropDownCheckBoxList div.TwoTierCheckBoxList div.item label
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	font-style: normal;
	white-space: normal;
	color: #333333;
	vertical-align: middle;
	height:16px;
}

/**
  * Styles controlling the rendering of the checkbox list footer (unselect and close buttons)
 **/
div.DropDownCheckBoxList div.checkBoxListFooter 
{
	height: 17px; 
	width:100%;
	
	font-family: Verdana !important;
	font-size: 11px !important;
	color: #FFFFFF !important;	
	position: relative;
}

div.DropDownCheckBoxList div.checkBoxListFooter a.leftLink
{
	font-family: Verdana !important;
	font-size: 11px !important;
	text-decoration:none !important;
	color: #262C07 !important;

	padding-left:5px;
}

div.DropDownCheckBoxList div.checkBoxListFooter a.rightLink
{
	font-family: Verdana !important;
	font-size: 11px !important;
	text-decoration:none !important;
	color: #262C07 !important;

	padding-right:6px;
}

div.DropDownCheckBoxList div.checkBoxListFooter td.leftFooterCorner
{
	background-image: url(http://media.monster.com/mm/usen/left-rounded-corner.gif);
	background-repeat: no-repeat;
	width: 10px;
}

div.DropDownCheckBoxList div.checkBoxListFooter td.rightFooterCorner
{
	background-image: url(http://media.monster.com/mm/usen/right-rounded-corner.gif); 
	background-repeat: no-repeat;
	width: 16px;
	color: #7f9db9;
}

div.DropDownCheckBoxList div.checkBoxListFooter td.centerFooter
{
	background-image: url(http://media.monster.com/mm/usen/mid-section.jpg); 
	background-repeat: repeat-x;
}

