﻿/*
	Logo Color: #8A2E45;
	Blue: #336699;
	Light Blue: #6699bb;
	Grey: #666666;
*/

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;	
	width: 70% !important;	/* Major browsers other than IE 6 and below respect the importance immediately */
	width: 900px;			/* IE 6 and below use this value instead, even though the above was marked as important */
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

div.nav_links
{
	height: 28px;
	float: right;
	clear: none;
	overflow: hidden;
	margin-top: 2px;
	font-size: 11px;
	color: blue;
}

/* BASE ATTRIBUTES - START */

html,
body,
div,
table,
img
{
	margin: 0;
	padding: 0;
	border: 0;
}


p,
td,
li,
body
{
	/*font-family: Tahoma, Arial, Verdana, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 11px;
}

input, 
select,
legend,
textarea
{
	/*font-family: Tahoma, Arial, Verdana, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}

legend
{
	padding: 0 7px 0 7px;
	border: none;
	font-weight: bold;
	color: #336699
}

fieldset
{
	padding: 5px;
	border: 1px solid #336699;
}

a
{
	color: #8A2E45; /* #8A2E45; */
	text-decoration: none;
}

a.selected,
a.selected2
{
	color: #336699;
}

a:hover
{
	color: #336699;
	text-decoration: underline;
}

a:active
{
	color: gray;
	text-decoration: none;
}

p
{
	color: #666666;
	margin: 8px 0 8px 0;
	padding: 0;
}
td
{ 
	word-wrap: break-word;
}


/* BASE ATTRIBUTES - END */
/* PAGE STRUCTURE - START */

div.buttons
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #bbbbbb;
}

#header
{
	width: 970px;
	height: 120px;
	margin: 10px 0 0 5px;
	overflow: hidden;
	/*background-image: url( '../images/header_bg.jpg' );  FMS vs FCT - Need to Fix- each has own stylesheets..., maybe .net themes */
	background-image: url( '../images/FMS/header_bg.jpg' );  /* FMS vs FCT */
	background-repeat: no-repeat;
	background-position: 3px 0;
	color: white;
}

.headerEnglish
{
	width: 970px;
	height: 120px;
	margin: 10px 0 0 5px;
	overflow: hidden;
	/* background-image: url( '../images/header_bg.jpg' ); */
	background-image: url( '../images/FMS/header_bg.jpg' );  /* FMS vs FCT */
	background-repeat: no-repeat;
	background-position: 3px 0;
	color: white;
}

.headerFrench
{
	width: 970px;
	height: 120px;
	margin: 10px 0 0 5px;
	overflow: hidden;
	background-image: url( '../images/header_bg_french.jpg' );
	background-repeat: no-repeat;
	background-position: 3px 0;
	color: white;
}

#header_unauth
{
	width: 815px;
	height: 50px;
	margin: 20px 0 0 20px;
    background-image: url( '../Images/FMS/Logo_propel_sml.png' ); 
	
	/* FMS vs FCT CCS
	background-image: url( '../Images/logo_LLC_lender.gif' );
	*/
	background-repeat: no-repeat;
	background-position: 3px 0;	
	overflow: hidden;	
	color: white;	
}

#header_popup
{
	/*width: 990px;*/
	/*width: 1040px;*/
	width: 970px;
	height: 70px;
	margin: 10px 0 0 0px;
	overflow: hidden;
	/* background-image: url( '../images/header_bg.jpg' );*/ /*FCT vs FMS */
	 background-image: url( '../images/FMS/header_bg.jpg' );
	background-repeat: no-repeat;
	background-position: 0 0;
	color: white;
}

#nav
{
	/*width: 160px;*/
	width: 120px;
	overflow: hidden;
	display: inline;	/* Fix IE double-margin bug */
	float: left;
	clear: both;
	margin: 10px 10px 0 5px;
	background-color: white;
}

#main_body
{
	width: 970px;
	/*width: 1030px; */
	overflow: hidden;
	margin: 0 0 0 5px;
	padding-bottom: 45px;
	background-position: 180px bottom;
	background-repeat: no-repeat;
}

