ï»¿body
{
	font-family: Calibri;
	font-size: 14px;
}

.ErrorMessage
{
	color: Red;
}

.DocumentDeleted
{
    text-decoration: line-through;
    color: Red;
}

.DocumentProcessed
{
    color: Gray;
}

.SectionHeader
{
    border-bottom: 3px solid #555555;
    margin: 10px 0px 0px 0px;
    font-size: 18px;
    height:30px;
    padding-left: 5px;
    width: 800px;
}

.Section
{
    margin-top: 5px;
}

/* Toolbar */
.Toolbar
{
	width: 100%;
}

.InvoiceInformation
{
	float: right;
	text-align: right;
}

.DocumentInformation
{
	float: right;
	text-align: right;
}

.CurrentInvoiceDocument
{
    background-color: #FFF3C1;
}

/* End Toolbar */

.DateTextbox
{
	width:75px;
}

.StatusColumns
{
	padding-left: 10px;
}

/* 
============
MODAL POPUP
============
*/

.modalPopup 
{
	background-color:White;
	border-width:2px;
	border-style:solid;
	border-color:#666666;
	padding:3px;
}

.modalBackground{
	background-color:#cccccc;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* 
============
END MODAL POPUP
============
*/

/* 
============
DATAGRID
============
*/ 

.DataGrid 
{
	border: solid 1px black;
	background-color: Transparent;
}

.DataGridHeader A:Link
{
	color:White;
}

.DataGridHeader A:Visited
{
	color:White;
}

.DataGridHeader A:Hover
{
	color:White;
}

.DataGridHeader A:Active
{
	color:White;
}

.DataGridHeader 
{
	text-align: center;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	color: White;
	border: solid 1px black;
	background-color: #666666;
	vertical-align: middle;
}

.DataGridItem 
{
	text-align: left;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	color: black;
	border: solid 1px black;
}

.DataGridAlternating 
{
	background-color: #DDDDDD;
	text-align: left;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	color: black;
	border: solid 1px black;
}

.DataGridSelected
{
	background-color: #CC0000;
	color: White;
}

.DataGridSelected a:Link
{
	color: White;
}

.DataGridSelected a:Hover
{
	color: White;
}

/* 
============
END DATAGRID
============
*/