/* REV - 0001 
   Modified On : Nov 04,09
   Requested By : Shyam
   Modified By : Nikhil
   Comments : Provided design level changes on how the advices are shown	
*/


/*
Body tag commented because all.css also contains a body tag, it may conflict.

body
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #665a4c;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #acc6d7;
	background-image: url( 'Images/sitebg.jpg' );
	background-repeat: repeat-x;
}*/


/*a,a:link, a:active, a:visited {
font-family:  tahoma, verdana, arial, helvetica, sans-serif;
color: #993302;
text-decoration: none;
font-size: 11px;
}
a:hover {
font-family: tahoma, verdana, arial, helvetica, sans-serif;
color: #993302;
text-decoration: underline;
font-size: 11px;
}*/
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.underLine
{
	text-decoration: underline;
}
a.underLine:hover
{
	text-decoration: none;
}

address
{
	font-style: normal;
}

hr
{
	color: #fff;
	margin: 5px 0;
}

ul
{
	margin-top: 5px;
}
h1
{
    font-family: "lucida sans unicode" , "lucida grande" , sans-serif;
	margin: 0 0 10px 0;
	color: #145b8f;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
}
h2
{
    font-family: "lucida sans unicode" , "lucida grande" , sans-serif;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
	color: #145b8f;
}
h3
{
    font-family: "lucida sans unicode" , "lucida grande" , sans-serif;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 3px;
	color: #081f62;
}
h4
{
	color: #666666;
	font-size: 11px;
	margin: 0;
}
.search-resutls p
{
	margin: 0px;
	padding: 0;
}

p
{
    font-family: "lucida sans unicode" , "lucida grande" , sans-serif;
	color: #665a4c;
	font-size: 11px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 150%;
}
div, td, th
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #665a4c;
	font-size: 11px;
	text-align: left;
}
form
{
	margin: 0px;
}
img
{
	border: 0px;
}
/*li
{
	list-style-type: square;
}*/

input, textarea, select
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#header
{
    position: absolute;
    top: 0;
    left: 35px;
    width: 840px;
    height: 135px;
    background: #fff;
}
#toplinks
{
	margin-bottom: 10px;
	color: #af5530;
}
#toplinks a, #toplinks a:visited, #toplinks a:active, #toplinks a:link, #toplinks a:hover
{
	color: #af5530;
}
#toplinks a:hover
{
	text-decoration: underline;
}
#splash
{
	margin: 0 4px 4px 4px;
}
#tbl-body
{
	background-color: #ffffff;
}
#tabs
{
	margin-bottom: 10px;
	border-bottom: 1px solid #336699;
	padding: 2px 5px 2px 5px;
}
#tabs a, #tabs a:active, #tabs a:link, #tabs a:visited, #tabs a:hover
{
	padding: 2px 5px 2px 5px;
	background-color: #336699;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	border-right: 3px solid #ffffff;
	text-decoration: none;
}
#tabs a:hover
{
	background-color: #6699CC;
}
/*
#nav
{
	background-image: url( 'Images/nav_bg.gif' );
	background-repeat: repeat-x;
	border-left: 1px solid #26a1e6;
	border-right: 1px solid #26a1e6;
	text-align: center;
}
*/
#nav-sub
{
	background-image: url( 'Images/nav_sub.gif' );
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #26a1e6;
	border-left: 1px solid #26a1e6;
	border-right: 1px solid #26a1e6;
	font-size: 10px;
	font-weight: normal;
	padding: 10px;
}
#nav-sub a
{
	font-size: 10px;
	font-weight: normal;
}
#main-left
{
	padding-bottom: 10px;
	background-color: #eeeeee;
}
#breadcrumbs
{
	padding: 10px 0;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
}
#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active
{
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
#breadcrumbs a:hover
{
	text-decoration: none;
}
#main
{
	background-image: url( 'Images/contentbg.jpg' );
	background-repeat: no-repeat;
}
/*
Commented because conflict with all.css when adding together in a page.
#content
{
	padding: 0 8px 20px 8px;
}
*/
#contentf
{
	margin: 5px;
	padding: 0 8px 20px 4px;
}
.arrow
{
	background-image: url( 'Images/arrow.gif' );
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0 2px 10px;
}
.block-header
{
	color: #503b2a;
	font-weight: bold;
	background-image: url( 'Images/blockbgh.jpg' );
	background-repeat: repeat-x;
	padding: 5px;
}

.arrow a, .arrow a:visited, .arrow a:link, .arrow a:active, .arrow a:hover
{
	font-weight: normal;
	cursor: pointer;
}
#menu-tabs
{
	margin: 4px;
	background-image: url( 'Images/menubg.jpg' );
	background-repeat: repeat-x;
	height: 15px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}
#menu-tabs a, #menu-tabs a:visited, #menu-tabs a:link, #menu-tabs a:hover, #menu-tabs a:active
{
	padding: 5px;
	font-weight: normal;
	text-decoration: none;
	color: #670004;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
#tab-bar
{
	margin: 4px 4px 0 4px;
	background-image: url( 'Images/menubg.jpg' );
	background-repeat: repeat-x;
}
#menu-tabs-sub
{
	background-image: url( 'Images/menusubbg.jpg' );
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding: 5px;
	height: 15px;
}
#menu-tabs-sub a, #menu-tabs-sub a:visited, #menu-tabs-sub a:link, #menu-tabs-sub a:hover, #menu-tabs-sub a:active
{
	padding: 5px 8px;
	font-weight: bold;
	text-decoration: none;
	color: #670004;
}
#menu-tabs-sub a:hover
{
	padding: 5px 8px;
	font-weight: bold;
	text-decoration: none;
	background-color: #670004;
	color: #ffffff;
}
#describe
{
	text-align: center;
}
#menu
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
#menu ul
{
	margin: 0;
	padding: 0;
}
#menu li
{
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #dddddd;
}
#menu a, #menu a:visited, #menu a:link, #menu a:active
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 4px 3px;
	display: block;
	cursor: pointer;
	font-weight: normal;
	border-bottom: 1px solid #dddddd;
}
#menu a:hover
{
	color: #666666;
	text-decoration: none;
	padding: 4px 3px;
	display: block;
	cursor: pointer;
	font-weight: normal;
	border-bottom: 1px solid #dddddd;
}
#menu-on a, #menu-on a:visited, #menu-om a:link, #menu-on a:active, #menu-on a:hover
{
	color: #000000;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 4px 3px;
	display: block;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
}
#menu-root a, #menu-root a:visited, #menu-root a:link, #menu-root a:active, #menu-root a:hover
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 4px 3px;
	display: block;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	color: #000000;
}
#bottom
{
	text-align: center;
	padding: 10px 0;
	font-size: 11px;
	color: #ebf0f4;
	font-weight: normal;
}
#bottom a, #bottom a:link, #bottom a:active, #bottom a:visited, #bottom a:hover
{
	padding: 5px;
	font-size: 11px;
	color: #ebf0f4;
	font-weight: bold;
}
#bottom a:hover
{
	text-decoration: underline;
}
#footer
{
	padding: 5px;
	text-align: center;
	color: #081f62;
	font-size: 11px;
	line-height: 150%;
}
#envene
{
	padding: 5px;
	text-align: center;
}



