<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* NEW */
#lview_left {
	display: block;
	height: 100%;
	width: 0px;
	margin: 0px;
	background-color: #F0F0F0;
	/*background-color: orange;*/
	float: left;
}

#left_framecontainer {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
#lview_left iframe {
	width: 192px;
	height: 100%;
}

#lview_left h2 {
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	margin: 0px;
	cursor: pointer;
}
#lview_left .frameClass {
   overflow-x: hidden;
   overflow-y: auto;
   width: 100%;
   height: 100%;
   border: none;
   margin: 0px;
   padding: 0px;
   background-color: #F0F0F0;
   /*background-color: #F4DC94;*/
}
#lview_left iframe {
   background-color: #F0F0F0 !important;
}
#lview_left .tabcontainer {
	background-color: #003163;
}
#lview_left .leftPaneHelp {
	float: right;
	margin: 2px 2px 0px 10px;
	cursor: pointer;
   z-index: 1000001;
}
#lview_left .panelcontainer {
	vertical-align: middle;
}
#lview_left .titleClass {
	height:20px;
	width:150px;
}
#lview_left .iconimg, #lview_left .iconimgfooter{
	height: 14px;
	vertical-align: middle;
}
#lview_left .asicon{
	line-height:14px;
	vertical-align: sub;
	/*vertical-align:sub;*/
}
#lview_left .iconimgfooter {
	vertical-align: sub;
	/* vertical-align: sub; */
}
.activeframe {
	display: block;
}
.inactiveframe {
	display: none;
}
#lview_left .imagediv {
	height: 7px;
	width: 192px;
}
#lview_left .panes_container{ }

#lview_left .frame_head {
	background-image: url(../images/leftpane/header_blue_small.gif);
	color: #FFFFFF;
}
#lview_left .active,
#lview_left .inactive {
	color: #ffffff;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	z-index: 1000000;
	margin: 0px;
	width: 187px;
	cursor: pointer;	
}
#lview_left .inactive {
	background-image: url(../images/leftpane/header_blue_small.gif);
	font-weight: normal;
}
#lview_left .inactive:hover {
	background-image: url(../images/leftpane/header_blue_highlight_small.gif);
}
#lview_left .active {
	background-image: url(../images/leftpane/header_blue_highlight_small.gif);
	font-weight: bold;
}
.tabimage {
	vertical-align: top;
}

#lview_left .footer
{
	background-color:#FBB033;
	height:24px;
	/*padding:1px 0 0 0;*/
	text-align:right;
	/*vertical-align:middle !important;*/
	padding-top: 2px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#lview_left .footer_icon 
{
	border:1px solid transparent;
	display:inline;
	height:18px;
	padding: 0 2px 2px 2px; 
	/*vertical-align: middle !important;
	margin-top: 1px !important;*/
}

#lview_left .footer_icon:hover
{
	cursor: pointer;
	border-top: 1px solid #CECECE;
	border-right: 1px solid #828282;	
	border-left: 1px solid #CECECE;
	border-bottom: 1px solid #828282;
	padding: 2px !important;
	vertical-align:top !important;
	padding: 0 2px 1px 2px; 	 
}

#left_panel_footer .selected 
{
	border-top: 1px solid #CECECE;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #CECECE;
	/*padding: 2px !important;
	vertical-align:middle !important;*/
	padding: 0 2px 4px 2px; 
}

.icon_shortcut {
	background-image: url(/commonspot/dashboard/icons/lightning.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
}
.icon_search {
	background-image: url(/commonspot/dashboard/icons/magnifier.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
}
.icon_reminder {
	background-image: url(/commonspot/dashboard/icons/clock.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
}

.icon_social {
	background-image: url(/commonspot/dashboard/icons/group_add.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
}
</pre></body></html>