﻿@charset "UTF-8";

/* SpryCollapsiblePanel.css - SGI Product Explorer */


/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
#ProductContainer .CollapsiblePanel2 {
 	width: 250px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-size:12px;

}
 
#ProductContainer .CollapsiblePanel {
	width: 240px;
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-size:12px;
}

/* 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.
 */
#ProductContainer .CollapsiblePanelTab, #ProductContainer #applicationTable thead {
	font: bold 12px sans-serif;
	color:#333333;
	background-color: #ccc;
	margin: 0px;
	padding: 5px;
	padding-left:15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image:url(/assets/images/icon_upArrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#ProductContainer .CollapsiblePanel2Tab {
	font: bold 12px sans-serif;
	margin: 0px;
	padding: 5px;
	padding-left:15px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image:url(/assets/images/icon_upArrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/* 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.
 */
#ProductContainer .CollapsiblePanelContent {
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-weight:normal;
	margin:10px;
	margin-left:10px;
	font-size:12px;
}

#ProductContainer .CollapsiblePanelContent ul {
	padding:0px;
	margin-left:5px;
	margin-top:0px;
}
#ProductContainer .CollapsiblePanelContent li {
	background-image:url(/assets/images/products_bullet_square.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	list-style-image:none;
	list-style-type:none;
	padding-left:10px;
	padding-bottom:5px;
	
}
#ProductContainer .CollapsiblePanelContent p {
	font-size:12px;
	margin: 1px;
	padding: 1px;
	line-height:17px;
}
#ProductContainer .CollapsiblePanelContent .fakeb {
	background-image:url(/assets/images/xml-bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:15px;
	padding-bottom:4px;
}

/* 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.
 */
#ProductContainer .CollapsiblePanelTab a {
	color: black;
	text-decoration: none;

}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
#ProductContainer .CollapsiblePanelOpen .CollapsiblePanelTab .CollapsiblePanelProductsTab {
	background-color: #CCC;
	background-image:url(/assets/images/icon_downArrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;

}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
#ProductContainer .CollapsiblePanelTabHover,  #ProductContainer .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #d7d7d7;
	background-image:url(/assets/images/icon_downArrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
#ProductContainer .CollapsiblePanelFocused .CollapsiblePanelTab .CollapsiblePanelProductsTab {
	background-color: #e9f0f8;
	
}

#ProductContainer {
	text-align:left;
	margin-left:0px;
	margin-right: 10px;
	margin-top: 0px;
	width: 500px;
}
#ProductContainer #pHeader/* CSS Document */

 {
	color: #000000;
	background-color: #cccccc;
	padding: 4px;
	font-weight: bold;
	padding-left:6px;
	font-size:12px;
}
#ProductContainer #leftholder {
	width: 240px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right:10px;
	display:inline;
}
#ProductContainer #leftholder a {
	display:block;
	padding: 3px 5px 3px 5px;
	border-top:1px solid #eeeeee;
}
#ProductContainer .active a{
	display:block;
	padding: 3px 5px 3px 5px;
	border-top:1px solid #eeeeee;
	background-color:#fffcd0;
}
#ProductContainer #rightholder {
	width: 230px;
	float: left;
	font-weight:normal;
	display:inline;
}
#ProductContainer #container {
	width: 400px;
}
#ProductContainer .even {
	background-color: #cbe2fc;
}
#ProductContainer .odd {
	background-color: #FFFFFF;
}
#ProductContainer .tdhover {
	cursor: pointer;
}
#ProductContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}
#ProductContainer p {
	font-weight:normal;
	line-height:13px;
}
#ProductContainer .ProductTable {
	width: 240px;
	margin:0px;
	padding:0px;
}
#ProductContainer #products {
overflow:hidden;
}
#ProductContainer #Description_Detail_DIV {
	color: #000000;
}
#ProductContainer #more_link { padding-left:10px;} 
/* Iframe styles*/
#ProductContainer .productExplorer {
margin:0px;
}
#ProductContainer #TabbedPanelsContent a {
text-decoration:none;
}
#ProductContainer .zebra {
text-decoration:none;
}
#ProductContainer .product_a a{
	text-decoration:none;
	color:#000000;
}
#ProductContainer #midcolumn li {
	padding-bottom: 0px;
	list-style-image:none;
}
#ProductContainer #products li a {
	text-decoration:none;
	color:#000000;
	padding-left:20px;
}
#ProductContainer #midcolumn .outline .root1 li a:active {
	color: #FF6600;
}
#ProductContainer #midcolumn .outline .root1 li a:link, #ProductContainer #midcolumn  .outline .root1 li a:visited {
	color:#000000;
	font-size:12px;
	}

