/* Notion Style Template - Notion SBS Template V2                       */
/* Created: 20030911                                                   */
/* By Sam Richardson                                                   */
/* ------------------------------------------------------------------- */


/* Page setup */
/* --------------------------------------------------------------------------------------------------------  */
/* Setup toplevel page settings */
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  background-color: white;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

/* FORMS */
/* --------------------------------------------------------------------------------------------------------  */
form {
  margin: 0px;
  padding: 0px;
}

form
  .button
  {
  background-color: #99CCFF;
  font-family: "Tahoma", "sans-serif";
  font-size: .7em;
  margin-top : 10px;
}

form
  .row
  {
  clear: both;
  margin: 0px;
  margin-bottom: .2em;
  padding: 5px;
}

form
  input
  {
  font-family: "Tahoma", "sans-serif";
  font-size: .7em;
}

form
  select
  {
  font-family: "Tahoma", "sans-serif";
  font-size: .7em;
}

form
  .required /* use the to mark labels that are required */
  {

}

form
  label
  {
    font-family: "Tahoma", "sans-serif";
    font-size: .7em;
    display : block
  }

fieldset  {
  border-style: none;
  border-top: solid #000000 1px;
}

/* TEXT SETUP */
/* --------------------------------------------------------------------------------------------------------  */
/* Setup text styles and padding/margin around elements */
h1 {
  font: 1.3em "Arial", sans-serif;
  margin-top: 0px;
  font-weight: bold;
  color: #3399FF;
  text-align: left;
}

h2 {
  font: 0.7em "Tahoma", sans-serif;
  font-weight: bold;
  color: #666666;
  text-align: left;
}

hr {
  display: none;
}

blockquote {
  font: 0.7em "Tahoma", sans-serif;
  font-style: italic;
  margin: 0px;
  text-align: center;
}

legend  {
  color: #000000;
  font-family: "Tahoma", "sans-serif";
  font-size: .7em;
  font-weight: bold;
  margin: 1em;
  padding: 1em;
  padding-top: 0em;
}

li {
  font: 0.7em "Tahoma", sans-serif;
  text-align: left;
}

li {
  margin: 0px; /* Most lists on the site need to have the padding and margin removed */
  padding: 0px;
}

p {
  font: 0.7em "Tahoma", sans-serif;
  text-align: left;
}

a {
  color: #000000;
  font: 1em tahoma;
  text-align: left;
}

a
  img
  {
  border-style: none;
}

ul {
  margin: 0px; /* Most lists on the site need to have the padding and margin removed */
  padding: 0px;
}

.rowhighlight
  {
  background-color: #99CCFF;
  clear: both;
  margin-bottom: 5px;
  padding: 5px;
}

.rowhighlight
    p
    {
  padding-left: 40px;
}

/* Content */
/* --------------------------------------------------------------------------------------------------------  */
#container {
  left: 0px;
  margin: 0px; /* Surrounds the entire content of the page. */
  position: absolute;
  top: 0px;
  width: 700px;
}

#content {
  left: 150px;
  margin: 0px; /* Surrounds the content of the page. */
  padding: 10px;
  position: absolute;
  top: 115px;
  width: 385px;
}

#content ul {
  margin-left: 25px; /* Except for in the content flow */
}

/* Popout boxes */
/* --------------------------------------------------------------------------------------------------------  */
#popoutSurround {
  left: 551px;
  position: absolute;
  top: 125px;
  width: 149px;
}

#popoutSurround
  #popoutBox
  {
  margin-bottom: 15px;
}

#popoutSurround
  #popoutBox
    h3
    {
  background-color: #3399FF;
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #FFFFFF;
  font: .8em "tahoma", sans-serif;
  font-weight: bold;
  margin: 0px;
  padding: 5px;
}

#popoutSurround
  #popoutBox
    p
    {
  background-color: #EEEEEE;
  font: .7em "tahoma", sans-serif;
  margin: 0px;
  padding: 5px;
}

/* Footer */
/* --------------------------------------------------------------------------------------------------------  */
#footer {
  text-align: left;
}

