<br />
<b>Notice</b>:  Undefined index: username in <b>/home/linguane/litreview.site/css/menu.php</b> on line <b>7</b><br />


body {margin:0;}

.navbar {
  overflow: hidden;
  background-color: black;
  position: fixed; 
  top: 0; 
  width: 100%; 
  white-space:nowrap;
  z-index:9999;
}

.navbar1 {
  overflow: hidden;
  background-color: #D3D3D3;
  position: fixed; 
  top: 63px; 
  width: 100%; 
  white-space:nowrap;
  z-index:9999;
}

.navbar2 {
  overflow: hidden;
  background-color: #CC0000;
  position: fixed; 
  top: 106px; 
  width: 100%; 
  white-space:nowrap;
  z-index:9999;
}


.navbar3 {
  overflow: hidden;
  background-color: white;
  position: fixed; 
  top: 150px; 
  width: 100%; 
  white-space:nowrap;
  z-index:9999;
}

.topnav a{
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 17px 8px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 5px solid transparent;
  border-right: 1px solid #666;
}


.topnav1, .topnav3, .topnav2{
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

.litLogo {
    background-repeat: no-repeat;
    width: 220px;
    height: 60px;
  	border-right: 1px solid #666;
  	display: inline-block;
}

.litLogo img {
	width: 220px;
    height: 55px;
}

.litLogo a {
	padding: 0px;
}

.litLogo a:hover {
  border-bottom: 5px solid #CC0000;
}

.userHead {
    background: url(/images/heads/nohead_s.svg) no-repeat;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
  	border-right: 1px solid #666;
  	background-position: center top;
  	display: inline-block;
  	border-radius: 50%;
  	vertical-align: top;
}

.userName {
	position: absolute; 
	color: white; 
	margin-top: 45px; 
	text-align: center; 
	width: 50px;
	font-size: 12px;
}

#menuItems {
	display: inline-block;
}
#menuItems2, #menuItems3 {
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 0px;
}




.topnav2 a, #pageTitle2{
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 5px solid transparent;
  border-right: 1px solid #bb454f;
}

#pageTitle2{
 	color: black;
	padding-bottom: 3px;
	border-bottom: 5px solid black;
	border-right: 1px solid #dcdcdc;
}

.topnav3 a{
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 5px solid transparent;
  padding-bottom: 3px;
  border-right: 1px solid #dcdcdc;
}

.topnav3 a:hover {
  border-bottom: 5px solid black;
}

.topnav3 a.active {
  border-bottom: 5px solid black;
}

.topnav a:hover {
  border-bottom: 5px solid #CC0000;
}

.topnav a.active {
  border-bottom: 5px solid #CC0000;
}

.topnav2 a:hover {
  border-bottom: 5px solid white;
}

.topnav2 a.active {
  border-bottom: 5px solid white;
}

#reportLink {
	color: black;
}

.reportLink {
	color: black;
}

#reportHold {
	width: 200px; 
	height: 350px; 
	float: left; 
	text-align: left; 
	padding: 20px;
}

.reportHold {
	width: 200px; 
	height: 350px; 
	float: left; 
	text-align: left; 
	padding: 20px;
}


#reportTitle {
	font-size: 20px; 
	padding: 10px; 
	padding-left: 0px;
	font-weight: 700; 
	color: black;
}

.reportTitle {
	font-size: 20px; 
	padding: 10px; 
	padding-left: 0px;
	font-weight: 700; 
	color: black;
}

#reportCode {
	font-size: 10px; 
	padding: 10px;
	padding-left: 0px;
}

#reportHold img {
	border: 1px solid #DEDEDE; 
	width: 200px; 
	height: 140px;
}

.reportHold img {
	border: 1px solid #DEDEDE; 
	width: 200px; 
	height: 140px;
}

#reportDescription {
	padding: 10px; 
	padding-top: 0px;
	padding-left: 0px;
}

#reportFooter {
	display: inline-block;
}

.reportFooter {
	display: inline-block;
}

#reportFooter img {
	width: 15px; 
	height: 15px; 
	border: 0; 
	vertical-align: middle; 
	padding-right: 2px;
}

.reportFooter img {
	width: 15px; 
	height: 15px; 
	border: 0; 
	vertical-align: middle; 
	padding-right: 2px;
}

#reportSummary {
	width: 300px; 
	display: inline-block;
	padding: 10px; 
	padding-top: 0px;
	text-align: justify;
}

.reportSummary {
	width: 300px; 
	display: inline-block;
	padding: 10px; 
	padding-top: 0px;
	text-align: justify;
}