.ContentScreen{	
	border-radius:18px;
	/* background-color:#fff; */	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.FrameBorder{		
	border-radius:15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.ToolBar 	
{
    border:3px #747474 solid;	
	border-bottom:none;
	border-radius:15px 0px 0px 15px;
	box-shadow: 1px 0px 0px 0px #747474;
	z-index:2;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	top: 3px;
	left: 3px;
	bottom:3px;
	position: absolute;
	overflow: hidden;
}
.ToolBar_rtl {
	border:3px #747474 solid;
	border-bottom:none;
	border-radius:0px 15px 15px 0px;
	box-shadow: -1px 0px 0px 0px #747474;
	z-index:2;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	top: 3px;
	right: 3px;
	bottom:3px;
	position: absolute;
	overflow: hidden;
}
.ToolBar_V {	
	border:3px #747474 solid;	
	border-right:none;
	border-radius:0px 0px 15px 15px;
	box-shadow: 1px 0px 0px 0px #747474;
	z-index:2;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	left: 3px;
	right: 3px;
	position: absolute;
	overflow: hidden;
	bottom: 3px;
}
.MenusBar {	
	border:3px #747474 solid;	
	border-radius:15px 0 0 0;
	box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, .12), 
				inset -5px 3px 6px 4px rgba(0, 0, 0, .13);
	z-index:3;
	margin-top: -3px;
	position:relative;
	right:3px;	
}
.MenusBar_rtl {	
	border:3px #747474 solid;	
	border-radius:0 15px 0 0;
	box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, .12),
				inset 5px 3px 6px 4px rgba(0, 0, 0, .13);
	z-index:3;
	margin-top: -3px;
	position:relative;
	left:3px;	
}
.MenusBar_V {	
	border:3px #747474 solid;	
	border-left:none;
	border-radius:0  0 0 15px;
	box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, .12), 
				inset 5px 3px 6px 4px rgba(0, 0, 0, .13);
	z-index:3;
	margin-left: -3px;
	margin-top: -3px;
}
.Bridge{
    background: -moz-linear-gradient(top,  rgba(206,216,219,0) 0%, rgba(212,219,221,0.5) 15%, rgba(207,240,249,0.6) 28%, rgba(164,181,185,0.7) 32%, rgba(143,151,153,0.8) 34%, rgba(146,156,156,0.73) 44%, rgba(155,170,164,0.5) 72%, rgba(206,220,224,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,216,219,0)), color-stop(15%,rgba(212,219,221,0.5)), color-stop(28%,rgba(207,240,249,0.6)), color-stop(32%,rgba(164,181,185,0.7)), color-stop(34%,rgba(143,151,153,0.8)), color-stop(44%,rgba(146,156,156,0.73)), color-stop(72%,rgba(155,170,164,0.5)), color-stop(100%,rgba(206,220,224,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,216,219,0) 0%,rgba(212,219,221,0.5) 15%,rgba(207,240,249,0.6) 28%,rgba(164,181,185,0.7) 32%,rgba(143,151,153,0.8) 34%,rgba(146,156,156,0.73) 44%,rgba(155,170,164,0.5) 72%,rgba(206,220,224,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,216,219,0) 0%,rgba(212,219,221,0.5) 15%,rgba(207,240,249,0.6) 28%,rgba(164,181,185,0.7) 32%,rgba(143,151,153,0.8) 34%,rgba(146,156,156,0.73) 44%,rgba(155,170,164,0.5) 72%,rgba(206,220,224,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,216,219,0) 0%,rgba(212,219,221,0.5) 15%,rgba(207,240,249,0.6) 28%,rgba(164,181,185,0.7) 32%,rgba(143,151,153,0.8) 34%,rgba(146,156,156,0.73) 44%,rgba(155,170,164,0.5) 72%,rgba(206,220,224,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,216,219,0) 0%,rgba(212,219,221,0.5) 15%,rgba(207,240,249,0.6) 28%,rgba(164,181,185,0.7) 32%,rgba(143,151,153,0.8) 34%,rgba(146,156,156,0.73) 44%,rgba(155,170,164,0.5) 72%,rgba(206,220,224,0) 100%); /* W3C */

    /*border-left:3px #585858 solid;*/
    border-right:none;
    box-shadow: 1px 0px 0px 0px #585858 
			    ,inset -2px 0px 0px 0px #8D8D8D;
    z-index:4;
    position:relative;
    width: 74px;
    top: -10px;
}
.Bridge_V{
    background: -moz-linear-gradient(left,  rgba(145,153,153,0) 0%, rgba(145,153,153,1) 5%, rgba(255,255,255,1) 7%, rgba(198,207,207,1) 9%, rgba(170,178,178,1) 14%, rgba(170,178,178,1) 27%, rgba(109,115,115,1) 30%, rgba(145,153,153,1) 40%, rgba(188,196,196,0.5) 65%, rgba(215,225,226,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(145,153,153,0)), color-stop(5%,rgba(145,153,153,1)), color-stop(7%,rgba(255,255,255,1)), color-stop(9%,rgba(198,207,207,1)), color-stop(14%,rgba(170,178,178,1)), color-stop(27%,rgba(170,178,178,1)), color-stop(30%,rgba(109,115,115,1)), color-stop(40%,rgba(145,153,153,1)), color-stop(65%,rgba(188,196,196,0.5)), color-stop(100%,rgba(215,225,226,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(145,153,153,0) 0%,rgba(145,153,153,1) 5%,rgba(255,255,255,1) 7%,rgba(198,207,207,1) 9%,rgba(170,178,178,1) 14%,rgba(170,178,178,1) 27%,rgba(109,115,115,1) 30%,rgba(145,153,153,1) 40%,rgba(188,196,196,0.5) 65%,rgba(215,225,226,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(145,153,153,0) 0%,rgba(145,153,153,1) 5%,rgba(255,255,255,1) 7%,rgba(198,207,207,1) 9%,rgba(170,178,178,1) 14%,rgba(170,178,178,1) 27%,rgba(109,115,115,1) 30%,rgba(145,153,153,1) 40%,rgba(188,196,196,0.5) 65%,rgba(215,225,226,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(145,153,153,0) 0%,rgba(145,153,153,1) 5%,rgba(255,255,255,1) 7%,rgba(198,207,207,1) 9%,rgba(170,178,178,1) 14%,rgba(170,178,178,1) 27%,rgba(109,115,115,1) 30%,rgba(145,153,153,1) 40%,rgba(188,196,196,0.5) 65%,rgba(215,225,226,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(145,153,153,0) 0%,rgba(145,153,153,1) 5%,rgba(255,255,255,1) 7%,rgba(198,207,207,1) 9%,rgba(170,178,178,1) 14%,rgba(170,178,178,1) 27%,rgba(109,115,115,1) 30%,rgba(145,153,153,1) 40%,rgba(188,196,196,0.5) 65%,rgba(215,225,226,0) 100%); /* W3C */
    border-top:3px #585858 solid;
    border-bottom:none;
    box-shadow: 0px 1px 0px 0px #585858 
			    ,inset 0px -2px 0px 0px #8D8D8D;
    z-index:4;
    height: 61px;
    position: relative;
    float:left;
    top: -3px;
    left: -4px;
}
.TopBar{	
	border-radius:0 18px 0 0;		
	box-shadow: -1px 0px 0px 0px #585858;
	z-index:5;	
	margin-top: 3px;
	margin-right: 3px;
}
.TopBar_rtl {	
	border-radius:18px 0 0 0;	
	box-shadow: 1px 0px 0px 0px #585858;
	z-index:5;	
	margin-top: 3px;
	margin-left: 3px;
}
.TopBarH {	
	border-radius:18px 18px 0 0;		
	z-index:5;	
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

.MenuFrame{	
	background-color:#D8E4F0;
	border:1px #999999 solid;
	border-right:1px #9C9C9B solid; 
	border-bottom:1px #9E9E9E solid;
	border-radius:11px;
	box-shadow: -4px 4px 3px 0px rgba(0, 0, 0, .3),
	inset -2px -2px 3px 1px rgba(0, 0, 0, .2),
	inset 2px 2px 0px 0px rgba(255, 255, 255, .3);
	z-index:7;
	padding:6px 3px 6px 3px;
}
.MenuFrame_rtl{	
	background-color:#D8E4F0;
	border:1px #999999 solid;
	border-right:1px #9C9C9B solid; 
	border-bottom:1px #9E9E9E solid;
	border-radius:11px;
	box-shadow: 4px 4px 3px 0px rgba(0, 0, 0, .3),
	inset 2px -2px 3px 1px rgba(0, 0, 0, .2),
	inset -2px 2px 0px 0px rgba(255, 255, 255, .3);
	z-index:7;
	padding:6px 3px 6px 3px;
}

.MenuIconSelected{
	width:57px;
	height:52px;
	background-color:#EBEBD6; 
	border:1px #999999 solid;border-right:none; 
	border-bottom:1px #9E9E9E solid;
	border-radius:11px 0 0 11px;
	margin-left:14px;
	margin-top:-350px;
	box-shadow: -4px 4px 3px 0px rgba(0, 0, 0, .3),
	inset 0px -2px 0px 0px rgba(0, 0, 0, .2),
	inset 2px 2px 0px 0px rgba(255, 255, 255, .3);
	z-index:8;
}
.vrtScrollPanel 
{    
    z-index: 4;
    top: -40px;
}
.hrzScrollPanel 
{    
    z-index: 4;
}
.topMenuBarStyle_mobile
{
    position: relative;
    left: 270px;
    /* position:absolute; */
    /* top:13px; */
    /* margin-left:500px; */
    background:#DCD9D0;
    padding:0 5px;
    border:1px #585858 solid;
    border-top:none;
    border-radius:0 0 8px 8px; 
    box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, .2);
    display: inline-block;
}
.topMenuBarStyle_mobile_rtl
{
    position: relative;
    left: -270px;
    /* position:absolute; */
    /* top:13px; */
    /* margin-left:500px; */
    background:#DCD9D0;
    padding:0 5px;
    border:1px #585858 solid;
    border-top:none;
    border-radius:0 0 8px 8px; 
    box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, .2);
    display: inline-block;
}

.topMenuItemStyle_mobile_rtl
{    
    background:#DCDBD8;
	height:17px;
	line-height:17px;
	/* padding-top:-2px; */
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
	border-left:1px #797671 solid;	
	text-align:center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: Arial; */
	font-size:12px;
	color:#222;
	cursor:pointer;
	z-index:7;
}

.topMenuItemStyle_mobile
{    
    background:#DCDBD8;
	height:17px;
	line-height:17px;
	/* padding-top:-2px; */
	padding-bottom:2px;
	padding-left:6px;
	padding-right:6px;
	border-left:1px #797671 solid;	
	text-align:center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: Arial; */
	font-size:12px;
	color:#222;
	cursor:pointer;
	z-index:7;
}
.closeStyle_mobile_rtl
{
    border-left: 1px #979693 solid;
	box-shadow: -1px 0px 0px 0px #fff, 1px 0px 0px 0px #979693;
}
.closeStyle_mobile
{
    border-right:1px #fff solid;
	box-shadow: 1px 0px 0px 0px #979693, -1px 0px 0px 0px #fff;
}

.topMenuBarStyle_mobile_rtl .gwt-MenuItem-selected
{
background: -moz-linear-gradient(top,  rgba(0,54,82,1) 0%, rgba(27,85,115,1) 6%, rgba(46,166,229,1) 22%, rgba(0,167,255,1) 54%, rgba(0,131,201,1) 70%, rgba(0,54,82,1) 78%, rgba(152,152,145,1) 81%, rgba(215,212,203,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,54,82,1)), color-stop(6%,rgba(27,85,115,1)), color-stop(22%,rgba(46,166,229,1)), color-stop(54%,rgba(0,167,255,1)), color-stop(70%,rgba(0,131,201,1)), color-stop(78%,rgba(0,54,82,1)), color-stop(81%,rgba(152,152,145,1)), color-stop(90%,rgba(215,212,203,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,54,82,1) 0%,rgba(27,85,115,1) 6%,rgba(46,166,229,1) 22%,rgba(0,167,255,1) 54%,rgba(0,131,201,1) 70%,rgba(0,54,82,1) 78%,rgba(152,152,145,1) 81%,rgba(215,212,203,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,54,82,1) 0%,rgba(27,85,115,1) 6%,rgba(46,166,229,1) 22%,rgba(0,167,255,1) 54%,rgba(0,131,201,1) 70%,rgba(0,54,82,1) 78%,rgba(152,152,145,1) 81%,rgba(215,212,203,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,54,82,1) 0%,rgba(27,85,115,1) 6%,rgba(46,166,229,1) 22%,rgba(0,167,255,1) 54%,rgba(0,131,201,1) 70%,rgba(0,54,82,1) 78%,rgba(152,152,145,1) 81%,rgba(215,212,203,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,54,82,1) 0%,rgba(27,85,115,1) 6%,rgba(46,166,229,1) 22%,rgba(0,167,255,1) 54%,rgba(0,131,201,1) 70%,rgba(0,54,82,1) 78%,rgba(152,152,145,1) 81%,rgba(215,212,203,1) 90%); /* W3C */
box-shadow: inset 3px 0px 6px 0px rgba(185, 184, 100, .5),
			inset -3px 0px 6px 0px rgba(0, 60, 100, .5); 
color:white;
 text-shadow: 2px 2px 0px #004576;
 	padding-top:2px;
	/* padding-bottom:-4px; */
	padding-left:4px;
	padding-right:2px;
	margin-top:-5px;
}
.topMenuBarStyle_mobile .gwt-MenuItem-selected
{
background: -moz-linear-gradient(top,  rgba(0,54,82,1) 0%, rgba(27,85,115,1) 6%, rgba(46,166,229,1) 22%, rgba(0,167,255,1) 54%, rgba(0,131,201,1) 70%, rgba(0,54,82,1) 78%, rgba(152,152,145,1) 81%, rgba(215,212,203,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,54,82,1)), color-stop(6%,rgba(27,85,115,1)), color-stop(22%,rgba(46,166,229,1)), color-stop(54%,rgba(0,167,255,1)), color-stop(70%,rgba(0,131,201,1)), color-stop(78%,rgba(0,54,82,1)), color-stop(81%,rgba(152,152,145,1)), color-stop(90%,rgba(215,212,203,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,54,82,1) 0%,rgba(27,85,115,1) 6%,rgba(46,166,229,1) 22%,rgba(0,167,255,1) 54%,rgba(0,131,201,1) 70%,rgba(0,54,82,1) 78%,rgba(152,152,145,1) 81%,rgba(215,212,203,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,54,82,1) 0%,rgba(27,85,115,1) 6%,rgba(46,166,229,1) 22%,rgba(0,167,255,1) 54%,rgba(0,131,201,1) 70%,rgba(0,54,82,1) 78%,rgba(152,152,145,1) 81%,rgba(215,212,203,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,54,82,1) 0%,rgba(27,85,115,1) 6%,rgba(46,166,229,1) 22%,rgba(0,167,255,1) 54%,rgba(0,131,201,1) 70%,rgba(0,54,82,1) 78%,rgba(152,152,145,1) 81%,rgba(215,212,203,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,54,82,1) 0%,rgba(27,85,115,1) 6%,rgba(46,166,229,1) 22%,rgba(0,167,255,1) 54%,rgba(0,131,201,1) 70%,rgba(0,54,82,1) 78%,rgba(152,152,145,1) 81%,rgba(215,212,203,1) 90%); /* W3C */
box-shadow: inset 3px 0px 6px 0px rgba(185, 184, 100, .5),
			inset -3px 0px 6px 0px rgba(0, 60, 100, .5); 
color:white;
 text-shadow: 2px 2px 0px #004576;
 	padding-top:2px;
	/* padding-bottom:-4px; */
	padding-left:4px;
	padding-right:2px;
	margin-top:-5px;
}
.topMenuBarStyle_mobile_rtl .gwt-MenuItem-disabled
{
    color: Gray;
}
.topMenuBarStyle_mobile .gwt-MenuItem-disabled 
{
    color: Gray;
}
.entGridMobile 
{    
    height: 100%;
    width: 100%;
	pointer-events: auto;	    
	position: relative;
	border: none;
	/*box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox * /
    -webkit-box-sizing:border-box; /* Safari * /	
	border-bottom-style: solid;
    border-bottom-color: transparent;
    border-bottom-width: 6px;    */
    /* input:focus {outline: none;}		 */
}
.toolBarButtonMobile 
{
    height: 40px;
    width: 40px;
}
.toolbarLabelStyle
{
    font-size: 11px;
    text-align: center;
    line-height: 12px;
    max-height: 36px;
    overflow:hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.toolbarButton3_div
{
    height: 40px;
    width: 40px;    
    pointer-events: visible;  
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);  
}
.toolbarButton3_div_disabled
{
    height: 40px;
    width: 40px;    
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.statusLabelStyle 
{
    color:#4D4D4D ;
	font-size:9.5pt;
	height:10px;
	line-height:10px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:2px;
	padding-left:3px;
	padding-bottom:3px;
	padding-right:3px;
	background-color:#DCD9D0; 
	border-radius:0px 9px 9px 0px;
	border:1px #797671 solid;
	margin-top: 1px;
}
.statusLabelStyle_rtl
{
    color:#4D4D4D ;
	font-size:9.5pt;
	height:10px;
	line-height:10px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:2px;
	padding-left:3px;
	padding-bottom:3px;
	padding-right:3px;
	background-color:#DCD9D0; 
	border-radius:9px 0px 0px 9px;
	border:1px #797671 solid;
	margin-top: 1px;
}
.statusLabelStyle_port
{
    color:#4D4D4D ;
	font-size:9.5pt;
	height:10px;
	line-height:10px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
	padding-left:3px;
	padding-bottom:2px;
	padding-right:3px;
	background-color:#DEDEDE;
	border-radius:0px 9px 9px 0px;
	border:1px #797671 solid;
	margin-top: 1px;
}
.statusLabelStyle_port_rtl
{
    color:#4D4D4D ;
	font-size:9.5pt;
	height:10px;
	line-height:10px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
	padding-left:3px;
	padding-bottom:2px;
	padding-right:3px;
	background-color:#DEDEDE; 
	border-radius:9px 0px 0px 9px;
	border:1px #797671 solid;
	margin-top: 1px;
}
.tbUp_main
{
    background-color:transparent; 
	border-bottom:1px #ADB5B5 solid;
	box-shadow: 0px 1px 0px 0px #fff;	
	cursor:pointer;
	z-index:8;
}
.tbUp_fixed
{
    background-color:transparent; 
	border-top:#B2B2A9 1px solid;
	box-shadow: 0px -1px 0px 0px #80807A;	
	cursor:pointer;
	z-index:8;
}
.tbUpV_main
{
    background-color:transparent; 
	border-right:1px #ADB5B5 solid;
	box-shadow: 1px 0px 0px 0px #fff;	
	cursor:pointer;
	z-index:8;
}
.tbUpV_fixed
{
    background-color:transparent; 
	border-left:#B2B2A9 1px solid;
	box-shadow: -1px 0px 0px 0px #80807A;	
	cursor:pointer;
	z-index:8;
}
.tbBorderLeft
{
    border-left-style:solid;
    border-left-color: LightGray;
    border-left-width: 1px;
}
.toolBarMobileSvg_hrz
{
    height: 30px;
    width: 30px;
    float:left;
    margin-left: 6px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.toolBarMobileSvg_vrt
{
    height: 30px;
    width: 30px;
    float:left;
    margin-top: 2px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.menuItemCellStyle_android {
    float: right;
    width: 100%;   
    min-height: 22px;
}    
.menuItemCellStyle_ipad 
{
    float: right;
    width: 100%;   
    min-height: 28px;
}
.menuItemCellStyle_android .menuItemTextStyle 
{
    font-size: 14px;
}
.menuItemCellStyle_android .menuItemTextStyle_rtl 
{
    font-size: 14px;
}
.menuItemCellStyle_ipad .menuItemTextStyle 
{
    font-size: 16px;
}
.menuItemCellStyle_ipad .menuItemTextStyle_rtl 
{
    font-size: 16px;
}
.firstHrz 
{
    border-bottom: 1px #ADB5B5 solid;
    box-shadow: 1px 1px 0px 0px #fff;
}
.firstVrt
{
    border-right: 1px #ADB5B5 solid;
    box-shadow: 1px 1px 0px 0px #fff;
}
.topMenuItemStyle_mobile_first_rtl 
{
    border-right:1px #FFFFD7 solid;
}
.topMenuItemStyle_mobile_first
{
    border-left:1px #FFFFD7 solid;
}
.topMenuItemStyle_mobile_last_rtl
{
    border-left:1px #FFFFD7 solid;
}
.topMenuItemStyle_mobile_last
{
    border-right:1px #FFFFD7 solid;
}
.closeBtnMobile
{
    color:white;
	font-size:13pt;
	height:14px;
	line-height:14px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:0px;
	padding-left:4px;
	padding-bottom:3px;
	padding-right:6px;
	text-shadow: 2px 2px 0px #000;
	border-radius:2px 9px 2px 2px;
	border:1px #777 solid;
	cursor:pointer;
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}
.closeBtnMobile_rtl 
{
    color:white;
	font-size:13pt;
	height:14px;
	line-height:14px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:0px;
	padding-left:4px;
	padding-bottom:3px;
	padding-right:6px;
	text-shadow: 2px 2px 0px #000;
	border-radius:9px 2px 2px 2px;
	border:1px #777 solid;
	cursor:pointer;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
}
.closeBtnMobile:active
{
    background-color:red;
	border-color:#930000;
}
.closeBtnMobile_rtl:active
{
    background-color:red;
	border-color:#930000;
}
.queryLabel_mobile 
{
    color:white;
	font-size:11pt;
	height:13px;
	line-height:13px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:1px;
	padding-left:3px;
	padding-bottom:2px;
	padding-right:3px;
	text-shadow: 2px 2px 0px #000;	
	border-radius:0px 9px 9px 0px;
	border:1px #777 solid;
	cursor:pointer;
	margin-top: 1px;
}
.queryLabel_mobile_rtl
{
    color:white;
	font-size:11pt;
	height:13px;
	line-height:13px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:1px;
	padding-left:3px;
	padding-bottom:2px;
	padding-right:3px;
	text-shadow: 2px 2px 0px #000;	
	border-radius:9px 0px 0px 9px;
	border:1px #777 solid;
	cursor:pointer;
	margin-top: 1px;
}
.queryLabel_mobile:active
{
    background-color:#005D8E;
	color:#C1E5FF;
	padding-top:2px;
	padding-bottom:1px;	
}
.queryLabel_mobile_rtl:active
{
    background-color:#005D8E;
	color:#C1E5FF;
	padding-top:2px;
	padding-bottom:1px;	
}
.sepStyle
{
    top: 14px;
    background: transparent;
    border-style: none;
    padding-top: 4px;
}

.toolBarMobileSvg_nav_hrz
{
    height: 26px;
    width: 26px;
}
.toolBarMobileSvg_nav_vrt
{
    margin-left:2px;
}
.toolBarMobileSvg_nav_vrt_rtl
{
    margin-right:2px;
}
.statusBarHolderStyle
{
    background:#DCD9D0;
    border-top:2px #DCD9D0 solid;
    margin-left:6px;
    margin-right:6px;
}
.statusBarHolderStyleVrt 
{
    background:#DCD9D0;
    border-top:2px #DCD9D0 solid;
    margin-left:0px;
    margin-right:6px;
    border-bottom-right-radius: 9px;
    margin-bottom: 6px;
}
.statusBarHolderStyleVrt_rtl
{
    background:#DCD9D0;
    border-top:2px #DCD9D0 solid;
    margin-left:6px;
    margin-right:0px;
    border-bottom-left-radius: 9px;    
    margin-bottom: 6px;
}