﻿html, body
{
	height: 100%;
	overflow: auto;
	background-color: Black;
}
body
{
	padding: 0;
	margin: 0;
}
#silverlightControlHost
{
}

.ApplicationHolder
{
	background-color: Black;
	height: 100%;
}

.invoice
{
	margin-bottom: 30px;
}

.invoice p
{
	font-size: 13px;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
}

.invoicecosts
{
	width: 590px;
	border:1px solid #000;
}

.invoicecosts td
{
	border:1px solid #000;
}

.invoicecosts td, th
{
	font-size: 13px;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
}

.invoicecosts th
{
	background-color: Black;
	color: White;
	text-align: left;
}

.invoice h1
{
	font-size: 18px;
	font-weight:normal;
	margin: 15px 0px 5px 0px;
	padding: 5px;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	border-bottom-color: #333333;
} 
