div.DetailContainerTab {
	z-index: 0;
	float: left;
	width: 100%;
	overflow: hidden;
	color: #ffffff;
	height: 36px;
	border-bottom: solid 4px #eeeeee;
	background-color: #0059b2;
}

div.DetailContainerDetail {
	z-index: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}

/*-----------------------------------------------------------------------------------------------*/
div.DetailContainerTabElement {
	z-index: 0;
	/* overflow: auto; */
	float: left;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	color: #b8cfe7;
	border-right: solid 1px #004080;
	background-color: #0059b2;
	
	/* Element not Selectable */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

div.DetailContainerTabElement:hover { 
	color: #eeeeee;
	background-color: #004080;
}

div.DetailContainerTabElementSelected {
	z-index: 1;
	/* overflow: auto; */
	float: left;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	color: #444444;
	border-right: solid 1px #eeeeee;
	background-color: #eeeeee;
}

div.DetailContainerTabElementSelected:hover { 
	color: #444444;
	background-color: #eeeeee;
}

div.DetailContainerTabElementIcon {
	z-index: 0;
	float: left;
	height: inherit;
	line-height: inherit;
	/* width: 30px;*/
	background-repeat: no-repeat;
	background-position: center center;
}

div.DetailContainerTabElementText {
	z-index: 0;
	float: left;
	height: inherit;
	line-height: inherit;
	padding-left: 15px;
	padding-right: 15px;
}

div.DetailContainerTabElementContainer {
	z-index: 0;
	overflow: auto;
	position: absolute;
	height: inherit;
	line-height: inherit;
	width: inherit;
	background-color: #eeeeee;

	/* Element not Selectable */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

div.DetailContainerTabElementContainerSelected {
	z-index: 1;
	overflow: auto;
	position: absolute;
}

/*-----------------------------------------------------------------------------------------------*/
div.DetailContainerGroupContainer {
	z-index: 0;
	float: left;
	margin: 10px;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #0059b2;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.DetailContainerGroupContainerFullScreen {
	z-index: 0;
	float: left;
	min-width: 300px;
	background-color: #ffffff;
	border: 1px solid #0059b2;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.DetailContainerGroupContainerTitle {
	z-index: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	background-color: #0059b2;
}

div.DetailContainerGroupContainerTitleFullScreen {
	z-index: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	color: #eeeeee;	
	background-color: #0059b2;
}

div.DetailContainerGroupContainerElement {
	z-index: 0;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.DetailContainerGroupContainerField {
	z-index: 0;
	min-height: 32px;
	line-height: 32px;
	overflow: hidden;
}

div.DetailContainerGroupContainerFieldLabel {
	z-index: 0;
	float: left;
	min-height: 32px;
	line-height: 32px;
	color: #222222;
}
div.DetailContainerGroupContainerFieldLabel div{
	padding-left: 10px;
	padding-right: 5px;
}

div.DetailContainerGroupContainerFieldItem {
	z-index: 0;
	float: left;
}
div.DetailContainerGroupContainerFieldItem div{
	padding-left: 5px;
	padding-right: 5px;
}
div.DetailContainerGroupContainerFieldItem input[type="text"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	border: solid 0px #000000;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	height: 25px;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.DetailContainerGroupContainerFieldItem input[type="password"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	border: solid 0px #000000;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	height: 25px;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.DetailContainerGroupContainerFieldItemFile {
	z-index: 0;
	float: left;
	overflow: hidden;
}
div.DetailContainerGroupContainerFieldItemFile div{
	margin-right: 5px;
}
div.DetailContainerGroupContainerFieldItemFile input[type="file"]{
	opacity: 0;
	height: 1px;
	width: 1px;
	padding-left: 5px;
}
div.DetailContainerGroupContainerFieldItemFile input[type="text"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	
	border: solid 1px #aaaaaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	padding-left: 5px;
	background-color: #FFFFFF;
	height: 25px;
	width: 50%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.DetailContainerGroupContainerFieldItemFileButton{
	z-index: 0;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	border: solid 1px #aaaaaa;
	cursor: pointer;
}
div.DetailContainerGroupContainerFieldItemFileButton:hover {
	border: solid 1px #777777;
	background-color: #dddddd;
}
div.DetailContainerGroupContainerFieldItemFileButton:active {
	border: solid 1px #777777;
	background-color: #bbbbbb;
}
div.DetailContainerGroupContainerFieldItemFileProgress{
	z-index: 0;
	float: left;
	width: 115px;
	margin-top: 3px;
	overflow: hidden;

	/* Gradient Down */
	background-color: #eeeeee;
	background: -moz-linear-gradient(top, #cccccc, #eeeeee	);
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc),to(#eeeeee) );
	filter: progid : DXImageTransform.Microsoft.Gradient ( StartColorStr = '#cccccc', EndColorStr = '#eeeeee', GradientType = 0 );

	border: solid 1px #aaaaaa;
}
div.DetailContainerGroupContainerFieldItemFileProgressBar{
	z-index: 0;
	height: 22px;
	background-image: url('./img/progressbar.gif');
	
	border-right: solid 1px #aaaaaa;

	-moz-box-shadow: 2px 0px 2px #aaaaaa;
	-webkit-box-shadow: 2px 0px 2px #aaaaaa;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=0, Strength=2);
	box-shadow: 2px 0px 2px #aaaaaa;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.DetailContainerGroupContainerFieldItem textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	resize: none;
	border: solid 0px #000000;
	padding: 5px;
	background-color: #eeeeee;
	
	height: 155px;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------------------*/
div.DetailContainerGridContainer {
	z-index: 0;
	float: left;
	margin: 10px;
	background-color: #ffffff;
	border: 1px solid #0059b2;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.DetailContainerGridContainerFullScreen {
	z-index: 0;
	float: left;
	min-width: 300px;
	background-color: #ffffff;
	border: 1px solid #0059b2;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.DetailContainerGridContainerTitle {
	z-index: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	color: #eeeeee;	
	background-color: #0059b2;
}

div.DetailContainerGridContainerTitleLabel {
	z-index: 0;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;

	/* Element not Selectable */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

div.DetailContainerGridContainerTitleFastAdd {
	z-index: 0;
	float: right;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	
	/* Element not Selectable */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

div.DetailContainerGridContainerTitleFastAdd input{
	text-align: left;
	background-color: #004d9a;
	border: solid 1px #004080;
	background-image: url('./img/add.png');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 2px center;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 20px;
	color: #ffffff;
}

div.DetailContainerGridContainerTitleFastSearch {
	z-index: 0;
	float: right;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	
	/* Element not Selectable */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

div.DetailContainerGridContainerTitleFastSearch input{
	text-align: left;
	background-color: #004d9a;
	border: solid 1px #004080;
	background-image: url('./img/search.png');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 2px center;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 20px;
	color: #ffffff;
}

div.DetailContainerGridContainerTitleRightLabel {
	z-index: 0;
	float: right;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;

	/* Element not Selectable */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

div.DetailContainerGridContainerTitleRightLabelLink {
	z-index: 0;
	float: right;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;

	/* Element not Selectable */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	text-decoration:underline;
}

div.DetailContainerGridContainerTitleButton {
	z-index: 0;
	float: right;
	height: 22px;
	line-height: 22px;
	margin-left: 5px;
	margin-top: 4px;
	background-color: #004d99;
	/* Element not Selectable */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	
	border: solid 1px #004080;
	cursor: pointer;
}

div.DetailContainerGridContainerTitleButton:hover {
	border: solid 1px #004080;
	background-color: #0059b2;
}

div.DetailContainerGridContainerTitleButton:active {
	border: solid 1px #00264d;
	background-color: #0066cc;
}

div.DetailContainerGridContainerTitleButton div {
	padding-left: 26px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size:16px 16px;
}

div.DetailContainerGridContainerTitleFullScreen {
	z-index: 0;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	color: #eeeeee;
	background-color: #0059b2;
}

div.DetailContainerGridContainerElement {
	z-index: 0;
	overflow: auto;
}

div.DetailContainerGrid {
	z-index: 0;
	float: left;
	width: 100%;
	max-height: inherit;
	overflow: hidden;
}

div.DetailContainerGridHeader {
	z-index: 0;
	overflow: hidden;
	color: #ffffff;
	background-color: #004080;
}

div.DetailContainerGridRows {
	z-index: 0;
	overflow-y: auto;
}

table.DetailContainerGridHeader {
	border-collapse: collapse;
	border-color: #888888;
}

table.DetailContainerGridRows {
	border-collapse: collapse;
	border-color: #888888;
	border-bottom: 1px solid #cce5ff;
	table-layout: fixed;
}

table.DetailContainerGridHeader td {
	cursor: pointer;
	padding: 0px 6px;
	height: 30px;
	line-height: 30px;
}

table.DetailContainerGridRows td {
	border-right: 1px solid #cce5ff;
}
table.DetailContainerGridRows td div{
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
}

table.DetailContainerGridRows tr{
	cursor: pointer;
}

table.DetailContainerGridRows tr.DetailContainerGridRowASelected {
	background-color: #80bfff;
}

table.DetailContainerGridRows tr.DetailContainerGridRowASelected:hover {
	background-color: #99ccff;
}

table.DetailContainerGridRows tr.DetailContainerGridRowA {
	background-color: #cfdae5;
}

table.DetailContainerGridRows tr.red.DetailContainerGridRowA {
	background-color: #ff3333;
	color: #ffffff;
	font-weight: bold;
}

table.DetailContainerGridRows tr.darkorange.DetailContainerGridRowA {
	background-color: #FF6D33;
	color: #ffffff;
	font-weight: bold;
}

table.DetailContainerGridRows tr.orange.DetailContainerGridRowA {
	background-color: #FF9735;
	color: #ffffff;
	font-weight: bold;
}

table.DetailContainerGridRows tr.green.DetailContainerGridRowA {
	background-color: #00CA11;
	color: #ffffff;
	font-weight: bold;
}

table.DetailContainerGridRows tr.neutral.DetailContainerGridRowA:hover {
	background-color: #b2d9ff;
}

table.DetailContainerGridRows tr.DetailContainerGridRowBSelected {
	background-color: #80bfff;
}

table.DetailContainerGridRows tr.DetailContainerGridRowBSelected:hover {
	background-color: #99ccff;
}

table.DetailContainerGridRows tr.DetailContainerGridRowB {
	background-color: #ffffff;
}

table.DetailContainerGridRows tr.red.DetailContainerGridRowB {
	background-color: #ff3333;
	color: #ffffff;
	font-weight: bold;
}

table.DetailContainerGridRows tr.darkorange.DetailContainerGridRowB {
	background-color: #FF6D33;
	color: #ffffff;
	font-weight: bold;
}

table.DetailContainerGridRows tr.orange.DetailContainerGridRowB {
	background-color: #FF9735;
	color: #ffffff;
	font-weight: bold;
}

table.DetailContainerGridRows tr.green.DetailContainerGridRowB {
	background-color: #00CA11;
	color: #ffffff;
	font-weight: bold;
}

table.DetailContainerGridRows tr.neutral.DetailContainerGridRowB:hover {
	background-color: #b2d9ff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc;
}

:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
}