/*** Cascading Style Sheets -- IEEE APSCC 2009, Markus Kirchberg (February 2009; print version) ***/

/* 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: 125px;
}

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

#menuTop {
  display: none;
}

#mainBody {
  position: absolute;
  left: 0px;
  width: 100%;
  margin-top: 10px;
}

#menuLeft {
  display: none;
}

#contentCenter {
  padding: 1.5em;
}

#newsRight {
  display: none;
}

/* 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 {
  display: none;
}

#header div.ibmLogo {
  display: none;
}

/* 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;
}


/* 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.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;
}
