/*** Cascading Style Sheets -- IEEE APSCC 2009, Markus Kirchberg (February 2009) ***/

/* General Settings */

* {
  margin: 0em;
  padding: 0em;
}

a {
  color: #ff0080;   /* Light Purple */

  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}


/* General Page Layout */

body {
  font-family: sans-serif;
  font-style: normal;
  font-size: 11pt;

  color: #461b7e;   /* Purple4 */

  text-indent: 0px;
  text-align: left;
}

#pageContainer {
  margin: 1.5em 2.0em 1em 2.0em;
}

#header {
  position: relative;
  width: 100%;
  height: 165px;
}

#menuTopBox {
  position: relative;
  height: 25px;
  margin-left: 200px;
}

#menuTop {
  list-style: none;
  font-size: 1em;
  letter-spacing: 1px;
}

#mainBody {
  position: absolute;
  left: 0px;
  width: 100%;
  margin-top: 10px;
}

#menuLeft {
  float: left;
  width: 190px;
  padding: 1.5em;
  color: #000000;   /* Black */
  font-size: 10pt;
}

#contentCenter {
  margin-left: 210px;
  margin-right: 210px;
  padding: 1.5em;
}

#newsRight {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 190px;
  padding: 1.5em;
  color: #f76541;   /* Coral */
  font-size: 10pt;

  text-align: right;
}

/* Header Sub-definitions */

#header div.titleImage {
  text-align: left;
  float: left;
  width: 800px;
  height: 150px;
  padding: 0px 15px 15px 15px;

  margin-right: 250px;
  clear: right;
}

#header div.i2rLogo {
  position: absolute;
  float: right;
  width: 150px;
  left: 850px;
  margin-top: 0px;
  padding: 10px 15px 30px 15px;
}

#header div.ibmLogo {
  position: absolute;
  float: right;
  width: 118px;
  left: 1050px;
  margin-top: 0px;
  padding: 10px 15px 30px 15px;
}

/* Top-most Menu Sub-definitions */

#menuTop li {
  display: inline;
  text-align: center;
  line-height: 25px;

  float: left;
  color: Gray;
  padding: 0 15px;
  border: 1px solid #7d1b7e;
}

#menuTop li.active {
  background-color: #fcdfff;   /* Thistle1 */
  font-weight: bold;
}

#menuTop li a {
  color: #000000;   /* Black */
  text-decoration: none;
}

#menuTop li a:hover {
  color: #800517;   /* Firebrick */
}

/* Left-hand-side Menu Sub-definitions */

#menuLeft h4 {
  background-color: #fdeef4;   /* Lavender Blush */
  color: #4c4646;   /* Gray35 */
  padding-bottom: 0.2em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #7d1b7e;   /* Light Orchid */
  text-align: left;
}

#menuLeft ul {
  margin-bottom: 1.5em;
  padding-left: 1em;
  line-height: 1.2em;
  list-style: none;
}

#menuLeft li {
  display: block;
  text-align: left;

  width: 160px;
  color: Gray;
  border: 1px solid #7d1b7e;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

#menuLeft li a {
  color: #000000;   /* Black */
  text-decoration: none;
}

#menuLeft li.active {
  background-color: #fcdfff;   /* Thistle1 */
}

#menuLeft li a:hover {
  color: #800517;   /* Firebrick */
}

#menuLeft p {
  margin-left: 1em;
}

/* Content Sub-definitions */

#contentCenter p {
  margin-bottom: 1em;
  line-height: 1.6em;
}

#contentCenter h2 {
  font-size: 1.5em;
}

#contentCenter h3 {
  font-size: 1.1em;
}

#contentCenter h1,h2,h3,h4,h5,h6 {
  padding-bottom: 0.2em;
  margin-bottom: 1.2em;
}

#contentCenter ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  line-height: 1.6em;
}

#contentCenter ul ul {
  margin-bottom: 0em;
  padding-left: 1.5em;
  line-height: 1.6em;
}

/* Right-hand-side News Sub-definitions */
#newsRight h4 {
  background-color: #fdeef4;   /* Lavender Blush */
  color: #4c4646;   /* Grey35 */
  padding-bottom: 0.2em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #7d1b7e;   /* Light Orchid */
}

#newsRight p {
  color: #000000;   /* Black */
  padding-right: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}


/* General Headings and Fonts */
h1,h2,h3,h4,h5,h6 {
  color: #4C4646;   /* Gray35 */
}

h2,h3 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.fontSmall {
  font-size: 9pt;
}

/* Lines and Boxes */
hr {
  width: 100%;

  text-align: center;

  border-top-color: rgb(105,105,105);
  border-top-style: solid;

  margin-top: 15px;
  margin-bottom: 15px;
}


/* Images */
img.apsccLogo {
  border: 0;
}

img.i2rLogo {
  width: 150px;

  border: 0;
}

img.ibmLogo {
  width: 118px;

  border: 0;
}

img.ieee-Logo {
  width: 150px;

  border: 0;
}

img.ieeeCS-Logo {
  width: 150px;

  border: 0;
}

img.sitf-Logo {
  width: 150px;

  border: 0;
}

img.ieeeSS-Logo {
  width: 140px;

  border: 0;
}

img.uniquelySingapore-Logo {
  width: 140px;

  border: 0;
}

img.secb-Logo {
  width: 140px;

  border: 0;
}

img.registrationButton {
  width: 200px;

  border: 0;
}


/* Tables */

table.centered
{ 
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

tr,td.centered {
  text-align: center;   
  vertical-align: middle;
}

tr,td.top-left {
  text-align: left;   
  vertical-align: top;
}


/* Others */

.center {
  text-align: center;
}

.clear
{
  clear: both;
}
