@charset "UTF-8";
/* CSS Document, Copyright Voisonics, All Rights Reserved */

/*=============== GENERAL FORMATTING ===============*/

body  {
	font: 1em "Gill Sans", "Gill Sans MT", Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #505050;
}

hr {
	color: #d8d8d8;
	border: 1px dotted #d8d8d8;
	border-style: none none dotted;
	height: 1px;
	clear: both;
}

/* LINKS */

a:focus {outline-style: none;}
a img {border: none;}
a:link{color: #1e5e9e; text-decoration:none;}
a:visited{color: #1e5e9e; text-decoration:none;}
a:hover{color: #b81414; text-decoration:underline}

/* HEADLINES */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.1em;
}

/* FORMS */

input {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	font: 1em "Gill Sans", "Gill Sans MT", Arial, sans-serif;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	color: #505050;
	width: 99%;
}

input.cell {
	width: 99%;
}

input.submit {
	color: #1e5e9e;
}

input.submit:hover {
	color: #b81414;
	border-color: #b81414;
	text-decoration: none;
}

input.submit.central {
	text-align: center;
	width: 200px;
}

select {
	margin-bottom: 0px;
	font: 1em "Gill Sans", "Gill Sans MT", Arial, sans-serif;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	color: #606060;
	width: 100%;
}

/* Tables */

table {
	width: 100%;
}

table,th,td {
	border-collapse: collapse; 
	border-width: 1px 1px 1px 1px;
	border-color: #d0d0d0;
	border-style: solid;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}

th {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background: #e8e8e8;
}

td {
	font-size: 1em;
	text-align: center;
	width: 50px;
}

textarea {
	width: 100%;
	height: 500px;
}

/*=============== STRUCTURE ===============*/

/*=============== HEADER ===============*/

#header {
	margin: 10px 10px 0px 10px;
	height: 60px;
}

div#customer_select {
	float: right;
}

#customer_select .submit {
	margin-left: 5px;
	float: right;
	width: 50px;
}

#customer_select select {
	width: 300px;
	margin-left: 5px;
}

/*=============== MENU ===============*/

#menu {
	margin: 0px 10px 0px 0px;
	width: 200px;
	top: 80px;
	bottom: 0px;
	background: #e8e8e8;
	position: absolute;
}

/*=============== CONTENT ===============*/

#content {
	margin: 10px 10px 10px 210px;
}

div.error {
	width: 90%;	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	background: #ffaaaa;
	font-weight: bold;
}

tr.error {
	background: #ffaaaa;
}

div.success {
	width: 90%;	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	background: #aaffaa;
	font-weight: bold;
}
