body
{
  background-color: #8d9586;
  background-image: url( '../images/site_bg.jpg' );
  margin: 0px;
  padding: 0px;
}

h1
{
  position: absolute;
  margin: 15px;
  padding: 0px;
  top: 0px;
  left: 50%;
  margin-left: -338px;
  width: 676px;
  text-indent: -5000px;
  background-image: url( '../images/site_header.jpg' );
  height: 122px;
}

.advisory
{
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #FFA500;
  background-color: #FFF8DB;
}

.warning
{
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #911;
  background-color: #fcc;
}

.flag_required
{
  color: #FF0000;
}

#stage
{
  position: absolute;
  left: 50%;
  top: 147px;
  width: 654px;
  _width: 676px;
  margin-left: -338px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
  
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

#stage h2
{
  font-size: 16px;
}

#stage h3
{
  font-size: 14px;
}

.kalendar_week_days
{
  margin-left: 2px;
}

.kalendar_week
{
  width: 654px;
  _width: 654px;
  background-image: url( '../images/calendar_week_top.gif' );
  background-repeat: no-repeat;
  margin-left: 1px;
  margin-bottom: 5px;
}

.kalendar_day
{
  width: 77px;
  _width: 85px;
  padding: 4px;
  padding-top: 4px;
  margin-left: 2px;
  margin-right: 5px;
  float: left;
}

.kalendar_day_number
{
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.kalendarToday
{
  background-image: url( '../images/wide_today.gif' );
  color: #911;
}

.kalendar_day_entry
{
  font-size: 9px;
  margin-left: -1px;
}

.kalendar_bottom
{
  clear:both;
  width: 654px;
  _width: 654px;
  height: 8px;
  background-image: url( '../images/calendar_bottom.gif' );
  background-repeat: no-repeat;
}

.kalendar_day_time
{
  display: block;
  width: 80px;
  height: 14px;
  _height: 15px;
  padding-top: 1px;
  background-image: url( '../images/event_time.gif' );
  background-repeat: no-repeat;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;

  text-decoration: none;
}

.kalendar_day_event
{
  display: block;
  width: 70px;
  _width: 80px;
  font-size: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 4px;
  background-image: url( '../images/event_desc.gif' );
  background-repeat: repeat-y;
  line-height: 11px;
  overflow-x: hidden;
  text-decoration: none;
  color: #000;
}

.kalendar_day_location
{
  display: block;
  width: 80px;
  padding-left: 6px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 6px;
  color: #666;
  background-image: url( '../images/event_location.gif' );
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height: 11px;
  text-decoration: none;
}

.calendarHeader
{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -7px;
}

  .calendarHeader a.prevMonthLink
  {
    display: block;
    float:left;
    width: 20px;
    height: 19px;
    background-image: url( '../images/month_prev.gif' );
    background-repeat: no-repeat;
    text-indent: -5000px;
  }

  .calendarHeader a.nextMonthLink
  {
    display: block;
    float:right;
    width: 21px;
    height: 19px;
    background-image: url( '../images/month_next.gif' );
    background-repeat: no-repeat;
    text-indent: -5000px;
  }
  

hr
{
  margin-top: 20px;
  border: none;
  height: 1px;
  color: #ddd;
  background-color: #ddd;
}

.clear { /* generic container (i.e. div) for floating buttons */
  overflow: hidden;
  width: 100%;
}

.clearer {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  clear: both;
}

.viewregistrations a
{
  text-decoration: none;
  color: #38588d;
}

.viewregistrations a:hover
{
  color: #ffa800;
}

.student_multipleEvents
{
  width: 81px;
  height: 55px;
  _height: 74px;
  margin-top: 3px;
  padding-top: 19px;
  background-image: url( '../images/multievent_bg.jpg' );
  text-align: center;
}

  .student_multipleEvents a
  {
    display: block;
    width: 78px;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
  }

  .student_multipleEvents a:hover
  {
    text-decoration: none;
  }

.multipleEventBox
{
  background-image: url( '../images/me_background.jpg' );
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
}

.multipleEventLink
{
  color: #fff;
  height: 100%;
}

.multipleEventPadding
{
  padding-right: 4px;
  padding-top: 14px;
  padding-left: 6px;
  padding-bottom: 0px;
}

.multipleEventLink a
{
  color: #fff;
}

.multipleEventLink a:hover
{
  text-decoration: none;
}

.multipleEventRight
{
  float: right;
  width: 9px;
  height: 100%;
  background-image: url( '../images/me_right.jpg' );
}

.multipleEventBottom
{
  height: 8px;
  background-image: url( '../images/me_bottom.jpg' );
}

.multipleEventCorner
{
  float: right;
  width: 9px;
  height: 8px;
  background-image: url( '../images/me_corner.jpg' );
}

.multipleEventBox a
{
  text-decoration: none;
}

.calendarListHeader
{
  position: relative;
  width: 651px;
  height: 29px;
  background-image: url( '../images/calendar_list_header.jpg' );
}

.calendarViewHeader
{
  position: relative;
  width: 651px;
  height: 57px;
  background-image: url( '../images/calendar_view_header.jpg' );
  margin-bottom: 8px;
  margin-left: 1px;
}

.CalendarMonthMain
{
  position: absolute;
  width: 400px;
  top: 4px;
  left: 50%;
  margin-left: -200px;
  color: #2d6d98;
  font-size: 14px;
  text-align: center;
}

.CalendarMonthIndent
{
  position: absolute;
  width: 400px;
  top: 5px;
  left: 50%;
  margin-left: -199px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.smallPrevMonthLink
{
  position: absolute;
  top: 5px;
  left: 10px;
  text-align: left;
  text-decoration: none;
  color: #2d6d98;
}

.smallNextMonthLink
{
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: right;
  text-decoration: none;
  color: #2d6d98;
}

.smallSwitchCalendarLink
{
  text-align: center;
  padding:0 5px 0 5px;
  text-decoration: none;
  color: #2d6d98;
}

.smallSwitchListLink
{
  text-align: center;
  padding:0 5px 0 5px;
  text-decoration: none;
  color: #2d6d98;
}

.kalendarListTime
{
  width: 100px;
  float: left;
}

.kalendarListDesc
{
  width: 243px;
  float: left;
}

.kalendarListLoc
{
  width: 291px;
  text-align: right;
  float: left;
}

.kalendarListContainer
{
  margin-top: 2px;
  margin-bottom: 2px;
  border-bottom: 2px solid #eee;
}

.kalendarListContainer a
{
  color: #000;
  text-decoration: none;
}

.kalendarListContainer a:hover
{
  text-decoration: none;
}

#kalendarContainer h3
{
  border-bottom: 1px solid #ddd;	
}

a.button {
  background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: right;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-left: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
  color: #000;
}

a.button:hover {
  color: #000;
}

a.button span {
  background: transparent url('../images/bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
}

a.button:active {
  background-position: bottom right;
  color: #000;
  outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
  background-position: bottom left;
  padding: 6px 0 4px 18px; /* push text down 1px */
}


.pretty_search
{
  height: 15px;
  _height: 19px;
  width: 100%;
  margin: 0px;
  _margin-top: -1px;
  *margin-top: -2px;
  padding-top: 3px;
  border:	0px;
  background-image: url('../images/searchfield_repeat.png');
  background-repeat: repeat-x;
  font-size: 11px;
  color: #999;
}

.multi_event_corner_tl
{
  width: 7px;
  height: 7px;
  border: 0px;
  margin: 0px;
  background-image: url( '../images/multi_event_corner_tl.gif' );
}

.multi_event_corner_tr
{
  width: 7px;
  height: 7px;
  border: 0px;
  margin: 0px;
  background-image: url( '../images/multi_event_corner_tr.gif' );
}

.multi_event_corner_br
{
  width: 7px;
  height: 7px;
  border: 0px;
  margin: 0px;
  background-image: url( '../images/multi_event_corner_br.gif' );
}

.multi_event_corner_bl
{
  width: 7px;
  height: 7px;
  border: 0px;
  margin: 0px;
  background-image: url( '../images/multi_event_corner_bl.gif' );
}

.multi_event_fill_t
{
  width: 100%;
  height: 7px;
  border: 0px;
  margin: 0px;
  background-image: url( '../images/multi_event_fill_t.gif' );
}

.multi_event_fill_b
{
  width: 100%;
  height: 7px;
  border: 0px;
  margin: 0px;
  background-image: url( '../images/multi_event_fill_b.gif' );
}

.multi_event_fill_l
{
  background-image: url( '../images/multi_event_fill_l.gif' );
}

.multi_event_fill_r
{
  background-image: url( '../images/multi_event_fill_r.gif' );
}

.multi_event_fill
{
  background-image: url( '../images/multi_event_fill.gif' );
  
  color: #000;
}

.multi_event_fill a
{
  color: #000;
  font-size: 13px;
}

.multi_event_fill a:hover
{
  text-decoration: none;
}

.multi-event_fill .multi_event_name_header
{
  font-size: 18px;
}

table label
{
  font-size: 14px;
  font-weight: bold;
}

td
{
  vertical-align:top;
}

#student_logout
{
  position: absolute;
  top: 4px;
  left: 50%;
  width: 338px;
  text-align: right;
  height: 20px;
}

#student_logout a
{
  font-family: 'MS Trebuchet', 'Trebuchet MS', Trebuchet, Arial, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  color: #BECBA9;
  text-decoration: none;
}

#student_logout a:hover
{
  text-decoration: underline;
  color: #fff;
}

.footer-text {
  font-size: 12px;
  text-align: center;
}