#footer p
{
  font-size : .6em;
}

#footer
  a
  {
  color: #000000;

}


/* Top navigation */
/* --------------------------------------------------------------------------------------------------------  */
#navigation {
  background-color: #666666;
  border-top: solid 1px #999999;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;
  height: 22px;
  left: 0px;
  margin: 0px;
  padding-top: 1px; /* Required to fix a browser bug. */
  position: absolute; /* This is the navigation underneath the banner. */
  top: 90px;
  width: 700px;
}

#navigation li {
  display: inline; /* Remove the inherent padding and margins in the navigation list items. */
}

#navigation ul li a {
  border-left: solid 1px #999999;
  color: #FFFFFF;
  font: 8pt/16pt tahoma;
  padding: 5px 8px 5px 10px;
  text-decoration: none;
  font-weight: bold
}

#navigation ul li a.first {
  border-style: none;
}

#navigation ul li a:link {
  text-decoration: none;
}

#navigation ul li a:hover {
  text-decoration: underline;
}

#pageHeader {
  background-image: url(/notion/site/images/base_template2/header.jpg); /* This is a banner that is used at the top of the page to display the logo. */
  border-right: solid 1px #999999;
  border-left: solid 1px #999999;
  height: 90px;
  width: 700px;
}

/* Subnavigation */
/* --------------------------------------------------------------------------------------------------------  */
#subnavigationSurround
{
  left: 0px;
  position: absolute;
  top: 125px;
  width: 149px;
}

#subNavigation {
  background-color: #CCFF99;
  border-right: solid 2px #669933;
  border-left: none;
  border-top: solid 4px #669933;
  border-bottom: none;
  margin-bottom : 15px;
}

#subNavigation li.selected {
  list-style-type: disc;
  color: #669933;
}

#subNavigation ul {
  margin-left: 15px;
  padding: 10px;
}

#subNavigation ul li {
  list-style-type: none;
}

#subNavigation
  a
  {
    text-decoration: none;
  }

#subNavigation
  a:hover {
  text-decoration: underline;
}

/* Subnavigation - Website login */
/* --------------------------------------------------------------------------------------------------------  */
#subnavigationLogin
{
  background-color : #EEEEEE;
  border-top : solid 1px #999999;
  border-bottom : solid 1px #999999;
  border-left : none; /*solid 0px #999999;*/
  border-right : solid 1px #999999;
  padding : 5px 0px 5px 5px;
}

#subnavigationLogin input
{
  margin-bottom : 5px;
}

#subnavigationLogin h1
{
  font: 0.7em "Tahoma", sans-serif;
  font-weight: bold;
  text-align: left;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 2px;
  padding : 0px;

}

#subnavigationLogin a
{
  color : black;
  text-decoration : underline;
}

#subnavigationLogin p
{
  margin : 0px;
  padding : 5px;
}




/* ------------------------------------------------------------------- */
/* Sepecific Page Changes                                              */
/* ------------------------------------------------------------------- */


/* SPLASH PAGE */
/* --------------------------------------------------------------------------------------------------------  */
body#basetemplateSplash {
  text-align: center; /* This can be used to define elements you want only to appear on the splash page */
}

body#basetemplateSplash
  .container {
  text-align: left;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

body#basetemplateSplash
  #content
  {
  left: 0px;
  position: relative;
  top: 0px;
  width: 700px;
}

body#basetemplateSplash
  #pageHeader
  {
  border-left: solid 1px #999999;
}

body#basetemplateSplash
  #navigation
    {
  position: relative;
  top: 0px;
}

#splashimage {
  text-align: center;
  width: 700px;
}

/* Login Page */
/* --------------------------------------------------------------------------------------------------------  */
/* Sepcific styles for the login page */
#basetemplateLogin
  form
    p
    {
      margin-top : 0px;
      margin-bottom : 0px;
    }

/* Request Password Page */
/* --------------------------------------------------------------------------------------------------------  */
/* Sepcific styles for the login page */
#basetemplatePasswordRequest
  form
    p
    {
      margin-top : 5px;
      margin-bottom : 0px;
    }
