﻿
/*
	-------------------------------------------------------
	Drop Down List
	-------------------------------------------------------
*/
	.customDDL_dropWrapper {
		margin: 0;
		padding: 0;
	}
	.customDDL_dropWrapperInner {
		margin: 0;
		padding: 0;
	}
	.customDDL_statusHolder {
		float: left;
		border: 1px solid #999999;
		background-color: #ffffff;
	}
	.customDDL_statusHolderInactive {
		float: left;
		border: 1px solid #999999;
		background-color: #e6e6e6;
	}
	.customDDL_statusHolderInner {
		margin: 0;
		padding: 0;
		overflow: hidden;
		/* background-color: #cc0000; Debug */
		height: 16px;
	}
	.customDDL_status {
		margin: 0 0 0 3px;
		padding: 0;
		/* border: 1px solid #eef0f1; Debug */
		/* background-color: #0066FF; Debug */
	}
	.customDDL_status ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
	}
	.customDDL_status ul li {
		margin: 0;
		padding: 0;
		/* background-color: #0066FF; Debug */
	}
	.customDDL_status ul li a {
		display: block;
		font-size: 9px;
		line-height: 14px;
		margin: 1px 0;
		height: 14px;
		padding-top: 1px;
		/* background-color: #0066FF; Debug */
	}
	.IEWrapper a {
		padding-top: 0px;
	}
	.customDDL_status ul li a:link, 
	.customDDL_status ul li a:visited {
		color: #666666;
		font-family: Arial, Verdana, Tahoma;		
		text-decoration: none;
	}
	.customDDL_status ul li a:hover {
		text-decoration: none;
		/* background-color: #efefef; */
	}

	.customDDL_buttonHolder {
		margin: 0;
		padding: 0;
		width: 20px;
		float: left;
		/* background-color: #BBE0F3; Debug */
	}

/*
	-------------------------------------------------------
	Drop Items
	-------------------------------------------------------
*/

	.customDDL_dropContent{
		margin: 0;
		padding: 0;
		border: 1px solid #999999;
		background-color: #ffffff;
		background-image: url(../../images/back_ddlGrad.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	.customDDL_dropContent .customDDL_layerHeader {
		border: 1px solid #ffffff;
		background-color: #ffffff;
	}
	.customDDL_dropContent .customDDL_layerHeaderInner {
		line-height: 15px;
		text-align: left;
		color: #666666;
		margin: 4px;
	}
	
	.customDDL_dropHeaderText {
		font-size: 1em;
		font-family: Arial, Verdana, Tahoma;
		color: #666666;
	}
	
	.customDDL_dropContent ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
		/* background-color: #ffffff; */
	}
	.customDDL_dropContent ul li {
		margin: 0;
		padding: 0;
		border: 1px solid #ffffff;
	}
	.customDDL_dropContent ul li a {
		display: block;
		border: solid 1px #ffffff;
		line-height: 16px;
		padding-left: 5px;
		font-size: 10px;
	}
	.customDDL_dropContent ul li a:link, 
	.customDDL_dropContent ul li a:visited {
		font-size: 1em;
		font-family: Arial, Verdana, Tahoma;
		color: #666666;
		text-decoration: none;
	}
	.customDDL_dropContent ul li a:hover {
		text-decoration: none;
		color: #333333;
		background-color: #f6f6f6;
	}
	
	/* ---------------- ED Fixes ------------------*/
a#ct100_hypMCCO, img#ct100_imgMcco
{
	display: none;
}
