﻿/*StraightReach Client-Side StyleSheet*/
/*********************** panel and table ******************/
.ivrFloatingPanel 
{
	padding: 0px;
	background-color: White;
	layer-background-color: White;
	border: solid 1px #006699;
	FONT-FAMILY: Helvetica;
	font-size: 0.9em;
	position: absolute;
	overflow:auto;  
	z-index: 20000;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	filter:alpha(opacity=100);
	opacity:1.0;
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
	margin: 0px;
	line-height: normal;
	font-weight: bold;
	display: none;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
}

.ivrFloatingPanelTable {
	border-collapse:collapse;
	border-spacing:0px;
	border-style:none;
	border-width:0px;
}

.ivrFloatingPanelShadow 
{
	border: 0px;
	margin-left: 5px;
	position:absolute;
	background-color: #A3A3A3;
	display : none;
	z-index: 10000;
	filter:alpha(opacity=60); 
	opacity:0.6;
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	-moz-border-radius:6px;	
}
	    
.ivrFloatingPanelCloseCell {
	background-color: #006699 ;
	FONT-FAMILY: Helvetica;
	font-size: 10px; 
	color: White;
	cursor: hand;
	cursor: pointer;
}

.ivrFloatingPanelHintCell {
	background-color: #006699 ;
	FONT-FAMILY: Helvetica;
	font-size: 10px; 
	color: White;
}

.ivrFloatingPanelFootCell {
	background-color: #006699 ;
	FONT-FAMILY: Helvetica;
	font-size: 10px; 
	color: White;
}

.ivrFloatingPanelFootACell {
	color: White;
	text-decoration : underline;
}

a.ivrFloatingPanelFootACell:visited {
	text-decoration : underline;
	color: White;
}

a.ivrFloatingPanelFootACell:link {
	text-decoration : underline;
	color: White;
}

.ivrFloatingPanelFootSupCell {
	color: White;
	font-size: 7px;
}

.ivrFloatingPanelContentCell {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 18px;
	COLOR: #444444;		
	FONT-FAMILY: Helvetica;
	TEXT-DECORATION: none;
	padding:3px;
}

/****************** tree ********************/
.srTreeExpansionPoint {
	cursor: pointer;
	cursor: hand;
	border: 0;
	display : inline;
}
        
.ivrTreeBranch{
	display: none;
	margin-left: 10px;
}

img.ivrTreeIcon {
	border: 0; 
	display : inline;
}

span.ivrTreeLine {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 18px;
	COLOR: #444444;		
	FONT-FAMILY: Helvetica;
	TEXT-DECORATION: none
}
