.melekBold{font-weight:bold !important}
.melekCenter{text-align:center !important; margin:0px auto}

.otherTpGrpClass{color:#666666;font-size:10px;border-bottom:1px dashed #bebebe;margin-bottom:2px;padding-bottom:2px}
div .groupLecutreClass{border-top:1px dashed #bebebe}
div .groupLecutreClass:first-child{border-top:none}

.DTCR_clonedTable {
	background-color: white;
	z-index: 202;
}

.DTCR_pointer {
	width: 1px;
	background-color: #0259C4;
	z-index: 201;
}

.DTCR_pointer {
	margin-top: -15px;
	margin-left: -9px;
	width: 18px;
	background: url('../img/misc/DTCR_pointer.png') no-repeat top left;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
.ColVis {
	float: right;
	margin-bottom: 1em;
}

.ColVis_Button {
	float: left;
	/* position: relative;
	margin-right: 3px;
	padding: 3px 5px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	cursor: pointer;
	*cursor: hand; */
}

button.ColVis_Button::-moz-focus-inner { 
	border: none !important;
	padding: 0;
}

.ColVis_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
	background-color: black;
	z-index: 1100;
}

div.ColVis_collection {
	position: relative;
	width: 150px;
	background-color: #f3f3f3;
	padding: 3px;
	border: 1px solid #ccc;
	z-index: 1102;
}

div.ColVis_collection button.ColVis_Button {
	background-color: white;
	width: 100%;
	float: none;
	margin-bottom: 2px;
}

div.ColVis_catcher {
	position: absolute;
	z-index: 1101;
}

.disabled {
	color: #999;
}



button.ColVis_Button {
	text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

span.ColVis_radio {
	float:left;
	margin-top:-5px;
	width: 20px;
}

.ColVis_title{}

 .ColVis_collection {margin-top:255px; margin-left:70px} 
 
 
.close {
	color: #e07b7b;
	font-weight: 700;cursor:pointer; }
	.close img {
		padding-top: 2px;
		margin-right: 5px;
		float: left; }
.tag {
	background-color:#F9F9F9;
	border:1px solid #EEEEEE;
	list-style:none;
	margin:6px;
	padding:6px 9px;
	position:relative;

	/* CSS3 text shadow and rounded corners: */
	
	text-shadow:1px 1px 0 white;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px; }
	
.tagText{cursor:text;background:none !important;color:#000;border:none;}
	
.tag:hover{
	border-color:#9be0f9;
	
	/* CSS3 glow effect: */
	-moz-box-shadow:0 0 5px #A6E5FD;
	-webkit-box-shadow:0 0 5px #A6E5FD;
	box-shadow:0 0 5px #A6E5FD;
}

.melekComboboxDesignFix {float:right;margin-top:-36px;margin-right:-12px;padding:10px 0px;}


.contextMenu{background:url('menu-bck.png');float:left;list-style:none;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.3);
	-o-box-shadow:0 0 5px rgba(0,0,0,.3);
	box-shadow:0 0 5px rgba(0,0,0,.3);
cursor:default;color:#000;z-index:9999;position:absolute	}
  
.contextMenu li{margin-left:-40px;padding:6px 30px 6px 10px;font-family: "Lucida Sans";border-bottom:1px solid #d4d4d4}
	.contextMenu li:last-child{border-bottom:none;}
	.contextMenu li:first-letter{text-transform:uppercase}
.contextMenu li:hover{background-color:#3875d7;
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.1,#2a62bc),color-stop(0.8,#3875d7));
	background-image:-webkit-linear-gradient(center bottom,#2a62bc 10%,#3875d7 80%);
	background-image:-moz-linear-gradient(center bottom,#2a62bc 10%,#3875d7 80%);
	background-image:-o-linear-gradient(bottom,#2a62bc 10%,#3875d7 80%);
	background-image:-ms-linear-gradient(top,#2a62bc 10%,#3875d7 80%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a62bc',endColorstr='#3875d7',GradientType=0 );
	background-image:linear-gradient(top,#2a62bc 10%,#3875d7 80%);
	color:#fff;}
	

div.jqplot-image-container {
    display: none;
    background-color: #fff;
    border: 1px solid #999;
    display: inline-block;
    margin-top: 25px;
}

div.jqplot-image-container-header {
    font-size: 1.0em;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #eee;
}

div.jqplot-image-container-content {
    padding: 15px;
}

a.jqplot-image-container-close {
    float: right;
}

.statusButton.disable{background-image:url('../img/misc/cross.png');width:24px;height:24px;display:inline-block;cursor:pointer}
.statusButton.enable{background-image:url('../img/misc/tick.png');width:24px;height:24px;display:inline-block;cursor:pointer}

.obligatoryFieldMark {font-size:19px;color:red;margin:0px;padding:0px;line-height:0px}


div.gradeColorBox {padding:3px 5px;border:1px solid #000;clear:right;display:inline-table;}