/* Change the styles below to affect all HTML pages */
/* DO NOT CHANGE THIS STYLE! */
.noCSS { display: none; color: red;}


/* General page formatting -------------------------------------------- */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

.toptag
{
  text-align: right;
  position: fixed;
  bottom: 50%;
  right: 10px;
}

/* Site-wide headings ------------------------------------------------- */
h1 {
	font-size: 18pt;
	text-align: center;
}

h2 {
	font-size: 14pt;
}

h2.ai { margin-bottom: 0; }

h3 {
	font-size: 12pt;
}


/* Site-wide hyperinks ------------------------------------------------ */
a:link
{
  text-decoration: none;
}
a:visited
{
  text-decoration: none;
}


/* Header page formatting --------------------------------------------- */
body#header {
	font-weight: bold;
	font-size: 14pt;
}

body#header img.left {
	position: absolute;
	top: 0; 
	left: 0;
	z-index: 2;
	border: 0;
}

body#header img.right {
	position: absolute; 
	top: 0; 
	right: 0; 
	z-index: 1;
	border: 0;
}


/* Navigation Formatting ---------------------------------------------- */

body#nav {
	background-color: #FFFFFF;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

body#nav p {
	position:relative; 
	top: 0; 
	z-index: 2; 
	margin:0;
	margin-top:2px;
}

body#nav a {
	font-weight: bold;
	color: #0080FF;
	outline: none;
	width: 100%; /* for IE */
}

html>body#nav a { /* for all browser except IE 6 */
	display: block;
}

body#nav a:active {
	outline: none;
}

body#nav a:visited {
	outline: none;
	color: #5A5A5A;
}

body#nav a:hover {
	font-weight: bold;
	color: #0030D5;
}

/* COMMENT IMG.TOP OUT WHEN YOU HAVE A LONG NAVIGATION */
body#nav img.top  {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1;
	border: 0;
}

/* CHANGE ABSOLUTE TO RELATIVE AND BOTTOM TO TOP WHEN YOU HAVE A LONG NAVIGATION */
/* YOUR IMAGE WITH HAVE TO BE SMALLER THAN 200PX WIDE AND YOU MAY HAVE TO ADJUST THE LEFT */
body#nav a.bottom {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	z-index: 1;
	border: 0;
}
body#nav a.bottom img {border:0;}


body#nav p.spacer {
	padding: 0;
	margin: 0;
	height: 0;
}


/* TOC formatting --------------------------------------------------- */
p.session {
	margin: 0 0 .25em;
	padding: 0;
	font-style: italic;
}

span.title {
	margin: 1em 0 0;
	padding: 0;
	font-weight: bold;
}

p.author {
	margin: .25em 0 0 1em;
	padding: 0;
}


/* Author Index Formatting --------------------------------------------- */

h2.ai { margin: 2em 0 0 0; }

p.authorName {
	margin: 1em 1em 0 0;
	padding: 0;
	font-weight: bold;
}

p.authorPaper{ 
	margin: .25em 1em;
	padding: 0;
}

p.return {
	font-size: 8pt;
	margin-top: 0pt;
	font-family: Arial;
}

p.return a:visited {
	color: #0000EE;
}

p.bookmarks {
	background-color: #ddd;
	color: #333;
	padding: 2px;
	text-align: center;
	border: 1px solid #666;
}

p.bookmarks a:hover {
	color: #333;	
}

/* Hover for TOC and Author Index ------------------------------------- */
p.paper a:hover, p.authorPaper a:hover {color: #333;}


/* Search "Button" appearance  ---------------------------------------  */
#searchLink {
	
}

/* Extra Code --------------------------------------------------------  */
sup { font-size: x-small; }
sub { font-size: x-small; }
li { margin-bottom: 6pt; }

/* Committee page formatting */
body#committees .committee_table
{
  font-size: 12pt;
  font-family: arial;
  font-weight: bold;
  text-align: left;
}

body#committees .table_title
{
  padding: 5px 5px 5px 5px;
  font-size: 14pt;
  background: #0080FF;
  color: #FFFFFF;
}

body#committees .table_subtitle
{
  padding: 3px 3px 3px 20px;
  font-size: 14pt;
}

body#committees .profile
{
  padding: 20px 20px 20px 20px;
  font-size: 11pt;
  text-align: center;
  font-family: Calibri;
}

body#committees .profile_title
{
  font-size: 12pt;
  color: #800000;
}

body#committees img
{
  border: outset 2px;
  width: 100;
}

/* Program at a glance formatting */
body#paag a
{
  font-weight: bold;
	color: #0080FF;
	outline: none;
}

