@charset "utf-8";
/* CSS Document for our own styling on the hosted server */

	
/* ----------------------------------------MASTHEAD------------------*/

	#proxylink {
		float: right;
		margin-right: 20px;
	}

/* Select Box */
	
.moreColl {
	float: right;
	margin-right: 20px;
        font-size: 11px;

}
	
.moreColl ul ul {
	display: none;
}

	.moreColl ul li:hover > ul {
		display: block; 
		z-index: 100;
	}



.moreColl ul {
	background: linear-gradient(top, #f4f4f1 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #f4f4f1 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #f4f4f1 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	padding: 0px;
	border-radius: 5px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	

	.moreColl ul li {
		float: left;
	}
		.moreColl ul li:hover {
			background: #f4f4f1;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		}
			.moreColl ul li:hover a {
				color: #fff;
			}
		
		.moreColl ul li a {
			display: block; padding: 5px 15px;
			color: #757575; text-decoration: none;
		}
			
		
	.moreColl ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		.moreColl ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			.moreColl ul ul li a {
				padding: 10px 15px;
				color: #fff;
			}	
				.moreColl ul ul li a:hover {
					background: #4b545f;
				}
		
	.moreColl ul ul ul {
		position: absolute; left: 100%; top:0;
	}



/* ---------------------------------------- Collection list table ------------------*/	
	.display td
	{
	background-color: #ebebeb;
	padding: 10px;
}

/* ---------------------------------------- legacy CDM 4 stylings ------------------*/	
.kccmenu
	{
	font-family:arial,verdana;
	font-size:70%;
	color:#000;
	font-weight:bold;
	letter-spacing:1.1pt;
	text-decoration:none;
	}
	
a.kccmenu
	{
	font-family:arial,verdana;
	font-size:100%;
	color:#000;
	font-weight:bold;
	letter-spacing:1.1pt;
	text-decoration:none;
	}
	
a.kccmenu:hover
	{
	font-family:arial,verdana;
	font-size:100%;
	color:#990000;
	font-weight:bold;
	letter-spacing:1.1pt;
	text-decoration:none;
	}