html {
  height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
}

body.blueBkg {
	background-color: rgba(162,175,191,1);
	background: -moz-linear-gradient(top, rgba(109,117,128,1) 0%, rgba(162,175,191,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(109,117,128,1)), color-stop(100%, rgba(162,175,191,1)));
	background: -webkit-linear-gradient(top, rgba(109,117,128,1) 0%, rgba(162,175,191,1) 100%);
	background: -o-linear-gradient(top, rgba(109,117,128,1) 0%, rgba(162,175,191,1) 100%);
	background: -ms-linear-gradient(top, rgba(109,117,128,1) 0%, rgba(162,175,191,1) 100%);
	background: linear-gradient(to bottom, rgba(109,117,128,1) 0%, rgba(162,175,191,1) 100%);
}

body.redBkg {
	background-color: rgba(186,161,160,1);
	background: -moz-linear-gradient(top, rgba(126,110,110,1) 0%, rgba(186,161,160,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(126,110,110,1)), color-stop(100%, rgba(186,161,160,1)));
	background: -webkit-linear-gradient(top, rgba(126,110,110,1) 0%, rgba(186,161,160,1) 100%);
	background: -o-linear-gradient(top, rgba(126,110,110,1) 0%, rgba(186,161,160,1) 100%);
	background: -ms-linear-gradient(top, rgba(126,110,110,1) 0%, rgba(186,161,160,1) 100%);
	background: linear-gradient(to bottom, rgba(126,110,110,1) 0%, rgba(186,161,160,1) 100%);
}

p, div {
	padding:0px;
	margin:0px;
}

object { outline:none; }

a:link { color: #3370cc; text-decoration: none; }
a:visited { color: #3370cc; text-decoration: none; }
a:active { color: #e4870d; text-decoration: none; }
a:hover { color: #e4870d; text-decoration: none; }

td, p, div, input, textarea, form, ul, li {
	font-family: Tahoma, Verdana, Arial, 'Lucida Grande', Helvetica, Sans-Serif;
	font-size:12px;
	color:#545454;
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
	font-size:32px;
	color:#909599;
	font-weight:700;
}

h2 {
	font-size:24px;
	color:#909599;
	font-weight:400;
}

h3 {
	font-size:20px;
	color:#909599;
	font-weight:400;
}

h4 {
	font-size:18px;
	color:#909599;
	font-weight:400;
}

#container {
	width:986px;
	margin:20px auto 0px auto;
	overflow:auto;
}

#fileTreeContainer {
	background-color:#fff;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius: 8px;
	padding:10px;
}

#fileTree, #results {
	padding: 10px 20px 20px 20px;
	min-height:130px;
}

#loading {
	text-align:center;
}

#top {
	position:relative;
	width:100%;
	height:50px;
}

#menu {
	position:absolute;
	right:20px;
	bottom:0px;
	background-color:#575e66;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding:8px 10px 6px 10px;
}

#logo {
	position:absolute;
	left:0px;
	bottom:0px;
	max-height:50px;
}

#recherche {
	position:absolute;
	right:20px;
	top:50px;	
	background-color:rgba(87,94,102,0.9);
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	padding:6px 10px 8px 10px;
	display:none;
}

#recherche p, #recherche label, #recherche fieldset, #recherche div, #recherche h3 { color:#fff; text-align:center; border:none; }	
#logo h1 { color:#fff; }
#menu p { color:#fff; line-height:16px; vertical-align:middle; }
#menu a { color:#ff9900; }

.green_btn {
	background-color:#7cbc0d;
	color:#fff;
	border:none;
	-webkit-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.green_btn:hover {
	background-color:#65990a;
	cursor:pointer;
}

.red_btn {
	background-color:#ff9900;
	color:#fff;
	border:none;
	-webkit-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.red_btn:hover {
	background-color:#cc6600;
	cursor:pointer;
}

.white_inp {
	background-color:#fff;
	border:none;
}

#loadingDF {
	display:none;
	text-align:center;
}

#footer {
	text-align:center;
	font-size:11px;
	color:#35373a;
	margin:5px 0px 20px 0px;
}

#footer a { color:#fff; }

div.pointilles {
	background-image : url('../../images/pointilles.png');
	background-repeat: repeat-x;
	background-position: center;
	height:15px;
	clear:both;
}

.ui-front {
    z-index:10000;
}

div.tbl-container {
	background-color: #dddddd;
	padding: 1px;
	margin-top:10px;
}

table {
	width: 100%;
	border-collapse: collapse;
	letter-spacing: .1em;
}

table thead.heading tr {
	background-color: #6e7580;
}

table thead.heading tr td {
	color : #fff;
	font-weight : bold;
}

table tr td {
	padding:3px;
	border : 2px solid #fff;
}

table tr:nth-child(even) {
	background-color: #e8ebf0;
}

table tr:nth-child(odd) {
	background-color: #fff;
}