#ProductContainer .outline ul, #ProductContainer .outline {
	padding: 0px;
	margin: 0px;
}
#ProductContainer #midcolumn li.root1 strong {
	cursor:pointer;
	padding: 3px 5px 3px 5px;
	display:block;
	color:#333333;
}

#ProductContainer .odd {background: #dfeefe;}
#ProductContainer .even {background-color: #f0f7ff; 
}
#ProductContainer #midcolumn .outline li { padding-bottom: 0; text-decoration:none; }
#ProductContainer .outline {
list-style-type:none;
text-decoration:none;

}
#ProductContainer a:link { 
	color: #765433; 
	text-decoration: none; 
}
#ProductContainer a:visited { 
	color: #000000; 
	text-decoration: none; 
}
#ProductContainer a:hover { 
	color: #000000; 
	background-color:Transparent;
	text-decoration: none; 
}
.linkHighlight .descHeader {
	color: #39C;
	text-decoration: underline;
	background-color: transparent;
}
.linkHighlight:hover .descHeader {
	text-decoration: none; 
}
	
.linkHighlight:hover p {
	color: #39C;
}
	
.linkHighlight p {
	color: black;
}
	
#ProductContainer a:active { 
	color: #c60; 
	text-decoration: none; 
}

#ProductContainer .clicked {
	background-color:#63a7ff;
	background-image:url(/assets/images/arrow_sgi-ProductExplorer.gif);
	background-repeat:no-repeat;
	background-position:5px;
}

#ProductContainer .clicked a:link, #ProductContainer .clicked a:visited, {
	color: #FFFFFF; }

#ProductContainer .unclicked {
	background-color:#FFFFFF;
}
#ProductContainer .hovered  {
	background-color:#fffcd0;
	color:#FFFFFF;
}
#ProductContainer #selected {
	display:block;
	padding: 3px 5px 3px 5px;
	border-top:1px solid #eeeeee;
	background-color:#fffcd0;
}
#ProductContainer #CollapsiblePanelContent p {
font-weight:normal;
}
	
#ProductContainer #products li a {
	text-decoration:none;
	color:#000000;
	padding-left:20px;
}

#ProductContainer #midcolumn .outline .productChild li a  {
	background-image:url(/assets/images/products_bullet_square.gif);
	background-repeat:no-repeat;
	background-position:25px 8px;
	text-decoration:none;
	color:#000000;
	padding-left:35px;
	/*vertical-align: bottom;  This fixes the IE5 Win gap! */
}
#ProductContainer #midcolumn  .outline .root1 li {
	list-style-type:none;
	text-decoration:none;
	
	vertical-align:bottom;
	/*display: inline;  this gets rid of the gaps */

}	
#ProductContainer table.AppTable {
	cellpadding:0px;
	text-align:left;
	border:0px;
	border-collapse:collapse;
	border-spacing:0px;
}
#ProductContainer table.AppTable tr td{
	padding-left:15px;
	}
#ProductContainer #leftholder a table.AppTable {
	border-top:none;
	}

#ProductContainer table.ProductTable {
	cellpadding:0px;
	text-align:left;
	border:0px;
	border-collapse:collapse;
	border-spacing:0px;
}

#ProductContainer iframe#appDescFrame{
	border:1px solid #CCCCCC;
	padding:0px;
	width:500px;
	}
#ProductContainer #midcolumn {
	padding-bottom:25px;
	padding-top:0px;
	width:500px;
	display:inline;
}
#ProductContainer #midcolumn li.root1 strong {
	cursor:pointer;
	padding: 3px 5px 3px 5px;
	display:block;
	color:#333333;
}

#ProductContainer .SpryHiddenRegion {
 visibility:hidden;
 }

 
