﻿body 
{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	font-family: Verdana,arial;
	font-size:8pt;
	background-color:#D4D4D4;
	/*background-color:#eeeeee;*/
	/*background-color:#F5F5F5;*/
}

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
   
   
.watermark
{
	background-color:White;
	
	
}

.logonpanel
{
	padding:20px 20px 20px 20px;
	width: 400px;
	height: 250px;	
	
}


.titlebarcell
{
	background-color:#cc0000;
	height:57;
}

.titlebardividercell
{
	background-color:#333333;
	color:White;
}

.fieldlabels
{
	font-weight:bold;
	color: #2E4d7B;
}

.errortext
{
	font-weight:bold;
	color: #cc0000;
}

.menucell
{
	/*background-color:#85A3E5;*/
	background-color:#747474;
	width:150px;
	vertical-align:top;
}

.menuimages
{
	width: 150px;
}

.input_text
{
}

.input_searchdropdown
{
	width: 300px;
}

.search_panel
{
	border: groove 1px #eeeeee;
}

.datagrid_header
{
	/*background: url(images/xpProcessBackground.jpg) repeat-x;*/
	/*background-color:#5078B3;*/
	background-color:#747474;
	text-align:center;
	 vertical-align:middle;
	 color: White;
	 font-weight:normal;
	 /*font-weight:bold;*/
	
	
}

.datagrid_highlightrow
{
	/*background-color:#2E4d7B;*/
	background-color:teal;
	color: white;
	cursor:pointer;
	
}

.datagrid_row
{
	background-color:White;
	color:Black;	
	cursor:default;
}

.datagrid_alternaterow
{
	background-color:Silver;
	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-color:Teal;
	/*background: url(images/xpEntityHeader.jpg) repeat-x;*/
	/*background: url(images/xpProcessBackground.jpg) repeat-x;*/
	/*color:#2F2F33;*/
	color:white;
	text-align:center;
	font-weight: bold;
}

.tablepageborder
{
	
	border: outset 1px black;
	padding:5px 5px 5px 5px;
}

.menubar
{
	background: url(images/blueAction.gif) repeat-x;
	height:30px;
	padding:0px 0px 0px 0px;
}

.loginheading
{
	font-size: large;
	font-weight:bold;
}

.pageheading
{
	font-size: 12pt;
	font-weight:bold;
	color:#0E483C;
	
	/*background-color:#073D95;*/
}

.pagedetails
{
	font-weight:bold;
	color:Red;
}

.loginlabels
{
	font-size:medium;
}

.debtsummary
{
	font-size:10pt;
}

.debtsummaryheading
{
	background: url(images/xpProcessBackground.jpg) repeat-x;
	color: White;
	text-align:center;
	font-weight: bold;
	font-size:10pt;
}

.debtornamelabel
{
	color: #cc0000;
	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: #747474;
    /*background-color: #2E4d7B;*/
    /*background-color: #52A6FF;*/
	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: #0E483C;
    /*background-color: #5078B3;*/
    /*background-color: #CC0000;*/
	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;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}


/* MENU STYLES */
div.sdmenu {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(menu_images/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(menu_images/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(menu_images/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(menu_images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(menu_images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #0E483C url(menu_images/linkarrow.gif) no-repeat right center;
	/*background : #52A6FF url(linkarrow.gif) no-repeat right center;*/
	color: #fff;
	text-decoration: none;
}

div.tasks {
	width: 95%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	/*background: url(bottom.gif) no-repeat  right bottom;	*/
	background-color:White;
	color: #fff;
	border: solid 1px black;
}
div.tasks div {
	background: url(menu_images/title.gif) repeat-x;
	overflow: hidden;
}
div.tasks div:first-child {
	background: url(menu_images/toptitle.gif) no-repeat;
}
div.tasks div.collapsed {
	height: 25px;
}
div.tasks div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(menu_images/xpEntityHeader.jpg) repeat-x ;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.tasks div.collapsed span {
	background-image: url(menu_images/xpEntityHeader.jpg);
}
div.tasks div a {
	padding: 5px 10px;
	background: white;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
	cursor:pointer;
}
div.tasks div a.current {
	background : #ccc;
}
div.tasks div a:hover {
	background : #52A6FF;
	color: #fff;
	text-decoration:underline;
	
}

ul.attachlist a
{
	
	padding: 5px 10px;	
	display: block;	
	color: #066;
	cursor:pointer;
}


ul.attachlist a:hover {
	
	
	text-decoration:underline;
}

.notedesc
{	
	color:Blue;
}

.toptoolbar
{	
	text-align:right;
	background-color:#747474;	
	padding-right:10px;	
	color:White;
	font-weight:bold;		
}

.toptoolbar a
{
	cursor: pointer;	
}

toptoolbar a a:hover
{
	text-decoration:underline;
}

.menubar
{
	height:25px;
	background-color:#CCCECE;
	border-bottom: solid 1px black		
}

.titlebanner
{
	background-color:white;
	height:65px;
	padding-left:10px;
	font-family:Verdana;
	font-size:x-large;
	color:#0E483C;
}

.menubuttons
{
	width:150px;
	background:url(menu_images/toptitle.gif) no-repeat;
	height:25px;
	cursor: pointer;
	text-align:center;
	font-weight: bold;
	color: white;
}

.menuitem
{
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}

.toolbuttons
{
	background: #CCCECE;
	color: black;
	border-color:Black;
	border-width:1px;
	border-style:Solid;
	cursor:pointer;
}

.toolbuttonsactive
{
	background: gray;
	color: white;
	border-color:Black;
	border-width:1px;
	border-style:inset;
	cursor:pointer;
}
