/*
// --------------------------------------------------------------------------------------------------------------------
// CSS for Contents in the ABS Eagle portal
//  Maintained by - Sarada Bandaru
// --------------------------------------------------------------------------------------------------------------------
*/
.spacing
{
	margin:0px;
	padding:0px;
	height: 2px;
}
.cmsStyle p
{
	color: #474747;
	font-family: 'arial';
	font-size: 12px;
	line-height: 1.4;
	margin: 0px 2px 8px 2px ;
}
.cmsStyle h1
{
	color: #000;
	font-family: 'arial';
	font-size: 14px;
	font-weight:bold;
	margin: 2px 2px 6px 2px ;
	padding:0px;
}
.cmsStyle ul 
{		
		color: #474747;
		margin: 0px 2px 8px 15px ;
	
		
	
}
.cmsStyle ol 
{		
		color: #474747;
		margin: 0px 2px 8px 30px ;
	
}
.cmsStyle h2
{
	color: #000;
	font-family: 'arial';
	font-size: 12px;
	font-weight:bold;
	margin: 0px 2px 6px 2px ;
	padding:0px;
	border-bottom: none;

}
.cmsStyle strong
{
	color: #000;
}

/*Bug Fix QC# 1268 Starts Mozilla - Marine->Design Technical Analyses page not aligned properly
//.redBullets  ul
//{ 
//		color: #474747;
//		margin: 0px 2px 8px 15px ;
//}
//.redBullets  li
//{ 
//	list-style: none;
//	display: block;
//	margin-left:10px;
//	list-style-image: url(../images/eagleExt/redbullet4.gif);
//}
*/

ul.redBullets {
color:#000000;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 2px 8px 15px;
padding:0;
}

ul.redBullets li {
color:#000000;
list-style-image:url(../images/eagleExt/redbullet4.gif);
list-style-position:outside;
list-style-type:none;
margin-left:2px;
margin-top:1px;
}

ul.redBullets li a {
color:#000000;
text-decoration:none;
}

ul.redBullets li a:hover {
text-decoration:underline;
}

ul.redBullets li a.arrow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/eagleExt/redbullet4.gif) no-repeat scroll left center;
color:#000000;
display:block;
padding-left:15px;
text-decoration:none;
}

ul.redBullets li a.arrow:hover {
text-decoration:underline;
}

ul.redBullets ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:10px;
}

ul.redBullets ul li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/eagleExt/redbullet4.gif) no-repeat scroll left center;
margin-bottom:3px;
padding:0 0 0 15px;
}

/*Bug Fix  QC# 1268 Ends*/

.marginBottomLI li
{
	margin-bottom: 6px;
	
}
.fontBlue
{
 color:	#005596;
 
}

.fontABSRed
{
 color:	#B22226;
 
}
.bgColorGray
{
 background-color:	#ededed;
}
