@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
body{
        padding-top: 70px;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	padding-top: 60px;

}
.logos_GnuLinux{
	display: block;
	margin: 0 auto;
}
footer{
	background-color: #17202A;
}
	
.horizontal .redBar, .horizontal .greenBar, .horizontal .blueBar {
		height:30px;
}
.horizontal.right td {
		float:right;
}
 
.vertical .redBar, .vertical .greenBar, .vertical .blueBar {
		width:20px;
}
.vertical.top td {
vertical-align:top;
}
.vertical.bottom td {
vertical-align:bottom;
}
 
.redBar, .greenBar, .blueBar {
box-shadow: 2px 2px 5px #999;
border-radius: 3px;
}
.redBar {
background-color:#E74C3C  ;
}
.greenBar {
background-color:green;
}
.blueBar {
background-color:blue;
}