.GlobalCalendar {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	/*border:1px #A2ADB8 solid;ORIT*/
	padding:5px 15px;
	margin:6px;
	/*border-radius:5px;ORIT*/
}
.GlobalCalendar .datePickerDay {
	padding:4px;
}
.datePickerDayIsWeekend.selectedDate {
	font-family: Arial;/*ORIT*/
	font-size: 10px;/*ORIT*/
}
.datePickerDay.selectedDate {
	font-family: Arial;/*ORIT*/
	font-size: 10px;/*ORIT*/
}
.datePickerDay.datePickerDayIsToday.selectedDate  {
	background:url("gantt.css");
	font-family: Arial;/*ORIT*/
	font-size: 10px;/*ORIT*/
}
.GanttMainPanel {
	  /*border: 1px solid #000080;
	  border-radius: 4px;
	  /*-moz-border-radius: 4px;*/
	  /*-webkit-border-radius: 4px;
	  padding:6px 6px 12px 6px;
	  -webkit-box-shadow: inset 1px 1px 2px 1px rgba(83, 93, 102, .4);
      box-shadow: inset 1px 1px 2px 1px rgba(83, 93, 102, .4);
      -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	/*-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	/*box-sizing: border-box;         /* Opera/IE 8+ */ 
	
	/*ORIT*/
	
	border: 1px solid #b3c3c9;
	
/*** Don't change the style from here !!! */
	height:98%;
	width:99.9%;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
}
.LeftLabelStyle {
	width:100%;
	/*border-bottom:1px solid black;
	border-right:0px solid black;
	border-left:1px solid black;
	border-top:0px solid black;
	padding-left:4px;
	padding-right:4px; ORIT*/
	background-color:#e2e9ec;
	border-bottom: 1px solid #b3c3c9;
	border-left: 1px solid #b3c3c9;
	padding-right: 5px;
	padding-left: 5px;
/*
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#DCE9F1), 
		color-stop(0.1,#D5E4EE),color-stop(0.9,#D5E4EE), color-stop(1, #366585));
background-image: -moz-linear-gradient(top, #DCE9F1 0%, #D5E4EE 15%, #D5E4EE 85%,  #C1D7E6 100%);
background-image: -o-linear-gradient(top, #DCE9F1 0%, #D5E4EE 15%, #D5E4EE 85%,  #C1D7E6 100%);
background-image: -webkit-linear-gradient(top, #DCE9F1 0%, #D5E4EE 15%, #D5E4EE 85%,  #C1D7E6 100%);
background-image: linear-gradient(to bottom, #DCE9F1 0%, #D5E4EE 15%, #D5E4EE 85%,  #C1D7E6 100%);
*/

/*
background-image: -moz-linear-gradient(left, #DEFBFF 0%, #6AE3EF 13%, #3FBCD1 51%, #0FB3C7 81%, #6AE3EF 100%);
background-image: -o-linear-gradient(left, #DEFBFF 0%, #6AE3EF 13%, #3FBCD1 51%, #0FB3C7 81%, #6AE3EF 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0,#DEFBFF), color-stop(0.13,#6AE3EF),
		color-stop(0.51,#3FBCD1), color-stop(0.81,#0FB3C7),color-stop(1, #6AE3EF));
background-image: -webkit-linear-gradient(left, #DEFBFF 0%, #6AE3EF 13%, #3FBCD1 51%, #0FB3C7 81%, #6AE3EF 100%);
background-image: linear-gradient(to right, #DEFBFF 0%, #6AE3EF 13%, #3FBCD1 51%, #0FB3C7 81%, #6AE3EF 100%);
*/
/*** Don't change the style from here !!! */
	overflow:hidden;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
/*Left Text Color*/
.LeftLabelTitle,
.LeftLabelTitle1,
.LeftLabelStyle2 {
color:#000D33;
/* text-shadow: 1px 1px 0px #ffffff; */
}
/*LeftLabel Backgrounds*/
.LeftLabelTitle{
	/*background: #defbff; /* Old browsers */
	/*background: -moz-linear-gradient(left,  #defbff 0%, #6ae3ef 6%, #35bdd4 53%, #0fb3c7 81%, #0097a9 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#defbff), color-stop(6%,#6ae3ef), color-stop(53%,#35bdd4), color-stop(81%,#0fb3c7), /*color-stop(100%,#0097a9)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(left,  #defbff 0%,#6ae3ef 6%,#35bdd4 53%,#0fb3c7 81%,#0097a9 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(left,  #defbff 0%,#6ae3ef 6%,#35bdd4 53%,#0fb3c7 81%,#0097a9 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(left,  #defbff 0%,#6ae3ef 6%,#35bdd4 53%,#0fb3c7 81%,#0097a9 100%); /* IE10+ */
	/*background: linear-gradient(to right,  #defbff 0%,#6ae3ef 6%,#35bdd4 53%,#0fb3c7 81%,#0097a9 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#defbff', endColorstr='#0097a9',GradientType=1 ); /* IE6-9 */
	
	
}
.LeftLabelTitle1 {
	background: #defbff; /* Old browsers */
	background: -moz-linear-gradient(left,  #defbff 0%, #6ae3ef 13%, #35bdd4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#defbff), color-stop(13%,#6ae3ef), color-stop(100%,#35bdd4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #defbff 0%,#6ae3ef 13%,#35bdd4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #defbff 0%,#6ae3ef 13%,#35bdd4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #defbff 0%,#6ae3ef 13%,#35bdd4 100%); /* IE10+ */
	background: linear-gradient(to right,  #defbff 0%,#6ae3ef 13%,#35bdd4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#defbff', endColorstr='#35bdd4',GradientType=1 ); /* IE6-9 */
}
.LeftLabelStyle,
.LeftLabelStyle1{
	/*background: #defbff; /* Old browsers */
	/*background: -moz-linear-gradient(left,  #defbff 0%, #6ae3ef 13%, #35bdd4 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#defbff), color-stop(13%,#6ae3ef), color-stop(100%,#35bdd4)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(left,  #defbff 0%,#6ae3ef 13%,#35bdd4 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(left,  #defbff 0%,#6ae3ef 13%,#35bdd4 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(left,  #defbff 0%,#6ae3ef 13%,#35bdd4 100%); /* IE10+ */
	/*background: linear-gradient(to right,  #defbff 0%,#6ae3ef 13%,#35bdd4 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#defbff', endColorstr='#35bdd4',GradientType=1 ); /* IE6-9 */
	/* text-shadow:1px 1px 0px #ffffff; */
	background-color:#e2e9ec;/*ORIT*/
}
.LeftLabelStyle1
 {
	width:100%;
	border-bottom:1px solid #004952;
    box-shadow:  0px 1px 0px 0px white; /*bottom light border*/
	border-right:0px solid black;
	border-left:1px solid black;
	border-top:0px solid black;
	padding-left:4px;
	padding-right:4px;
/*** Don't change the style from here !!! */
	overflow:hidden;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
.LeftLabelStyle2,
.LeftLabelTitle2{
	width:100%;
	background: #35bdd4; /* Old browsers */
	background: -moz-linear-gradient(left,  #35bdd4 0%, #0fb3c7 60%, #0fb3c7 100%, #0097a9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#35bdd4), color-stop(60%,#0fb3c7), color-stop(100%,#0fb3c7), color-stop(100%,#0097a9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #35bdd4 0%,#0fb3c7 60%,#0fb3c7 100%,#0097a9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #35bdd4 0%,#0fb3c7 60%,#0fb3c7 100%,#0097a9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #35bdd4 0%,#0fb3c7 60%,#0fb3c7 100%,#0097a9 100%); /* IE10+ */
	background: linear-gradient(to right,  #35bdd4 0%,#0fb3c7 60%,#0fb3c7 100%,#0097a9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35bdd4', endColorstr='#0097a9',GradientType=1 ); /* IE6-9 */
	border-bottom:1px solid black;
	border-right:0px solid black;
	border-left:1px solid black;
	border-top:0px solid black;
	padding-left:4px;
	padding-right:4px;
	/* text-shadow:1px 1px 0px #ffffff; */
/*** Don't change the style from here !!! */
	overflow:hidden;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
.TopLabelStyle,
.TopLabelStyle1,
.TopLabelTitle1
{
	/*color:#000D33;
	/* text-shadow: 2px 2px 1px #ffffff; */
	/*filter: dropshadow(color=#ffffff, offx=2, offy=2);
	/*background: #defbff; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #defbff 0%, #6ae3ef 32%, #52c8dc 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#defbff), color-stop(32%,#6ae3ef), /*color-stop(100%,#52c8dc)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  #defbff 0%,#6ae3ef 32%,#52c8dc 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  #defbff 0%,#6ae3ef 32%,#52c8dc 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  #defbff 0%,#6ae3ef 32%,#52c8dc 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  #defbff 0%,#6ae3ef 32%,#52c8dc 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#defbff', endColorstr='#52c8dc',GradientType=0 ); /* IE6-9 */
	background-color:#e2e9ec;/*ORIT*/
}
.TopLabelTitle1,
.TopLabelTitle2 {
	/*-webkit-box-shadow: inset 2px 2px 1px 0px rgba(0, 137, 161, .5),inset -2px -1px 2px 0px rgba(0, 137, 161, .5);
	box-shadow: inset 2px 2px 1px 0px rgba(0, 137, 161, .5),inset -2px -2px 1px 0px rgba(0, 137, 161, .5); ORIT*/
	border: 1px solid #b3c3c9;
}
.TopLabelStyle {
	/*background-color:#FFFF80; */
	border-bottom:1px solid black;
	border-right:0px solid black;
	border-left:1px solid black;
	border-top:0px solid black;
	padding-left:4px;
	padding-right:4px;
/*** Don't change the style from here !!! */
	overflow:hidden;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
.TopLabelStyle1 {/*ORIT*/
/*	background: #defbff; /* Old browsers */
/*background: -moz-linear-gradient(top,  #defbff 0%, #6ae3ef 32%, #52c8dc 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#defbff), color-stop(32%,#6ae3ef), color-stop(100%,#52c8dc)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #defbff 0%,#6ae3ef 32%,#52c8dc 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #defbff 0%,#6ae3ef 32%,#52c8dc 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #defbff 0%,#6ae3ef 32%,#52c8dc 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #defbff 0%,#6ae3ef 32%,#52c8dc 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#defbff', endColorstr='#52c8dc',GradientType=0 ); /* IE6-9 */
	/*border-bottom:1px solid black;
	border-right:0px solid black;
	border-left:1px solid black;
	/*border-top:0px solid black;*/
	background-color:#e2e9ec;
	border-bottom: 1px solid #b3c3c9;
	border-left: 1px solid #b3c3c9;
	padding-left:4px;
	padding-right:4px;
	/*color:#000D33;
	/* text-shadow: 2px 2px 1px #ffffff; */
   /* filter: dropshadow(color=#ffffff, offx=2, offy=2);*/

/*** Don't change the style from here !!! */
	overflow:hidden;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
	
.TopLabelStyle2,
.TopLabelTitle2 {
/*background: #defbff; /* Old browsers */
/*background: -moz-linear-gradient(top,  #defbff 0%, #6ae3ef 32%, #52c8dc 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#defbff), color-stop(32%,#6ae3ef), color-stop(100%,#52c8dc)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #defbff 0%,#6ae3ef 32%,#52c8dc 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #defbff 0%,#6ae3ef 32%,#52c8dc 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #defbff 0%,#6ae3ef 32%,#52c8dc 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #defbff 0%,#6ae3ef 32%,#52c8dc 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#defbff', endColorstr='#52c8dc',GradientType=0 ); /* IE6-9 */
	/*border-bottom:1px solid black;
	border-right:0px solid black;
	border-left:1px solid black; ORIT*/
	/*border-top:0px solid black;*/
	/*border-top:1px solid #71acb6;*/
	border: 1px solid #b3c3c9;
	padding-left:4px;
	padding-right:4px;
	color:#000D33;
	background-color:#e2e9ec;
	
	/* text-shadow: 2px 2px 1px #ffffff; */
/*    filter: dropshadow(color=#ffffff, offx=2, offy=2);

/*** Don't change the style from here !!! */
	overflow:hidden;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
.borderLnone{
	border-left:none;
}
.borderRnone{
	border-right:none;
}
.LeftLabelTitle {
	width:100%;
	/*background-color:#D5E4EE; */
	/*border-bottom:1px solid black;
	border-right:0px solid black;
	border-left:1px solid black;
	border-top:0px solid black;*/
	border-bottom:1px solid #b3c3c9; /*ORIT*/
	border-left:1px solid #b3c3c9; /*ORIT*/
	padding-left:4px;
	padding-right:4px;
	background-color:#e2e9ec;
	
/*** Don't change the style from here !!! */
	overflow:hidden;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
.LeftLabelTitle1 {
	width:100%;
	font-weight:bold;
	/*background-color:#D5E4EE;*/
	border-bottom:1px solid black;
	border-right:0px solid black;
	border-left:1px solid black;
	border-top:0px solid black;
	padding-left:4px;
	padding-right:4px;
/*** Don't change the style from here !!! */
	overflow:hidden;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
.LeftLabelTitle2 {
	width:100%;
	border-bottom:1px solid #004952;
    box-shadow:  0px 1px 0px 0px white; /*bottom light border*/
	border-right:0px solid black;
	border-left:1px solid black;
	/*border-top:0px solid black;*/
	border-top:1px solid #71acb6;
	padding-left:4px;
	padding-right:4px;
/*** Don't change the style from here !!! */
	overflow:hidden;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
.TopLabelTitle1 {
	width:100%;
	/*background-color:#FFFF80; */
	/*border-bottom:1px solid black;
	border-right:0px solid black;
	border-left:1px solid black;
	border-top:0px solid black; ORIT*/
	border: 1px solid #e2e9ec;
	padding-left:4px;
	padding-right:4px;
/*** Don't change the style from here !!! */
	overflow:hidden;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
.TopLabelTitle2 {
	width:100%;
	/*border-bottom:1px solid black;
	border-right:0px solid black;
	border-left:1px solid black;
	border-top:0px solid black; ORIT*/
	border: 1px solid #b3c3c9;
	padding-left:4px;
	padding-right:4px;
/*** Don't change the style from here !!! */
	overflow:hidden;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
.GanttObject {
	background-color:#FFaaaa; 
	border-style:solid;
	/*border-bottom-width:2px;
	border-right-width:2px;
	border-top-width:1px;
	border-left-width:1px;
	  border-radius: 4px; ORIT*/
	 border-width:1px; /*ORIT*/
	
	  /*-moz-border-radius: 4px;*/
	/*  -webkit-border-radius: 4px;
	box-shadow: 2px 2px 2px #888888;
	-webkit-box-shadow: 2px 2px 2px #888888; ORIT*/
	cursor:pointer;
/*** Don't change the style from here !!! */
	position:absolute;
	overflow:hidden;
	line-height:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.ShadowObject {
	background-color:#cfcff1; 
	border-color:#cccccc;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-radius: 4px;
	/*-moz-border-radius: 4px;*/
	-webkit-border-radius: 4px;
/*
	border-bottom-width:2px;
	border-right-width:2px;
	box-shadow: 2px 2px 2px #888888;
	-webkit-box-shadow: 2px 2px 2px #888888;
*/
/*** Don't change the style from here !!! */
	position:absolute;
	overflow:hidden;
	line-height:100%;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}

.Statusbar {
	margin-top:6px;
	text-align:center;
	background-color:#ffffff; 
	border-color:#000;
	border-style:solid;
	border-bottom-width:2px;
	border-right-width:2px;
	border-top-width:1px;
	border-left-width:1px;
	  border-radius: 4px;
	  /*-moz-border-radius: 4px;*/
	  -webkit-border-radius: 4px;
	width:400px;
	height:22px;
	overflow:hidden;
/*	box-shadow: 2px 2px 3px #888888;
	-webkit-box-shadow: 2px 2px 3px #888888;*/

/*** Don't change the style from here !!! */
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
	margin-left:auto;
	margin-right:auto;
}
/******************** Don't change all the following styles !!!! **/
.SplitPanel {
	width:100%;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
.ScrollPanel {
	width:100%;
}
.GanttCanvas {
	width:2000px;
	height:1500px;
}
.LeftRuler {
	width:100%;
}
.CornerPanel {
	width:100%;
	position:relative;
	z-index:100;
}
.StatusbarPanel {
	width:100%;
	border-top:1px solid black;
	box-sizing:border-box;
	 -moz-box-sizing:border-box; /* Firefox */
	 -webkit-box-sizing:border-box; /* Safari */
}
.TopRuler {
	position:relative;
	z-index:100;
}
.SplitPanel .gwt-SplitLayoutPanel-HDragger {
  /*background: #e7e7e7 url('images/thumb_vertical.png') center center no-repeat;*/
/*background: #2abad0; /* Old browsers */
/*background: -moz-linear-gradient(left,  #2abad0 0%, #507bea 78%, #0030ad 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2abad0), color-stop(78%,#507bea), color-stop(100%,#0030ad)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(left,  #2abad0 0%,#507bea 78%,#0030ad 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(left,  #2abad0 0%,#507bea 78%,#0030ad 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(left,  #2abad0 0%,#507bea 78%,#0030ad 100%); /* IE10+ */
/*background: linear-gradient(to right,  #2abad0 0%,#507bea 78%,#0030ad 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2abad0', endColorstr='#0030ad',GradientType=1 ); /* IE6-9 */
/*box-shadow: inset 1px 0px 0px 0px white,inset -1px 0px 0px 0px black;*/
background-color: #b3c3c9;
 width:5px; 
}

.splitPanelB .gwt-SplitLayoutPanel-HDragger
{
    border:1px #999 solid;
    border-left:none;
    border-radius:2px;
}
.splitPanelB_rtl .gwt-SplitLayoutPanel-HDragger
{
    border:1px #999 solid;
    border-right:none;
    border-radius:2px;
}

/* New Styles */
.TopLabelEdge{
	border-left-style:none;
}
.GantSlctComp_ListBox 
{
    width: 200px; 
    padding:4px 3px;
    margin: 5px 4px;
}
.ListBoxGntViewSet
{
	width:140px;
	padding:2px;
	margin-right:8px;
}
.ListBoxGntViewSet_rtl
{
	width:140px;
	padding:2px;
	margin-left:8px;
}
.GntLabelMrg_rtl
{
    margin-left:8px;
}
.GntLabelMrg
{
    margin-right:8px;
}
.fildset4 {
	padding: 0 8px 8px 8px;
	margin: 0 0 3px 0 
}
.ViewSet DialogCont { 
	padding: 5px 12px 12px 12px
}
.gantt_fieldset{/*ORIT*/
	border: none;
	border-bottom: 1px solid #e1e9eb;
	margin-bottom: 3px;
	margin-top: 3px;
}

.fieldset_LightBkGr{/*ORIT*/
	border:none;
}

.gantt_fieldset>legend{/*ORIT*/
	color: #3b3b3b;
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
}