/* common styles for International Scholars Office site  */


/* GENERAL */

html, body {
  margin: 0px;
}
body {
  background-color: #ffffff;
  background-image: none;
  text-align: center;        /* centers the page for IE/win */
}

/* for div containing content that should never be seen by visual browsers */
.offscreen {
  position: absolute;
  left: 0px; top: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}
/* for skip link and back to top anchor */
#divskiplink,
#divtopanchor {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  z-index: 1;
}

/* floating things */
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
/* div or other to clear floating things */
.clear, .divclear {
  clear: both;
}
/* clear */
.tinyclear {
  clear: both;
  font-size: 0px;
  height: 0px;
}

/* don't allow to wrap */
.nowrap {
  white-space: nowrap;
}

/* remove space around form */
form {
  display: inline;
  margin: 0;
  padding: 0;
}
/* get rid of fieldsets and legends */
fieldset {
  display: inline;
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  display: none;
}

/* table cells all aligned left and top */
td, th {
  text-align: left;
  vertical-align: top;
}

/* layout table */
/* note: cellspacing=0 must still be specified in table tag because of IE */
table.layouttable {
  border: none;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}
table.layouttable td {
  padding: 0px;
}

/* elements for screen display or print display only */
span.screenonly {
  display: inline;
}
span.printonly {
  display: none;
}
div.screenonly {
  display: block;
}
div.printonly {
  display: none;
}

/* all lists use solid bullet */
ul {
  list-style-type: disc;
}

/* default font and links */
html, body {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  color: #000066;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin-top: 0px;
}
a,
a:link {
  color: #0000ff;
  text-decoration: underline;
}
a:visited {
  color: #000099;
  text-decoration: underline;
}
a:hover {
  color: #0000ff;
  text-decoration: none;
}

/** miscellaneous **/

/* colors for special emphasis */
.purple {
  color: #cc00ff !important;
}
.pink {
  color: #ff3399 !important;
}
.red {
  color: #ff0000 !important;
}
.yellow {
  color: #ffff00 !important;
}



/* OUTER SHELL */
/* container for all page content */

#divoutershell {
  width: 969px;
  margin: 0px auto;
  text-align: left; /* reset alignment for IE */
}



/* PAGE AREA */

#divpagearea {
  background-color: #ffffff;
}



/* BANNER */

#divbanner {
  position: relative;
  z-index: 1;
  height: 124px;
  background-color: #3366cc;
}
/* mit logo */
#divbannermit {
  position: absolute;
  left: 22px;
  top: 24px;
  z-index: 1;
}
/* site title */
#divbanner h1,
#divbanner h2 {
  position: absolute;
  left: 233px;
  top: 14px;
  z-index: 1;
  font-size: 8px;
  line-height: 100%;
  color: #ffffff;
  margin: 0px;
}
/* other decorations */
#divbanner div {
  font-size: 0px;
  line-height: 0px;
}
#divbanner #divbannerborder1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 969px;
  height: 1px;
  background-color: #3399ff;
}
#divbanner #divbannerborder2 {
  position: absolute;
  left: 215px;
  top: 0px;
  width: 1px;
  height: 124px;
  background-color: #3399ff;
}
#divbanner #divbannerflags {
  position: absolute;
  left: 216px;
  top: 90px;
  width: 753px;
  height: 34px;
  background-color: #4b8383;
  background-image: url(/scholars/img/banner/flags.jpg);
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  position: relative;
  z-index: 10;
  height: 32px;
  background-color: #000066;
}
#divprimarynav ul {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#divprimarynav ul li {
  float: left;
}



/* FOOTER */

#divfooter {
  font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
  font-size: 0.63em;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  padding: 4px 8px 16px 8px;
  margin: 0px;
}
#divfooter strong {
  font-weight: normal;
  color: #003366;
}
#divfooter span.divider {
  font-size: 120%;
  padding: 0px 3px;
}

