﻿/* nli = not logged in */
body 
{
  background: url("../images/mainbg.jpg") repeat-y;
  background-color: #CACACA;
  background-position: center;
  margin: 40px;
  font-family: Verdana;
  font-size: 10pt;
  color: black;
  text-align: center;
}
a 
{
  color: White;
  text-decoration: none;
  border-bottom: solid 1px #FF8901;
}
a:hover 
{
  color: black;
  border-bottom: dotted 1px white;
}
input
{
  border: solid 1px #000000;
  background: #CACACA;
  padding: 0;
  font-size: 8pt;
  font-family: Verdana;
}
input .textBox 
{
  background: url("../images/box_shadow.gif") no-repeat;
}
.button
{
	color: White;
	border: 0;
	background: url("../images/button.gif") no-repeat;
	width: 55px;
	height: 18px;
}
#nliArea 
{
  font-family: Verdana;
  font-size: 10pt;
  text-align:left;
  display: block;
  width: 620px;
  /*background: #272727;*/
}
#nliArea #header 
{
  background: url("../images/scnliheaderbg.jpg") repeat-x;
  height: 100px;
  border: solid 5px #000000;	
}
#nliArea #infocenter 
{
  margin-right: 10px;
  margin-top: 20px;
  display: block;
  float: left;
  border-right: dotted 1px #2F2F2F;
  padding-right: 3px;
  clear: both;
  width: 160px;
}
#nliArea #infocenter a
{
  width: 150px;
  text-align: right;
  display: block;
  font-size: 8pt;
  color: #FFFFFF;
  text-decoration: none;
  font-family: Verdana;
  padding: 5 5 5 5;
  border: 0;
}
#nliArea #infocenter a:hover 
{
	font-weight: bold;
	color: #FF8901;
	background: #353535;
	border-right: solid 4px orange;
}
#nliArea #loginForm 
{
	background: #6F6F6F;
	padding: 10px;
}
#nliArea #content
{
	text-align: center;
	width: 440px;
	margin-top: 20px;
	float: right;
}
#copyright 
{
	font-size: 10pt;
	padding: 10px;
	width: 620px;
	background: #808080;
}
#nliArea #ecContent_ecModuleMain_lblError 
{
	font-family: Verdana;
	font-size: 10pt; 
	color: Red; 
	font-weight: bold;
}
#copyright ul 
{
	margin: 0;
	padding: 0;
  list-style-type: none;	
}
#copyright li 
{
	margin-left: -1px;
	display: inline;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 0 5 0 5;
}