/* 
   FL Mod
------------------------------------------------------------------- */
body {
	background: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	line-height:17px;
	font-family: 'Segoe UI','Trebuchet MS',Charcoal,'Lucida Grande',sans-serif;
	margin:0;
	padding:0;
}
  
#LayoutAllContents {
	box-shadow:none;
}


/* 
		hide non used elements 
-------------------------------------------------- */
#LayoutHeader,
.searchFormBox,
input[type=submit],
input[type=button],
input[type=reset],
a.mainActionLink,
.delImg,
td.colActions,
th.colActions,
.backButton,
.breadcrump .endSpan {
	display:none !important;
}

/* 
		clear backgrounds
-------------------------------------------------- */
#LayoutContents,
.breadcrumpInner,
.contentsFooter,
.tabPanes,
.tabTabs .tab,
.tabTabs .tab.current {
	background:transparent !important;
}

/* 
		define black fonts
-------------------------------------------------- */
body, 
.tabTabs .tab,
.breadcrump .breadcrumpInner a,
a,
.contentsFooter,
input[type=text],
input[type=password],
input[type=file], /* if possible */
select,
textarea,
td {
	color: #000000 !important;
}

/* 
		misc
-------------------------------------------------- */
body, 
.mainWrapper,
.contentsMainCol,
.standardManageTable,
.tabPanes,
.jsonTable {
  width: 100% !important;
}

.breadcrumpInner:before {
	content:"Navigation: ";
}

.breadcrumpSeparator {
	margin:0;
}

.tabTabs .tab {
	border:none;
}

.tabTabs .tab.current {
   border-top: 1px solid #000000;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
}

.tabPanes {
   border-top: 1px solid #000000;
}

#LayoutAllContents {
	margin:0;
}

.jsonTable th .spreader {
	width:auto !important;
}

input[type=text],
input[type=password],
input[type=file], /* if possible */
select,
textarea { 
	border: 1px solid #000000 !important;
}