@charset "UTF-8";

/*
  	Licensed Materials  - Property of IBM
	IBM Cognos Products: cchl
 	(C) Copyright IBM Corp. 2003, 2013
  	US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
 
/*
	Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
	Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
*/

.clsCCHLContextBar
{
	border: none;
	background-color: Transparent;
}
.clsCCHLContextLabel
{
	 color: #639cff;
}

TD.clsCCHLContextItem,
TD.clsCCHLContextItem_selected
{
	border: 1px solid #CCCCCC;
	color: #252525;
	background-color: #F9F9F9;
	background-repeat: repeat-x;
}
TD.clsCCHLContextItem
{
	background-image: url(images/CCHLContextItem_bg.gif);
	background-position: top left;
}
TD.clsCCHLContextItem_selected
{
	background-image: url(images/CCHLContextItem_bg_selected.gif);
	background-position: center center;
}

.clsCCHLContextItemImg
{
	width: 7px;
}

.clsCCHLDropRect IMG
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
}

.clsCCHLSelectTimeControl
{
	border: none;
	background-image: none;
}

.clsCCHLSelectTimeEditBoxExtend
{
	border: 1px solid #98b1c1;
}

.clsCCHLSelectDateCalendarDialog
{
	border: none;
}

.clsBorderActionButton
{
	border: 1px solid #99bbd1;
	background-color: #d3e4ef;
}

.clsPreviewAreaContainer
{
	border: 1px solid #99bbd1;
}