.submit-ecase h2 {
    font-size: 1.5em;
    margin: 10px 0 5px 0
}

.submit-ecase h3,
.submit-ecase h4 {
    color: #333;
}

.submit-ecase h3 {
    font-size: 1.3em;
    margin: 20px 0 5px 0
}

.submit-ecase h4 {
    font-size: 1.1em;
    margin: 10px 0 5px 0
}

.submit-ecase textarea {
    font-family: Arial;
    font-size: 1em
}

.inplace {
    border: none;
    cursor: pointer
}

.hide {
    display: none
}

.submit-ecase img {
    border: 0
}

.submit-ecase table {
    border-collapse: collapse;
}

.submit-ecase th {
    text-align: left;
}

.right, .list th.right {
    text-align: right;
    white-space: nowrap
}

.center {
    text-align: center
}

.floatright {
    float: right
}

.odd {
    background-color: #f0f8ff;
}

.submit-ecase .odd td,
.submit-ecase .even td,
.submit-ecase .padding {
    padding:  0.5em;
}

.even {
    background-color: #f5f5dc;
}

/* Job Execution History Table */

.ys-eservice-table {
	width: 100%;
}

.ys-eservice-table-selected-row {
	background-color:#f07b05 !important;
}
.ys-eservice-table-selected-row a {
	color:#FFFFFF !important;
}

.ys-eservice-table thead {
	background-color:#FFFFFF;
	border-top:2px solid #C5CACD;
}

.ys-eservice-table th {
	font-weight:normal;
}

.ys-eservice-table th, .ys-eservice-table td {
	padding:6px;
}

.ys-eservice-table tbody tr {
	background-color:#F0F5F7;
	border-bottom:1px solid #C5CACD;
}

.ys-eservice-margin-top {
	margin-top: 6px;
}

.ys-eservice-margin-bottom {
	margin-bottom: 6px;
}

.ys-eservice-margin-left {
	margin-left: 6px;
}

.ys-eservice-margin-right {
	margin-right: 6px;
}

/* No margin */

.ys-eservice-no-margin-top {
	margin-top: 0;
}

.ys-eservice-no-margin-bottom {
	margin-bottom: 0;
}

.ys-eservice-no-margin-left {
	margin-left: 0;
}

.ys-eservice-no-margin-right {
	margin-right: 0;
}

.ys-eservice-table-container {
	background-color:#E1EAEF;
	padding:12px 10px 10px;
}

.ys-eservice-table-container-separator {
	margin-top:12px;
}

.ys-eservice-comboBox {
	font:100%/1.4 Lucida Sans,Verdana,sans-serif;
}

.job-execution-status-RUNNING .ys-eservice-job-execution-history-status, .ys-eservice-property-panel .job-execution-status-RUNNING {
	background-color: #FFFF00;
}

.job-execution-status-COMPLETED .ys-eservice-job-execution-history-status, .ys-eservice-property-panel .job-execution-status-COMPLETED {
	background-color: #00FF00;
}

.job-execution-status-FAILED .ys-eservice-job-execution-history-status, .ys-eservice-property-panel .job-execution-status-FAILED {
	background-color: #FF0000;
}

.job-execution-status-VETOED .ys-eservice-job-execution-history-status, .ys-eservice-property-panel .job-execution-status-VETOED {
	background-color: #D3D3D3;
}

.ys-eservice-property-panel .job-execution-status-RUNNING {
	padding: 2px;
}

.ys-eservice-property-panel .job-execution-status-COMPLETED {
	padding: 2px;
}

.ys-eservice-property-panel .job-execution-status-FAILED {
	padding: 2px;
}

.ys-eservice-property-panel .job-execution-status-VETOED {
	padding: 2px;
}

.ys-eservice-popup {
	display:inline;
	position:fixed;
	float:left;
	background-color:#E1EAEF;
	z-index:9999;
	padding:12px 10px 10px;
}

.ys-eservice-property-panel-popup {
	width: 600px;
}

.ys-eservice-popup-title {
	padding-bottom:6px;
	padding-top:6px;
}

.ys-eservice-popup-title label {
	font-weight:bold;
}

.ys-eservice-popup-message {
	border-top:2px solid #C5CACD;
	padding:6px;
}

.ys-eservice-property-panel {
	border-top:2px solid #C5CACD;
	width:100%;
}

.ys-eservice-property-panel thead {
	background-color:#FFFFFF;
}

.ys-eservice-property-panel-footer {
	width:100%;
	background-color:#F0F5F7;
	border-bottom:1px solid #C5CACD;
}

.ys-eservice-property-panel-footer td {
	padding:6px;
}

.ys-eservice-property-panel th {
	font-weight:normal;
	padding:6px;
}

.ys-eservice-property-panel td {
	padding:6px;
}

.ys-eservice-property-panel-label {
	background-color:#FFFFFF;
	border-bottom:1px solid #C5CACD;
}

.ys-eservice-property-panel-value {
	background-color:#F0F5F7;
	border-bottom:1px solid #C5CACD;
}

.ys-eservice-layout-50-50 {
	width:50%;
}

.ys-eservice-layout-container {
	margin:0;
	padding:0;
	border:0;
	width:100%;
}

.ys-eservice-property-panel-remove {
	margin:0 !important;
	padding:0 6px 0 0 !important;
	border:0 !important;
}

.ys-eservice-property-panel-property-name {
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	width:100%;
}

.ys-eservice-property-panel-inputText {
	width:99%;
	padding: 0;
	margin: 0;
	background-image: none !important;
}

.ys-eservice-property-panel-inputText:focus {
	background-color: #FFFFCC;
}


.ys-eservice-centering-div {
	width: 100%;
	text-align: center;
}

.ys-eservice-popup-blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:fixed;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	min-height: 100%;
}

.ys-eservice-button[disabled=disabled] {
	border-color: #C8C9CA #9E9E9E #9E9E9E #C8C9CA;
	color: #555;
	opacity: 0.5;
}

.ys-eservice-panelgrid-column {
	vertical-align: top;
}

.ys-eservice-panelgrid-spacer-column {
	width: 12px;
}

.errortxt, .infotxt {
	color:#DF731B !important;
	font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size:inherit !important;
	font-weight:bold;
	padding:2px !important;
	background:none !important;
	border:none !important;
	margin:auto !important;
}

.applicationReady {
    color:green;
    font-size:15px;
    margin-left:20px;
}

.applicationNotReady {
    color:red;
    font-size:15px;
    margin-left:20px;
}

.hide-datatable-headers table thead tr {
    display: none;
}