#content
{
	/*width: 810px;*/
	/*width: 850px;*/
	/*width: 970px;*/
	width: 970px;
	overflow: hidden;
	margin: 0;
	padding-bottom: 10px;
	border-width: 0px 0 1px 0;
	border-style: solid;
	border-color: #888888;
	text-align: left;
}

#content_unauth
{
	width: 810px;
	overflow: hidden;
	margin: 0 0 0 20px;
	padding-bottom: 10px;
	/*border-width: 0px 0 1px 0;
	border-style: solid;
	border-color: #888888;*/
	text-align: left;
}

#content_no_menu
{
	width: 970px; /* 760px */
	overflow: hidden;
	margin: 0px;
	padding-bottom: 10px;
	border-width: 0px 0 1px 0;
	border-style: solid;
	border-color: #888888;
	text-align: left;
}

#header #powered_by_container
{
	width: 180px;
	height: 120px;
	overflow: hidden;
	display: inline;
	float: left;
	clear: none;
	margin: 20px 0 0 0px;
	color: black;
}

#footer
{
	width: 970px;
	margin: 10px 0 0 5px;
	border-top:solid 1px #888888;
	border-color:#b0b0b0;
}

#site_menu
{
	position: inherit;
	float: right;
}

#site_menu td
{
	
}

#site_menu td a.ctl00_SiteMenu1_LenderMenu_1
{
	padding-right: 10px;
	border-right: 1px solid white;	
}

#site_menu #ctl00_SiteMenu1_LenderMenun3 a
{
	border-right: 0;
}

#top_header
{
	height: 63px;
	overflow: hidden;
	margin: 8px 13px 4px 0;
	text-align: right;
	float:right;
}

#top_header_unauth
{
	height: 63px;
	width: 815px;
	overflow: hidden;
	margin: 8px 13px 4px 0;
	text-align: right;
}

#top_header td
{
	
}

#top_header td a.ctl00_TopMenu1_TopMenu_1,
#top_header td a.ctl00_SiteMenu1_LenderMenu_1
{
	padding-right: 10px;
	border-right: 1px solid white;	
}

#top_header #ctl00_TopMenu1_TopMenun4 a,
#top_header #ctl00_SiteMenu1_LenderMenun3 a
{
	border-right: 0;
}

#top_header ul
{
	display: inline;
}

#top_header li
{
	display: inline;
	margin: 0 4px 0 0;
	padding: 0 4px 0 4px;
	border-right: solid 1px white;
}

#top_header li.last
{
	border-width: 0;
}

#top_header,
#top_header a,
#top_header a:hover
{
	color: white;
}

#top_header_unauth,
#top_header_unauth a,
#top_header_unauth a:hover
{
	color: blue;
}

#top_header #nav_list
{
	width: 600px;
	float: right;
	clear: none;
}

#top_header #env_indicator
{
	width: 200px;
	display: inline; /* Fixes IE double-margin bug. */
	float: right;
	clear: none;
	margin: 20px 13px 0 0;
}

#program_name
{
	width: 280px;
	display: inline; /* Fix IE double-margin bug. */
	float: left;
	clear: both;
	/*margin: 30px 0 0 200px;*/
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
}

#bottom_header
{
	height: 68px;
	overflow: hidden;
}

#welcome_msg
{
	width: 400px;
	display: inline;
	float: left;
	clear: none;
	margin: 10px 0 0 20px;
	color: white;
    font-size: 18px;
}

#welcome_msg span.greeting,
#welcome_msg span.user_name
{
}

#bottom_header #branding
{
	width: 189px;
	height: 72px;
	overflow: hidden;
	float: right;
	clear: none;
	margin: 4px 24px 0 0;
	text-align: center;
}

#pageTitleContainer  
{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #888888;
	margin-bottom: 10px;
}

