.cylo_toolTip
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	padding:6px;
	
	color:black;
	background-color:#99CCFF;
	border: 1px solid black;

}
.tt_img_opac
{
	position:absolute;
}
/***********************************************Dialog BOX************************************************/
.cylo_confBoxTop
{
	width:300px;
	background-color:#99CCFF;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
	/*cursor:move;*/
}

.cylo_confBoxBottom
{
	width:300px;
	background-color:#99CCFF;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
}
.cylo_confBoxTitle
{
	background-color:#0000ff;color:white;font-weight: bold;verticle-align:middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.cylo_confBoxBody
{
	height:100px;
	vertical-align:middle;
	text-align:center;
	background-color:#99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.cylo_confBoxButtons
{
	background-color:#6699FF;
	vertical-align:middle;
	text-align:center;
}

.cylo_confbutton 
{

	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	height: 20px;
	width:100;
	
}
/***********************************************DEBUG************************************************/
.cylo_toolDebug
{
	width:600px;
	height:200px;
	position:absolute;
	padding:6px;
	color:black;
	background-color:#99CCFF;
	border: 1 solid black;
	word-wrap: break-word;
}

/***********************************************TOOL TIP************************************************/
.CyloToolTip
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	padding:6px;
	
	color:black;
	background-color:#99CCFF;
	border: 1px solid black;

}
.tt_img_opac
{
	position:absolute;
}

/***********************************************TABLES [RESIZE]************************************************/
.thcell
{
	overflow:hidden;
	white-space:nowrap;
}
.tdcell
{
	
	overflow:hidden;
	white-space:nowrap;
}

.tdcellshow
{
	overflow:visible;
	white-space:nowrap;
}
.handelCYLO
{
	padding:0px;
	margin:0px;
	text-align:right;
	height:0px;
	color:black;
	vertical-align:top;
	float:right;
	position:relative;
	left:8px;
	top:-22px;
	
	padding:0px;
	margin:0px;
}
.nosel
{
	-moz-user-select: none;
}
.spareTestDivWidthCyloIE
{
	background-color:red;
	width:1%;
	white-space:nowrap;
}
.spareTestDivWidthCyloFF
{
	background-color:red;
	white-space:nowrap;
}

/***********************************************TABLES [SORT]************************************************/
.CyloOdd
{
	background-color:#dddddd;
}
.CyloEven
{
	background-color:#ffffff;
}
.CyloSortPageLink
{
	cursor:hand;
	font-family:"Tahoma ,verdana, arial, 'sans serif';";
}