/* Global HTML elments to be defined in this section  */
HTML
{
  height: 100%;
  width: 100%;

  overflow: -moz-scrollbars-vertical;
}

FORM
{
  margin: 0px;
}

BODY
{
  margin: 0px;
  padding: 0px;

  height:100%;
  width: 100%;
  min-width: 771px;
}




A
{
  color: #112d98;
}

.selectfix
{
    /*border: 1px solid transparent;
    display: block;
    width: 190px; ;  */
}



INPUT
{
  padding: 2px;
}

.inline
{
  display: inline;
}


.hidden
{
  display: none;
}

.left
{
  text-align: left;
}
.center
{
  text-align: center;
}

.right
{
  text-align: right;
}

.bold
{
  font-weight: bold;
}

.inlinedisplay
{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;

}



.errorbox
{
  border: 1px solid #333;
  background: #eaeaea;
  vertical-align: top;
  padding: 5px;
  margin: 10px;
  white-space: normal;

  background: #eaeaea url('../images/error.png') 10px 10px no-repeat;
}

.nomargin
{
  margin: 0px;
}


.top
{
  vertical-align: top;
}

.block
{
  display: block;
}


/* Anything to do with outer containers, footers or headers has
    to be specified here...  */

DIV#outer_header,
DIV#simple_outer_header
{
  background: url('../images/header_tile.jpg') 0 0 repeat-x;
  border-bottom: 2px solid #003399;
  width: 100%;
  height: 110px;
}

DIV#simple_outer_header
{
  border-bottom: none;
  height: 80px;
}

DIV#outer_container
{
  position: relative;
  height: 100%;
  width: 100%;
  float: left;


}


/* override min-height in ie7 and other mozilla based engines */
BODY>DIV#outer_container
{
  min-height: 100%;
  height: auto !important;
}

DIV#outer_footer
{
  position: relative;
  background: #eef6f6;
  width: 100%;
  height: 80px;
  float: left;
  margin-top: -82px;
  border-top: 1px dotted #ADADAD;
}



/* inner parts of the frametemplate are defined in this section */
DIV#container, DIV#simple_container
{
  width: 771px;
  margin: -112px auto 0 auto;
 }

DIV#containercourses
{
  width: 771px;
  margin: -112px auto 0 auto;
  background: url('../images/tutorbox_tile.jpg') 12em 14.8em repeat-x;

}

DIV#simple_container
{
  margin: -80px auto 0 auto;

}

DIV#header
{
  position: relative;
  background: url('../images/header_tile.jpg') 0px 0px repeat-x;
  border-bottom: 2px solid #003399;
  height: 110px;
}

DIV#simpleheader
{

  position: relative;
  height: 80px;
  background: url('images/header_tile.jpg') 0 0 repeat-x;
}

DIV#esol_logo
{
  position: absolute;
  background: url('../images/esol_logo.jpg') 0 0 no-repeat;

  top: 5px;
  left: 0px;

  width: 197px;
  height: 69px;
}


DIV#profile_bar
{
  position: absolute;
  top: 5px;
  right: 60px;

  text-align: right;

  width: 350px;
  height: 50px;
}

DIV#profile_img
{
  position: absolute;
  top: 5px;
  right: 0px;
  width: 50px;
  height: 50px;
}

/* navigation definitions */
DIV#navigation
{
  height: 29px;
  position: absolute;
  top: 81px;
  white-space:nowrap;
}

DIV#navigation UL
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

DIV#navigation UL LI
{
  float: left;
  margin: 0px 1px 0px 0px;
  padding: 0px;
}

DIV#navigation UL LI.sep
{
  margin-left: 2px;
}

DIV#navigation UL LI A IMG
{
  border: none;
}

DIV#content
{
  padding: 3px 3px 105px 3px;
}

/* footer definitions */
DIV#inner_footer
{
  width: 771px;
  margin: 0 auto 0 auto;
  position: relative;
}

DIV#banner
{
  position: absolute;
  top: 10px;
  left: 0px;

  width: 337px;
  height: 58px;
  background: #f0f0dc;
}

IMG#tribal_logo
{
  position: absolute;
  left: 0px;
  top: 25px;
}

DIV#footnote
{
  text-align: right;
  position: absolute;
  right: 0px;
  top: 10px;
}

DIV#footnote  IMG
{
  padding: 5px 0px 5px 0px;
}


.errorbox_padding {
  padding: 5px 10px 5px 90px;
  font-size: 0.8em;
  height: 50px;
}

DIV>DIV.errorbox_padding
{
  min-height: 50px;
  height: auto;
}

.errorbox_padding OL,
.errorbox_padding OL LI
{
  margin: 0px;
  padding: 0px;
}

DIV.helpbarcontainer
{
  position: absolute;
  z-index: 10;
/* */
}

DIV.helpbar
{
  background: #fff url('../images/help.png') 0 0 no-repeat;
  width: 180px;
  height: 33px;

  position: absolute;

  cursor:hand;
  cursor:pointer;

}

DIV.helpbar .link
{

  right: 0px;
  top: 0px;


  width: 40px;
  position: absolute;

  height: 33px;
  display: block;

}

DIV.helpbar .padding
{
  width: 150px;
  padding: 5px 0px 0px 0px;
}

DIV.helpbarswitch .padding
{
  width: auto;
  padding: 5px;
}

DIV.helpbarcontainer .helpbarswitch
{
  position: absolute;
  top: 33px;
  width:180px;
  height: 300px;
  overflow: auto;

  display: none;

  z-index: 1;

  background: #ff7d27;
}

/* blue box specification */
DIV.bluebox
{
  float: left;
  background: url('../images/bluebox_small_tile.jpg') 0 0 repeat-y;
}


DIV.bluebox .padding
{
  padding:10px;
}


DIV.bluebox_gd
{
  float: left;
  width: 201px;
  background: url('../images/bluebox_small_fade.jpg') 0 0 no-repeat;
}


DIV.bluebox .footer
{
  height: 6px;
  width: 201px;

  background: #fff url('../images/bluebox_small_bottom.jpg') 0 0 no-repeat;
}

DIV.bluebox_block
{
  display: block;
  width: 201px;
  padding: 10px 0px 10px 0px;
  float: left;
}


.successbox_padding {
  padding: 5px 10px 5px 90px;
  font-size: 0.8em;
  height: 50px;
}

DIV>DIV.successbox_padding
{
  min-height: 50px;
  height: auto;
}

.successbox_padding OL,
.successbox_padding OL LI
{
  margin: 0px;
  padding: 0px;
}

.successbox
{
  border: 1px solid #333;
  background: #eaeaea;
  vertical-align: top;
  padding: 5px;
  margin: 10px;
  white-space: normal;
  background: #eaeaea url('../images/tick.gif') 10px 10px no-repeat;
}
