/*
  ##########################################################################
  ##                               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("console.css");
@import url("tooltip.css");
@import url("scheduling.css");

html,body{margin:0;padding:0;}h1,h2,h4{display:inline-block;margin:0px;padding:0px;}h1,h2{font-size:26px;}h4{font-size:10px;padding-top:10px;}h4 a{color:#5b9100;font-style:italic;text-decoration:none;}#container{font-family:cursive;font-size:14px;}#header{width:100%;}#footer{font-family:arial;font-size:12px;padding:5px;padding-right:20px;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;}#example{background:#e0eae0;height:300px;position:absolute;width:700px;z-index:2;}#example p{padding:5px;}.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;}.no-close .ui-dialog-titlebar-close{display:none;}