<br />
<b>Warning</b>:  Undefined array key "auth" in <b>C:\Intranet\css-style.php</b> on line <b>2</b><br />
body {
  background-color: #FFFFFF;
  font-family: trebuchet ms, tahoma, verdana, arial, sans serif;
  font-size: 13pt;
  margin: 0;
}
.adminswitch {
  position: absolute;
  right: 30px;
  top: 40px;
  height: 20px;
  overflow-y: hidden;
  background-color: #FEFEFE;
  border: solid 2px #FEFEFE;
  padding: 0em 0em 0em 0.5em;
  border-radius: 4px;
  display: none;
}
#adminbar {
  position: absolute;
  width: 720px;
  margin: auto;
  top: 0px;
  height: 85px;
  z-index: 11;
}

#adminbar:hover .adminswitch {
  display: block;
}

.switchlabel {
  color: #999;
  font-size: 9pt;
  font-weight: bold;
  float: left;
  margin-right: 1em;
  line-height: 20px;
}
.On {
  background: #72aa00; /* Old browsers */
  background: -moz-linear-gradient(top,  #72aa00 26%, #9ecb2d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #72aa00 26%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #72aa00 26%,#9ecb2d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #72aa00 26%,#9ecb2d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #72aa00 26%,#9ecb2d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72aa00', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
}
.Off {
  background: #ad483a; /* Old browsers */
  background: -moz-linear-gradient(top,  #ad483a 0%, #e6a18a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad483a), color-stop(100%,#e6a18a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ad483a 0%,#e6a18a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ad483a 0%,#e6a18a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ad483a 0%,#e6a18a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ad483a 0%,#e6a18a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad483a', endColorstr='#e6a18a',GradientType=0 ); /* IE6-9 */
}
.switchtrack {
  width: 40px;
  float: right;
  border-radius: 4px;
  border: solid 1px #666;
  overflow: hidden;
}
.switchbutt {
  width: 24px;
  background-color: #f1f1f1;
  text-shadow: 1px 1px white, -1px -1px #CCCCCC;
  font-size: 8pt;
  float: right;
  text-align: center;
  line-height: 18px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #000;
}
.Off .switchbutt {
  float: left;
  box-shadow: 0px 0px 5px #000;
}
a:link, #breadcrumb a { 
	color: #663399;
	text-decoration: none;
	}
a:visited { 
	color: #999999;
	text-decoration: none;
	}
a:hover { 
	color: #666666;
	text-decoration: underline;
	}
a:active { 
	color: #666666;
	text-decoration: none;
	}
#container {
  width: 720px;
  background: url('./images/header.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  margin: auto;
  padding-top: 105px;
  position: relative;
  margin-bottom: 120px;
  clear: both;
  min-height: 800px;
}
#breadcrumb {
  font-size: 10pt;
  height: 20px;
  margin-left: 30px;
  margin-bottom: 30px;
  color: #999999;
  font-weight: bold;
  text-shadow: 1px 1px white, -1px -1px #CCCCCC;
}
#content {
  margin: 0px 18px 0px 15px;
}
.leftcol {
  width: 311px;
  float: left;
  overflow-x: hidden;
  margin-top: 1em;
}
.rightcol {
  float: right;
  margin-top: 1em;
  width: 361px;
  overflow-x: hidden;
}
.clearfix {
  clear: both;
}
a.button, .button {
  font-family: tahoma, verdana, arial;
  border: double 3px #A89DBD;
  background-color: #867B9B;
  /*border-radius: 8px;
  -moz-border-radius: 8px;*/
  font-size: 9pt;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 18px;
  position: relative;
  top: -1px;
}
a.button:hover, .button:hover{
  background-color: #CABFDF;
  cursor: pointer;
}
.contact {
  font-size: 9pt;
}
.swidget {
  text-align: center;
  background-color: #EFEFEF;
  padding: 4px;
  margin-bottom: 1em;
  border: double 3px #fff;
  background: url('./images/gradient.png');
  background-repeat: repeat-x;
  background-color: #FFF;
  background-position: -2px -2px;
}
.swidget .title {
  font-size: 12pt;
  text-align: left;
  padding: 1px 4px 1px 4px;
  border-bottom: solid 1px #FFF;
  padding-bottom: 4px;
  color: #867B9B;
  font-size: 8pt;
  text-transform: uppercase;
  font-weight: bold;
}

.swidget input {
  width: 70%;
  font-size: 12pt;
  float: left;
}
.swidget ul {
  text-align: left;
  margin-right: 1em;
  font-size: 12pt;
  overflow-x: hidden;
}
.radarframe {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.radar {
  width: 500px;
  height: 1024px;
  position: relative;
  top: -320px;
  left: -160px;
}
#submit {
  background: url('./images/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  width: 28%;
}

#google {
  text-align: center;
}

#google .title {
  background: url('./images/rsz_google_logo.png');
  background-position: center right;
  background-repeat: no-repeat;
}

#google input {
  width: 100%;
  margin: 0.5em 0em 0.5em 0em;
}

#google button {
  width: auto;
  padding: 0em 1em 0em 1em;
}

.textbox {
    border: solid 1px #AAA;
    margin: 0px 0px 2px 0px;
}
.textbox:hover {
  border-color: #7F57C5;
}
.hilit:not(:hover){
  background-color: transparent;
  font-weight: bold;
  border: 1px solid transparent;
}
.dictionary {
  font-size: 0.8em;
  text-align: left;
}
.dictionaryresult {
  margin: 1em 0em 1em 0em;
}
.term {
  font-weight: bold;
}
.partofspeech{
  font-size: 0.8em;
  color: #666;
}
.definition {
  
}
.example {
  font-size: 0.8em;
  font-style: italic;
}
.nxxlist {
  text-align: center;
  vertical-align: top;
}

.pg {
  display: none;
}

.secondary-bf {
  display: none;
}

.widget {
/*  margin: 2em 0em -30em 0em;*/
  background-color: #EFEFEF;
  padding: 0px 2px 2px 0px;
  border: double 3px #FFF;
  font-family: tahoma, verdana, arial, sans serif;
}

.error {
  background-color: #FAD163;
}

.info {
  background-color: #C3D9FF;
}

ul.syserrors, ul.sysinfo {
  list-style-image: url('./images/Error.png');
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
}
ul.sysinfo {
  list-style-image: url('./images/Info.png');
}
ul.syserrors li, ul.sysinfo li {
  margin: 1em 0em;
}
.smaller {
  font-size: 0.7em;
}