@font-face
{
	font-family: PT Serif;
	src: url(./fonts/PTF55F.TTF);
}

@font-face
{
	font-family: PT Serif;
	font-style:italic;
	src: url(./fonts/PTF56F.TTF);
}

@font-face
{
	font-family: PT Serif;
	font-weight:bold;
	src: url(./fonts/PTF75F.TTF);
}

@font-face
{
	font-family: PT Serif;
	font-weight:bold;
	font-style:italic;
	src: url(./fonts/PTF76F.TTF);
}

*:focus{  
    outline: none;  
}
.NotifyInfo, .NotifySuccess, .NotifyError{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color:white;
	font-family: PT Serif,tahoma,verdana,arial,sans-serif;
}

.NotifyError{
	background: url(./images/close.png) #b40000 no-repeat scroll right top;
	border-bottom:#ca3030 3px solid;
	border-top:#ca3030 3px solid;
	border-left:#ca3030 3px solid;
	border-right:#ca3030 3px solid;
}
span.NotifyTitle{
	font-size: 30px;
	font-style: normal;
	font-weight:normal;
}

p.Notifypara{
	font-size:18px;
	font-style:italic;
	padding: 10px;
	text-align:center;
}

p.Confim{
	font-size: 18px;
}

.AskImage[style]{
	left:15px !important;
	top:15px !important;
}

.DialogContent[style]{
	left:57px !important;
	top:15px !important;
	height:58px !important;
}
.DialogButtonBar[style]{
	left:52px !important;
	top:30px !important;
}
.TitledLayout{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	border: 2px inset RGB(80,80,80);
}
.TitledLayoutHeader{
	background: rgba(127,127,127,0.5);
	border-bottom: 1px solid RGB(127,127,127);
 }
.TitledLayoutHeaderText,
.ListGridToolBar
{
	font-size: 11pt;
	font-family: PT Serif,tahoma,verdana,arial,sans-serif;
	color: white; 	
	font-weight: bold;	
	padding-left:10px !important;
}
.TitledLayoutBody {
	#background: -moz-linear-gradient(top, RGB(0,0,255), rgb(255,255,255,1));
	background: rgba(127,127,127,0.3);
	#background-color:RGB(255,255,255);
	#opacity:0.1;
	#filter:alpha(opacity=10); /* For IE8 and earlier */
}

.AskImage[style]{
	left:15px !important;
	top:15px !important;
}

.DialogContent[style]{
	left:57px !important;
	top:15px !important;
	height:58px !important;
}
.DialogButtonBar[style]{
	left:52px !important;
	top:30px !important;
}

.Header {
	height: 70px;
    width: 100%;
}

.HeaderContent {
	background-color: #FFFFFF;
	border-right:1px solid #B3B3B3;
	margin-left:1px;
	margin-right:1px;
}

.Workspace {
    background-color: #FFFFFF;
    background-image: url(./images/workspace-bckg.png);
    background-position: center center;
    background-repeat: repeat-y;
    height: auto;
    overflow: auto;
    width: 100%;
}

.WorkspaceContent {
    background-color: #FFFFFF;
	background-size:cover;
    background-position: center center;
    background-repeat: repeat-y;
    height: auto;
    overflow: auto;
    width: 100%;
}

.Footer {
	background-color: #00173D;
    clear: both;
    height: 100px;
    width: 100%;
}

.FooterContent {
    background-color: #213556;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #4F5F79;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    height: 68px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    width: 1000px;
}

.formItemDescription,
.formItemDescription2,
.formItemDescription4,
.formItemDescription6,
.formItemDescription8,
.formItemDescription10,
.formItemDescription12,
.formItemDescription14{
	margin-right:10px;
	text-align:justify;
}
.formItemDescription{
	margin-top:0pt;
}
.formItemDescription2{
	margin-top:-2pt;
}
.formItemDescription4{
	margin-top:-4pt;
}
.formItemDescription6{
	margin-top:-6pt;
}
.formItemDescription8{
	margin-top:-8pt;
}
.formItemDescription10{
	margin-top:-10pt;
}
.formItemDescription12{
	margin-top:-12pt;
}
.formItemDescription14{
	margin-top:-14pt;
}

.FullScreenHeaderTitle{
	color: #0E385F;
	font-family: PT Serif,tahoma,verdana,arial,sans-serif;
	font-size: 18px;
	padding:20px;
}

.FullScreenHeader{
    border-bottom: 1px solid #B3B3B3;
	background-color: #FFFFFF;
}

.FullScreenBody{
	background-color: #ECECEC;
}

