body {
	margin: 0;
	padding: 0;
}

table {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-collapse: collapse;
}

th {
	background: silver;
}

td, th {
	border: 1px solid black;
	padding: 2px;
}

span {
	display: inline-block;
}

.rating {
	text-align: center;
}

input[type="text"] {
	background: none repeat scroll 0 0 white;
	border: 1px solid navy;

	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	color: black;
/*	font-weight: bold; */
	padding: 2px 10px;
}

input[type="reset"], input[type="submit"] {
	background: none repeat scroll 0 0 silver;
	border: 1px solid #666666;

	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	color: green;
	font-weight: bold;
	padding: 2px 10px;
}

input[type="reset"]:hover, input[type="submit"]:hover {
	background: none repeat scroll 0 0 #919191;
}

input:checked + span {
    background: * #FFA500; /* orange; */
    background-color: #FFA500; /* orange; */
}

#wrapper {
	margin: 0 auto;
	width: 1280px;
}

#site-name {
	padding-top: 20px;
}

#content-wrapper {
	background: none repeat scroll 0 0 ;
	border: 1px dashed #AAAAAA;

	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

	-webkit-box-shadow: 0 0 10px #666666;
	-moz-box-shadow: 0 0 10px #666666;
	box-shadow: 0 0 10px #666666;

	margin: 10px 0;
	padding: 10px;
	min-height: 500px;
	width: 1280px;
}

/*
 * Login Form
 *
 */
#login {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2),
0 1px 1px rgba(0, 0, 0, .2),
0 3px 0 #fff,
0 4px 0 rgba(0, 0, 0, .2),
0 6px 0 #fff,
0 7px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2),
0 1px 1px rgba(0, 0, 0, .2),
0 3px 0 #fff,
0 4px 0 rgba(0, 0, 0, .2),
0 6px 0 #fff,
0 7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2),

0 1px 1px rgba(0, 0, 0, .2),
0 3px 0 #fff,
0 4px 0 rgba(0, 0, 0, .2),
0 6px 0 #fff,
0 7px 0 rgba(0, 0, 0, .2);
}

#login {
	margin: 100px auto 60px;
	width: 480px;
	z-index: 0;
}

/*
#login:before {
	content: '';
	position: absolute;
	z-index: -1;
	border: 1px dashed #ccc;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;

	-webkit-box-shadow: 0 0 0 1px #fff;
	-moz-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
}
*/

#login .login-caption {
	padding-top: 10px;
}

h1 {
	/* text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5); */
	text-transform: uppercase;
	text-align: center;
	color: #666;
	margin: 0 0 30px 0;
	letter-spacing: 4px;
	font: normal 26px/1 Verdana, Helvetica;
	position: relative;
}

#login #inputs input {
	background: url("../images/login-sprite.png") no-repeat scroll 0 0 #F1F1F1;
	border: 1px solid #CCCCCC;

	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

	-webkit-box-shadow: 0 1px 1px #CCCCCC inset, 0 1px 0 #FFFFFF;
	-moz-box-shadow: 0 1px 1px #CCCCCC inset, 0 1px 0 #FFFFFF;
	box-shadow: 0 1px 1px #CCCCCC inset, 0 1px 0 #FFFFFF;

	margin: 0 0 10px 25px;
	padding: 15px 15px 15px 30px;
	width: 353px;
}

#login #username {
	background-position: 5px -2px !important;
}

#login #password {
	background-position: 5px -52px !important;
}

#login #inputs input:focus {
	background-color: #FFFFFF;
	border-color: #E8C291;

	-webkit-box-shadow: 0 0 0 1px #E8C291 inset;
	-moz-box-shadow: 0 0 0 1px #E8C291 inset;
	box-shadow: 0 0 0 1px #E8C291 inset;

	outline: medium none;
}

#login #actions {
	margin: 10px 0 0;
}

#login #submit {
	background-color: #FFB94B;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#FDDB6F), to(#FFB94B));
	background-image: -webkit-linear-gradient(center top , #FDDB6F, #FFB94B);
	background-image: -moz-linear-gradient(center top , #FDDB6F, #FFB94B);
	background-image: -o-linear-gradient(center top , #FDDB6F, #FFB94B);
	background-image: -ms-linear-gradient(center top , #FDDB6F, #FFB94B);
	background-image: linear-gradient(center top , #FDDB6F, #FFB94B);

	border-color: #D69E31 #E3A037 #D5982D;

	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;

	border-style: solid;
	border-width: 1px;

	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;

	color: #8F5A0A;
	cursor: pointer;
	float: right;
	font: bold 15px Arial,Helvetica;
	height: 25px;
	margin: 0 50px 20px 0;
	padding: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	width: 120px;
}

#login #submit:hover, #login #submit:focus {
	background-color: #FDDB6F;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFB94B), to(#FDDB6F));
	background-image: -webkit-linear-gradient(center top , #FFB94B, #FDDB6F);
	background-image: -moz-linear-gradient(center top , #FFB94B, #FDDB6F);
	background-image: -o-linear-gradient(center top , #FFB94B, #FDDB6F);
	background-image: -ms-linear-gradient(center top , #FFB94B, #FDDB6F);
	background-image: linear-gradient(center top , #FFB94B, #FDDB6F);
}

#login #submit:active {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;

	outline: medium none;
}

#login #submit::-moz-focus-inner {
	border: medium none;
}

#login #actions a {
	color: #3151A2;
	float: right;
	line-height: 35px;
	margin-left: 10px;
}

#login #back {
	color: #999999;
	display: block;
	position: relative;
	text-align: center;
	top: 60px;
}

#login fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

#logout {
	display: inline-block;
	float: right;
}

/*
 * Tabs
 *
 */

.tabs { list-style: none; }
.tabs li { display: inline; }
.tabs li a { color: black; float: left; display: block; padding: 4px 10px; margin-left: -1px; position: relative; left: 1px; background: white; text-decoration: none; }
.tabs li a:hover { background: #ccc; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.box-wrap { position: relative; min-height: 250px; }
.tabbed-area div div { padding: 5px; top: -1px; left: 0; }
.tabbed-area div div, .tabs li a { border: 1px solid #ccc; }

#box-one:target, #box-two:target, #box-three:target {
  z-index: 1;
}

.cur-nav-fix .tabs { position: absolute; bottom: 100%; left: -1px; }
.cur-nav-fix .tabs li a {
   background: -webkit-linear-gradient(top, white, #eee);
   background: -moz-linear-gradient(top, white, #eee);
   background: -ms-linear-gradient(top, white, #eee);
   background: -o-linear-gradient(top, white, #eee);
}
#box-four { z-index: 1; }
#box-four:target .tabs, #box-five:target .tabs, #box-six:target .tabs { z-index: 3; }
.cur-nav-fix .tabs li.cur a { border-bottom: 1px solid white; background: white; }

#legend {
	margin-left: 30px;
}

.hour {
	min-width: 20px;
}

.ahour {
	max-width: 20px;
}

	/* Details button */
  	.del { display: none; }
	.del:not(:checked) + label + * { display: none; }
	/* CSS button view */
	.del:not(:checked) + label,
	.del:checked + label {
		display: inline-block;
		padding: 2px 10px;
		border-radius: 2px;
		color: white;
		background: grey;
		cursor: pointer;
	}
	.del:checked + label {
		color: black;
		background: silver;
	}

/*
.radio-postpone input[type="radio"] + label {
	color: white;
}
*/

.blink {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
	to {
	visibility: hidden;
	}
}
@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

h2 {
	text-align: center;
}