
/* ---------- LINKS ----------- */
  a:link   {text-decoration: none;}
  a:visited{text-decoration: none;}
  a:active {text-decoration: none;}
  a:hover  {text-decoration: underline;}

/* ---------- HIGHLIGHTING ----------- */
.fragment { background-color:#CCCCFF;color:black;}

/* ---------- TITLE PAGE ----------- */
  
  .lpTitleMain {margin:1cm;margin-bottom:0.5cm;font-family:Verdana,Arial,sans-serif;font-size:16pt;font-weight:bold;}
  
  .lpTitleMenu {right:2px; float:right; }
  .lpTitleMenuCell {text-align:center;background-color: #EEEEEE;cursor:pointer;cursor:hand;border:1px solid silver;display: inline-flex;}
  span.lpTitleLetter {font-size:9.0pt;font-weight:bold;font-family:"Code2000","Lucida Sans Unicode","Arial Unicode MS",Arial,sans-serif;color:black;}
  span.lpTitleMenuItem {font-size:8.0pt;font-weight:bold;font-family:"Verdana","Lucida Sans Unicode","Arial Unicode MS",Arial,sans-serif;color:black;}
  
.ltr {direction: ltr !important}
.rtl {direction: rtl !important}

.ltr .lpTitleLetterCell {float: left !important}
.rtl .lpTitleLetterCell {float: right !important}

.lpTitleLetterCell {
    min-width: 30px;
    height: 23px;
    padding: 2px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #c0c0c0;
	border-spacing: 2px;
    cursor:hand;
	display: inline-block;
}
.lpTitleLetterCell:hover {background-color: #ddd;}
