/*************************************************
 Style sheet for the Silicon Valley color scheme 
*************************************************/

/*************************************************
  Netscape 4.x does not handle padding properties
  correctly.  These properties are set in an
  external .css file.  Netscape 4.x will ignore this
  @import directive.
*************************************************/
@import url(css2.css);


/*************************************************
  Default classes for page elements.
  
  These classes will apply to elements which do not
  have an explicit class attribute set.
*************************************************/
p {
	margin-top:0;
	margin-bottom: 0;
}


body, td, th, p, .ws-bodytext
  {
  color: #000000;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  }

body, .ws-bodytext
  {
  background-color: #ffffff;
  }

a, .ws-bodytext a
  {
  color: blue; 
  font-style: normal; 
  text-decoration: none;
  border:none;
  }

a:hover, .ws-bodytext a:hover
  { 
  text-decoration: underline;
  }
  
/*************************************************
  Tab Strip on the template view
*************************************************/

/* Class used for the tab indicating the current page */
.ws-nav-on
  { 
  background-color: #ffffff;
  text-align: center;
  padding: 0px 10px 1px;
  border-width: 1px 0;
  border-style: solid none;
  border-color: #000000 #000000 #ffffff;
  white-space: nowrap;
  }
  
/* Class used for all other tabs */
.ws-nav-off
  { 
  background-color: #cccccc;
  white-space: nowrap;
  border-width: 1px 0;
  border-style: solid none solid;
  border-color: #000000;
  padding: 0px 10px 1px;
  text-align: center;
  }

/* Class for all links on the tab strip. */
.ws-nav-on a, .ws-nav-off a
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000; 
  font-weight: bold; 
  }

/*************************************************
  Side navigation (also used for horizontal navigation)
*************************************************/

/* Class used for the tab indicating the current page */
.ws-sidenav-on
  {
  white-space: nowrap;
  }
.ws-sidenav-on a
  {
  font-weight: bold;
  }
  
/* Class used for all other tabs */
.ws-sidenav-off
  { 
  white-space: nowrap;
  }

/*************************************************
  Header and footer on the template view
*************************************************/
.ws-main-field
  { 
  background-color: #336699;
  }

.ws-main-field-top
  {
  background-color: #336699;
  border-color: #000000;
  border-width: 0 0 1px;
  border-style: solid;
  white-space: nowrap;
  }

.ws-main-field-top a,
.ws-main-field-bottom a
  {
  color: #ffffff;
  font-weight: bold; 
  text-decoration: none;
  white-space: nowrap;
  }

.ws-main-field-bottom
  {
  background-color: #336699;
  border-color: #000000;
  border-style: solid none none;
  border-width: 1px;
  }

.ws-accentcolor
  {
  background-color: #000000;
  }