body#paag a:visited {
	outline: none;
	color: #0080FF;
}

body#paag a:hover {
	font-weight: bold;
	color: #0030D5;
}

body#paag .table_title
{
  padding: 5px 5px 5px 5px;
  font-size: 14pt;
  background: #0080FF;
  color: #FFFFFF;
}

body#paag .table_track
{
  font-size: 10pt;
  font-family: arial;
  color: #FFFFFF;
  padding: 5px 5px 5px 5px;
  text-align: center;
  border-left: solid 1px white;
  border-right: solid 1px white;
  background: #5A5A5A;
}

body#paag .overallprog
{
  font-size: 11pt;
  font-family: arial;
  text-align: center;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  background: rgb(128, 255, 128);
}

body#paag table
{
  border-spacing: 0px;
}

body#paag .trackcell, .trackcell_highlight
{
  font: 9pt arial;
  text-align: center;
  padding: 20px 5px 20px 5px;
  border: solid 1px;
  -moz-border-radius: 5px;
}

body#paag .trackcell_highlight
{
  background: rgb(255, 255, 128);
}

/* Program page formatting */
body#program a
{
  text-decoration: none;
  font-weight: bold;
  color: #0080FF;
  outline: none;
}
body#program a:visited {
  color: #0080FF;
}

body#program a:hover {
  font-weight: bold;
  color: #0030D5;
}
body#program table
{
  width: 600px;
}
body#program td
{
  Font-Family : sans-serif;
  Font-Size : 10pt;
  text-align: left;
}
body#program .Session
{
  background: #ccccff;
  padding: 15px;
}
body#program .Section
{
  background: #e0e0e0;
}
body#program .university
{
  text-align: right;
}

/* TableofContents page formatting */
body#TableofContents a
{
  font-weight: bold;
	color: #0080FF;
	outline: none;
}

body#TableofContents a:visited {
	outline: none;
	color: #0080FF;
}

body#TableofContents a:hover {
	font-weight: bold;
	color: #0030D5;
}
body#TableofContents table
{
  width: 600px;
}
body#TableofContents .date_table
{
  width: 100%;
}
body#TableofContents td
{
  Font-Family : sans-serif;
  Font-Size : 10pt;
  padding : 5px 0px 5px 5px;
  text-align: left;
}

body#TableofContents .table_title
{
  padding: 5px 5px 5px 5px;
  font-size: 14pt;
  background: #0080FF;
  color: #FFFFFF;
}
body#TableofContents .Session
{
  background: #ccccff;
  padding: 15px;
}
body#TableofContents .Section
{
  background: #e0e0e0;
}
body#TableofContents .university
{
  text-align: right;
}

/* GIOT page formatting */
body#giot a
{
  font-weight: bold;
	color: #0080FF;
	outline: none;
}

body#giot a:visited {
	outline: none;
	color: #0080FF;
}

body#giot a:hover {
	font-weight: bold;
	color: #0030D5;
}

body#giot p
{
  width: 85%;
  position: relative;
  left: 80px;
  font-family: "Microsoft Sans Serif";
  text-indent: 50px;
  letter-spacing: 1px;
  font-size: 12pt;
  line-height: 30px;
}

body#giot p.subtitle
{
  position: static;
  font-weight: bold;
  font-size: 16pt;
  text-indent: 20px;
}

/* Workshops and Tutorials page formatting */
body#want a
{
  font-weight: bold;
	color: #0080FF;
	outline: none;
}

body#want a:visited {
	outline: none;
	color: #0080FF;
}

body#want a:hover {
	font-weight: bold;
	color: #0030D5;
}

body#want .table_title
{
  padding: 5px 5px 5px 5px;
  font-size: 14pt;
  background: #0080FF;
  color: #FFFFFF;
}
body#want .cell_bar_left
{
  border-right: solid black 1px;
  border-left: solid black 1px;
  border-bottom: solid black 1px;
  text-align: center;
  font-size: 12pt;
  font-family: arial;
  font-weight: bold;
}
body#want .cell_bar
{
  border-right: solid black 1px;
  border-bottom: solid black 1px;
  text-align: center;
  font-size: 12pt;
  font-family: arial;
  font-weight: bold;
}
body#want .cell_type
{
  border-right: solid black 1px;
  border-left: solid black 1px;
  border-bottom: solid black 1px;
  font-weight: bold;
  color: red;
  height: 30px;
}
body#want .cell_left
{
  border-right: solid black 1px;
  border-left: solid black 1px;
  border-bottom: solid black 1px;
  text-align: center;
  font-size: 10pt;
  font-family: arial;
}
body#want .cell
{
  border-right: solid black 1px;
  border-bottom: solid black 1px;
  text-align: center;
  font-size: 10pt;
  font-family: arial;
}
body#want .cell_alignleft
{
  padding-left: 10px;
  border-right: solid black 1px;
  border-bottom: solid black 1px;
  text-align: left;
  line-height: 30px;
  font-size: 10pt;
  font-family: arial;
}
body#want tr:hover
{
  background: #C0C0C0;
  color: white;
}

