@import url("font-awesome.css");

/* ----------------------------------------------------------- FONTS FF DIN  */

/* first for IE 4–8 */
@font-face {
	    font-family: DINWeb;
	        src: url("../fonts/DINWeb.eot");
	}

	/* first for IE 4–8 */
	@font-face {
		    font-family: DINWeb;
		        src: url("../fonts/DINWeb-Bold.eot");
			    font-weight: bold;
		    }

		    /* then for WOFF-capable browsers */
		    @font-face {
			        font-family: DINWeb;
				    src: url("../fonts/DINWeb.woff") format("woff");
			    }

			    /* then for WOFF-capable browsers */
			    @font-face {
				        font-family: DINWeb;
					    src: url("../fonts/DINWeb-Bold.woff") format("woff");
					        font-weight: bold;
					}


					/* ----------------------------------------------------------- BASIC + #1  */

body {
       margin:0;
       padding: 0;
       background: #f3f3f3;
       height: 100%;
       font-family: DINWeb, sans-serif;
}



div#login-wrapper {
	display:none;
}

table.center {
	height: 100%;
	vertical-align: middle;
	margin: 0 auto;
}

div.shadded {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
}

div#login {
	padding: 5px;
	background: gray;
	border: 1px solid black;
	border-radius: 5px;
}

.topmenu-item {
	vertical-align: .5em;
	display: inline-block;
}

div#logout {
	font-size: 1.5em;
	float: right;
	margin-right: 15px;
}

img.avatar {
	height: 1.5em;
	background-color: white;
	padding: 2px;
	border: 1px inset black;
	border-radius: 5px;
}

div.topbar {
	background: none repeat scroll 0 0 #2D2D2D;
	color: white;
	top: 0;
	left: 0;
	right: 0;
	height: 2.5em;
	position: absolute;
	padding-left: 10px; 
	padding-top: 6px;
}

div#main-menu {
	margin-top: 3em;
	float:left;
	margin-right: 20px;
}
ul.vmenu {
	display: inline-block;
	border: 1px solid black;
	border-radius: 5px;
	background-color: gray;
	list-style: none;
	list-style-position:inside;
	vertical-align: top;
}

ul.vmenu li {
	padding: 2px;
	background-color: black;
	color: white;
	border-bottom: 1px solid gray;
	text-decoration: none;
}

ul.vmenu li:last-child {
	border-bottom: none;
}

div#infos {
	border: 1px solid black;
	border-radius: 10px;
	display: inline-block;
}

div#debug {
	border: 1px solid black;
	border-radius: 10px;
	margin-bottom: 5px;
	display: inline-block;
}

h2.tbar {
	border-radius: 5px;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	font-size: 14pt;
	background-color: black;
	color: white;
}

h2.tbar:hover {
	color: red;
}

div#main {
	position: relative;
	overflow: hidden;
	margin-top: 3em;
}

ul.btgroup {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.btgroup li {
	padding: 5px;
	float: left; /* for IE */
}

ul.btgroup li:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

ul.btgroup li:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

ul.btgroup li a{
	display: block;
	float: left;
	text-decoration: none;
	color: inherit;
}

.bt1 li {
	color: black;
	text-shadow: 0 1px 0 rgba(255,255,255,.9);
	border: 1px solid #bbb;
	background-color: #ddd;
	background-image: linear-gradient(to bottom, rgba(255,255,255,1),rgba(255,255,255,0));
	box-shadow: 0 1px 0 rgba(0,0,0,.3),
		    0 2px -1px rgba(0,0,0,.5),
		    0 1px 0 rgba(255,255,255, .3) inset;
}
ul.bt1 li:hover {
	background-color: #eee;
	color: #555;
}

ul.bt1 li.active {
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(255,255,255,.3);
	border: 1px inset gray;
	background: #e9e9e9;
}

div#blog div.title {
	background-color: black;
	color: white;
	padding: 2px;
}

div#blog div.post {
	border: 1px solid black;	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 20px;
}

div#blog div.post div.header img {
	width:64px;
}

div#blog div.post div.header {
	margin-top: 5px;
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 5px;
}

div#blog div.post div.body {
	vertical-align: top;
	display: inline-block;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 5px;

}

div.logos {
	text-align: center;
	display: table;
}

div.logos div {
	display: table-row;
}

.big {
	font-size: 22pt;
	font-weight: bold;
}

div.center {
	text-align: center;
}

div.box {
	margin-top: 30px;
	border-radius: 20px;
	display: block;
	width: 100%;
        background: #DDD;
        background: -o-linear-gradient(top, #DDD 50%, #FFF 100%);
        background: -ms-linear-gradient(top, #DDD 50%, #FFF 100%);
        background: -moz-linear-gradient(top, #DDD 50%, #FFF 100%);
        background: -webkit-linear-gradient(top, #DDD 50%, #FFF 100%); 
	box-shadow: 1px 1px 9px 0px #000;
}

div.box div.tl {
	width: 100%;
}

div.box div.tl {
	width: 100%;
}

div.box div.bl {
	padding: 10px 16px;
	overflow: auto;
	min-height: 52px;
}
div#tjcontent {	
	width: 1024px;
	margin: 0px auto;
	margin-bottom: 20px;
}

a {
	color: #007cbf;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

table#team tr td {
	font-weight: bold;
}
table#team tr td+td {
	font-weight: normal;
}

div#logo {
	float: left;
}

div#lang {
	float: right;
	display: inline-block;
}
div#header {
	width: 803px;
	margin: 0px auto;
}

div#footer {
	position: fixed;
	right: 0;
	bottom: 0;
	max-width: 100%;
}

div.expand div {
	display: none;
}

div#header{
	margin-top: 20px;
}

div#topbar {
	top: 0;
	left: 0;
	right: 0;
	border-color: #000;
	padding: 2px;
	font-size: 12px;
	background: #2D2D2D /*url(images/micro_carbon.png) repeat*/;
	color: #aaa;
	height: 32px;
}
div#topbar div[id|='menu'] {
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}
div#avatar img {
	display: block;
	width: 27px;
	height: 27px;
}
.menu-icon a {
	color: #ddd;
	text-decoration: none;
}

div#logout a:hover {
	color: red;
}
div#logout a {
	font-family: "FontAwesome";
	color: #aaa;
	text-shadow: 0px 1px 1px rgba(250,250,250,0.1);
	font-size: 15pt;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
}
div#logout {
	float: right;
	background-color: rgb(83,87,93);
	box-shadow: 0px 3px 0px 0px rgb(34,34,34) /*, 0px 7px 10px 0px rgb(17,17,17), inset 0px 1px 1px 0px rgba(250, 250, 250, .2), inset 0px -12px 35px 0px rgba(0, 0, 0, .5)*/;
	border: 0;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	margin-right: 15px;
	margin-top: 5px;
}

fieldset {
	border-radius: 5px;
	border: 1px solid gray;
}
