@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelNav {
	margin: 0px;
	padding: 0px;
	background-image:url(http://www.ambest.com/images/nav-blu.gif);
}
.CollapsiblePanelNavSib {
	margin: 0px;
	padding: 0px;
	background-image:url(http://www.ambest.com/images/nav-blu.gif);
}
.CollapsiblePanelNav2 {
	margin: 0px;
	padding: 0px;
	background-image:url(http://www.ambest.com/images/nav-blu.gif);
	line-height:120%;
}
/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 12px sans-serif;
	color: #322D6A;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background:url(http://www.ambest.com/images/collapsible_tabs-o.jpg) no-repeat;
}
.CollapsiblePanelTabNav {
padding-left:8px;	
font: bold 12px sans-serif;
	color: #322D6A;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
		padding-top:6px;
}
.CollapsiblePanelTabSib {
padding-left:24px;
font:Arial, Helvetica, sans-serif;
font-size:11px;
	color: #322D6A;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
		padding-top:6px;
}
.CollapsiblePanelTabNav2 {
padding-left:0px;
	color: #322D6A;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding:0;
}
.CollapsiblePanelContentNav {
	margin: 0px;
	padding-left:24px;
	font: 11px sans-serif;
	padding-top:3px;
	line-height:14px;
	color: #322D6A;
}
.CollapsiblePanelContentNavSib {
	margin: 0px;
	padding-left:28px;
	font: 11px sans-serif;
	padding-top:3px;
	line-height:14px;
	color: #322D6A;
	}
.CollapsiblePanelContentNav2 {
	margin: 0px;
	padding-left:24px;
	color: #322D6A;
}


.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
background-color:#adb5c2;
}
/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab A:link, A:visited, A:active, A:hover  {
	color: black;
	text-decoration: none;
}
.CollapsiblePanelTabNav A:link {color: #322D6A!important;text-decoration: none!important;}
.CollapsiblePanelTabNav A:visited {color: #322D6A!important;text-decoration: none!important;}
.CollapsiblePanelTabNav A:active {color: #322D6A!important;text-decoration: none!important;}
.CollapsiblePanelTabNav A:hover {color: #322D6A!important;text-decoration: none!important;}

.CollapsiblePanelContentNav A:link {color: #322D6A!important;text-decoration: none!important;}
.CollapsiblePanelContentNav A:visited {color: #322D6A!important;text-decoration: none!important;}
.CollapsiblePanelContentNav A:active {color: #322D6A!important;text-decoration: none!important;}
.CollapsiblePanelContentNav A:hover {color: #322D6A!important;text-decoration: none!important;}

.CollapsiblePanelNav A:link, A:visited, A:active, A:hover {
	color: #322D6A;
	text-decoration:none;
}
/* FOR NEWS */
/* FOR NEWS */
.CollapsiblePanelNews {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTabNews {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image:url(http://www.ambest.com/images/news-bdvideo-open.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:24px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:100;
	border-bottom: #999999 1px solid;
}
.CollapsiblePanelContentNews {
	margin: 0px;
	padding-top:4px;
	padding-bottom: 4px;

}
.CollapsiblePanelTabNews a {
	color: black;
	text-decoration: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTabNews {
background-image:url(http://www.ambest.com/images/news-bdvideo-close.gif);
background-position:left;
}
.CollapsiblePanelClosed .CollapsiblePanelTabNews {
background-image:url(http://www.ambest.com/images/news-bdvideo-open.gif);
background-position:left;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
background:url(http://www.ambest.com/images/collapsible_tabs-o.jpg) no-repeat;
}
.CollapsiblePanelClosed .CollapsiblePanelTab{
background:url(http://www.ambest.com/images/collapsible_tabs-c.jpg) no-repeat;
}