.paging-on
{
	border-bottom: 1px solid #000000;
}
#paging
{
	margin: 10px 0;
}
#paging a:hover, #paging a:link, #paging a:visited, #paging a:active
{
	font-weight: normal;
	background-color: #eeeeee;
	padding: 2px 5px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}


.paging-num
{
	text-align: left;
	padding-right: 20px;
}
.paging-nav
{
	width: 150px;
}



.sitemap-folder
{
	background-image: url( 'Images/ico-folder.gif' );
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 15px;
	padding-left: 20px;
}
.sitemap-page
{
	background-image: url( 'Images/ico-page.gif' );
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
	padding: 5px 0 0 15px;
	margin-bottom: 3px;
}
.list
{
	line-height: 150%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #8cb8d3;
}
.list-right
{
	text-align: right;
}
.element
{
	width: 340px;
}
.med
{
	width: 240px;
}
.error
{
	color: #cc0000;
	padding: 3px;
	padding-left: 0px;
}
.white, .white a, .white a:active, .white a:link, .white a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}
.tblform td
{
	padding: 5px 5px 0 0;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
.worksheet th
{
	text-align: left;
	border-bottom: 2px solid #c0c0c0;
	padding: 5px 0;
}
.worksheet td
{
	border-bottom: 1px dotted #f5f5f5;
	padding: 5px 0;
}
.worksheet textarea
{
	width: 250px;
	height: 100px;
}
.frm-txt
{
	width: 250px;
}
.red
{
	color: #cc0000;
}

.tbl-events th
{
	text-align: left;
	border-bottom: 2px solid #c0c0c0;
}
.tbl-events td
{
	border-bottom: 1px solid #c0c0c0;
}
.alft
{
	float: left;
	padding-right: 20px;
}
.argt
{
	float: right;
	padding-left: 10px;
}
.nopadl, .nopadl td
{
	padding-left: 0;
}
.debug
{
	background: #bbbbbb;
	width: auto;
	top: 100%;
	position: relative;
}
.alert
{
	margin: 15px 0;
	background-color: #f5f5f5;
	padding: 5px 5px 5px 25px;
	background-image: url( 'Images/ico-alert.gif' );
	background-position: left;
	background-repeat: no-repeat;
}
.alert-red
{
	margin: 15px 0;
	background-color: #f5f5f5;
	padding: 5px 5px 5px 25px;
	background-image: url( 'Images/ico-alert.gif' );
	background-position: left;
	background-repeat: no-repeat;
	color: #cc0000;
}
.hline
{
	margin: 10px 0;
	border-bottom: 1px dotted #8cb8d3;
}
/* overall table */
#calendar table
{
	border: 1px solid #fff;
	padding: 0;
}

/* the day headers across the top */
#calendar th
{
	background-color: #665a4c;
	color: #fff;
	margin: 3px;
	padding: 2px 5px;
	text-align: center;
	border: 1px solid #ffffff;
	font-size: 12px;
}

/* how days this month will look, make dates appear in top right */
#calendar td
{
	background-color: #eeeeee;
	color: #000;
	padding: 2px;
	margin: 0;
	height: 60px;
	vertical-align: top;
	border: 1px solid #ffffff;
}

/* these are the days falling outside this month */
#calendar td.notInMonth
{
	background-color: #fafafa;
}
#calendarhd
{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.dayEvent
{
	border-left: 2px solid #666666;
	border-bottom: 1px solid #666666;
	padding-left: 2px;
	margin: 0 0 2px 2px;
	font-size: 10px;
	font-weight: normal;
}
.dayEvent a, .dayEvent a:visited, .dayEvent a:link, .dayEvent a:active, .dayEvent a:hover
{
	font-size: 10px;
	font-weight: normal;
}
.dayEvent a:hover
{
	background-color: #ffffc1;
	display: block;
}
.dayNum
{
	text-align: right;
}
.dayNumNoEvents
{
	text-align: right;
}
#glossary
{
	text-align: center;
	padding: 5px 0;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
	word-spacing: 10px;
}
#glossary a, #glossary a:visited, #glossary a:link, #glossary a:hover, #glossary a:active
{
	font-weight: normal;
	text-decoration: none;
	color: #cc0000;
}

/*------------------------------------------------------------------- Loan Meter */
/*span
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #665a4c;
	font-size: 11px;
}*/
#loan_meter_title
{
	padding-top: 7px;
	padding-left: 7px;
	background-color: #0d2062;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	height: 22px;
	width: 560px; /*width: 555px;*/
}
#content_loan_meter
{
	background: url(Images/form_bg.jpg);
	font-family: arial;
	font-size: 12px;
	color: 414141;
	width: 550px;
	padding: 5px 5px 20px 5px;
	margin-bottom: 5px;
	border: 1px #dcdcdc solid;
}
.tblform2 td
{
	padding: 5px 5px 0 5px;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
.loan_form_text_bold
{
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #414141;
	text-align: right;
}
.loan_meter_results td
{
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
}
.loan_meter_results_money
{
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d2062;
	font-weight: bold;
}
.flash_container
{
	width: 550px;
	display: table;
	text-align: center;
}
.flash_loan_meter_container
{
	width: 500px;
	height: 110px;
	background: #FFFFFF;
	border: 1px #CCCCCC solid;
	text-align: center;
}
.element2
{
	width: 76%;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.form_main_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; /*color: #0d2062;*/
	color: #18599E;
}

/* Modified by Nikhil to provide text styling for advices on Nov 04,09 : REV - 0001*/
.meterPage ul li
{
	list-style-type:square;
	color: #665a4c; 
	padding:3px 0 0 5px;
	margin: 0 0 0 25px;
	font-size: 12px;
}
/* Added by Nikhil to provide text styling for advices on Nov 04,09 : REV - 0001 */
.meterPage .divAdvices
{
	text-align:justify;
}

.meterPage span
{
	color: DarkRed; /*color:Black;*/
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}
.meterPage li label
{
	color: Black;
	font-family: Arial;
	font-size: 12px;
}
.tabItemTable
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	width: 100%;
}
.subHeader
{
	font-family: Arial;
	color: DarkRed;
	font-size: 11px;
	font-weight: bold;
}

.bullets
{
	color: Black;
	font-family: Arial;
	font-size: 12px;
}

.errorMessage
{
	color: #cc0000;
	font-size: 12px;
}
/*------------------------------------------------------------------- End */

.loan_meter_title
{
	padding-top: 7px;
	padding-left: 7px;
	background-color: #0d2062;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	height: 22px;
	width: 560px; /*width: 555px;*/
}