#pageTitleContainer_unauth
{
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.pageTitle 	
{
	color: #336699;
	font-size: 14px;
	font-weight: bold;
}

.nav_links
{
	height: 28px;
	clear: none;
	overflow: hidden;
	margin-top: 2px;
	font-size: 11px;
	color: blue;
}

div.legal
{
	margin: 0px;
	font-size: 7pt;
	text-align:right;
	color: #b0b0b0;
}

/* PAGE STRUCTURE - END */
/* NAVIGATION - START */

#nav #main_links
{
	border-width: 2px 0 2px 0;
	border-style: dotted;
	border-color: #bbbbbb;
	margin: 0;
	padding: 4px 0 8px 0;
	font-weight: bold;
}

#nav #secondary_links
{
	border-width: 0 0 2px 0;
	border-style: dotted;
	border-color: #bbbbbb;
	padding: 4px 0 8px 0;
	font-size: 11px;
}

#nav #main_links td
{
	line-height: 25px;
	vertical-align: middle;
}

#nav #secondary_links td
{
	line-height: 20px;
	vertical-align: middle;
}

#nav td a
{
	display: block;
}

#nav #main_links a
{
	font-size: 13px;
}

#nav #secondary_links a
{
	display: block;
	color: #666666;
}

#nav #secondary_links a:hover
{
	color: inherit;
	text-decoration: underline;
}

#nav #secondary_links a.selected
{
	color: #336699;
}

#nav #secondary_links a:active
{
	color: inherit;
	text-decoration: none;
}

/* NAVIGATION - END */
/* CONTENT ELEMENTS - START */

.labelHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #336699;	
}


.labelHeader_unauth
{
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	border-top: 2px dotted #bbbbbb;
	margin-top:5px;
}

.labelHeader2
{
	font-size: 12px;
	font-weight: bold;
	color: #6699bb;
}

.labelHeader3
{
	font-size: 11px;
	font-weight: bold;
}

.labelHeader4
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.messageLabel
{
	color: #dd0000;
}
.StandardFontBlack {
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 8.50pt;
	color : #000000;
	font-weight : normal;					
	}	
	
.StandardFont {
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 11pt;
	color : white;
	font-weight : bold;					
	}			
	
.StandardFontBurgandyBold {
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 8.50pt;
	color : #83203a;
	font-weight : bold;					
	}			
	
.StandardFontBlackBold {
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 8.50pt;
	color : #000000;
	font-weight : bold;					
	}
	
.StandardFontBurgandy{
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 8.50pt;
	color : #83203a;
	font-weight : normal;					
	}				
	

.StandardFontError{
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 8.50pt;
	color : Red;
	font-weight : normal;					
	}	
	
.clsMandatory
{
	color: #dd0000;
}

.Redastericks
{
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 13pt;
	color: #ff0000;
	font-weight: bold;
	/*vertical-align: text-bottom;*/
	vertical-align:-5px;
}				


				

/* Standard Buttons */

input.StandardButtonStyle,
input.StandardButtonStyle2
{
	width: auto;		
	overflow: visible;
	/* width and overflow are REQUIRED to remove extra padding from buttons */
	color: white;
	font-weight: bold;
	margin: 0 0 0 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #336699;
}

input.StandardButtonStyle
{
	/*background-color: #8A2E45; */ /* Maroon button*/
	background-color: #282560;
}

input.StandardButtonStyle2
{
	background-color: #6699bb; /* Blue button*/
}

/* Deal listing tables */

td.std_listing
{
	width: 100px;
	height: 20px;
	padding-right: 2px;
	border: 2px solid black;
	vertical-align: middle;
	text-align: right;
}

table.std_listing
{
	width: 100%;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa
}

table.std_listing td
{
	height: 20px;
}

table.std_listing th
{
	height: 15px;
	padding-bottom: 3px;
	vertical-align: middle;
	color: #336699;
}

td.funding_summary
{
	width: 120px;
	height: 20px;
	padding-right: 2px;
	border: 2px solid black;
	vertical-align: middle;
	text-align: right;
}


/* CONTENT ELEMENTS - END */
/* USER CONTROLS (UC* and UCRFI*) */

div.simpleSearchCrit
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #bbbbbb;
}

/* USER CONTROLS - END *
/* PAGE SPECIFIC ELEMENTS - START */

/* Used on Home.aspx */

