﻿/* general */
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #fbfbfb;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #333333;	
}

img {
	border: none;
}

a {
	color: #0078ff;
	text-decoration: underline;
}

a:hover {
	color: #0078ff;
	text-decoration: none;
}

/* login */

.login h1 a {
	background-image: url('../images/logo.png');
	background-size: 450px 100px;
	background-position: top center;
	background-repeat: no-repeat;
	width: 450px;
	height: 100px;
	outline: none;
	overflow: hidden;
	/*padding-bottom: 15px;*/
	display: block;
}

.login form {	
	padding: 24px 30px 46px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
	box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
}

.login label {
	color: #777;
	font-size: 14px;
}

.login .button {
	float: right;
}

.login input[type="text"] {
	font-weight: 200;
	font-size: 18px;
	line-height: 1;
	width: 380px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 25px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	outline: none;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
	box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

#login {
	width: 450px;
	padding: 114px 0 0;
	margin: auto;
}

/* input */

input[type="text"],
textarea {
	line-height: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	color: #555;
	border-color: #dfdfdf;
}

textarea:focus,
input[type="text"]:focus {
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	border-color: #aaa;
}

.button {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	line-height: 23px;
	height: 24px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	background-color: #0078ff	;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#0078ff));
	background-image: -webkit-linear-gradient(top, #2a95c5, #0078ff);
	background-image:    -moz-linear-gradient(top, #2a95c5, #0078ff);
	background-image:     -ms-linear-gradient(top, #2a95c5, #0078ff);
	background-image:      -o-linear-gradient(top, #2a95c5, #0078ff);
	background-image:   linear-gradient(to bottom, #2a95c5, #0078ff);
	border-color: #0078ff;
	border-bottom-color: #1e6a8d;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
 	box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
 	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

#content {
	width: 800px;
	margin: 0px auto;
}

#header {
	width: 800px;
	height: 100px;
	margin-bottom: 25px;
}

#headline {
	font-size: 14px;
	width: 800px;
	height: 0px;
	text-align: right;	
}

.bottomrightnote {
	color: #777;
	width: 800px;
	height: 22px;
	text-align: right;
}

.title {
	width: 800px;
	height: 20px;
	font-size: 18px;
	border-bottom: 2px dotted;
	color: #0078ff;
	border-bottom-color: #000000;
	margin-bottom: 10px;
}

.box{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 800px;
	margin-left: -5px;
	margin-bottom: 10px;
	padding: 7px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
	box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
}

.box img {
	vertical-align: middle;
}

.listtable {
	width: 100%;
}

.listtable th{
	font-weight: normal;
	color: #0078ff;
	text-align: left;
	padding: 5px 10px 0px 10px;	
}

.listtable td {
	padding: 5px 10px 0px 10px;	
	text-align: left;
}

.listtable .category{
	line-height: 25px;
	border-bottom: 1px solid;
	border-color: #e5e5e5;
	text-align: left;
}

.listtable input {	
	text-align: right;
}