/* Workshop or Tutorial page formatting */
body#wort a
{
  font-weight: bold;
	color: #0080FF;
	outline: none;
}

body#wort a:visited {
	outline: none;
	color: #0080FF;
}

body#wort a:hover {
	font-weight: bold;
	color: #0030D5;
}
body#wort .subtitle
{
  font-size: 12pt;
  word-spacing: 5px;
}
body#wort .item
{
  font-size: 12pt;
  padding: 10px;
  border-bottom: solid 1px;
}
body#wort .content
{
  font-size: 12pt;
  padding: 10px;
  border-bottom: solid 1px;
  line-height: 25px;
}

/* Industrial Forum page formatting */
body#if
{
  font-family: "Microsoft Sans Serif";
  letter-spacing: 1px;
  font-size: 12pt;
  line-height: 20px;
}

body#if hr
{
  width: 100%;
  border: 0;
  border-top: dotted 2px #0080FF;
}
body#if table
{
  text-align: left;
  font-family: "Times New Roman";
}
body#if .p_content
{
  margin: 0px;
  text-align: left;
  text-indent: -55px;
}
body#if img
{
  height: 130px;
  float: left;
  padding-right: 10px;
}
body#if .option
{
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}

body#if .option_content
{
  padding-bottom: 10px;
}

body#if li
{
  width: 70%;
  text-align: left;
  list-style-position:inside;
  text-indent: -18px;
}
/* Robotics Educational Forum page formatting */
body#ref
{
  font-family: "Microsoft Sans Serref";
  letter-spacing: 1px;
  font-size: 12pt;
  line-height: 20px;
}

body#ref hr
{
  width: 100%;
  border: 0;
  border-top: dotted 2px #0080FF;
}
body#ref table
{
  text-align: left;
  font-family: "Times New Roman";
}
body#ref .p_content
{
  margin: 0px;
  text-align: left;
  text-indent: -55px;
}
body#ref img
{
  height: 130px;
  float: left;
  padding-right: 10px;
}
body#ref .option
{
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
}

body#ref .option_content
{
  padding-bottom: 10px;
}

body#ref li
{
  width: 70%;
  text-align: left;
  list-style-position:inside;
  text-indent: -18px;
}
/* Foreword page formatting */
body#foreword
{
  font-family: "Microsoft Sans Serif";
}
body#foreword table
{
  width: 80%;
}
body#foreword .text
{
  font-size: 12pt;
  text-indent: 50px;
  letter-spacing: 1px;
  line-height: 30px;
}
body#foreword img
{
  height: 250px;
}
body#foreword .title
{
  font-family: Calibri;
  color: #800000;
  font-weight: bold;
}
body#foreword .name
{
  font-family: Calibri;
  font-weight: bold;
}

/* Social Events Schedule page formatting */
body#ses table
{
  width: 80%;
}
body#ses .table_title
{
  padding: 5px 5px 5px 5px;
  font-size: 14pt;
  background: #0080FF;
  color: #FFFFFF;
}
body#ses .event_title
{
  padding-left: 50px;
  text-align: left;
}

/* Search page formatting */
body#search a
{
  font-weight: bold;
	color: #0080FF;
	outline: none;
}

body#search a:visited {
	outline: none;
	color: #0080FF;
}

body#search a:hover {
	font-weight: bold;
	color: #0030D5;
}
body#search table
{
  width: 100%;
}
body#search td
{
  font-size: 12pt:
}
body#search .button
{
  padding: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: arial;
  text-align: right;
}
body#search .text
{
  padding: 5px;
  font-family: arial;
}
body#search #resultDiv
{
  width: 100%;
  border: solid 1px #0080FF;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body#search .resultTable tr:hover
{
  background: #ccccff;
}
body#search .resultTable td
{
  padding: 7px;
  border-bottom: solid 1px black;
  text-align: left;
  font-size: 10pt;
}
body#search .resultTable .alignRightTd
{
  text-align: right;
}
body#search .resultTable .table_title
{
  font-weight: bold;
  text-align: justify;
}
body#search #widget
{
  position: fixed;
  bottom: 50%;
  right: 20px;
}
body#search .HighLight
{
  background: #FF00FF;
  color: white;
  font-weight: bold;
}