﻿.socialimg  
{ 
	float: left; 
	margin: 0px 5px 0 0; 
	clear: left;
	padding-bottom: 5px;
}

.ltspan
{
	display:block;
}
.MainMenu { color: #ffffff;}
/*
.MainNavigation-TopLevel-MenuItem
{
	height:25px;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	background-color: #515a77;
	cursor: pointer;
	vertical-align: middle;

}

.MainNavigation-TopLevel-MenuItemOver
{
	height:24px;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-align: right;
	color: #515a77;
	background-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #c20c3d;
	width: 100%;
	cursor: pointer;
	vertical-align: middle;
	}
	
.MainNavigation-Level2-MenuItem
{
	height: 24px;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-align: right;
	color: #515a77;
	background-color: #faf4de;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #c20c3d;
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
}

.MainNavigation-Level2-SubMenuItem
{
	height: 24px;
	font-size: 13px;
	font-family: Verdana;
	font-weight: normal;
	text-align: Left;
	color: #515a77;
	background-color: #faf4de;
	cursor: pointer;
	vertical-align: middle;

}

.MainNavigation-Level2-SubMenuItemOver
{
	height: 24px;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-align: Left;
	color: #515a77;
	background-color: #faf4de;
	cursor: pointer;
	vertical-align: middle;
}

.Navigation-Level2-MenuItem
{
	height: 24px;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	color: #515a77;
	background-color: #faf4de;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #c20c3d;
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
}*/


/* begin added by LP to try to fix Citizen Action nav*/


ul.rootGroup li {
list-style-type:none;
width: 125px;
height:25px;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	cursor: pointer;
	vertical-align: middle;
}

/* end added by LP to try to fix Citizen Action nav*/

/************************** - ACLI PAGE LAYOUT (begin) - **************************/
body, html 
{
 	padding: 0;
    margin: 0;
    border: 0;
	color: #000; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background-color: #9EA4B4; 
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
	font-size: 8pt;
	line-height: 11pt;
}

.clear 
{ 
    clear: both; 
}

.logo
{ border: none; height: 58px;
	/*float:right;
	padding-left: 7px;
	/*margin-top: -13px; /*** Logo and header text in line ***/*/
	/*_margin-top: -38px; /*** Logo and header text in line ***/
	 /*width: 141px;
	 position: absolute;
	 _position: static;
	 top: 0px; 
	 margin-left: 627px;
	/*display: block;*/
}




#mainContainer 
{
    width: 775px;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 100%;
	background-color: #9EA4B4;
	background-image: url(/ACLI/Images/MainBackground.gif); 
	background-repeat: repeat-y;  /*** This is our faux columns ***/
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}

#mainContainerGray 
{
    width: 775px;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 100%;
	background-color: #9EA4B4;
	background-image: url(/ACLI/Images/containerGraybg.jpg);
	background-repeat: repeat-y; /*** This is our faux columns ***/
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
#mainContainerMYACLI 
{
	width: 775px;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 100%;
	background-color: #9EA4B4;
	background-image: url(/ACLI/Images/containerGrayMYACLI.jpg); 
	background-repeat: repeat-y;  /*** This is our faux columns ***/
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}

#mainContainerLevel2
{
	width: 775px;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 100%;
	background-color: #9EA4B4;
	background-image: url(/ACLI/Images/containerYellowLevel2.jpg); 
	background-repeat: repeat-y;  /*** This is our faux columns ***/
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}

#mainContainerLevel2WideColumn
{
	width: 775px;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 100%;
	background-color: #9EA4B4;
	background-image: url(/ACLI/Images/containerYellowLevel2WideColumn.jpg); 
	background-repeat: repeat-y;  /*** This is our faux columns ***/
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}


* html #mainContainer 
{
    height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

* html #mainContainerGray 
{
    height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

* html #mainContainerMYACLI
{
    height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

* html #mainContainerLevel2
{
    height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}


* html #mainContainerLevel2WideColumn
{
    height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/**************************
ACLI PAGE LAYOUT - HEADER
**************************/
#header 
{
	background-image:url("/ACLI/Images/HeaderBg.gif");
	height:60px;
	text-align:left;
}

.text-header {font: 500 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9ea4b4;
	letter-spacing: 1px;
	margin-left: 169px;
	margin-top: 1px;
	/*float: left;
	width: 235px;*/
	}
*html .text-header	{
	/*margin-left: 85px;*/
	}

/**************************
ACLI PAGE LAYOUT - CONTENT AND COLUMNS
**************************/

.outer
{
	padding-left: 147px;  
	
}

* html .outer 
{
	padding-right: 147px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}

.inner 
{
	width: 630px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
	padding-bottom: 30px;
	
}

* html .inner 
{
	width: 100%;
}

/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap 
{
	float: left;
	width: 630px;
	margin-left: -148px; /*** Same length as .outer padding-left but with negative value ***/
}

* html .float-wrap 
{
/*** No need for hacking IE on this layout ***/
}

#content 
{
	float: right;
	width: 461px;
	margin-bottom: 20px;
	
	/*background: #fff;*/
}

* html #content 
{
	position: relative;  /*** IE needs this  ***/
}

.contentWrap
{
	padding: 0px; /*had to change from 5px to 0px*/
}

/**************************
ACLI PAGE LAYOUT - LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left 
{
	/*
	width: 148px;
	padding-left:0px;*/

	
}

* html #left 
{
	width: 141px;
	/*position: relative;  /*** IE needs this  ***/
}

.Lefttable {width: 141px;}
* html .Lefttable {width: 140px;}
/*************************
ACLI PAGE LAYOUT - RIGHT COLUMN
**************************/
#right 
{
	/*float: right; */
	width: 141px;
}

* html #right 
{/*
	position: relative;  /*** IE needs this  ***/
	/*margin-right: -141px; /*** IE gets this margin. ***/
}

/**************************
ACLI PAGE LAYOUT - FOOTER
**************************/

#footer 
{
	width: 775px;
	height: 20px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin: 0 auto;
	margin-top: -20px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align: left;
	background-image:url("/ACLI/Images/FooterBg.gif");
    font: 500 7.5pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #515a77;
}

.footer
{
	text-align:left;
	padding-left:166px;
	padding-top:3px;	
	overflow:hidden;
}

/************************** - ACLI PAGE LAYOUT (end) - **************************/


/************************** - Hyperlinks (begin) - **************************/

A:visited, A:active, A:link 
{ 
	font-weight: normal; 
	font-size: 8pt; 
	color: #0000cc; 
	font-style: normal; 
	font-family: Verdana; 
	font-variant: normal; 
	text-decoration: none;
}

A:hover 
{
	font-weight: normal; 
	font-size: 8pt; 
	color: #0000cc; 
	font-style: normal; 
	font-family: Verdana; 
	font-variant: normal; 
	text-decoration: underline;
}

A:visited:hover 
{
	font-weight: normal; 
	font-size: 8pt; 
	color: #0000cc; 
	font-style: normal; 
	font-family: Verdana; 
	font-variant: normal; 
	text-decoration: underline;
}

/************************** - Hyperlinks (end) - **************************/
/************************** - Heading - ***********************************/
H1
{
	margin-bottom: 6px;
	font-family: Verdana;
	font-size: 10pt;
	line-height: 11.5pt;
	font-weight: bold;
}
H2
{
	margin-bottom: 6px;
	vertical-align: text-bottom;
	font-family: Verdana;
	font-size: 8.7pt;
	line-height: 10.7pt;
	font-weight: bold;
	text-transform: uppercase;
}
H3
{
	margin-bottom: 6px;
	vertical-align: text-bottom;
	font-family: Verdana;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
}
H4
{
	margin-bottom: 6px;
	vertical-align: text-bottom;
	font-family: Verdana;
	font-size: 8pt;
	line-height: 10pt;
	text-transform: uppercase;
}
H5
{
	margin-bottom: 6px;
	vertical-align: text-bottom;
	font-family: Verdana;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
}
H6
{
	margin-bottom: 6px;
	vertical-align: text-bottom;
	font-family: Verdana;
	font-size: 7.5pt;
	line-height: 8pt;
	font-weight: bold;
	text-transform: uppercase;
}
/************************** - Heading (end)- ***********************************/


P
{
	MARGIN-TOP: 0;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	LINE-HEIGHT: 11pt;
}
UL
{
	MARGIN-TOP: 5px;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	LINE-HEIGHT: 11pt;
	margin-left : 16px;
}
OL
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	LINE-HEIGHT: 11pt;
	list-style : decimal none;
}
LI
{
	LIST-STYLE-POSITION: outside;
}



	.PageTitleGray { font-family: Verdana; font-size: 13pt; line-height: 15pt; color: Gray; font-weight: bold;}
	.PageLeftGray { margin-top: 10px; height: 100%; _margin-left: 20px;}

#container {margin: 0px auto; position: static;_position: relative;/* top: 0px; bottom: 0px;*/  padding: 0px; width: 775px; height: 100%;  _background: #9ea4b4 url(/ACLI/Images/containerbg.jpg)}
#containerGray {margin: 0px auto; position: static;_position: relative;/* top: 0px; bottom: 0px;*/  padding: 0px; width: 775px; height: 100%;  _background:#9ea4b4 url(/ACLI/Images/containerGraybg.jpg)}
#containerGrayWider {margin: 0px auto; position: static;_position: relative;/* top: 0px; bottom: 0px;*/  padding: 0px; width: 775px; height: 100%;  _background: #9ea4b4 url(/ACLI/Images/containerGrayWiderbg.jpg)}
#containerYellow {margin: 0px auto; position: static;_position: relative;/* top: 0px; bottom: 0px;*/  padding: 0px; width: 775px; height: 100%;  _background: #9ea4b4 url(/ACLI/Images/containerYellowbg.jpg)}

.ACLIBody
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: verdana;
}
/*
.ACLIBody ul { padding: 0; margin: 0;}
.ACLIBody ul li {padding: 0; margin: 0;}
*/

/*---INPUTs---*/
.textbox { background: #dcdcdc; border: solid 1px #dcdcdc; height: 16px; font-family: Verdana; font-size: 8pt;}
.GrayButton { height: 20px; background: #dcdcdc; border-style: none; font-family: Verdana; font-size: 8pt; margin-right: 2px; margin-top: 1px;}
	/*Buttons Start*/
	.cmdsty01aL { background: #dcdcdc; border: none; height: 20px; font-family: Verdana; font-size: 8pt; margin: 3px 3px 3px 0px;}
	.cmdsty01aR { background: #dcdcdc; border: none; height: 20px; font-family: Verdana; font-size: 8pt; margin: 3px 0px 3px 3px;}
	/*Buttons End*/

.cmdlogin {background-color: #9EA4B4; border: none; height: 18px; font-family: Verdana; font-size: 9pt; color: #313E60; padding: 2px; margin: 0px;}
.cmdloginWatermark {background-color: #9EA4B4; border: none; height: 18px; font-family: Verdana; font-size: 9pt; color: #313E60; padding: 2px; margin: 0px;}

.pnlLogin { color: #ffffff;}
.pnlLogin a { color: #ffffff; font-size: 8pt;}
.pnlLogin a:hover { color: #ffffff; font-size: 8pt;}
.pnlLogin a:visited { color: #ffffff; font-size: 8pt;}
/*---Requied Field Validators & Regular Expression Validators (and RED error messages) ---*/

.RedValid {font-family: Verdana; font-size: 8pt; line-height: 11pt; color: Red;}
.RedError {font-family: Verdana; font-size: 8pt; line-height: 11pt; color: Red; font-weight: bold;}


/*---disclaimer---*/
.disclaimer 
{
	font: 7.5pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: black; 
	width: 441px; 
	padding: 20px; 
	text-align:left;
}


/*------------------------Page Elements - Start----------------------------*/
.PageElements {text-align: right;/* padding-top: 7px;*/ /*width: 634px;*/}


.PageElements a    { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: #ffffff;  }
.PageElements a:visited{ text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: #ffffff; }
.PageElements a:hover  { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: #ffffff; font-weight: bold; }
.PageElements a:active { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: #ffffff; }
.PageElementsContainer {text-align: left; /*width: 775px; display: block;	float: right;*/}
.PageElements .separator {font: 7pt Verdana; color: #fff;}

/*------------------------Page Elements - End------------------------------*/


/*---See Also and the same RIGHT panels---*/
		/*MyAcli, Calendar, SeeAlso...*/
.MyAcli-Header 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bolder; 
	color: #313e60; 
	font-variant: normal; 
	background-color: #9ea4b4; 
	text-align: center;  
	height: 18px; 
	padding-top: 3px;

}

.MyAcli-ContBG  
{ 
	background-color: #313E60; 
	
	padding: 5px 3px 0px 3px;
}

.MarginLinkML a{ text-decoration: none; font-size: 10pt; font-family: Verdana; color: #ffffff;	}
.MarginLinkML a:visited{ text-decoration: none; font-size: 10pt; font-family: Verdana; color: #ffffff; }
.MarginLinkML a:hover { text-decoration: underline; font-size: 10pt; font-family: Verdana; color: #ffffff; }
.MarginLinkML a:active { text-decoration: none; font-size: 10pt; font-family: Verdana; color: #ffffff; }

.MarginLink a{ text-decoration: none; font-size: 8pt; font-family: Verdana; color: #ffffff;line-height:15px;	}
.MarginLink a:visited{ text-decoration: none; font-size: 8pt; font-family: Verdana; color: #ffffff; }
.MarginLink a:hover { text-decoration: underline; font-size: 8pt; font-family: Verdana; color: #ffffff; }
.MarginLink a:active { text-decoration: none; font-size: 8pt; font-family: Verdana; color: #ffffff; }

.MarginLink ul { margin: 0px;}
.MarginLink ul li { margin: 0px;}
.seealso { margin: 0px;}
.seealso a { color: #ffffff; font-size: 8pt; text-decoration: none; line-height: 15px;}
.seealso a:hover { color: #ffffff; font-size: 8pt; text-decoration: underline; line-height: 15px;}
.seealso a:visited { color: #ffffff; font-size: 8pt; text-decoration: none; line-height: 15px;}
.seealso ul { margin: 0px 4px 0px -22px; list-style-image: url("/ACLI/Images/RightSideListImage.gif"); color: #ffffff; }

* html .seealso ul  {margin: 0px 4px 0px 17px; }
*:first-child+html .seealso ul {margin: 0px 4px 0px 17px; }

.seealso ul li { margin: 0px 0px 0px 0px; padding: 0px;}

.cmdMoreLess { margin-left: 4px;}

/*------------------------Tools - Start----------------------------------*/
.tools {margin-left: 0px; width: 135px; margin-top: 50px;}
.tools .head { padding: 0px 0px 0px 3px; background: #c20c3d; color: #fff; width: 49px; height: 14px; font-size: 8pt; font-family: Verdana; font-weight: bold;}
.tools .toolscontent { background: #7c8499; padding-top: 2px; padding-bottom: 2px; line-height: 11pt;}
.tools a { padding-left: 4px; text-decoration: none; font-size: 8pt; font-family: Verdana; color: #ffffff;  }
.tools a:visited { text-decoration: none; font-size: 8pt; font-family: Verdana; color: #ffffff; }
.tools a:hover  { text-decoration: none; font-size: 8pt; font-family: Verdana; color: #ffffff; font-weight: bold; }
.tools a:active { text-decoration: none; font-size: 8pt; font-family: Verdana; color: #ffffff; }
/*-----------------------Tools - End-------------------------------------*/

/*-----------------------Login - Start-----------------------------------*/
	/*---Small Login PANEL---*/
	.LoginSP { margin-left: 7px; padding: 0px;  color: #fff; font-family: Verdana; font-size: 8pt; font-weight: bold; margin-top: 35px;_margin-top: 70px; margin-bottom: 35px;_margin-bottom: 15px;}
	.LoginSP .textbox { background: #9EA4B4; border-style: none; color: #313E60; padding-left: 1px; font-family: Verdana; font-size: 10pt; margin-top: 2px; font-weight: normal;}
		/*we use .Marginlink on the links*/
	.LoginSP .imgbutton { background: url(/ACLI/Images/SearchElements/Search_Button.gif) no-repeat left top; border: solid 3px #515a77; width: 17px; height: 14px;}
	.ForgotPass { margin-top: 3px;_margin-top: -15px;}
	.RememberMe {padding: 0px; margin-left: -4px;}

	/*---Login Pages---*/
	.PageTitleGray { font-family: Verdana; font-size: 13pt; line-height: 15pt; color: Gray; font-weight: bold;}
	.PageLeftGray { margin-top: 10px; height: 100%; }


/*-----------------------Login - End-------------------------------------*/

.GrayTitlePanel {width: 461px; background: #fff; position: relative; bottom: 0px; left: 0px;_left: 0px; margin-bottom: 0px; padding-bottom: 10px; padding-left: 20px; border-bottom: solid 1px #C20C3D; }

/*-----------------------Search - Start----------------------------------*//*SP means SMALL PANEL*/
	/*---Small Search PANEL---*/
	.searchSP { padding: 0px; }
	.searchSP .textbox { background: #9EA4B4; width: 111px;_width: 110px; height: 19px; border-style: none; color: #fff; padding-left: 1px; font-family: Verdana; font-size: 10pt;}
	.searchSP .imgbutton { background: url(/ACLI/Images/SearchElements/Search_Button.gif) no-repeat left top; border: none; width: 17px; height: 14px; }
		
	.searchSP .AdvSearch { padding-left: 1px; margin-top: 0px; font-size: 11px;}
	.searchSP .AdvSearch a {color: #fff; text-decoration: none; position: relative; top: 5px; font-size: 11px;}
	.searchSP .AdvSearch a:hover {color: #fff; text-decoration: none; font-weight: bold; font-size: 11px;}

	/*---Search Pages---*/

/*-----------------------Search - End----------------------------------*/


.promoSpace { width: 140px; text-align: center; margin-top: 15px;}
.MainMenuOffset { width: 140px; text-align: right;}

/*---------------------------LTS start-------------------------------------------*/
	/*LTS's page title (like BILL INFORMATION) use the Templateheader class*/
	
	.ltsH2 {color: #000; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 13pt; font-weight: bolder; padding-bottom: 7px; padding-top: 3px; background: #fff;}
	.ltsH3 {color: #000; font-size: 10pt; font-weight: bold;}
	
	.ltsDataGrid { width: 440px; border: solid 1px #D8C58D; font-size: 7pt;}
	.ltsDGAltItem { background: #FAF3DE;}
	.ltsDGHeaderItem { background: #DCCB99; /*font-weight: bold;*/}

.ltsSubmenu { width: 473px; background: #fff; padding-right: 8px; border-top: solid 1px #C20C3D; padding-bottom: 15px; margin-left:-20px; position: relative;}
.ltsSubmenuLeft { MARGIN-top: 2px; MARGIN-bottom: 12px; padding-left: 15px; background: #FAF4DE; text-align: right; }
.ltsSubmenuLeftTD {background: #FAF4DE; padding-right: 5px; width: 140px;}
.ltsSubmenuLeft a:link {color: #515A77; MARGIN-bottom: 7px; font-family: Verdana; font-size: 10pt;}
.ltsSubmenuLeft a:visited {color: #515A77;  font-family: Verdana; font-size: 10pt;}
.ltsSubmenuLeft a:hover {color: #515A77; text-decoration: underline;}
.ltsSubmenuRight {padding-left: 5px; padding-top: 7px;  width: 300px;}
.ltsLists { background: #f5f5f5; color: #000; height: 102px; font-size: 7pt; font-family: Verdana; width: 210px;}
.ltsListsSearch { background: #f5f5f5; color: #000; height: 128px; font-size: 7pt; font-family: Verdana; width: 210px;}
.ltsGrayForm { background: #f5f5f5; border-bottom: solid 1px #c30c3e; border-top: solid 1px #c30c3e; padding: 3px 0px; margin: 20px 0px;}
.ltsGrayForm .textbox { height: 18px; width: 98px;}
.ltsStateNet { background: #fff; text-align: center; margin: 35px 0px 13px 0px;}
/*---------------------------LTS end---------------------------------------------*/

.ACLITitle
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11.5pt;
	LINE-HEIGHT: 15pt;
	FONT-WEIGHT: bold;
}


/*------------------------------My ACLI Start------------------------------------*/
.myacliTitle { color: Gray; font-family: Verdana; font-size: 13pt; font-weight: bold; text-transform: uppercase; padding-left: 18px;}
	/*My ACLI's submenu is the same like LTS's submneu, so that's why we're useing that style*/
.textOnGray { color: #313E60; font-size: 8pt;}
.GrayTextBox {height: 15px; width: 146px; background: #dcdcdc; font-family: Verdana; font-size: 8pt;}
/*.GrayDropDown {height: 15px; width: 146px; background: #dcdcdc; font-family: Verdana; font-size: 8pt;}*/
.GrayDropDown {height: 18px; width: 146px; background: #dcdcdc; font-family: Verdana; font-size: 8pt;
	border-style: ridge;}
* html .GrayDropDown {height: 15px; width: 146px; background: #dcdcdc; font-family: Verdana; font-size: 8pt;
	border-style: ridge;}
*:first-child+html .GrayDropDown { width: 146px; background: #dcdcdc; font-family: Verdana; font-size: 8pt;
	border: solid 1px #000000;}

.ErrorAndNotice { color: #C20C3D; font-size: 7.5pt;}
.myacliH2 {color: #000; font-size: 10pt; font-weight: bold; margin-top: 5px;}
.PswdStr1{background-color:Gray;color:White;font-family:Arial;font-size:x-small;font-style:italic;padding: 2px 3px 2px 3px;font-weight:bold;}
.PswdStr2{background-color:Gray;color:Yellow;font-family:Arial;font-size:x-small;font-style:italic;padding: 2px 3px 2px 3px;font-weight:bold;}
.PswdStr3{background-color:Gray;color: #FFCAAF;font-family:Arial;font-size:x-small;font-style:italic;padding: 2px 3px 2px 3px; font-weight:bold;}
.PswdStr4{background-color:Gray;color:Aqua;font-family:Arial;font-size:x-small;font-style:italic;padding: 2px 3px 2px 3px;font-weight:bold;}
.PswdStr5{background-color:Gray;color: #93FF9E;font-family:Arial;font-size:x-small;font-style:italic;padding: 2px 3px 2px 3px;font-weight:bold;}
/*------------------------------My ACLI End--------------------------------------*/

/*---------------------------Errors and Successes Start -------------------------*/

.ErrorMes {color: #C20C3D; font-weight: normal; width: 100%;}
.SuccessMes {color: #008000; font-weight: normal; width: 100%;}

/*---------------------------Errors And Successes End ---------------------------*/

.TemplateHeader {color: #313E60; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 13pt; font-weight: bolder; text-transform: uppercase;  padding-bottom: 7px; background: none;}
.TemplateHeaderLTS {color: #313E60; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 13pt; font-weight: bolder; padding-bottom: 10px; background: #fff; padding-left: 20px; margin-left: -20px; position: relative;}
.TemplateHeader2 {color: #000; font-size: 10pt; font-weight: bold; padding-bottom: 10px;}
.TemplateHeaderPF {color: #313e60; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 13pt; font-weight: bolder; text-transform: uppercase;  padding-bottom: 0px; background: none;}


.DefaultUserName{ color: #9EA4B4; font-size: 10pt;}

/*---See Also and the same RIGHT panels---
		/*MyAcli, Calendar, SeeAlso...
.MyAcli-Header {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bolder; color: #313e60; font-variant: normal; background: #9ea4b4; text-align: center; margin-left: 5px; margin-top: 35px;_margin-top: 15px; height: 18px; padding-top: 2px;}
.MyAcli-ContBG  { background: #313E60; height: 64px; margin-left: 5px; margin-bottom: 35px;_margin-bottom: 15px; padding: 5px 3px 0px 3px;}
*/
.KeatingBio {margin: 15px 4px 15px 7px; padding: 0px;  color: #fff; font-family: Verdana; font-size: 8pt;}
.KeatingBio a { color: #ffffff; line-height: 11pt; text-decoration: none;}
.KeatingBio a:hover { color: #ffffff; line-height: 11pt; text-decoration: underline;}
.KeatingBio a:visited { color: #ffffff; line-height: 11pt; text-decoration: none;}
/*
.MarginLink a{ text-decoration: none; font-size: 8pt; font-family: Verdana; color: #ffffff;	}
.MarginLink a:visited{ text-decoration: none; font-size: 8pt; font-family: Verdana; color: #ffffff; }
.MarginLink a:hover { text-decoration: underline; font-size: 8pt; font-family: Verdana; color: #ffffff; }
.MarginLink a:active { text-decoration: none; font-size: 8pt; font-family: Verdana; color: #ffffff; }

.MarginLinkML a{ text-decoration: none; font-size: 10pt; font-family: Verdana; color: #ffffff;	}
.MarginLinkML a:visited{ text-decoration: none; font-size: 10pt; font-family: Verdana; color: #ffffff; }
.MarginLinkML a:hover { text-decoration: underline; font-size: 10pt; font-family: Verdana; color: #ffffff; }
.MarginLinkML a:active { text-decoration: none; font-size: 10pt; font-family: Verdana; color: #ffffff; }

*/

/*------------------------------NAVIGATION Start---------------------------------*/

	/***Menu_Level2 - VERTICAL MENU---Master page is YELLOW MASTERPage***/
	.Level2Nav { background: #FAF4de; width: 130px; margin: 0px 0px 7px 0px; padding: 0px 0px; color: #515A77;}
	.Level2Nav a{ color: #515A77; text-decoration: none; font-size: 8pt;  line-height: 12px;}
	.Level2Nav a:hover{ color: #515A77; text-decoration: underline; font-size: 8pt;}
	.Level2Nav a:visited{ color: #515A77; text-decoration: none; font-size: 8pt; line-height: 8px;}
	.Level2Nav a:visited:hover{ color: #515A77; text-decoration: underline; font-size: 8pt;}
	.Level2NavContent {padding: 3px 2px; background: #fff;}
	.Level2NavMenu { margin-left: 20px;}
	.Level2NavMenuInner { margin-left: 20px;}
	
	.Level2ContentPosition {MARGIN-LEFT: -20px; WIDTH: 100%; POSITION: relative}
	* html .Level2ContentPosition {MARGIN-LEFT: 0px; WIDTH: 100%; POSITION: relative}
	
	.BaseLayoutPosition {}
	* html .BaseLayoutPosition { margin-left: 20px;}
	
	.FormLayoutPosition {MARGIN-LEFT: -20px; WIDTH: 100%; POSITION: relative}
	* html	.FormLayoutPosition {MARGIN-LEFT: 0px; WIDTH: 100%; POSITION: relative}
	
	.MyAcliPosition {MARGIN-LEFT: -20px; WIDTH: 100%; POSITION: relative}
	* html	.MyAcliPosition  {MARGIN-LEFT: 1px; POSITION: relative}
	
	.Level2WideColumnPosition {MARGIN-LEFT: -20px; WIDTH: 100%; POSITION: relative}
	* html .Level2WideColumnPosition {MARGIN-LEFT: 0px; WIDTH: 100%; POSITION: relative}
	
	
	/***Menu_Jurisdiction - HORIZONTAL MENU***/
	.Level3Nav { background: #FAF4DE; margin: 10px 10px 10px 0px; border-top: solid 1px #C20C3D; border-bottom: solid 1px #C20C3D; padding: 4px 12px; color: #515A77;}
	.Level3Nav a{ color: #515A77; text-decoration: none; padding-left: 10px; line-height:11pt; }
	.Level3Nav a:hover{ color: #515A77; text-decoration: underline;}
	.Level3Nav a:visited{ color: #515A77; text-decoration: none; padding-left: 10px; line-height:11pt; }
	.Level3Nav a:visited:hover{ color: #515A77; text-decoration: underline;}
	.Channel-Name {	font: 13pt Verdana, Geneva, Arial, Helvetica, sans-serif; color: gray; font-weight: 600; line-height: 15px;	text-transform: uppercase; letter-spacing: 5px;}
	/*Level 3-4 Generic*/
	
	.Level3NavContainer { margin-left: -10px; position: relative; width: 451px; background: #faf4de; padding-left: 10px; border-top: solid 1px #c20c3d; border-bottom: solid 1px #c20c3d;}

	/*it is the content links of issue page not the level2menu*/
	a:link.Level2IssuesNav  { height: 10px; text-decoration: none; font-size: 11px; font-family: Verdana; color: #515a77; 	}
	a:visited.Level2IssuesNav { height: 10px; text-decoration: none; font-size: 11px; font-family: Verdana; color: #515a77;	 }
	a:hover.Level2IssuesNav  { height: 10px; text-decoration: underline; font-size: 11px; font-family: Verdana; color: #515a77;  }
	a:active.Level2IssuesNav   { height: 10px; text-decoration: none; font-size: 11px; font-family: Verdana; color: #515a77; }
	a:visited:hover.Level2IssuesNav  { height: 10px; text-decoration: underline; font-size: 11px; font-family: Verdana; color: #515a77;  }

	
	/* original!!!
	a.Level2IssuesNav { height: 10px; text-decoration: none; font-size: 11px; font-family: Verdana; color: #515a77; 	}
	a:link.active.Level2IssuesNav   { height: 10px; text-decoration: none; font-size: 11px; font-family: Verdana; color: #515a77; }
	a:visited.Level2IssuesNav { height: 10px; text-decoration: none; font-size: 11px; font-family: Verdana; color: #515a77;	 }
	a:hover.Level2IssuesNav   { height: 10px; text-decoration: underline; font-size: 11px; font-family: Verdana; color: #515a77;  }
	a:active.Level2IssuesNav  { height: 10px; text-decoration: none; font-size: 11px; font-family: Verdana; color: #515a77;	 }
	*/
	a.Level2NavCommittee { height: 20px; text-decoration: none; font-size: 10px; font-family: Verdana; color: #515a77; 	background-color: #faf4de; }
	a:link.active.Level2NavCommittee   { height: 20px; text-decoration: none; font-size: 10px; font-family: Verdana; color: #515a77;	background-color: #faf4de; }
	a:visited.Level2NavCommittee { height: 20px; text-decoration: none; font-size: 10px; font-family: Verdana; color: #515a77;	background-color: #faf4de; }
	a:hover.Level2NavCommittee   { height: 20px; text-decoration: underline; font-size: 10px; font-family: Verdana; color: #515a77; background-color: #faf4de; }
	a:active.Level2NavCommittee  { height: 20px; text-decoration: none; font-size: 10px; font-family: Verdana; color: #515a77;	background-color: #faf4de; }

/*------------------------------NAVIGATION End-----------------------------------*/

/*-----------Templates Stuffs----------------*/
.contact { color: #515a77; font-weight: bold; font-family: Verdana;}


TR.Gold {background: #d9c68e;}
TR.Blue {background: #ECEDF0;}
TD.Gold {padding: 0px 4px 0px 4px;}
TD.Blue {padding: 4px;}
Table.Bluegold {width:100%; border:0px;}

TR.gold {background: #d9c68e;}
TR.blue {background: #ECEDF0;}
TD.gold {padding: 0px 4px 0px 4px;}
TD.blue {padding: 4px;}
Table.bluegold {width:100%; border:0px;}

.blue a {color: #0000cc; font-size: 11px; text-decoration: none}
.blue a:hover {color: #0000cc; font-size: 11px; text-decoration: underline}
.blue a:visited {color: #0000cc; font-size: 11px; text-decoration: none}
.blue a:visited:hover {color: #0000cc; font-size: 11px; text-decoration: underline}

.blue2 a {color: #515a77; font-size: 11px; text-decoration: none}
.blue2 a:hover {color: #515a77; font-size: 11px; text-decoration: underline}
.blue2 a:visited {color: #515a77; font-size: 11px; text-decoration: none}
.blue2 a:visited:hover {color: #515a77; font-size: 11px; text-decoration: underline}

/*-----------------------Breadcrumb - Start----------------------------------*/
/*
.BreadcrumbContainer{background-color:#ff0000; position: relative; margin-left: -20px; padding-left: 20px; margin-top:-20px; padding-bottom:20px;}
* html .BreadcrumbContainer{background-color:#fff; margin-left: -20px; padding-left: 40px; margin-top:-20px; padding-bottom:20px; position: relative; font-size: 7.5pt;}

.BreadcrumbContainer .breadcrumb { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; background-color: #ffffff; }
.BreadcrumbContainer .breadcrumb:link { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; font-weight: normal;  background-color: #ffffff; }
.BreadcrumbContainer .breadcrumb:hover { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; font-weight: bold;  background-color: #ffffff; }
.BreadcrumbContainer .breadcrumb:visited { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; font-weight: normal;  background-color: #ffffff; }
.BreadcrumbContainer .breadcrumb:visited:hover { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; font-weight: bold;  background-color: #ffffff; }
*/

.breadcrumb { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; background-color: #ffffff; 	text-transform: lowercase;}
.breadcrumb:link { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; font-weight: normal;  background-color: #ffffff; 	text-transform: lowercase;}
.breadcrumb:hover { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; font-weight: bold;  background-color: #ffffff;	text-transform: lowercase; }
.breadcrumb:visited { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; font-weight: normal;  background-color: #ffffff;	text-transform: lowercase; }
.breadcrumb:visited:hover { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; font-weight: bold;  background-color: #ffffff; 	text-transform: lowercase;}



.BreadcrumbContainer .separator {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 6pt; color: blue; text-transform: lowercase;}

/*
.breadcrumb { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: #000; background-color: #ff0000; }
.breadTable {MARGIN-TOP: -27px; MARGIN-LEFT: -20px; WIDTH: 481px; background-color: #ffffff; }
* html .breadTable { MARGIN-LEFT: 1px; }
.breadcrumb a{ text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue;  }
.breadcrumb a:visited{ text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; }
.breadcrumb a:hover  { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; font-weight: bold; }
.breadcrumb  a:active{ text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; }
*/

.breadcrumbFooter { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; padding-left: 169px; /*padding-top: 4px;_padding-top: 200px;*/ margin-top: 4px;_margin-top: 10px; padding-bottom: 10px;_padding-bottom: 3px; }
.breadcrumbFooter a{ text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue;  }
.breadcrumbFooter a:visited{ text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; }
.breadcrumbFooter a:hover  { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; font-weight: bold; }
.breadcrumbFooter  a:active{ text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; }

/*
.breadcrumb .separator {font: 6pt Verdana, Geneva, Arial, Helvetica, sans-serif; color: blue; text-transform: lowercase;}

		/*--If you want to use the bcLinkStyle below to format a LINKBUTTON, then you have to put it (the linkbuttons) in a table cell or a div, and add class item... cause CssClass property of the Linkbutton item doesn't work--*/
.bcLinkStyle {text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: Blue;}
.bcLinkStyle a{ text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: Blue;  }
.bcLinkStyle a:visited{ text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; }
.bcLinkStyle a:hover  { text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; font-weight: bold; }
.bcLinkStyle a:active{ text-decoration: none; font-size: 7.5pt; font-family: Verdana; color: blue; }



/*-----------------------Breadcrumb - End----------------------------------*/

img {
border: none;  display: inline;  margin: 0px; padding: 0px;
}


/*---------------------------ACLIlink Start----------------------------------------*/
.ACLIlinkHeader {color: #313E60; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 13pt; font-weight: bold;}
.CMSDisplayName {font-family: Verdana; font-size: 10pt;}
.bdrTop {border-top: solid 1px #313e60; padding: 3px 0px 0px 0px;}
.bdrBottom {border-bottom: solid 1px #313e60; padding: 0px 0px 3px 0px;}
.PostedDate {  padding: 2px 0px 2px 0px;}
.DarkBlueText {color: #313E60;}
.InputFields {border: solid 1px #000; width: 240px;}
.Recipients {padding: 4px 0px;}

/*---------------------------ACLIlink End----------------------------------------*/

/*---------------------------Litigation Databases Start--------------------------*/
.contactWord { font-weight: bold;}
.chkMar { margin-left: -4px;  }
.LDAdminMenu {  padding-bottom: 10px; }
.LDBankNav {  padding-bottom: 10px; }
/*---------------------------Litigation Databases End----------------------------*/




/*------------------------------Comprehensive Calendar Start---------------------*/
.compreH2 { color: #515A77; font-size: 10pt;  padding-bottom: 10px;}
.compreH2Title { color: #515A77; font-size: 13pt;  padding-bottom: 10px; text-transform: uppercase;}
.cmdCompreL { background: #9EA4B4; border: solid 1px #515A77; color: #fff; font-weight: bold; height: 18px; font-family: Verdana; font-size: 8pt; margin: 3px 3px 8px 0px;}
.cmdCompreR { background: #9EA4B4; border: solid 1px #515A77; color: #fff; font-weight: bold; height: 18px; font-family: Verdana; font-size: 8pt; margin: 3px 0px 8px 3px;}
.CalendarEditContactRows {padding: 0px; font-family: Verdana; font-size: 8pt; margin: 0px; color: #515A77;}
.compreDateTime { position: relative; top: 2px;}

tr.CalendarTableHeader {font-weight: bold; font-family: Verdana; font-size: 8pt;}
tr.CalendarMonthlyHeader {color:White; background:#9EA4B4; font-family:Verdana;	font-size:8pt; font-weight: bold; padding: 2px;}
tr.CalendarNormalRow {font-family:Verdana; font-size:8pt; padding: 2px;}
td.CalendarStartDate {width: 80px; vertical-align: top;}
td.CalendarStartTime {width: 70px; vertical-align: top;}

.modalBackground {background-color: #000000; filter:alpha(opacity=60); opacity:0.6;}
.modalPopup {background-color:#ffffff; border-width: 8px; border-style:solid; border-color: #c20c3d;
		padding:20px; width:300px; margin: 0px;}
* html .modalPopup { margin: 0 auto;}
.modalBackgroundWhite {background-color: #ffffff; filter:alpha(opacity=30); opacity:0.3;}


.imgcmdpointer { cursor: pointer;}

.CalendarContactHeader {border: gray thin solid; font-weight: bold;	color: white; background: #515a77;}
.CalendarContactBackground {border: black 1px solid; background-color: #f5f5f5;}
.InvalidValueInTextBox {background-color: #FAEFEF; border: #c20c3d thin solid;}

.compreDataGrid { font-size: 8pt;}
/*------------------------------Comprehensive Calendar End-----------------------*/


/*---------------------------Pager Start----------------------------------------*/

.PagerTable { position: relative; font-size: 8pt; font-family: Verdana;	border-top: solid 1px #000000; border-bottom: solid 1px #000000;}
.PagerTable a { font-size: 8pt; color: #0000CC; text-decoration: none; }
.PagerTable a:hover { font-size: 8pt; color: #0000CC; text-decoration: underline; }
.PagerTable a:visited { font-size: 8pt; color: #0000CC; text-decoration: none; }
.PagerTable a:visited:hover { font-size: 8pt; color: #0000CC; text-decoration: underline; }
.PagerCell { border-bottom-color: black;	border-top-style: solid; border-top-color: black; border-bottom-style: solid;}
.cmdLikeLinkButtonMouseOver{background: #fff; border: none; cursor: pointer; display:inline-block;text-decoration: underline;font-family: Verdana;font-size: 10px;height = 15px; color: blue;}
.cmdLikeLinkButtonMouseOut{background: #fff;border: none;cursor: auto; display:inline;text-decoration: none;font-family: Verdana;font-size: 10px;height = 15px;color: blue;}
.cmdLikeLinkButtonMouseOver:disabled{background: #fff; border: none; cursor: auto;display:inline;text-decoration: none;font-family: Verdana;font-size: 10px;height = 15px;color: gray;}
.cmdLikeLinkButtonMouseOut:disabled{background: #fff; border: none;cursor: auto;display:inline;text-decoration: none;font-family: Verdana;font-size: 10px;height = 15px;color: gray;}

.ACLIBody .PagerLinkButton {color: #515A77; text-decoration: none; font-size: 8pt; line-height: 25px;}
.ACLIBody .PagerLinkButton:hover{color: #515A77; text-decoration: underline; font-size: 8pt; line-height: 25px;}
.ACLIBody .PagerLinkButton:visited {color: #515A77; text-decoration: none; font-size: 8pt; line-height: 25px;}
.ACLIBody .PagerLinkButton:visited:hover{color: #515A77; text-decoration: underline; font-size: 8pt; line-height: 25px;}


.IssueFilterPagerPosition {margin-left: -10px;  margin-top: 0px;}
* html .IssueFilterPagerPosition { margin-left: 0px;}

.PagerWidth { width: 463px;}
* html .PagerWidth {width: 465px; margin-right: -20px;}

.PagerNoResult {width: 463px; text-align:center; color: #515A77; text-decoration: none; font-size: 8pt;}

/*---------------------------Pager End----------------------------------------*/

/*-------------------------Events Registration ----------------------------------*/
.ProgressBarPosition { margin-top: -20px; position: relative;}


/*------------------------------Printer Friendly - Start------------------------------------------*/

.pfContentAll { width: 100%; height: 100%;  background-color: #ffffff;}
.pfHeader { width: 100%; height: 41px; background: url(/ACLI/Images/PrinterFriendlyElements/pfACLILogo.jpg) no-repeat left top; font-family: Verdana; font-size: 7pt; color: Gray; text-align: right; padding-top: 10px; BORDER-bottom: #194f71 1px solid; margin-bottom: 15px;}
.pfHeaderPub { width: 100%; height: 41px; background: none; font-family: Verdana; font-size: 7pt; color: Gray; text-align: right; padding-top: 10px; BORDER-bottom: #194f71 1px solid; margin-bottom: 15px;}
.pfContent {background-color: #ffffff; min-height: 0px; padding-top: 0px; padding-bottom: 2px;}
.pfFooter {  background-color: #ffffff; width: 100%; /*height: 46px;*/ text-align: right; padding-top: 1px;  border-top: solid 1px #194f71; font-family: Verdana; font-size: 7pt; color: Gray;}
.pfFooter .italic { font-style: italic;}

/*------------------------------Printer Friendly - End------------------------------------------*/

.SiteMap a{ font-size: 7.5pt; line-height: 12pt;}
.SiteMap a:hover{ text-decoration: none; font-weight: bold; font-size: 7.5pt; line-height: 12pt;}
.SiteMap a:visited {font-size: 7.5pt; line-height: 12pt;}

.SubscribeContainer { background-color: #D9C68E; padding: 4px 0px 3px 0px;}
.subscribe {
	background-color: #D9C68E;
	line-height: 22px;
	font: verdana;
	font-size: 8pt;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
	/*vertical-align: bottom;*/
}

.unsubscribe {
	font: verdana;
	font-size: 8pt;
	text-transform: none;
	font-weight: normal;
	line-height: 22px;
}


P
{
	MARGIN-TOP: 0;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	LINE-HEIGHT: 11pt;
}





.IBOR_Table { background-color: #D9C68E; color: #000000; font-size: 7pt; font-weight: bold; text-align: right; padding: 4px; margin-top: 8px;}
.IBOR_Table .Title { font-size: 10pt; vertical-align: bottom; text-align: left;}
.IBOR_TableContent { background-color: #ecedf0; font-weight: normal;	}
.IBOR_TableContentTitle { background-color: #ecedf0; text-align: left;}
.IBOR_TableContentTitleTotal { background-color: #ecedf0; text-align: left; font-size: 8pt;}
.IBOR_TotalAmount { color: #515a77; font-weight: bold;}


.ACLITitle
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11.5pt;
	LINE-HEIGHT: 15pt;
	FONT-WEIGHT: bold;
}
.ACLISubtitle
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 9pt;
	LINE-HEIGHT: 11pt;
}




/* don't know what is it but may we need*/



