body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url('/images/background.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

body.linearbg {
	background: linear-gradient(top, #333333 0%, #dddddd 100%);
	background: -moz-linear-gradient(top, #333333 0%, #dddddd 100%);
	background: -webkit-linear-gradient(top, #333333 0%, #dddddd 100%);
	background: -ms-linear-gradient(top, #333333 0%, #dddddd 100%);
	background: -o-linear-gradient(top, #333333 0%, #dddddd 100%);
/*	background: linear-gradient(top, #000000 0%, #616161 50%, #ffffff 100%);
	background: -moz-linear-gradient(top, #000000 0%, #616161 50%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #000000 0%, #616161 50%, #ffffff 100%);
	background: -ms-linear-gradient(top, #000000 0%, #616161 50%, #ffffff 100%);
	background: -o-linear-gradient(top, #000000 0%, #616161 50%, #ffffff 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#ffffff,GradientType=1);
	min-height: 100%;
}

html.minheight {
	min-height: 100%;
}

h1 {
	color: #999999;
	font-size: 150%
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

table.whitecenter {
	min-width: 1500px;
    margin-left: auto; 
    margin-right: auto;
	border-width: 10px;
	border-style: solid;
	border-color: white;
	border-radius: 15px;
}
table.whitecenter td {
	background-color: white;
}

table.urlaubszeiten {
	border: 1px;
	border-collapse: collapse;
}
table.urlaubszeiten td {
	border:1px solid black;
	border-collapse: collapse;
}
table.urlaubszeiten td.abgelehnt {
	background-color: red;
}
table.urlaubszeiten td.genehmigt {
	background-color: green;
}
table.urlaubszeiten td.unbearbeitet {
	background-color: yellow;
}
table.urlaubszeiten td.feiertag {
	background-color: #CCCCCC;
}

a.nostyle:link {
	text-decoration: none;
}
a.nostyle:visited {
	text-decoration: none;
}
a.nostyle:active {
	text-decoration: none;
}
a.nostyle:hover {
	font-weight: bold;
	color: blue;
}

a.bggreen:active {
	text-decoration: none;
	color: Black;
	background-color: YellowGreen;
}
a.bgyellow:active {
	text-decoration: none;
	color: Black;
	background-color: Yellow;
}
a.bgred:active {
	text-decoration: none;
	color: Black;
	background-color: Red;
}

table.smallborder {
	border:1px solid #c3c3c3;
	border-collapse:collapse;
}

table.smallborder th {
	border:1px solid #c3c3c3;
}

table.smallborder td {
	border:1px solid #c3c3c3;
	padding:3px;
}

table.smallborder10pxpadding {
	border:1px solid #c3c3c3;
	border-collapse:collapse;
}

table.smallborder10pxpadding th {
	border:1px solid #c3c3c3;
}

table.smallborder10pxpadding td {
	border:1px solid #c3c3c3;
	padding: 10px;
}

table.smallborder_zebra {
	border:1px solid #c3c3c3;
	border-collapse:collapse;
}

table.smallborder_zebra th {
	border:1px solid #c3c3c3;
	padding:3px;
}

table.smallborder_zebra td {
	border:1px solid #c3c3c3;
	padding:3px;
	background-color: transparent;
}

table.smallborder_zebra tr:nth-child(odd){
	background-color: #eeeeee;
}

table.smallbordersmallestfont {
	border:1px solid #c3c3c3;
	border-collapse:collapse;
}

table.smallbordersmallestfont th {
	border:1px solid #c3c3c3;
	padding:3px;
	font-size: xx-small;
}

table.smallbordersmallestfont td {
	border:1px solid #c3c3c3;
	padding:3px;
	font-size: xx-small;
}

input.smallfit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 94%
}

select.smallfit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 94%
}

input.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

select.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, start);
}
@keyframes blink {
    80% {
        visibility: hidden;
    }
}

.smallest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.tinybutton {
	height: 18px;
	line-height: 8px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.boldred {
	font-weight: bold;
	color: red;
}

/* http://www.hagenburger.net/BLOG/HTML5-Input-Placeholder-Fix-With-jQuery.html */
::-webkit-input-placeholder { /* WebKit browsers */
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
}

.large {
	font-size: small;
}

.no-close .ui-dialog-titlebar-close { 
	display: none; 
}

.dialoglargest {
	margin: 0;
	text-align: center;	
	font-size: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* http://red-team-design.com/practical-css3-tables-with-rounded-corners/ */
table.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

table.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
table.bordered td, table.bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

table.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

table.bordered td:first-child, table.bordered th:first-child {
    border-left: none;
}

table.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

table.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

table.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

table.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

table.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.sw-enable, .sw-disable, .sw-enable span, .sw-disable span { background: url(/images/switch.gif) repeat-x; display: block; float: left; }
.sw-enable span, .sw-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.sw-enable span { background-position: left -90px; padding: 0 10px; }
.sw-disable span { background-position: right -180px;padding: 0 10px; }
.sw-disable.selected { background-position: 0 -30px; }
.sw-disable.selected span { background-position: right -210px; color: #fff; }
.sw-enable.selected { background-position: 0 -60px; }
.sw-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }
.switch input { display: none; }

label.smileys > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
label.smileys > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
label.smileys > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #f00;
}
label.smileys > input:hover + img{ /* HIDE RADIO */
  content:url("/images/smiley-negativ-45x47.png");
}
