﻿/* Copied from Common/Design/CSS/ */
body
{
	margin: 0px;
    color: #000;
}

td, input, select, fieldset p, th
{
    font: 12px Arial, Helvetica, sans-serif;
}
th 
{
    font-weight: bold !important;
}

/* FrontEdit classes */
.adminfronteditover 
{
	border: dotted 1px red;	
}
/* FrontEdit classes end */

/* Datagrid classes */
.dg_itemstyle 
{
	background-color:#eeeeee;
}

.dg_alternatingitemstyle
{ 
	background-color:White;
}

.dg_headerstyle,
.dg_headerstyle th,
.dg_headerstyle td
{
	font-weight: bold;
	background-color: White;
}

.dg_footerstyle
{
}

.dg_edititemstyle
{
}

.dg_selecteditemstyle
{
}

.dg_pagerstyle
{
}
/* Datagrid classes end */


/* Statusbar */
div#statusbar { font-weight: bold; background: #fad163; margin: 0px 9% 5px 12% } 
div#statusbarinner { margin: 0px 8px }
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #fad163}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
/* Statusbar end */


/* BizForm */
.formasterisk
{
	color: Red;
}
.formitem 
{
	font-family: Times New Roman;
	border: 3px double #000000;
	font-size: 12pt;
	font-weight: bold;
}
/* BizForm end */
/* Floating admin toolbar in BizPart.aspx */
#divFloatingAdminToolbar 
{
    z-index: 9999999;
    position: absolute;
    width: 100%;
    min-height: 30px;
    top: 0;
    right: 0px;
    border-bottom: 1px solid #000;
    background-color: #e7e7e7;
    float: left;
}

.copiedFromInternalToExternalComment {
border: solid 1px red;
}

table[id*='_dgInvoice'] td, 
table[id*='_dgBookKeeping'] td,
table[id*='_dgUnpaidInvoices'] td { 
	padding: 4px;
}