html, body {
	width:          100%;
	height:         100%;
	padding:        0;
	margin:         0;
	overflow:       hidden !important;
	font-family: 	Arial,sans-serif;
	}
.ui-layout-resizer {
	background: #f7f7f7;
	}

#currentTable {
	height:         100%;
	padding:        0;
	margin:         0;
	}

header a.identity {
	display: block;
	position: absolute;
	top: 0;
	padding: 10px 15px;
	text-decoration: none;
	}
	
header a.identity img {
	border: none;
	}

header ul.actions {
	position: absolute;
	bottom: 0;
    margin: 0;
    padding:0;
    width: 100%;
    background: #777;
    list-style-type: none;
    font-size: 11px;
	}
header ul.actions li{
	float: left;
	padding: 5px 15px;
	color: #fff;
	}
header ul.actions li a{
	color: #aaa;
	}
header ul.actions li a span{
	color: #fff;
	}
header ul.actions li.userName{
	float: right;
	}
header .headerSearch {
	float: right;
	clear: right;
	margin: 20px 10px 0  0;
	}
	
header ul.tools {
    margin: 0;
    padding:0 15px;
    list-style-type: none;
	font-size: 11px;
	}
	
header ul.left {
	float: left;
	}
	
header ul.tools.right {
	float: right;
	}

header ul.tools li {
	padding: 0 5px;
	float: left;
	}
	


footer  {
	font-size: 11px;
	}
	
footer ul {
    margin: 0;
    padding:3px 15px 0 15px;
    list-style-type: none;
	}
footer a {
	color: #eee;
	}
footer a span {
	color: #aaa;
	}
footer a:hover span {
	color: #333;
	}
	
footer ul.left {
	float: left;
	}
	
footer ul.right {
	float: right;
	}

footer ul li {
	padding: 0 2px;
	float: left;
	}
	

aside {
	background: #F1F3F6!important;
	background: #f7f7f7!important;
}

#sidePanel .ui-layout-center {
	background: #F1F3F6!important;
	}
#sidePanel  #tableTools {
	background: #fff!important;
	}

#tableTools ul {
	float: left;
    margin: 15px 0 0 0;
    padding:0;
    list-style-type: none;
	background: #ededed;
	border-radius: 10px;
	}

#tableTools ul li {
	float: left;
	font-size: 12px;
	}

#tableTools ul li a {
	margin: 3px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #2973bd;
	background: #f1f1f1;
	border-radius: 7px;
	border: 1px solid #777;
	}

#tableTools ul li a:hover {
	background: #777;
	color: #fff;
	}
#currentTable h2 {
	margin: 10px 0 0 0;
	font-family: Georgia,serif;
	}
#currentTable p.infos {
	margin: 0 0 10px 0;
	font-size: 11px;
	}

#currentTable .actions {
	border-radius: 7px;
	padding: 3px 5px;
	background: #F1F3F6;
    border-bottom: 1px solid #DEDFE0;
    border-top: 1px solid #DEDFE0;
	font-size: 12px;
	}
#currentTable  ul {
    margin: 0;
    list-style-type: none;
	}
	
#currentTable ul.left {
	float: left;
	}

	
#currentTable ul.right {
	float: right;
	}
#currentTable ul li {
	float: left;
	}
#currentTable ul.right li{
	padding: 0 15px;
	}
	
.browsePanel {
	border: 1px solid #ddd;
	background: #fff;
	padding: 5px;
	margin: 5px;
	/* margin-right: 15px; */
	}
.browsePanel h4 {
	margin: 5px 0;
	color: #c4d8ed;
	}
	
ul.flatList {
    margin: 0;
    padding:0 15px;
    background: #F1F3F6;
    list-style-type: none;
	}
ul.flatList li {
	border-bottom: 1px solid #fff;
	}
ul.flatList li a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	padding: 5px;
	color: #2973bd;
	}
ul.flatList li a:hover {
	background: #fff;
	color: #333;
	}
	
/* 
 * tabs styles
 */	
	
	

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 20px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	-moz-border-radius:4px 4px 0 0;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	background-color:#fff;
	border-bottom:1px solid #fff;	
	color:#000;	
	cursor:default;
}

	
/* tab pane
.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}

	 */
	


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
	}
.clearfix {
    display: inline-block;
	}
* html .clearfix {
    height: 1%;
	}
.clearfix {
    display: block;
	}