.ws-title
  {  
  color: #ffffff; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 15pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
  
/*************************************************
  Default web page
*************************************************/
.ws-headline
  {  
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none;
  }
  
.ws-subhead
  {  
  color: #000000; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-style: normal; 
  font-weight: bold; 
  text-decoration: none;
  }
  
/*************************************************
  Data Region Classes
*************************************************/

/* Data Region Caption */
.ws-regioncaption
  {
  color: #ffffff;
  background-color: #6699cc;
  font-size: 10pt;
  font-weight: bold;
  border-color: #666666;
  border-style: solid none;
  border-width: 1px;
  }
.ws-gridlines .ws-regioncaption
  {
  border-style: solid;
  }
/* Grid rows */
.ws-data-td,
.ws-data-alt-td
  {
  color: #000000;
  font-size: 10pt;
  border-color: #ffffff;
  border-style: none solid none none;
  border-width: 0 2px;
  text-align:left;
  }
.ws-gridlines .ws-data-td, .ws-gridlines .ws-data-alt-td
  {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  }
.ws-data-td
  {
  background-color: #e7effa;
  }
.ws-data-alt-td
  {
  background-color: #ffffff;
  }

.ws-data-td a:visited,
.ws-data-alt-td a:visited
  {
  color: #CC9966;
  }
table.ws-gridlines
  {
  border-collapse: collapse;
  }

/* Field captions in details, update, and insert modes */
.ws-detailcaption
  {
  color: #000000;
  font-weight: bold;
  }
  
/* Field values in details, update and insert modes */
.ws-detaildata, .ws-detaildata input, .ws-detaildata textarea, .ws-detaildata select
  {
  color: #000000;
  }

/* Field errors in update and insert mode */
.ws-error
  {
  color: #993366;
  }

/* Grid column captions */
.ws-thead
  {
  color: #333333;
  background-color: #cccccc;
  text-align: left;
  border-color: #ffffff #ffffff #000000;
  border-width: 0px 2px 1px 0px;
  border-style: solid;
  }
.ws-thead a
  {
  color: #333333;
  }
.ws-gridlines .ws-thead
  {
  border-color: #666666;
  border-width: 1px;
  }
.ws-totalrow
  {
  color: #000000;
  background-color: #cccccc;
  font-weight: bold;
  border-color: #ffffff;
  border-style: solid solid none none;
  border-width: 2px;
  }
.ws-gridlines .ws-totalrow
  {
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  }

/* Action bar */
.ws-actionbar
  {
  border-color: #000000;
  border-style: solid none none;
  border-width: 1px;
  }

/* Default style for the current page on a jump bar */
.ws-jumpbar a#currentpage
  {
  color: #000000;
  font-weight: bold;
  }

/*Default style for the disabled links on the jump bar*/
.ws-jumpbar a#disabled
  {
  color: #cccccc;
  font-weight: normal;
  }

/*************************************************
  Title Box Classes
  Title boxes are composed of two sections: a caption
  and a body.
*************************************************/

.ws-titlebox
  {
  background-color: #336699;
  width: 180px;
  }

.ws-titlebox-body
  {
  color: #000000;
  background-color: #ffffff;
  font-size: 9pt; 
  line-height: 12pt; 
  }

.ws-titlebox-caption
  {
  color: #336699; 
  background-color: #e7effa;
  font-size: 9pt; 
  line-height: 12pt; 
  font-weight: bold; 
  }


/*These are special custom styles*/

.style1 {
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
}

.Sidebar {
	background-color: c0c0c0;
	vertical-align: top;
	width: 165;
        align: center;
        padding-left: 5px;
}

.events {
        font-size: 8px;
}



.font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
        v-align:center;
}


.generalagenda
{
width:600px;
}

.conferencetitle
{
font-size:18pt;
font-weight:bold;
text-align:center;
margin-top: 12px;
margin-bottom: 3px;
}

.Confdates
{
text-align: center;
margin-bottom:3px;
}

.confnotes
{
text-align:center;
margin-bottom:14px;
}

.sessiondate
{
font-weight:bold;
margin-top:20px;
margin-bottom:4pt;
}

.sessionname
{
font-size:14pt;
font-weight: bold;
text-align: center;
padding: 1px;
border: 1px solid black;
}
.cochairs
{
width:599px;
text-align: center;

}

.cochairstitle
{
text-align: center;
font-style:italic;
margin-top:5px;
margin-bottom: 5px;
}

.Cochairname
{
text-align: center;
font-weight:bold;
}

.time
{
margin-top: 10px;
text-align: center;
}

.sessiondatelower
{
text-align: center;
font-weight: bold;
text-decoration: underline;
}
.sessiontype
{
font-weight: bold;
text-align: center;

}

.location
{
text-align:center;
}

.itemtitle
{
font-weight:bold;
margin-top:5pt;
margin-bottom:5pt;
}

.itemdetails
{
padding-bottom: 10px;
}

.agendaitems
{
list-style-type: upper-roman;
margin-bottom: 10px;
}

.agendaspeakers
{
list-style-type: disc;
margin-bottom: 10px;
}

.agendaspeakers li
{
margin-bottom: 10px;
}

.speaktopic
{
font-style: italic;
margin-top: 20px;
margin-bottom:5px;
}

#mealtable td
{
        border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}

#mealtable th
{
        border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
        font-weight:bold;
}

.appsection 
{
padding-bottom:5px;
border-bottom: 1px solid black;
}