div.attention
{
	margin: 15px 0 10px 0;
}

fieldset.announcements
{
	margin-bottom: 15px;
}

fieldset.announcements ul,
fieldset.announcements li
{
	margin: 5px 0 5px 15px;
}

/* Used in Controls/ReportCriteria.ascx */

table.menuStyle td
{
	text-align: center;
}

/* Used in Controls/DealDetails/DealSummary.ascx */

div.deal_summary
{
	padding-bottom: 20px;	
	margin-bottom: 20px;
	border-bottom: 2px dotted #bbbbbb;
}

#menuId1 a
{
	display: block;
}

#MenuInstruments a
{
	display: block;
}

#content table.tab_content
{
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	border-top: 1px solid #bbbbbb;
}

#content table.tab_content td
{
	
}

#content table.tab_content td.tab_content_left
{
	background-image: url( '../images/edge_side.gif' );
	background-repeat: repeat-y;
	background-position: left;
}

#content table.tab_content td.tab_content_body
{
	
}

#content table.tab_content td.tab_content_right
{
	background-image: url( '../images/edge_side.gif' );
	background-repeat: repeat-y;
	background-position: right;
}

#content table.tab_content td.tab_content_bottom
{
	height: 8px;
	font-size: 1px;
	background-image: url( '../images/edge_top.gif' );
	background-repeat: repeat-x;
	background-position: bottom;
}

#content table.tab_content td.tab_content_bl
{
	height: 8px;
	width: 8px;
	background-image: url( '../images/corner_bl.gif' );
	background-repeat: no-repeat;
}

#content table.tab_content td.tab_content_br
{
	height: 8px;
	width: 8px;
	background-image: url( '../images/corner_br.gif' );
	background-repeat: no-repeat;
}
div.sectionHeader
{
	padding-left:5px;
	font-size: 12px;
	font-weight: bold;	
}
div.sectionContent
{
	padding-left:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom: 1px solid #bbbbbb;
}
/*Deal Info*/
td.fieldLabel
{
    padding-right:10px;
    vertical-align:top;
}
td.fieldLeft
{
    text-align:left;padding-right:20px;
    width: 170px;
}
td.fieldRight
{
    text-align:left;
    width: 170px;
}
td.fieldLarge
{
    text-align:left;
    width: 400px;
}

.SubHeaderFontBurgandyBold
{
	/*font-family: Arial, Sans-Serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 8.5pt;
	color: #990000;
	font-weight: bold;	
}

.DateFontGrey
{
	/*font-family:Arial, Sans-Serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size:7pt;
	color:#999999;
	font-weight:normal;
}

hr
{
	color:#666666;
	border-style:solid;
	border-width:thin;
}

.box 
{ 
    margin: 5px 5px 5px 0px; 
    border: #cccccc 1px solid; 
    padding:5px; 
    font-size: 12px; 
    font-weight: normal; 
    color: #000000; 
    background-color: #FFFFFF; 
} 

.box H1 
{ 
    margin : 0px 0px -12px 5px; 
    position: relative; 
    top : -12px; 
    border: #3c5a86 1px none; 
    padding-top : 3px; 
    padding-bottom: 3px; 
    padding-left : 5px; 
    padding-right : 5px; 
    font-size : 11px; 
    font-weight: bold; 
    /*font-family: Arial, sans-serif;*/
    font-family: Calibri, Arial, Tahoma, Sans-Serif;
    color : #83203a; 
    display: inline; 
    background-color: #FFFFFF; 
} 

.deal_grid_row
{
	background-color: #ffffff;
}

.deal_grid_row_locked
{
	background-color: #ffffa0;
}

.deal_grid_row_alternate
{
	background-color: #f0f0f0;
}

.Grid
{
	color:#333333;
}
.GridHeader
{
	color: #000080;
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size:8pt;
	text-align:center;	
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;	
	background-color:#D1E3EF;
}

.GridHeaderLeft
{
	color: #000080;
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size:8pt;
	text-align:left;	
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;	
	background-color:#D1E3EF;
}

