/**************************************************************************
Webridge Extranet - default.css
**************************************************************************/

/**************************************************************************
General Elements - Alphabetically
**************************************************************************/
A {
    text-decoration: none;
}
A:ACTIVE {
	color : #0033CC;
}
A:LINK	{
	color : #0033CC;
}
A:HOVER 	{
    color : #FF3932;
	text-decoration: underline;
}
A:VISITED {	
	color : #990099;
}
BODY {
	background-color: #FFFFFF;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
BODY,P,DIV,TR,TD,CENTER,TABLE,SELECT,TEXTAREA, INPUT {
	font : 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}
FORM {
    margin: 0px;
}
H1 {
    font-size: 14pt;
	font-weight: bold;
    color: #336699;
}
HR	{
	border : 1pt solid #CCCCCC;
}

/**************************************************************************
General Classes - Alphabetically
**************************************************************************/
.ActivityArea {
	background-color: #E5E5E5;
	border-bottom : 1px solid #FFFFFF;
}
.Breadcrumb, .Breadcrumb:link, .Breadcrumb:active, .Breadcrumb:visited	{
}
.Breadcrumb:hover {
}
.BreadcrumbArea	{
    background-color: #CCCCCC;
}
.BreadcrumbRule	{
    background-color: #003366;
}
.BreadcrumbTarget, .BreadcrumbTarget:link, .BreadcrumbTarget:active, .BreadcrumbTarget:visited {
	color: #000000;
}
.BreadcrumbTarget:hover {
	color: #000000;
	text-decoration: none;
}
.Button {
	background-color : #FFFFFF;
	font-size : 9pt;
}
.Button2 {
	background-color : #FFFFFF;
	font-size : 8pt;
}
.Comment {
    font-size: 9pt;
	font-style: italic;
	color: green;
}
.Disabled {
    color: #A9A9A9;
}
.DisplayHead {
	background-color : #CCCCCC;
}
.DisplayHead:link, DisplayHead:active, DisplayHead:visited, DisplayHead:hover {
	color : #336699;
	background-color : transparent;
	text-decoration : none;
}
.DisplayHeadLabel, .DisplayHeadLabel: link, .DisplayHeadLabel:active, .DisplayHeadLabel:visited, .DisplayHeadLabel:hover {
	color : #0033CC;
}
.DisplayHeadSort {
	background-color : #A3B8CC;
}
.DisplayHeadSort:link, DisplayHeadSort:active, DisplayHeadSort:visited, DisplayHeadSort:hover {
	color : #336699;
	background-color : transparent;
	text-decoration : none;
}
.DisplayRow {
}
.DisplayRowAlt {
	background-color : #EEEEEE;
}
.Error {
    color: #FF0000;
}
.ErrorArea {
	background-color : #E5CFCF;
	border-bottom : 1px solid #FFFFFF;
	color : #FF0000;
	text-align : center;
	padding : 3px;
}
.FolderNav1, .FolderNav1:link, .FolderNav1:active, .FolderNav1:visited {
	color : #0033CC;
	font-weight : bold;
}
.FolderNav1:hover {
	color : #0033CC;
}
.FolderNav2, .FolderNav2:link, .FolderNav2:active, .FolderNav2:visited {
	color : #0033CC;
}
.FolderNav2:hover {
	color : #0033CC;
}
.FolderNav3, .FolderNav3:link, .FolderNav3:active, .FolderNav3:visited {
	color : #0033CC;
}
.FolderNav3:hover {
	color : #0033CC;
}
.FooterArea {
	background-color : #FFFFFF;
	text-align : center;
}
.FooterBar {
	background-color : #CCCCCC;
}
.FooterText, .FooterText:link, .FooterText:active, .FooterText:visited {
}
.FooterText:hover {
}
.FormHead {
	font-weight: bold;
	color : #FFFFFF;
	background-color : #999999;
}
.FormHead:link, .FormHead:active, .FormHead:visited {
	color : #FFFFFF;
	font-weight : bold;
}
.FormHead:hover {
}
.GroupBorderChrome {
	border-bottom: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
	border-left: 2px window-inset #A0A0A0;
	border-top: 2px window-inset #A0A0A0;
}
.Help {
	font-style : italic;
}
.Hidden {
	display : none;
}
.Label1 {
	color: #000000;
	font-weight: bold;
}
.Label1:link, .Label1:active, .Label1:visited {
	color : #0033CC;
}
.Label1:hover {
	color : #FF3932;
	text-decoration: underline;
}
.Label2 {
	color: #999999;
	font-weight: bold;
}
.List {
    border-top: 1pt solid #CCCCCC;
}
.ListBreak {
    border-top: 1pt solid #CCCCCC;
    word-break: break-all; /**PRS 18,246**/
}
.ListControl {
	background-color : #EEEEEE;
    border-top: 1pt solid #CCCCCC;
}
.ListLabel {
    border-top: 1pt solid #CCCCCC;
	font-weight: bold;
}
.ListMessage {
	margin: 10px;
	text-align: center;
}
.ListSelected {
	border-top: 1pt solid #CCCCCC;
	background-color : #F2F2C2;
}
.MenuAreaOff {
	border : 1px solid #FFFFFF;
	cursor: hand;
}
.MenuAreaOn {
    background-color: #CBDCED;
	border : 1px solid #000000;
	cursor: hand;
}
.MenuHeader	{
}
.MenuLabelOff {
	color:#000000;
}
.MenuLabelOff:link {
	color:#000000;
}
.MenuLabelOff:visited {
	color:#000000;
}
.MenuLabelOff:hover {
	color:#000000;
	text-decoration : none;
}
.MenuLabelOn {
}
.MenuLabelOn:link {
	color: #000000;
}
.MenuLabelOn:visited {
	color: #000000;
}
.MenuLabelOn:hover {
	color: #000000;
	text-decoration : none;
}
.MenuTable {
	background-color: #FFFFFF;
	width: 130px;
	padding : 2px 2px 2px 2px;
}
.PageBarArea {
	background-color : #CCCCCC;
	border-bottom : 1px solid white;
}
.PageHead {
    font-size: 14pt;
	font-weight: bold;
    color: #336699;
}
.PageHead2 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.PageImageLeft {
	margin-right : 20px;
}
.PageImageRight {
	margin-left : 20px;
}
.PageImageTop {
	margin-bottom : 20px;
}
.PagePadding {
	padding: 10px;
}
.PermissionHead {
    font-size: 8pt;
    font-family: courier new;
    font-weight : bold;
}
.PermissionText {
    font-size: 8pt;
    font-family: courier new;
}
.ProductImageLeft {
	margin-right : 20px;
}
.ProductImageRight {
	margin-left : 20px;
}
.ProductImageTop {
	margin-bottom : 20px;
}
.Required {
	font-weight: bold;
	color : #FF3333;
}
.ResultNav {
	border-bottom : 1px solid #999999;
	border-top : 1px solid #999999;
}
.SectionHead {
	font-weight: bold;
}
.SectionRule {
	background-color : #999999;
}
.SmallHelp {
	font-size: 8pt;
}
.SmallText, .SmallText:link, .SmallText:active, .SmallText:visited {
	font-size: 8pt;
}
.SmallText: hover {
}
.SubTabArea {
	background-color : #666666;
	border-bottom : 4px solid #FFFFFF;
	padding-left : 4px;
	padding-right : 4px;
	text-align : bottom;
}
.SubTabOff {
	font : bold 8pt;
	color : #FFFFFF;
	border-left : 4px solid #666666;
	padding-left : 8px;
	padding-right : 8px;
}
.SubTabOff:link, .SubTabOff:active, .SubTabOff:visited {
	color : #FFFFFF;
	border-left : none;
	padding-left : none;
	padding-right : none;
}
.SubTabOff:hover {
	color : #B5E7FF;
}
.SubTabOn {
	font : bold 8pt;
	color : #000000;
	background-color : #FFFFFF;
	border-left : 4px solid #666666;
	padding-left : 8px;
	padding-right : 8px;
}
.SubTabOn:link, .SubTabOn:active, .SubTabOn:visited {
	color : #000000;
	border-left : none;
	padding-left : none;
	padding-right : none;
}
.SubTabOn:hover {
	color : #000000;
	text-decoration : none;
}
.Success {
    color: #339933;
}
.SuccessArea {
	background-color : #CFE5CF;
	border-bottom : 1px solid #FFFFFF;
	color : #339933;
	text-align : center;
	padding : 3px;
}
.TabBar {
	background-color : #666666;
}
.TabOff, .TabOff:link, .TabOff:active, .TabOff:visited {
	background-color: #CCCCCC;
	color : #000000;
}
.TabComponentBodyTable {
}
.TabComponentMarginTop {
	margin-top: 15px;
}
.TabOff:hover {
	color : #FF3932;
}
.TabOn, .TabOn:link, .TabOn:active, .TabOn:visited {
	font-weight: bold;
	color : #FFFFFF;
	background-color : #666666;
}
.TabOn:hover {
	color : #FFFFFF;
	text-decoration : none;
}
.ToolArea {
	background-color : #CFDAE5;
	border-bottom : 1px solid #FFFFFF;
}
.ToolIcon, .ToolIcon:link, .ToolIcon:active, .ToolIcon:visited {
	background-color: #999999;
}
.ToolIcon:hover {
	background-color: #0000FF;
}
.ToolIconHover {
	background-color: #0000FF;
}
.TopNavAreaLeft	{
	background-Color: #336699;
}
.TopNavAreaRight {
	background-Color: #336699;
}
.TopNavTabArea {
	background-color: #336699;
}
.TopNavTabBar {
	background-color: #003366;
}
.TopNavTabOff, .TopNavTabOff:link, .TopNavTabOff:active, .TopNavTabOff:visited {
	font-weight : bold;
	color : #FFFFFF;
	line-height : 22px;
	padding : 4px 8px 4px 8px;
}
.TopNavTabOff:hover {
	color : #B5E7FF;
	text-decoration : none;
}
.TopNavTabOn:link, .TopNavTabOn:active, .TopNavTabOn:visited {
    background-color : #003366;
	color : #FFFFFF;
	font-weight : bold;
	line-height : 22px;
	padding : 4px 8px 4px 8px;
}
.TopNavTabOn:hover {
	color: #FFFFFF;
	text-decoration : none;
}
.TopNavText {
	color : #CCCCCC;
}
.TopNavText:link, .TopNavText:active, .TopNavText:visited {
	color : #FFFFFF;
}
.TopNavText:hover {
	color : #B5E7FF;
}
.TopNavTitleText {
	color : #FFFFFF;
	font-weight : bold;
}
.ViewBarText, .ViewBarText:link, .ViewBarText:active, .ViewBarText:visited {
	color : #666666;
	font-size : 8pt;
}
.ViewBarText:hover {
	color : #FF3932;
	text-decoration: underline;
}
.Width100Percent {
	width: 100%;
}

/**************************************************************************
Default  Component Style 
**************************************************************************/
.ComponentBodyArea {
}
.ComponentBodyTable {
}
.ComponentDisplayHead {
	background-color : #CCCCCC;
}
.ComponentDisplayLabel {
	background-color : #CCCCCC;
	font-weight : bold;
}
.ComponentHeaderButtons {
}
.ComponentHeaderImage {
}
.ComponentHeaderImageLeft {
	display : none;
}
.ComponentHeaderImageRight {
	display : none;
}
.ComponentHeaderTable {
	background-color: #336699;
}
.ComponentHeaderTitle {
	color: #FFFFFF;
	font-weight: bold;
}
.ComponentLabel {
	font-weight : bold;
}
.ComponentLabel2 {
	font-weight : bold;
	color: #999999;
}
.ComponentList {
    border-top: 1pt solid #CCCCCC;
}
.ComponentListLabel {
    border-top: 1pt solid #666666;
	font-weight: bold;
}
.ComponentMarginTop {
	margin-top: 15px;
}
.ComponentRule {
	background-color : #999999;
}
/* END Default Component Style*/

/**************************************************************************
Standard Component Styles 
**************************************************************************/
/*Standard - Border*/
.ComponentStyle_StandardBorder .ComponentBodyTable {
	border: 1px solid #336699;
}
/*Standard - Border/FIll*/
.ComponentStyle_StandardBorderFill .ComponentBodyTable {
	background-color: #EEEEEE;
	border: 1px solid #336699;
}
/*Standard - Fill*/
.ComponentStyle_StandardFill .ComponentBodyTable {
	background-color: #EEEEEE;
}
/*Standard - NoHeader*/
.ComponentStyle_StandardNoHeader .ComponentHeaderTable {
	background-color : transparent;
}
.ComponentStyle_StandardNoHeader .ComponentHeaderImage {
	display : none;
}
.ComponentStyle_StandardNoHeader .ComponentHeaderTitle {
	color : #000000;
}
/*Standard - NoHeader/Border*/
.ComponentStyle_StandardNoHeaderBorder .ComponentHeaderTable {
	background-color : transparent;
}
.ComponentStyle_StandardNoHeaderBorder .ComponentHeaderImage {
	display : none;
}
.ComponentStyle_StandardNoHeaderBorder .ComponentHeaderTitle {
	color : #000000;
}
.ComponentStyle_StandardNoHeaderBorder .ComponentBodyTable {
	border: 1px solid #336699;
}
/*END Standard Component Styles*/

/**************************************************************************
Gray Component Styles 
**************************************************************************/
/* Gray - Default */
.ComponentStyle_GrayDefault .ComponentHeaderTable {
	background-color : #CCCCCC;
	border : 1px solid #000000;
}
.ComponentStyle_GrayDefault .ComponentHeaderTitle {
	color : #000000;
}
/*Gray - Border*/
.ComponentStyle_GrayBorder .ComponentHeaderTable {
	background-color : #CCCCCC;
	border : 1px solid #000000;
}
.ComponentStyle_GrayBorder .ComponentHeaderTitle {
	color : #000000;
}
.ComponentStyle_GrayBorder .ComponentBodyTable {
	border: 1px solid #CCCCCC;
}
/*Gray - Border/FIll*/
.ComponentStyle_GrayBorderFill .ComponentHeaderTable {
	background-color : #CCCCCC;
	border : 1px solid #000000;
}
.ComponentStyle_GrayBorderFill .ComponentHeaderTitle {
	color : #000000;
}
.ComponentStyle_GrayBorderFill .ComponentBodyTable {
	background-color : #EEEEEE;
	border: 1px solid #CCCCCC;
}
/*Gray - Fill*/
.ComponentStyle_GrayFill .ComponentHeaderTable {
	background-color : #CCCCCC;
	border : 1px solid #000000;
}
.ComponentStyle_GrayFill .ComponentHeaderTitle {
	color : #000000;
}
.ComponentStyle_GrayFill .ComponentBodyTable {
	background-color : #EEEEEE;
}
/*Gray - NoHeader*/
.ComponentStyle_GrayNoHeader .ComponentHeaderTable {
	background-color : transparent;
}
.ComponentStyle_GrayNoHeader .ComponentHeaderImage {
	display : none;
}
.ComponentStyle_GrayNoHeader .ComponentHeaderTitle {
	color : #000000;
}
/*Gray - NoHeader/Border*/
.ComponentStyle_GrayNoHeaderBorder .ComponentHeaderTable {
	background-color : transparent;
}
.ComponentStyle_GrayNoHeaderBorder .ComponentHeaderImage {
	display : none;
}
.ComponentStyle_GrayNoHeaderBorder .ComponentHeaderTitle {
	color : #000000;
}
.ComponentStyle_GrayNoHeaderBorder .ComponentBodyTable {
	border: 1px solid #CCCCCC;
}
/*END Gray Component Styles*/

/**************************************************************************
Round Component Styles 
**************************************************************************/
/* Round - Default */
.ComponentStyle_RoundDefault .ComponentHeaderTable {
	background-color : #336699;
}
.ComponentStyle_RoundDefault .ComponentHeaderImageLeft {
	display : inline;
}
.ComponentStyle_RoundDefault .ComponentHeaderImageRight {
	display : inline;
}
/*Round - Border*/
.ComponentStyle_RoundBorder .ComponentHeaderTable {
	background-color : #336699;
}
.ComponentStyle_RoundBorder .ComponentHeaderImageLeft {
	display : inline;
}
.ComponentStyle_RoundBorder .ComponentHeaderImageRight {
	display : inline;
}
.ComponentStyle_RoundBorder .ComponentBodyTable {
	border: 1px solid #336699;
}
/*Round - Border/FIll*/
.ComponentStyle_RoundBorderFill .ComponentHeaderTable {
	background-color : #336699;
}
.ComponentStyle_RoundBorderFill .ComponentHeaderImageLeft {
	display : inline;
}
.ComponentStyle_RoundBorderFill .ComponentHeaderImageRight {
	display : inline;
}
.ComponentStyle_RoundBorderFill .ComponentBodyTable {
	background-color : #EEEEEE;
	border: 1px solid #336699;
}
/*Round - Fill*/
.ComponentStyle_RoundFill .ComponentHeaderTable {
	background-color : #336699;
}
.ComponentStyle_RoundFill .ComponentHeaderImageLeft {
	display : inline;
}
.ComponentStyle_RoundFill .ComponentHeaderImageRight {
	display : inline;
}
.ComponentStyle_RoundFill .ComponentBodyTable {
	background-color : #EEEEEE;
}
/*END Round Component Styles*/

/**************************************************************************
Special Component Styles 
**************************************************************************/
/* Special - Alert */
.ComponentStyle_SpecialAlert .ComponentHeaderTable {
	background-color : #FF3333;
}
.ComponentStyle_SpecialAlert .ComponentBodyTable {
	border: 1px solid #FF3333;
}
/*Special - Clear */
.ComponentStyle_SpecialClear .ComponentHeaderTable {
	background-color : transparent;
}
.ComponentStyle_SpecialClear .ComponentHeaderImage {
	display : none;
}
.ComponentStyle_SpecialClear .ComponentHeaderTitle {
	display : none;
}
/*Special - Clear Header/Border*/
.ComponentStyle_SpecialClearHeaderBorder .ComponentHeaderTable {
	background-color : transparent;
}
.ComponentStyle_SpecialClearHeaderBorder .ComponentHeaderImage {
	display : none;
}
.ComponentStyle_SpecialClearHeaderBorder .ComponentHeaderTitle {
	display : none;
}
.ComponentStyle_SpecialClearHeaderBorder .ComponentBodyTable {
	border: 1px solid #CCCCCC;
}
/*Special - Clear Header/Fill*/
.ComponentStyle_SpecialClearHeaderFill .ComponentHeaderTable {
	background-color : transparent;
}
.ComponentStyle_SpecialClearHeaderFill  .ComponentHeaderImage {
	display : none;
}
.ComponentStyle_SpecialClearHeaderFill  .ComponentHeaderTitle {
	display : none;
}
.ComponentStyle_SpecialClearHeaderFill .ComponentBodyTable {
	background-color : #EEEEEE;
}
/*Special - Notepad*/
.ComponentStyle_SpecialNotepad .ComponentHeaderTable {
	background-color : #FFFFCC;
}
.ComponentStyle_SpecialNotepad  .ComponentHeaderTitle {
	color: #000000;
}
.ComponentStyle_SpecialNotepad .ComponentBodyTable {
	background-color : #FFFFCC;
}
/*END Special Component Styles*/

/**************************************************************************
Component Spacing Styles CSS 
**************************************************************************/
/*Top-Margin: None*/
.ComponentSpacing_None .ComponentMarginTop {
	display: none;
}
/*Top-Margin: 2x*/
.ComponentSpacing_2x .ComponentMarginTop {
	margin-top: 30px;
}
/*Top Margin: Default; Padding On*/
.ComponentSpacing_DefaultPadding .ComponentMarginTop {
	margin-top: 15px;
}
.ComponentSpacing_DefaultPadding .ComponentBodyArea {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}
/*Top-Margin: None; Padding On*/
.ComponentSpacing_NonePadding .ComponentMarginTop {
	display: none;
}
.ComponentSpacing_NonePadding .ComponentBodyArea {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}
/*Top Margin: 2x ; Padding On*/
.ComponentSpacing_2xPadding .ComponentMarginTop {
	margin-top: 30px;
}
.ComponentSpacing_2xPadding .ComponentBodyArea {
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
}
/*END Spacing Styles*/

/**************************************************************************
Tabbed Component Styles CSS 
**************************************************************************/
/*Border*/
.TabComponentStyle_Border .TabComponentBodyTable {
	border: 1px solid #CCCCCC;
}
/*Solid*/
.TabComponentStyle_Solid .TabComponentBodyTable {
	background-color: #EEEEEE;
}
/*END Tabbed Component Styles*/

/**************************************************************************
DHTML CSS 
**************************************************************************/
.DHTMLTree {
    background-color: #FFFFFF;
}
.DHTMLTreeEvenLine {
    background-color: #EEEEEE;
}
.DHTMLTreeForNetscape
	{
    width: 400px;
    height: 500px;
}
.DHTMLTreeTable {
    background-color: #FFFFFF;
    border-top: 0pt solid #FFFFFF;
    width: 100%;
}
/*END DHTML*/

/**************************************************************************
Rich Text Editor CSS
**************************************************************************/
.RichTextEditor {
	width: 100%;
	border:inset;
	height: 100%;
	border-width:2;
	background-color:white;
	overflow: auto;
}
.SourceEditor {
	width: 100%;
	display:block;
	overflow: auto;
}
.RichTextEditorButton {
	border:solid;
	border-style:outset;
	border-width:thin;
	cursor:hand;
	vertical-align:bottom;
}
.RichTextEditorColorMenu {
	display:none;
	position:absolute;
	border: 1 solid black;
}
/*END Rich Text Editor */

/**************************************************************************
Folder Layout Editor DHTML Menu CSS
**************************************************************************/
A.DHTMLmenu {
	width: 150px; 
	color: #000000; 
}
A.DHTMLmenu:hover {
	text-decoration: none;
	background-color: #CBDCED;
	border: 1px black solid;
	color: #000000;
}
/* END Layout Editor DHTML Menu */

/**************************************************************************
Component Flyout Menu CSS
**************************************************************************/
.ToolTip {
	text-Indent: 2pt;
	text-align: justify; 
	background-color: #FFFFFF;
	visibility: hidden;
	left: 0px;
	z-index: 1;
	position: absolute;
	overflow: auto; 
	width: 130px;
}
.ToolTipShow {
	width: 130px;
	position: absolute; 
	z-index: 1;
}
/* END Component Flyout Menu */

/**************************************************************************
View Editor CSS
**************************************************************************/
/* - Entity type navigator attribute selected */
.ViewEditorNavAttrSelected {
	color: #000000;
	background-color: #CBDCED;
}
/* - Design-time attribute layout description container cell */
.ViewEditorDtAldContainerCell {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: expression(cellIndex == 0 ? '1px solid #808080' : 'none');
	border-right: expression(cellIndex == parentElement.cells.length - 1 ? '1px solid #808080' : 'none');
}
/* - Design-time attribute layout description container */
.ViewEditorDtAldContainer {
	border: 1px solid #808080;
	padding: 2px;
}
/* - Attribute layout description caption selected */
.ViewEditorAldCaptionSelected {
	background-color: #F5F5DC;
}
/* - Attribute layout description control */
.ViewEditorAldControl {
	cursor: default;
}
/* - Popup menu highlight */
.ViewEditorPopupMenuHighlight {
	background-color: #CBDCED;
	border-color: #00008B;
}
/* - Caption field for property dialog */
.ViewEditorPropDlgCaptionField {
	border-bottom: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
	border-left: 2px window-inset #A0A0A0;
	border-top: 2px window-inset #A0A0A0;
	overflow: auto;
	width: expression(parseInt(window.dialogWidth) - 46);
}
/* "Required" classes used by views */
.RequiredCell {
	padding-right: 0px;
	padding-left: 0px;
}
.RequiredSpan {
	width: 0px;
	font-weight: bold;
	color: #FF3333;
}
/* END View Editor */

/**************************************************************************
RM Console Sidebar for Mac CSS
**************************************************************************/ 
.RMNavMyProjectsResultsDiv {
	overflow: auto;
	width: 100%;
	height: 429px;
}
.RMNavFastFindResultsDiv {
	overflow: auto;
	width: 100%;
	height: 204px;
}
/* END RM Console Sidebar  for Mac*/
