/*
 * $Id: index.css,v 1.36 2004/09/07 02:08:48 brian Exp $
 * CSS selectors shared across all pages of the student directory site.
 */

#header
{
  position: absolute;
  left: 0px;
  top: 0px;
}

#headerLeft
{
  position: absolute;
  left: 0px;
  top: 0px;
}

#headerRight
{
  position: absolute;
  left: 489px;
  top: 0px;
}

#lbtgIcon
{
  position: absolute;
  left: 810px;
  top: 135px;
  z-index: 2;
}

#content
{
  position: absolute;
  top: 116px;
  left: 30px;
  width: 1000px;
}

#form
{
  position: relative;
  left: 0px;
  top: 0px;
}

#step1
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 450px;
}

#step2
{
  position: absolute;
  left: 450px;
  top: 0px;
}

#series
{
  position: relative;
  left: 0px;
  top: 0px;
  width: 350px;
  background-color: #FFFFFF;
  border-width: 1px;
  border-color: #F3B80C;
  border-style: solid;
}

#seriesList
{
  position: relative;
  left: 0px;
  top: 0px;
  width: 350px;
  background-color: #FFFFFF;
  border: 0px, 0px, 0px, 0px;
  border-style: none;
  margin: 0px, 0px, 0px, 0px;
  padding: 0px, 0px, 0px, 0px;
}

#titles
{
  position: relative;
  left: 0px;
  top: 0px;
  width: 350px;
  height: 26px;
  background-color: #FFFFFF;
}

#seriesTitle
{
  position: absolute;
  left: 182px;
  top: 0px;
  width: 168px;
}

#publisherTitle
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 182px;
}

#levelingSystemBox
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 290px;
  height: 60px;
  background-color: #FFFFFF;
  border-width: 1px;
  border-color: #F3B80C;
  border-style: solid;
}

.levelingSystemBoxRow0
{
  position: relative;
  height: 30px;
  border-bottom-width: 1px;
  border-bottom-color: #F3B80C;
  border-bottom-style: solid;
}

.levelingSystemBoxRow1
{
  position: relative;
  height: 30px;
}

.levelingSystemBoxColumn0
{
  position: absolute;
  top: 5px;
  left: 10px;
  width: 130px;
  border-right-width: 1px;
  border-right-color: #F3B80C;
  border-right-style: solid;
}

.levelingSystemBoxColumn1
{
  position: absolute;
  top: 5px;
  left: 145px;
}

.instruction
{
  position: relative;
  top: -2px;
  color: #000000;
  font-weight: bold;
}

.lower
{
  position: relative;
  top: 3px;
}

#nextButton
{
  position: relative;
  top: 9px;
}


