﻿body 
{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	font-family: Verdana,arial;
	font-size:8pt;
}

.watermark
{
	background-image:url("images/recoveries_seal_background.gif");
	background-position:center;
	background-repeat:no-repeat;
}


.titlebarcell
{
	height:57;
	color:#003629;
}

.titlebardividercell
{
	background-color:#333333;
	color:White;
}

.standardbuttons
{
	font-weight:bold;
	color:White;
	filter : progid:DXImageTransform.Microsoft.Gradient(startColorStr='#C0C0C0',endColorStr='#000000');
	font-family: Verdana,arial;
	font-size:9pt;
}

.fieldlabels
{
	font-weight:bold;
}

.googlemaplabel
{
	font-weight:bold;
	color:White;
	background-color:Red;
}

.errortext
{
	font-weight:bold;
	color: #003629;
}

.menucell
{
	
	 width:150px;
}

.input_text
{
}

.input_searchdropdown
{
	width: 300px;
}

.search_panel
{
	border: groove 1px #eeeeee;
}

.datagrid_header
{
	background: url(images/grey_grad.gif) repeat-x;
	text-align:center;
	 vertical-align:middle;
	 color: White;
	 font-weight:bold;
	
	
}

.datagrid_highlightrow
{
	background-color:#003629;
	color: white;
	cursor:pointer;
	
}

.datagrid_row
{
	color:Black;	
	cursor:default;
}

.datagrid_alternaterow
{
	background-color:#dddddd;
	color: Black;
	cursor: default;
}

tr.datagrid_header a
{
	color: White;
	font-weight: bold;
	 text-decoration: none;
}

tr.datagrid_highlightrow a
{
	color: white;
	
}

.debtordetails
{
	border: outset 1px #eeeeee;
}

.installamounts
{
	border: groove 1px #eeeeee;
}

.sectionheading
{
	background: url(images/greenheader.gif) repeat-x;
	color: White;
	text-align:center;
	font-weight: bold;
}

.tablepageborder
{
	
	border: outset 1px black;
	padding:5px 5px 5px 5px;
}

.menubar
{
	background: url(images/grey_grad.gif) repeat-x;
	height:30px;
	padding:0px 0px 0px 0px;
}

.loginheading
{
	font-size: large;
	font-weight:bold;
}

.roweditheading
{
	font-size: medium;
	font-weight:bold;
	color:red
}

.loginlabels
{
	font-size:medium;
}

.debtsummary
{
	font-size:10pt;
}

.debtsummaryheading
{
	background: url(images/greenheader.gif) repeat-x;
	color: White;
	text-align:center;
	font-weight: bold;
	font-size:10pt;
}

.debtornamelabel
{
	color: #003629;
	font-weight:bold;
	text-decoration: underline;
	cursor:pointer;
}

.dialogbody
{
	background-color:#eeeeee;
	color: Black;
		margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	font-family: Verdana,arial;
	 font-size:8pt;
}

.dialoglabels
{
	font-weight:bold;
	font-size:10pt;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #2E4d7B;*/
    background-color: #003629;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #5078B3;*/
    background-color: #003629;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    /*background-color: #D3DEEF;*/
    background-color: #eeeeee;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.currencytextbox
{
	text-align:right;
}