﻿.main
	{
	margin: 50px;
	padding: 0px;
	background: url(../images/concrete_glossy.jpg);
	font: 12px Tahoma, Geneva, sans-serif;
	color: #3B3B3B;
	}

.pagetitle {
	font-weight: bold;
	font-size: 1.4em;
}

.section {
	margin-bottom: 2em;
}

a
	{
	text-decoration: none;
	color: #008FFF;
	font-weight: bold;
	}

a:hover
	{
	text-decoration: underline;
	color: #008FFF;
	font-weight: bold;
	}

p
	{
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 16px;
	}

.title
	{
	font-weight: bold;
	font-size: 1.2em;
	}

.bold
	{
	font-weight: bold;
	}

.invoice
	{
	font-size: 1em;
	font-family: "Times New Roman", serif;
	}

.invoicenowrap
	{
	white-space: nowrap; 
	}

.invoicegrayborder
	{
	border-style: solid;
	border-color: #a9a9a9;
	}

.invoicewhiteborder
	{
	border-style: solid;
	border-color: white;
	}

.disabledButton {
	color: black !important;
	text-decoration: none !important;
	font-weight: normal;
}

a.disabledButton:hover {
	font-weight: normal;
}

/*
The below are not actually used anymore, because we needed to use corresponding HTML elements due
to the fact that we want certain stylistic elements of the invoice to be preserved when copying and
pasting into a Word document
*/

.invoicebluecells
{
    background-color: #b0c4de;
}

.invoicejobetitle
{
    font-weight: bold;
    font-size: 1.1em;
    font-style: italic;
}

.invoicetitle
{
    font-weight: bold;
    font-size: 1.5em;
    color: #696969;
}

.invoiceterms
{
    font-weight: bold;
    font-style: italic;
}
