/* 
 *	Three-column layout for E-PayDocs.com
 */

/* Clear all margins and paddings */
/* Set global font style and size */

* {
	padding: 0px;
	margin: 0px;
	
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
}

/* Background color and behaviour for IE */

body {
  background-color: #E0E0E0;
  behavior: url('/data/css/csshover.htc');
}

a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #444444; 
	text-decoration: underline;
}

input {
	margin-top:0px;
	margin-top:0px;
	border-width: 1px; 
	border-color: #aFb8c7; 
	border-style: solid;
	text-align: left;
}

img.icon {
	border: none;
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
	behavior: url('/data/css/pngbehavior.htc');
}

/*
#content * {
	text-align: left;	
}
*/

#content h1, #content h2 {
  padding:4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
  border:1px solid #0F3974;
  background-color: #2153AA;	
}

#content h3 {
  margin-top:0px;margin-bottom:0px;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
  margin-bottom: 5px;
}


#page-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	background-color: #ffffff;
	padding: 3px;
}

#header-wrapper {
	height: 85px;
	background: url('/data/images/header_bg.gif') top right no-repeat;
	background-color: #4E7DD1;
}

#header {
	text-align: left;

}

#header h1 {
  font-size: 28px;
  color:#ffffff;
  letter-spacing: -1px;
  line-height: 28px;
}

#header h2 {
  font-size: 14px;
  color:#B1C6EB;
}

#toolbar {
	padding: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.toolbar-button {
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
	
	background-color: #fffff6;
	border: 0px solid #DFE8F7;
	
	padding: 3px;
}

#company-title {
	font-weight: bold;
	font-size: 14px;
	vertical-align: center;
}

#left {
	float: left;
	width: 120px;
}

#right {
	float: right;
	width: 120px;
}

#content {
	margin-left: 125px;
	margin-right: 125px;
}

#footer {
	clear: both;	
	height: 50px;
	background-color: #4E7DD1;
	text-align: center;
	padding-top:12px;
	color: #B6CEF9;
	line-height: 18px;
}

#footer a {
	color: #ffffff;
}

/* Menu */

#navigation {
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	font-size: 12px;
}

#navigation * {
	text-align: left;
}

#navigation a {
	display: block;
	width: 100%;
}

#navigation a:hover{
	text-decoration: none;
}

#navigation div
{
	position: relative;
	text-align: center;
	width: 100%;
}

#navigation tr td
{
  padding: 5px;
  margin-left: 3px;
  border: 1px solid #000000;
  background-color: #FFFFF6;
  vertical-align: bottom;
  text-align: center;
  font-family: Verdana;
  font-size: 12px;
}

#navigation a {
	color: #2153AA;
}

#navigation tr td:hover
{
  background: #DFE8F7;
}

/* hides / shows */
#navigation tr td table {
	display: none;
}


/* style for submenu */
#navigation tr td:hover table {
	display: inline;
	border: 1px solid #000000;
	position: absolute;
	top: 3px;
}

#navigation tr td:hover table.showRight {
	left: -6px;
}

#navigation tr td:hover table.showLeft {
	right: -6px;
}

#navigation tr td:hover table tr td
{
  border: none;
  text-align: left;
}

/* Some useful classes */

table.padded td {
	padding: 5px;
}

.box {
	background-color: #fffff6;
	margin:0px;
	margin-top: 10px;
	margin-bottom: 2px;
	padding:10px;
	border: 1px solid #DFE8F7;
	line-height: 18px;
	color: #333333;
}

.error {
	color: #ff1111;
}

#centered, #centered * {
	text-align: center;
}

/* INVOICES */

.invoiceTable {
	width: 100%;
}

.invoiceTable td {
	font-weight: bold;
	font-size: 10px;
	padding: 1px;
	vertical-align: middle;
}

.invoiceTable input {
	width: 100%;
}

#invoiceHeaderCell {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
}

#invoiceHeaderNoDate {
	text-align: center;
}

#invoiceHeaderCell input {
	margin: 3px;
	width: 100px;
	vertical-align: middle;
}

#invoiceHeaderNoDate input {
	width: 100px;
} 

.invoiceItemTable {
	width: 100%;
}

.invoiceItemTable input {
	width: 100%;
}

.invoiceItemCell {
	padding: 1px;
	
	padding-left: 2px;
	padding-right: 2px; 
}

.invoiceFooter input,
.invoiceFooter select {
	width: 100%;
}

.invoiceTable td, .invoiceItemTable td, .invoiceFooter td {
	padding-right: 3px;
}