.LoginFormInHeader {
	color: #FFFFFF;
    float: right;
    font-family: PT Serif,tahoma,verdana,arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 580px;
}

.LoginFormTitle {
    font-family: PT Serif,tahoma,verdana,arial,sans-serif;
	color: #FFFFFF;
}

.white {
	color: #FFFFFF;
}

.bold,
.boldOver {
	font-weight:bold;
}

.NotImplementedBox {
	color: #0E385F;
    font-size: 22px;
	font-family: PT Serif,tahoma,verdana,arial,sans-serif;
	text-align:center;
}

.menuBoxHeader {
	color: #999999;
    font-size: 9px;
    font-weight: bold;
	padding: 6px 0 0 4px;
}

.menuBoxMenu {
	padding: 0 !important;
}

.menuBox,
.menuBoxShadow {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.whiteBackground {
	background-color:white !important;
}

.lightGreyBackground {
	background-color:#ECECEC !important;
}

.menuBoxShadow {
	box-shadow: 0px 3px 2px  #888888;
	border-top:1px solid #888888;
	#background-color:#ECECEC;	
	background-color:#3183B9;
}

.myProductsLayoutHeader{
    border-bottom: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
}

.myProductsLayoutContent{
	background-color:#F2F2F2;
}

.mainLayoutNoMenu{
    border-left: 1px solid transparent;
}
.mainLayoutWithMenu{
    border-left: 1px solid #B3B3B3;
}
.menuGridCell,
.menuGridCellDark,
.menuGridCellOver,
.menuGridCellOverDark,
.menuGridCellSelected,
.menuGridCellSelectedDark,
.menuGridCellSelectedOver,
.menuGridCellSelectedOverDark,
.menuGridCellDisabled,
.menuGridCellDisabledDark{
	font-family:PT Serif,Tahoma,Geneva,sans-serif; 
	font-size:12px; text-overflow:ellipsis;
	color:#9A9A9A;
	background-color:transparent;
}

.menuGridCellDark,
.menuGridCellOver,
.menuGridCellOverDark,
.menuGridCellSelected,
.menuGridCellSelectedDark,
.menuGridCellSelectedOver,
.menuGridCellSelectedOverDark {
	color:#22618D;
}
.menuGridCellDisabled,
.menuGridCellDisabledDark{
	color:#999999;
}
.outerNavigationBody {
	background-color: transparent;
}

.navigationArrowBar {
	
}

.menuCell {
	font-family: PT Serif,tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	text-overflow: ellipsis;
	color: #3a7caa;
	background-color: transparent;
	font-weight: normal;
}

.menuCellOver {
	font-family: PT Serif,tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	text-overflow: ellipsis;
	color: #9ac6e5;
	background-color: transparent;
	font-weight: normal;
}

.menuCellOver {
	font-weight: bold;
}

.navigationCell,.navigationCellDark,.navigationCellOver,.navigationCellOverDark,.navigationCellSelected,.navigationCellSelectedDark,.navigationCellSelectedOver,.navigationCellSelectedOverDark,.navigationCellDisabled,.navigationCellDisabledDark
	{
	font-family: PT Serif,tahoma,verdana,arial,sans-serif;
	font-size: 14px;
	text-overflow: ellipsis;
	color: #5B6976;
	background-color: transparent;
	font-weight: normal;
}

.navigationCellDark {
	border-top: 1px solid #EFF1F1;
	border-bottom: 1px solid #EFF1F1;
	background-color: #EFF1F1;
}

.navigationCellOver,.navigationCellOverDark {
	border-top: 1px solid #D9F7F7;
	border-bottom: 1px solid #D9F7F7;
	background-color: transparent;
	font-weight: bold;
}

.navigationCellSelected,.navigationCellSelectedDark {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: transparent;
}

.navigationCellSelectedOver,.navigationCellSelectedOverDark {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: transparent;
	font-weight: bold;
}

.navigationCellDisabled,.navigationCellDisabledDark {
	color: #999999;
	border-top: 1px solid #F6F5DA;
	border-bottom: 1px solid #F6F5DA;
	background-color: #F6F5DA;
}

.white {
	color: white !important;
}

.whiteCenterBold,.whiteCenterBoldOver {
	color: white;
	font-weight: bold;
	text-align: center;
	padding-top: 4px !important;
}

.whiteCenterBoldOver {
	color: yellow;
}
.uiCloseButton {
	background-image:
		url(./images/close_icons_small.png);
	height: 11px;
	margin: 2px 0 -2px 1px;
	width: 11px;
	display: inline-block;
}

.uiCloseButton:hover {
	background-position: left -24px;
}

.collapseButton {
	background-image:
		url(./images/collapse_menu.png);
	height: 20px;
	width: 20px;
	display: inline-block;
}

.collapseButton:hover {
	background-position: 2px 0px;
}

.expandButton {
	background-image:
		url(./images/expand_menu.png);
	height: 20px;
	width: 20px;
	display: inline-block;
}

.expandButton:hover {
	background-position: -2px 0px;
}

.uiToken {
	top: 2px;
	background: none repeat scroll 0 0 #E2E6F0;
	border: 1px solid #9DACCC;
	border-radius: 2px 2px 2px 2px;
	color: #1C2A47;
	cursor: default;
	display: block;
	float: left;
	height: 14px;
	margin: 0 4px 4px 0;
	padding: 0 4px 4px 4px;
	position: relative;
	white-space: nowrap;
}

.uiHidden {
	visibility: hidden;
}

.uiTagInputHint,
.uiTagInputDisabledHint {
	color: #666666;
	font-size: 11px;
}

.uiTagInput {
	font-size: 12px;
}

.uiTagInput,
.uiTagInputHint,
.uiTagInputDisabledHint {
	top: 2px;
	display: block;
	border-style: none none solid none;
	border-color: #9DACCC;
	border-width: 1px;
	margin: 0 4px 4px 0;
	padding: 0 3px;
}

.loadingCanvasBody {
	-moz-border-radius: 5x;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BAC8CE;
	background: #FFFFFF;
}
.FloatingToolbar {
	background: rgba(236,236,236,0.8);
	border: 1px solid darkgrey;
	border-radius: 2px 2px 2px 2px;
}
.FacebookMenuBoxCell,
.FacebookMenuBoxCellDark,
.FacebookMenuBoxCellOver,
.FacebookMenuBoxCellOverDark,
.FacebookMenuBoxCellSelected,
.FacebookMenuBoxCellSelectedDark,
.FacebookMenuBoxCellSelectedOver,
.FacebookMenuBoxCellSelectedOverDark,
.FacebookMenuBoxCellDisabled,
.FacebookMenuBoxCellDisabledDark{
	font-family:PT Serif,tahoma,verdana,arial,sans-serif; 
	font-size:11px; text-overflow:ellipsis;
	color:#333333;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	background-color:transparent;
}
.FacebookMenuBoxCellOver,
.FacebookMenuBoxCellOverDark{
	border-top:1px solid #EFF2F7;
	border-bottom:1px solid #EFF2F7;
	background-color:#EFF2F7;
	font-weight:bold;
}
.FacebookMenuBoxCellSelected,
.FacebookMenuBoxCellSelectedDark,
.FacebookMenuBoxCellSelectedOver,
.FacebookMenuBoxCellSelectedOverDark{
	border-top:1px solid #D8DFEA;
	border-bottom:1px solid #D8DFEA;
	background-color:#D8DFEA;
	font-weight:bold;
}
.FacebookMenuBoxCellDisabled,
.FacebookMenuBoxCellDisabledDark{
	color:#999999;
	border-top:1px solid #F6F5DA;
	border-bottom:1px solid #F6F5DA; 
	background-color:#F6F5DA;
}
.fontSize11 {
	font-size: 11px !important;
	min-height:17px !important;
}
.fontSize12 {
	font-size: 12px !important;
	min-height:18px !important;
}
.fontSize13 {
	font-size: 13px !important;
	min-height:19px !important;
}
.fontSize14 {
	font-size: 14px !important;
	min-height:20px !important;
}
.fontSize15 {
	font-size: 15px !important;
	min-height:21px !important;
}
.fontSize16 {
	font-size: 16px !important;
	min-height:22px !important;
}
.borderRadius5 {
	border-radius: 5px !important;
}
.borderRadius6 {
	border-radius: 6px !important;
}
.borderRadius7 {
	border-radius: 7px !important;
}
.borderRadius8 {
	border-radius: 8px !important;
}
.borderRadius9 {
	border-radius: 9px !important;
}
.borderRadius10 {
	border-radius: 10px !important;
}
.scrollingMenu {
	-moz-border-radius: 5x;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BAC8CE;
	box-shadow: 5px 5px 3px #888888;
}
.RowSeparatorWithTitle {
	font-size: 11pt;
	font-family: PT Serif,tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 3px !important;
	border-bottom: 1px solid #666666;
}

div[class*='decoratedListItemBody']{
	-moz-border-radius: 5x;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BAC8CE;
	background: #FFFFFF;
}
.decoratedListItemBodySelectable:hover{
	background: #BAC8CE;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}
.helpButton {
	background-image:url(./images/question-mark.png);
	height: 25px;
	#margin: 2px 0 -2px 1px;
	width: 25px;
	display: inline-block;
}

.helpButton:hover {
	background-position: left -25px;
}
.helpText {
	font-family: PT Serif,tahoma,verdana,arial,sans-serif;
	font-size: 12px;	
	color:#333333;
	text-align:justify;
	line-height: 18px;
}
.bubbleContent{
	background-color:#ececec;
}

.bubbleLeftCenter,
.bubbleTopLeftCorner,
.bubbleTopCenter {
	background-color:white;
}

.bubbleTopLeftCorner,
.bubbleTopCenter,
.bubbleTopRightCorner,
.bubbleArrowTop{
	font-size:0px;
}

.bubbleTopLeftCorner{
	border-left:1px solid #DEDEDE;
	border-top:1px solid #DEDEDE;
}

.bubbleTopCenter,
.bubbleBottomLeftCorner{
	border-top:1px solid #DEDEDE;
}

.bubbleTopRightCorner,
.bubbleLeftCenter{
	border-left:1px solid #DEDEDE;
}

.bubbleRightCenter{
	background-image: url(images/bubble_shadow_r.png);
	background-repeat:repeat-y;
	border-left:1px solid #DEDEDE;
}

.bubbleArrowBottom{
	background-image: url(images/bubble_arrows_grey.png);
	background-position: -19px -20px;
}
.bubbleArrowTop{
	background-image: url(images/bubble_arrows_grey.png);
	background-position: -19px 0px;
}

.bubbleBottomCenter{
	background-image: url(images/bubble_shadow_b.png);
	background-repeat:repeat-x;
}

.bubbleBottomRightCorner{
}

.bubbleTopLeftCornerWithArrow,
.bubbleTopRightCornerWithArrow,
.bubbleTopCenterWithArrow {
	font-size:0px;
	background-color:transparent;
	background-repeat:repeat-x;
}
.bubbleTopLeftCornerWithArrow,
.bubbleTopCenterWithArrow {
	background-image: url(images/bubble_shadow_t.png);
}
a.LoginFormTitle:link {
	color: white;
    font-family: PT Serif,tahoma,verdana,arial,sans-serif;
	font-weight:bold;
	text-decoration: none;
	float: left;
} /* unvisited link */
a.LoginFormTitle:visited {
	color: white;
	text-decoration: none;
	float: left;
} /* visited link */
a.LoginFormTitle:hover {
	color: white;
	text-decoration: underline;
	float: left;
} /* mouse over link */
a.LoginFormTitle:active {
	color: white;
	text-decoration: none;
	float: left;
} /* selected link */

.emptyList {
	background-color: #b64a4a;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40pt;
}
.clearButton{
	background-image: url(./images/close_icons_small.png);
	height: 11px;
	width: 11px;
	display: inline-block;
}
.clearButton:hover {
	background-position: left -12px;
}
.paddingRight1Icon {
	padding-right: 20px !important;
}
.paddingRight2Icon{
	padding-right: 35px !important;
}
.ListGridToolbarItemTitle,
.DecoratedFileUpload .toolbar-Button{
	color:#EFEFEF;
}
.ListGridToolbarItemTitleOver,
.DecoratedFileUpload .toolbar-Button-over{
	color:white;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
}
.DecoratedFileUpload .toolbar-Button,
.DecoratedFileUpload .toolbar-Button-over  {
	font-family: PT Serif,tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/upload-icon.png);
	background-position: left center;
	background-size:20px 20px;
	background-repeat:no-repeat;	
	background-color: transparent;
    border:none;	
	padding:2px 2px 2px 10px;
	width:70px;
	border: 1px solid transparent;
}
.DecoratedFileUpload .toolbar-Button-over {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.loading6,
.loading7,
.loading13,
.loading14,
.loading16,
.loading30,
.workingList {
	background-image: url(./images/loading/loading14.gif);
	background-repeat:no-repeat;
	background-position: center center;
	color: transparent;
	text-align: center;
}
.loading6 {
	background-image: url(./images/loading/loading6.gif);
}
.loading7 {
	background-image: url(./images/loading/loading7.gif);
}
.loading13 {
	background-image: url(./images/loading/loading13.gif);
}
.loading14 {
	background-image: url(./images/loading/loading14.gif);
}
.loading16 {
	background-image: url(./images/loading/loading16.gif);
}
.loading30 {
	background-image: url(./images/loading/loading30.gif);
}
.workingList {
	background-image: url(./images/loading/loading14.gif);
	line-height: 60pt;
}
.adBox {
	white-space:nowrap;
	position:absolute;
	background-color:red;
	color:white;
	padding:3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.searchIcon{
	background-image: url(./images/search_icons_small.png);
	height: 11px;
	width: 11px;
	display: inline-block;
}
.searchIcon:hover {
	background-position: left -12px;
}
.upld-modal {
  z-Index:999999;
}
.upld-modal .GWTUpld {
	border: 2px groove #ACACAC !important;
	padding: 10px;
	background: #ECECEC !important;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.formTitleRightAlign,.formTitlePadding {
	text-align: right;
	font-family: PT Serif,tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #666666;
}

.formTitlePadding {
	padding-right: 20px !important;
}

.rightAlign {
	float:right;
	margin: 2px 2px -2px 1px;
}
.enableWrap {
	white-space:normal !important;
}
.refreshButton{
	background-image: url(./images/refresh_icons_small.png);
	height: 16px;
	width: 16px;
	display: inline-block;
}
.refreshButton:hover {
	background-position: left -17px;
}

.boxCanvas {
	background-color:white;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #B3B3B3;
	padding:5px;
}

.borderBottomRight {
	border-bottom:1px solid;
	border-right:1px solid;
}

.whiteLineShadow {
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,252,255,0.2);
	-moz-box-shadow: 0px 1px 0px 0px rgba(255,252,255,0.2);
	box-shadow: 0px 1px 0px 0px rgba(255,252,255,0.2);
}
.noborder {
	border: none !important;
}
.marginTop2 {
	margin-top: 2px !important;
}
.marginTop3 {
	margin-top: 3px !important;
}
.marginTop4 {
	margin-top: 4px !important;
}
.marginTop5 {
	margin-top: 5px !important;
}
.marginTop6 {
	margin-top: 6px !important;
}
.progress_meter {
	height: 4px;
	position: relative;
	background: #D3D3D3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.progress_meter>span {
	display: block;
	height: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: rgb(43, 194, 83);
	background-image: linear-gradient(center bottom, rgb(43, 194, 83) 37%,
		rgb(84, 240, 84) 69%);
	box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px
		rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
}
.progress_label {
	text-align: center;
}
.progress_color_0 >span{
	background-color:RGB(255, 0, 0);
}
.progress_color_30>span {
	background-color:RGB(255, 153, 51);
}
.progress_color_50>span {
	background-color:RGB(255, 153, 51);
}
.progress_color_70>span {
	background-color:RGB(153, 204, 0);
}
.progress_color_90>span {
	background-color:RGB(0, 255, 0);
}
.hiddenFormItemTitle {
	display:table-cell;
	padding:0px;
	visibility:hidden;
}
.separatorRow, .separatorRowDisabled {
	height:auto;
}
.separatorRow hr, .separatorRowDisabled hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.progressMenuItemSeparator1 { 
	background: url(./images/progress_step_icons.png) no-repeat scroll 0px 0px rgba(0,0,0,0);width:33px;height:27px;
}
.progressMenuItemSeparator2 { 
	background: url(./images/progress_step_icons.png) no-repeat scroll -27px 0px rgba(0,0,0,0);width:33px;height:27px;
}
.progressMenuItemSeparator3 { 
	background: url(./images/progress_step_icons.png) no-repeat scroll -54px 0px rgba(0,0,0,0);width:33px;height:27px;
}
.progressMenuItemSeparator4 { 
	background: url(./images/progress_step_icons.png) no-repeat scroll -81px 0px rgba(0,0,0,0);width:33px;height:27px;
}
.progressMenuItem { 
	background-color:#F1F1F1;color:#808080;font-weight:400;font-size:12px; 
}
.progressMenuItemSelected { 
	background-color:#789C17;color:white;font-weight:700;font-size:12px;text-transform: uppercase; 
}
.menuCellLine, .menuCellLineSelected{ 
	overflow:visible !important; 
	width:auto !important;
	color:#5B6976;
	font-size:14px;
}
.menuCellLine {
	border-bottom:3px solid transparent; 
}
.menuCellLine:hover {
	border-bottom:3px solid red; 
}
.menuCellLineSelected {
	border-bottom:3px solid #CC181E; 
	font-weight: 700;
}
.lineMenuBar{
	background-color:white;
	height:30px;
	line-height:30px;
}
.readOnlyForm > div > form > table > tbody > tr:nth-last-child(2n) {
	background: #ececec;
	min-height:50px;
}
.readOnlyForm > div > form > table > tbody > tr:nth-last-child(2n+1) {
	background: #fefefe;
	min-height:50px;
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-image: url(./images/tooltip_bckg.png);
    background-color:#ECECEC; 
    color:#2E2E2E;
    text-align: center;
    border:1px solid #808080;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #808080 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}