/* @override http://localhost/css/style.css */

@charset "UTF-8";

html, body,  
table, td,  th, 
form,  
h1, h2, h3, h4, h5, h6,  
p, ol, ul {
	padding: 0;
	margin: 0
}

* {
	margin: 0;
}

html {
	height: 100%
}

img, table, td {
	border: 0
}

body, td, th, form {
	font: 16px/1.4em DINPro, "Lucida Grande", Arial, Verdana;
	color: #113d54;
}

body {
	margin: 0px;
	padding: 5px;
	background: #eef6e4;
	font-family: DINPro, "Lucida Grande", Arial, Verdana;
	font-size: 16px;
	color: #113d54;
}

table {
	border-collapse: collapse
}

a:link {
	color: #ff7d0a;
}

a:visited {
	color: #ff7d0a;
}

a:hover {
	color: #ff7d0a;
}


.link {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.link a {
	text-decoration: none;
	color: #ff7d0a;
}

.link a:hover {
	text-decoration: none;
	color: #ff7d0a;
}

.title {
	margin-top: 5px;
	margin-bottom: 15px;
}

.title a {
	text-decoration: none;
	color: #ff7d0a;
}

.title a:hover {
	text-decoration: none;
	color: #ff7d0a;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.orange {
	color: #ff7d0a;
}

h1, h2, h3 {
	/* margin: 1.5em 0 1em 0; */
	font-style: normal;
	font-weight: normal;
	color: #ff7f00;
	line-height: 1em;
}

h1 {
	font-size: 200%;
	font-weight: bold;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 140%;
}

p {
	margin-bottom: 1em
}

#footer {
	margin-left: 25px;
	padding-top: 50px;
	width: 90%;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: inherit;
}

#logo {
	display: block;
	float: left;
	margin: 10px 32px;
}

#description {
	display: block;
	width: 75%;
	margin: 0 auto;
	text-align: justify;
}

#login-form {
	display: block;
	width: 400px;
	margin: 25px auto;
	text-align: center;
	border: 1px solid #113d54;
	background-color: #f9fcf2;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#login-form label {
	float: left;
	text-align: right;
	width: 40%;
	clear: both;
	margin-right: 15px;
	font-size: 1.0em;
}

#login-form input {
	float: left;
	text-align: left;
	width: 40%;
	margin-bottom: 5px;
	font-size: 1.0em;
}

#login-form #submit {
	float: none;
	clear: both;
	width: auto;
	background-color: #113d54;
	border: 1px solid #113d54;
	color: white;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
	text-shadow: black 0 1px 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}

#login-form span {
	font-size: 0.9em;
	text-align: justify;
	float: left;
	width: 100%;
	clear: both;
}

#login-form {
	font-size: 0.8em;
}

#login-form ul {
	text-align: left;
	margin: 10px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #113d54;
	background-color: #79c4cc;
}

.red {
	color: red;
}

.products {
	display: block;
	margin: 25px auto;
	border: 1px solid #113d54;
	background-color: #f9fcf2;
	padding: 0;
	line-height: 1.4em;
	width: 600px;
}

.products th {
	background-color: #79c4cc;
}

.products .links {
	width: 200px;
	text-align: right;
}

.products .name {
	width: 300px;
	font-weight: bold;
}

.products .status {
	width: 100px;
}

.products .even {
	background-color: #D6F9F3;
}

.warning {
	display: block;
	width: 75%;
	margin: 25px auto;
	text-align: left;
	border: 1px solid #113d54;
	background-color: #FCD5D0;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.agreement {
	display: block;
	width: 75%;
	margin: 25px auto;
	text-align: justify;
	border: 1px solid #113d54;
	background-color: #f9fcf2;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.agreement #submit {
	float: none;
	clear: both;
	width: auto;
	background-color: #113d54;
	border: 1px solid #113d54;
	color: white;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
	text-shadow: black 0 1px 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}
