/*
  ##########################################################################
  ##                               AnimOS                                 ##
  ##########################################################################
  ## This file is part of AnimOS.                                         ##
  ##                                                                      ##
  ## AnimOS is free software: you can redistribute it and/or modify       ##
  ## it under the terms of the GNU General Public License as published by ##
  ## the Free Software Foundation, either version 3 of the License, or    ##
  ## (at your option) any later version.                                  ##
  ##                                                                      ##
  ## AnimOS is distributed in the hope that it will be useful,            ##
  ## but WITHOUT ANY WARRANTY; without even the implied warranty of       ##
  ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the         ##
  ## GNU General Public License for more details.                         ##
  ## You should have received a copy of the GNU General Public License    ##
  ## along with AnimOS. If not, see <http://www.gnu.org/licenses/>.       ##
  ##                                                                      ##
  ## Copyright (C) 2014 Gregor Kotainy, http://kotainy.de                 ##
  ##########################################################################
*/

@import url("fonts.css");
@import url("console.css");
@import url("tooltip.css");
@import url("scheduling.css");

html, body {
	margin: 0;
	padding: 0;
}

h1, h2 {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 10px;
	padding-top: 10px;
}

h2 a {
	color: #4b8100;
	text-decoration: none;
}

li a {
	font-size: 10px;
}

#container {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}

#header {
	width: 100%;
}

#footer {
	font-family: arial;
	font-size: 12px;
	padding-bottom: 60px;
	padding-right: 20px;
	padding-top: 5px;
	text-align: right;
}

#footer a {
	color: black;
}

#footer a:hover {
	background: #649600;
	color: white;
}

#buildVersion {
	font-size: 8px;
}

#warning {
	background: black;
	color: white;
	font-family: cursive;
	font-size: 26px;
	padding: 20px;
	text-align: center;
}

.header_left {
	background:red;
	display:inline-block;
	float: left;
	height: 94px;
	vertical-align: middle;
}

.header_center {
	color: #7bb119;
	padding-top: 15px;
	text-align: center;
}

.header_center_content {
	display: inline-block;
}

.header_right {
	background: url('../img/header-background.png');
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	float: right;
	height: 94px;
	width: 340px;
}

.header_right_inner {
	background: url('../img/logo-text-en.png');
	height: 94px;
	width: 137px;
}

.header_right img{
	vertical-align: top;
}

.topborder {
	border-color: #327E04;
	border-left: solid 1px;
	border-right: solid 1px;
	border-top: solid 1px;
}

.bottomborder {
	border: solid 1px;
	border-color: #327E04;
}

.floatLeft {
	float: left;
}

.clearFix {
	clear: both;
}

.header {
	font-weight: bold;
}

.invisible {
	display: none;
	visibility: hidden;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}