﻿body
{
	background-color: #edcbd0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.popup
{
	background-color: #edcbd0;
}
.HeaderModuleBackground
{
	background-color: #991d34;
	border-style: solid;
	border-color: #edcbd0;
	border-width: thin;
}
.HeaderModuleBackgroundNoFill
{
	background-color: white;
	border-style: solid;
	border-color: #edcbd0;
	border-width: thin;
}
.HeaderModuleBackgroundLightFill
{
	background-color: #FBF4F3;
	border-style: solid;
	border-color: #edcbd0;
	border-width: thin;
}
.HeaderTextWhite
{
	font-family: Verdana, Tahoma, Arial;
	color: White;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.HeaderSubTextWhite
{
	font-family: Verdana, Tahoma, Arial;
	color: White;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}
.redTab
{
	background-color: #FBF4F3;
	border-style: none;
}

.txt_form
{
	font-family: Verdana, Tahoma, Arial;
	color: Black;
	font-weight: bold;
	font-size: 12px;
	padding-left: 15px;
	text-align: left;
}
.txt_formwhite
{
	font-family: Verdana, Tahoma, Arial;
	color: White;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}
.txt_formyellow
{
	font-family: Verdana, Tahoma, Arial;
	color: #f9f6ab;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.hyp_formyellow
{
	font-family: Verdana, Tahoma, Arial;
	color: #f9f6ab;
	font-size: 11px;
}

.txt_breadcrumb
{
	font-family: Verdana, Tahoma, Arial;
	color: #f9f6ab;
	background-color: #397041;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}
.spacer
{
	font-size: 11px;
}

/* FORM INPUTS */

.btn_input
{
	border: 1px solid #397041;
	border-bottom: 1px solid #397041;
	border-right: 1px solid #397041;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #cae8ce;
	height: 20px;
	width: 80px;
	vertical-align: middle;
	cursor: hand;
}

.txt_input
{
	/* Default font used for field boxes such as the         box for filling in Last Name */
	font-family: Verdana,Tahoma,Arial;
	color: Black;
	font-weight: normal;
	font-size: 12px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	background-color: #e3e4c4;
}
.txt_inputNormal
{
	/* Default font used for field boxes such as the         box for filling in Last Name */
	font-family: Verdana,Tahoma,Arial;
	color: Black;
	font-weight: normal;
	font-size: 12px;
}
.txt_inputrequired
{
	/* Default font used for field boxes such as the         box for filling in Last Name */
	font-family: Verdana,Tahoma,Arial;
	color: Black;
	font-weight: normal;
	font-size: 12px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	background-color: #FFD3D3;
}


.txt_inputwhite
{
	/* Default font used for field boxes such as the         box for filling in Last Name */
	font-family: Verdana,Tahoma,Arial;
	color: Black;
	font-weight: normal;
	font-size: 11px;
}

.txt_inputdisplay
{
	/* Default font used for field boxes such as the         box for filling in Last Name */
	font-family: Verdana,Tahoma,Arial;
	color: Black;
	font-weight: normal;
	font-size: 12px;
}

.txt_validation
{
	/* Text for Validation displays - errors */
	font-family: Verdana, Tahoma, Arial;
	color: Red;
	font-size: 12px;
}


/*  TITLES AND OTHER TEXT */


/* TABLES CELLS ROWS */

.grd_RowItem
{
	background-color: #ffffff;
	color: Black;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	text-align: left;
	text-indent: 7px;
	height: 20px;
}

.grd_RowAlternateItem
{
	background-color: #ddf1d5;
	color: Black;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	text-align: left;
	text-indent: 7px;
	height: 20px;
}

.grd_Heading
{
	background-color: #397041;
	color: White;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}



.txt_genericHeader
{
	font-family: Verdana, Tahoma, Arial;
	color: #f9f6ab;
	background-color: #991d34;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}



.txt_copyright
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.backleft
{
	background-image: url(/RBAdmin2006/App_Themes/DefaultRBAdmin/images/SideLeft.gif);
	background-color: #ffffff;
}

.backright
{
	background-image: url(/RBAdmin2006/App_Themes/DefaultRBAdmin/images/SideRight.gif);
	background-color: #ffffff;
}

/* Invoice page styles*/
.invoiceFont, .invoiceFont *
{
	font-size:14pt;
}

.summary
{
	font-size:14pt;
	padding-left:30px;
}

.summary *
{
	font-family:Verdana, Tahoma, Arial;
}

.table_invoice
{
	border: outset 1px ActiveBorder;
}

.table_invoice th, .table_invoice td
{
	border-right: solid 1px InactiveBorder;
	font-size:13pt;
}

.table_header
{
	background-color: Black; /*#930015;*/
	color: White;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
}

.table_header th, .table_header td
{
	padding-left:10px;
}

.table_row
{
	background-color: White; /*#FBF4F3;*/
	color: Black;
	font-family: Verdana, Tahoma, Arial;
	text-align: left;
	text-indent: 7px;
	height: 20px;
}

.table_alternateRow
{
	background-color: #D8D8D8; /*#F5E9E7;*/
	color: Black;
	font-family: Verdana, Tahoma, Arial;
	text-align: left;
	text-indent: 7px;
	height: 20px;
}

.table_footer td
{
	border-top: double 3px Black; /*#930015;*/
	font-family: Verdana, Tahoma, Arial;
	padding-left:10px;
}

/***************************/