/******************************************************************
 * TITLE: Grey Boxes Stylesheet for Sinorca                       * 
 * URI  : http://www.oswd.org/design/???/sinorca/sinorca-grey.css *
 * MODIF: 2003-01-13 1237 +0800                                   *
 ******************************************************************/


/* ###### Body Text ###### */

body {
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 82%;
}


/* ###### Main Outer Div ###### */

#body_div {
  margin: 2px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

h1, h2, h3 {
  color: #436976;
  background-color: #E9ECEF;
  padding-left: 1ex;
  padding-right: 1ex;
}

h1 {
  font-weight: bold;
  font-size: 100%;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 3ex;
  border: 1px solid #999999;
}

img {
  border: none;
}

dt {
  font-weight: bold;
  padding-left: 1ex;
  padding-right: 1ex;
}

dd {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 1.5em;
}

/* ###### Main Content (White) Div ###### */

#bodyText {
  line-height: 1.5em;
  margin-bottom: 1px;
  padding: 5mm 5mm 2mm 5mm;
  border-left: 1px solid #999999;
  background-color: white;

/************** HIDE Background Image **************
  background-image: url(images/jki-brand-light.jpg);
  background-position : center 6px;
  background-repeat: no-repeat;
****************************************************/

  
  height: 100%;
  min-height:400px;
  overflow: auto;
  
}

#bodyText p {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 2ex;
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#bodyText a:hover {
  border-bottom: none;
}

/* ###### Top Navigation Div ###### */

#sectionNav {
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding-top: 2mm;
  padding-bottom: 2mm;
  padding-left: 5mm;
  padding-right: 5mm;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  background-color: #f0f0f0;
  height:20px;
}

#sectionNav a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#sectionNav a:hover {
  border-bottom: none;
}



/* ###### Header ###### */

#header {
  padding-top: 1mm;
  padding-bottom: 1mm;
  padding-left: 1mm;
  height: 128px;
  border-bottom: 1px solid #999999;
}


/* ###### Side Boxes ###### */

/* ###### Left Navigation Menu ###### */

.sideMenuBox {
  background-color: #f0f0f0;
  position:relative;
  width: 12.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  clear: left;
  margin: 0px;
}

.sideMenuBox div {
  height: 100%;
  font-weight: bold;
  padding-left: 2.5mm;
  padding-bottom: 1ex;
  width: 12.5em;
}

.sideMenuBox a {
  text-decoration: none;
  display: block;
  padding: 1.5ex 1ex 1.5ex 5mm;
}

.sideMenuBox a:hover {
  /* See: color-scheme.css */
}

.sideMenuBox .thisPage {
  display: block;
  padding: 1.5ex 1ex 1.5ex 5mm;
}

.lighterBG {
/*  background-color: white;*/
	height: 50mm;
}


/* ###### Footer ###### */

#footer {
  font-size: 90%;
  padding: 1.9ex 2.6mm 2.4ex 2.6mm;
  clear: left;
  height: 5ex;
  border-top: 1px solid #999999;
}

#footer div {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#footer a:hover {
  border-bottom: none;
}
