/* CSS Document */
body  {
	font: 100% verdana, Arial, Helvetica, sans-serif;
 	background-color:#104e8b;
 	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:Black;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 50px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
td {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#f0f8ff;
}

tr.odd {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color:White;
}
th {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:Red;
}

.bodytext {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: justify;
	left: 14px;
	top: 14px;
	right: 14px;
	bottom: 14px;
	padding-left: 20px;
}

.bodytextBold {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.small {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#104e8b;
}

.maintitle {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	text-align: left;
}
.Admin 
{
	color:White;
}
.h1 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color:White;
	background-color:#4682b4;
}


.h2 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #FF0000;
}


.h3 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #990000;
}
.h4 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color:#86C442;
}
.h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color:#104e8b;	
}
.BulletBackgroundColor {
	background-color:#FFFF99
}

.expanded {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:Black;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.navigation_horz td
 {
	font-family:  verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: Bold;
	text-decoration: none;
	background-color:white;
	/*display: inline;*/
	width:100%;
	color:Black;
	padding: 0px 4px 0px 4px; 
	border-right-style:none;
	outline-style:none;
	/*azimuth:center;*/
	/*margin: 1PX 1PX 1PX 1PX;*/

 }
 
.navigation_horz:hover td
 {
	font-family:  verdana;
	font-size: 12px;
	font-style: normal;
	font-weight:Bold;
	text-decoration: none;
	background-color:white;
	/*display: inline;*/
	width:100%;
	color:#003300;
	padding: 0px 4px 0px 4px;
  border-right-style:none;
	outline-style:none;
	/*azimuth:center; */
}

title
{
	font: 100% verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.title
{
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.table
{
	font-size: 12px;
	color: black;
	font-family: verdana, Arial, Helvetica, sans-serif;
	width:850px;
	position:relative;
	display:table-caption;
	vertical-align:top;
	table-layout:auto;
	azimuth:center;
	border:2;
	top:auto;
	
}

.LinkPanel
{
	width: inherit;
	background-color:#87ceeb ;
	vertical-align: middle;
	font-family: verdana, Arial, Helvetica, sans-serif;
	position: static;
	text-align: center;
  padding-top:4px;
  padding-bottom:4px;
}
.fpSpread
{
	width:840px;
	height:auto;
	background-color:White;
	font:verdana, Arial, Helvetica, sans-serif; 
	font-size: 8px;
	border-collapse: collapse;
	text-align:center;
	
	
}

.fpSpread th
{
	background-color: #F0F0F0;
	font-size: small;
	font-weight:normal;
}

.fpSpread tbody th a
{
    background: transparent;
    color:   black; 
    text-decoration: none;
    
}

.fpSpread tbody tr.odd
{
    background-color:White;
}


.fpSpread tr:hover
{
    background-color:White;
}
.fpSpread tbody tr.odd:hover
{
    color: black;
    background:  #ff8;
}


.fpSpread tbody tr.even:hover
{
    color: black;
    background: #ff8; /*Yellow*/
}
    


.fpSpread tbody tr:odd
{
    color: black;
    background-color:blue;
}

.oddPCL
{
	color: #000000;
	background-color: #CCF2FE;
}


.tkSpread td
{
    border-right: medium solid black;
}	 

.worktable
{
	background-color:Orange;
	color:Blue;
	font-size:large;
}	
.error
{
	color:Red;
	
}
.inputrow
{
	height:10px;
	width:850px;
}	
.tablelable
{
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#104e8b;
	vertical-align:middle;
	text-align:Left;
}

.tablelable2
{
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:Blue;
	vertical-align:middle;
	text-align:Left;
}

.NewBusinessTopLable
{
	text-align:left;
	background-color:#f8f8ff;
	padding-left:3px;
}
.NewBusinessTopLable2
{
	text-align:center;
	background-color:#f8f8ff;
}
.NewBusinessInput
{
	background-color:White;
	text-align:right;
	font-style:normal;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	width:90%;
}
.NewBusinessLoanLable
{
	background-color:#b0e0e6;
  text-align:center;
}
.NewBusinessPlanInfo
{
	background-color:#b0e0e6;
}	
.NewBusinessDownPayment
{
	background-color:#b0e0e6;
  text-align:center;
}	
.NewBusinessPaymentInfo
{
	background-color:#b0e0e6;
}	
	

.lable
{
	font-size:16px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#104e8b;
  
}
.button
{
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background-color:Silver;
  margin-top:2px;
}	
	
/*.button2
{
	azimuth:center;
	background-attachment:inherit;
	background-color:Orange;
	background-image:none;
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:ridge;
	border-bottom-color:Green;
	border-bottom-style:groove;
	border-bottom-width:thick;
	border-collapse:separate;
	border-color:Green;
	border-left-color:Green;
	border-left-style:groove;
	border-left-width:thick;
	border-right-color:Gray;
	border-right-style:groove;
	border-right-width:thick;
	border-spacing:2;
	border-style:groove;
	border-top-color:Green;
	border-top-style:groove;
	border-top-width:thick;
	border-width:thick;
	bottom:auto;
	caption-side:top;
	clear:none;
	color:Gray;
	content:normal;
	counter-increment:none;
	counter-reset:none;
	cue-after:none;
	cue-before:none;
	cursor:pointer;
	direction:ltr;
	display:inherit;
	elevation:above;
	empty-cells:hide;
	float:left;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:auto;
	left:auto;
	letter-spacing:normal;
	line-height:normal;
	outline-color:Lime;
	outline-style:groove;
	outline-width:thick;
	padding-bottom:auto;
	padding-left:auto;
	padding-right:auto;
	padding-top:auto;
	richness:50;
	right:auto;
	
	width:100px;
	height:30px;
	color:ButtonText;
	font-style:normal;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:normal;
	background-color:ButtonFace;
	background-image:"Producerhome.jpg";
	border-bottom-color:ButtonShadow;
	border-bottom-width:medium;
	border-bottom-style:groove;
	border-right-style:groove;
	border-spacing:1;
	margin-bottom:1;
	outline-style:groove;
	padding-bottom:2;
	border:ridge 2 Blue;
}
button	
{
	width:100px;
	height:30px;
	color:ButtonText;
	font-style:normal;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:normal;
	background-color:ButtonFace;
	background-image:"Producerhome.jpg";
	border-bottom-color:ButtonShadow;
	border-bottom-width:medium;
	border-bottom-style:groove;
	border-right-style:groove;
	border-spacing:1;
	margin-bottom:1;
	outline-style:groove;
	padding-bottom:1;
	border:ridge 2 Blue;
}*/

.form
{
	background-color:#4682b4;
}	
	
.valError
{
	text-align:left;
	font-weight:normal;
	color:Red;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-style:normal;
}

#DynamicSelectedStyle
{
}
.DynamicSelectedStyle
{
}

.TableHeader
{
	background-color:#4682b4;
  padding-left:2px;
}

.TableColumn
{
	background-color:#86C442;
}

.RadioButton 
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	vertical-align:middle;
	color:#104e8b;
}	

.CompanyName
{
	font-familY:Tahoma;
	font-size:xx-large;
	font-style:oblique;
	font-variant:normal;
	font-weight:bold;
	color:White;
}
.spacer
{
	 height:25px;
}
	 
.errorPanel
{
  background-color:White;
}