body { 
	background-color: #adb3b0;
}	

.layout {
	background-color: #adb3b0;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
}
.preload {
	display: none;
}

.header {
	color: ffffff;
 	font-family: tahoma;
	font-size: 11px;
	position: relative;
	left: 87px;
}

.head {
	color: #3e4e5f;
 	font-family: trebuchet ms;
	font-size: 11px;
}

.title {
	color: #ffffff;
 	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-indent: 7px;
}

.text{
	color: #3e4e5f;
 	font-family: trebuchet ms;
	font-size: 11px;
	width: 175px;
}

a.text{
	color: #f8f8f8;
 	font-family: trebuchet ms;
	font-size: 11px;
	text-decoration: none;
}

a.text:hover {
	color: #3e4e5f;
}

.invoiceTitle{
	color: #20201f;
 	font-family: trebuchet ms;
	font-size: 11px;
	width: 300px;
	height: 30px;
	line-height: 30px;
	background-color: #c2c1b9;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	float: left;
	position: relative;
	left: 90px;
	text-indent: 10px;
}

.invoice{
	color: #3e4e5f;
 	font-family: trebuchet ms;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	width: 300px;
	border-bottom: 1px solid #ffffff;
	float: left;
	position: relative;
	left: 90px;
	text-indent: 10px;
	text-decoration: none;
}

.invoice:hover{
	color: #ffffff;
}

.paid{
	color: #3e4e5f;
 	font-family: trebuchet ms;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	width: 300px;
	border-bottom: 1px solid #ffffff;
	float: left;
	position: relative;
	left: 90px;
	text-indent: 15px;
}

.unpaid{
	color: #ca2834;
 	font-family: trebuchet ms;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	width: 300px;
	border-bottom: 1px solid #ffffff;
	float: left;
	position: relative;
	left: 90px;
	text-indent: 15px;
}

.content{
	color: #3e4e5f;
 	font-family: trebuchet ms;
	font-size: 11px;
	width: 710px;
	position: relative;
	left: 20px;
}

.website {
	color: #3e4e5f;
 	font-family: trebuchet ms;
	font-size: 11px;
}

.foot {
	color: #3e4e5f;
 	font-family: trebuchet ms;
	font-size: 11px;
}

a.foot {
	color: #3e4e5f;
 	font-family: trebuchet ms;
	font-size: 11px;
	text-decoration: none;
}

a.foot:hover {
	color: #ffffff;
}

.login{
	color: #3e4e5f;
 	font-family: trebuchet ms;
	font-size: 11px;
	line-height: 20px;
	text-indent: 3px;
}

.input {
	font-family: trebuchet ms;
	color: #3e4e5f;
	font-size: 11px;
	background-color: #f8f8f8; 
	border-style: solid; 
	border-color: #3e4e5f;
	border-width: 1px;
	height: 22px;
	width: 180px;
	position: relative;
	top: -4px;
}

.submit { 
	border-width: 0px;
	width: 62px;
	height: 22px;
	position: relative;
	top: -3px;
}



