.comp {
	float:left;
	width:48.7%;
}

.compHead {
	background:url(../images/htmlclient/comp-head.gif) !important;
	height:18px;
	overflow:hidden;
}

.compHead .icon {
	float:left;
	background:url(../images/htmlclient/comp-head-left.gif);
	background-repeat:no-repeat;
	width:15px;
	height:18px;
	overflow:hidden;
}

.compHead .options {
	margin: 0 !important;
	float:right;
	height:18px;
	padding:0 5px;
	background-image:url(../images/htmlclient/comp-head-right.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.compHead p {
	margin:0 !important;
	padding:0;
	line-height:18px;
	color:#fff;
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
}
.compHead a {
	float:left !important;
	width:15px;
	height:15px;
	margin:1px 1px !important;
	padding:0 !important;
}

a.compClose {
	background:url(../images/htmlclient/comp-close.gif) top left no-repeat;
}
a.compClose:hover {
	background:url(../images/htmlclient/comp-close_hover.gif) top left no-repeat;
}
a.compOpen {
	background:url(../images/htmlclient/comp-open.gif) top left no-repeat;
}
a.compOpen:hover {
	background:url(../images/htmlclient/comp-open_hover.gif) top left no-repeat;
}

a.adjustTable {
	background:url(../images/htmlclient/adjust_table.bmp) top center no-repeat;
	width:19px !important;
	height:18px !important;
	margin-right: 6px !important;
	margin-top: 2px !important;
}
a.adjustTable:hover {
	background:url(../images/htmlclient/adjust_table_hover.bmp) top center no-repeat;
	width:19px !important;
	height:18px !important;
	margin-right: 6px !important;
	margin-top: 2px !important;
}

a.reportPrint {
	background:url(../images/htmlclient/printer.gif) top center no-repeat;
	width:19px !important;
	height:18px !important;
	margin-right: 3px !important;
	margin-top: 2px !important;
}

a.reportPrint:hover {
	background:url(../images/htmlclient/printer_hover.gif) top center no-repeat;
	width:19px !important;
	height:18px !important;
	margin-right: 3px !important;
	margin-top: 2px !important;
}

a.reportExcel {
	background:url(../images/htmlclient/Excel97.gif) top center no-repeat;
	width:19px !important;
	height:18px !important;
	margin-right: 3px !important;
	margin-top: 2px !important;
}

a.reportExcel:hover {
	background:url(../images/htmlclient/Excel97_hover.gif) top center no-repeat;
	width:19px !important;
	height:18px !important;
	margin-right: 3px !important;
	margin-top: 2px !important;
}

a.reportEmail {
	background:url(../images/htmlclient/email.gif) top center no-repeat;
	width:19px !important;
	height:18px !important;
	margin-right: 3px !important;
	margin-top: 2px !important;
}

a.reportEmail:hover {
	background:url(../images/htmlclient/email_hover.gif) top center no-repeat;
	width:19px !important;
	height:18px !important;
	margin-right: 3px !important;
	margin-top: 2px !important;
}

a.reportPDF {
	background:url(../images/htmlclient/pdf.gif) top center no-repeat;
	width:19px !important;
	height:18px !important;
	margin-right: 3px !important;
	margin-top: 2px !important;
}

a.reportPDF:hover {
	background:url(../images/htmlclient/pdf_hover.gif) top center no-repeat;
	width:19px !important;
	height:18px !important;
	margin-right: 3px !important;
	margin-top: 2px !important;
}

.compContent 
{
	display:block;
	width:100%;
	/*background:#fafafa;*/
	overflow:hidden; /* for scrollOut() script!!! set to 'auto' if you want scrollbars inside components */
	border:1px solid #ffffff;
}

.compContent_new 
{
	display:block;
	width:100%;
	/*background:#fafafa;*/
	overflow:hidden; /* for scrollOut() script!!! set to 'auto' if you want scrollbars inside components */
	/*border:1px solid rgb(96, 127, 182);*/
}


.compContent table {
	width: 100%;
}

.comp>.compContent {
	/* having width:%100 screws up NS - this rule is not visible to IE!!! */
	width:auto;
}