.GridHeaderRight
{
	color: #000080;
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size:8pt;
	text-align:right;
	
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	
	background-color:#D1E3EF;
}


.update_panel_label
{
	font-size:10pt;
	color:#ffffff;	
}

.Redastericks
{
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 13pt;
	color: #ff0000;
	font-weight: normal;
	vertical-align: text-bottom;
}																

.page_stats
{
	/*font-family:Arial;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size:8pt;
	text-indent:5pt;
	color: #808080;
}

.report_footer
{
	/*font-family:Arial;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size:8pt;
	color: #000000;
}

.report_grand_total
{
	/*font-family:Arial;*/
    font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	color: #FF0008;
}


.report_generated_footer
{
	/*font-family:Arial;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size:10pt;
	font-style:italic;
	color: #000000;
}

.report_title
{
	/*font-family:Arial;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size:14pt;
	color: #000000;
}

.report_subtitle
{
	/*font-family:Arial;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size:12pt;
	color: #000000;
}

.StandardFontgrey 
{
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 8.50pt;
	color : #666666;
	font-weight : normal;					
	vertical-align : top;
}

.StandardFontGrey_Field
 {
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 8.50pt;
	border: solid 1px #7F9DB9;
	font-weight : normal;	
	background-color:#e2e2e2;
	width:125px;
	}	


.divcentered
{
    /*width: 1040px;*/
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}


/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	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: #FFFFFF;
    background-color: #88b6d6;
	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;*/
    border: 1px solid #cccccc;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

table.Repeater
{
    width: 100%;
    border-spacing: 0px;
}


.GridRowUnderLined
{
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	/*font-size: 8.50pt;*/
	color: #000000;
}

.RepeaterFieldNameCol
{
	border-bottom: 1px solid #cccccc;
}

.GridPadded
{
	padding-left: 2px;
	padding-right: 5px;
}

.RetentionItem
{
    position:relative;
    float:left;
    width:440px;
    padding-left:10px;
    margin-bottom:5px;
    
}

.RetentionButton
{
    position:relative;
    float:right;
    width:93px;
    margin-bottom:5px;
    
}

.RetentionList
{
    position:relative;
    width:900px;
    
}

.clear
{
    clear:both;
}

/* lrc = Lender Retention Call  */
.lrc
{
    width:935px;
}

.listheader
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: Calibri, Arial, Tahoma, Sans-Serif;
    font-size: 8.5pt;
    font-weight: bold;
}

.listheader .listitem
{
    height: 34px;
    background-color: rgb(217, 217, 216);
    color: #132559;
    text-align: left;
}

.listheader p
{
    padding: 0px;
    margin-left:3px;
    margin-top: 3px;
    margin-bottom: 3px;
}

@media screen
{
    .listrow
    {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        height: 20px;
        overflow: hidden;
        font-family: Calibri, Arial, Tahoma, Sans-Serif;
        font-size: 8.5pt;
        font-weight: normal;
    }

    .listrow:hover
    {
        min-height: 20px;
        height: auto !important;
        overflow: visible;
    }
}

@media print
{
    .listrow
    {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        min-height: 20px;
        height: auto !important;
        overflow: visible;
        font-family: Calibri, Arial, Tahoma, Sans-Serif;
        font-size: 8.5pt;
        font-weight: normal;
    }
}

.lrc .listitem
{
    float: left;
    margin-left: 2px;
    min-height: 20px;
}


.lrc .listitem p
{
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.lrc .listitemalt
{
    float: left;
    margin-left: 2px;
    min-height: 20px;
    background-color: rgb(238, 238, 238);
}

.lrc .listitemalt p
{
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.lrc .created
{
    width: 110px;
    text-align:center;
}

.lrc .username
{
    width: 100px;
}

.lrc .custname
{
    width: 90px;
}

.lrc .custphone
{
    width: 65px;
}

.lrc .callstatus
{
    width: 80px;
}

.lrc .outcome
{
    width: 130px;
}

.lrc .custreason
{
    width: 120px;
}

.lrc .newbank
{
    width: 70px;
}

.lrc .custcomments
{
    width: 145px;
}

