/* $Id: lca_screen.css,v 1.17 2006/01/16 23:59:27 tony Exp $ */

/* -- ELEMENT STYLES -- */

body {  
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 11pt;
  color: #394E65;
  background-color: #EEF3FA;
  margin: 30px;
}

p {
   margin-left: 15px;
}

a {
  color: #13274D;
}

img {
  border: 0px;
}

ul {
  list-style-image: url(../images/bullet.gif);  
}


/* -- MAIN CONTAINER -- */

#layoutBox {
  float: left;
  border: 1px solid #5A799D;
  background-color: #FFFFFF;
  padding: 10px;
}


/* -- HEADER CONTAINER -- */

#headerBox {
  height: 127px;
  border: 1px solid #5A799D;
  background: #7897BB url(../images/hdr_bg.jpg) repeat-x bottom;
}

#headerLeftBox {
  float: left;
  width: 67%;
  height:127px;
  text-align: right;
  clear: right;
}


#headerRightBox {
  float: right;
  height: 127px;
  width: 33%;
  background: url(../images/plain_logo2.png) no-repeat bottom right;
}

 
/* -- HEADER STYLES -- */

.title {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 30pt;
  font-weight: bold;
  font-style: italic;
  color: #363668;
  line-height: 3.2em;
}

.subTitle {
  font-size: 2.8em;
  font-weight: bold;
  font-style: italic;
  color: #506C8C;
  line-height: 3.2em;
}

/* -- Program -- */

#tableCFP {
 border: 1px solid #5A799D;
 margin: 10px;
}

#tableCFP td{
 border: 1px dotted #5A799D;
}

#tableCFP th{
 background: #EEEEEE;
}


table.program {
        width: 100%;
        border: thin solid;
	margin-left: 15px;
}


td.program, td.tutorial, td.seminar, td.mini, td.keynote {
        border: thin solid;
        padding: 0.5em;
}

td.time {
        width: 10%;
	background: #D3D3D3;
        vertical-align: middle;
        border: thin solid;
        padding: 0.5em;
        font-size: smaller;
}

#content table#calendar {
        margin: 2em;
}

table#calendar td {
        padding: 0.4em;
        border-width: 1px;
        border-style: solid;
}

address {
        color: #0a3a82;
        margin: 15px 0 0 40px;

}

td.cal-conf {
        background: #ffcccc;
}
td.cal-tutes {
        background: #ccffcc;
}
td.cal-miniconf {
        background: #ccccff;
}


.titlep {
        font-weight: bold;
}

.location {
        font-style: oblique;
        font-size: x-small;
}

.speaker {
        font-size: small;
}

td.program {
        vertical-align: top;
	background: #CCCCFF;
}

.tutorial {
  background: #AFC8A3;
}

.paper {
  background: aqua;
}

.keynote {
  background: #E5DF7E;
}

.seminar {
	background: #C49AA0;
}

.mini {
        background: #ABB3D2;
}

table.reg {
	width: 65%;
	border: thin solid;
	margin-left: 15px;
}

td.reg, td.proff, td.hobby, td.disc {
        border: thin solid;
        padding: 0.5em;
}


.proff {
  background: #1E90FF;
}

.hobby {
  background: #A2CD5A;
}

.disc {
  background: #F08080;
}

/* -- MENU CONTAINER -- */

#menuBox {
  float: left;
  width: 12em;
  margin: 10px 0 0 0;
  background-color: #dce4f0;
  border-right: 1px solid #5A799D;  
  text-align: left;
}

#menuBox p {
  margin: 5px 0 20px 2px;
}

#menuBox br {
  margin-top: 30px;
}


/* -- CONTENT CONTAINER -- */

#mainContent h2 {
  font-size: 100%;
  margin-left: 10px;
}

#mainContent {
  margin: 10px 0 0 13em;
  border-left: 1px solid #5A799D;
}

#mainContent br {
  margin-top: 10px;
}

#mainContent p {
  padding: 0px 5px 2px 10px;
}

.spacer {
  height: 1px;
  clear: both;
}

/* Used by items meant for text only rendering */

.noDisplay {
  display: none;
}


/* -- HEADER/FOOTER STYLES (menuBox & mainContent) -- */

#mainContent h1, #menuBox h1, .menuFooter, .footer, .newsBar {
  font-family: helvetica, arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #363668;
  background: #EEF3FA url(../images/hdr_icon.gif) no-repeat bottom right;
  border-top: 1px solid #5A799D;
  border-bottom: 1px solid #5A799D;  
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
}
#mainContent h1 {
  text-align: center;
  font-weight: bold;
  font-size: 155%;
}

#mainContent h1, .footer, .newsBar {
  border-right: 1px solid #5A799D;
} 

.menuFooter, .footer, .newsBar {
  margin-bottom: 0px;
}

#menuBox h1, .menuFooter {
  border-left: 1px solid #5A799D;
}

#mainContent h2, #menuBox h2 {
  font-size: 100%;
  font-weight: bold;
  background-color: #EEEEEE;
  display: block;
  padding: 0px 0px 0px 5px;
  margin-bottom: 0px;
}

#mainContent h1, #mainContent h2, .footer, .newsBar {
  clear: right;  /* Set to both if you don't care about Internet Explorer */
}

.newsBar {
  font-family: arial, helvetica, arial, sans-serif;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  border-right: 1px solid #5A799D;
  border-left: 1px solid #5A799D;
}
	    
.footer {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 100%;
  font-weight: 600;
  border-right: 1px solid #5A799D;
  border-left: 0px;
}

.footer br {
  margin: -20px;
}


/* -- MENU/NEWS ITEM STYLES -- */

#newsGroup h1 {
  font-size: 120%;
  font-weight: bold ! important;
}

.newsGroup h2 {
  font-size: 100%;
  font-weight: bold;
  color: #363668;
}

.newsGroup {
  padding: 0px 5px 0px 5px;
  margin-bottom: 20px;
}

.newsGroup p {
  color: #35567C;
  margin-left: 60px;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroup a {
  color: #394E65;
  text-indent: 2em;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
}

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #5A799D;
}

.menuGroupHot {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroupHot a {
  color: #C5150F;
  text-indent: 2em;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
}

.menuGroupHot a:hover {
  color: #FFFFFF;
  background-color: #C5150F;
}


/* -- IMAGE STYLES -- */

.imgRight, .imgLeft {
  padding: 10px 5px 5px 10px;
  border: 1px solid #FFFFFF;
}

.imgRight {
  float: right;
}

/* Below style will not work correctly unless clear = "both" on the
   #mainContent h1, #mainContent h2, .footer class */

.imgLeft {
  float: left;
}

/* -- Misc. chnages for Sponsors -- */

/* Override CSS for sponsor logos */
.emperor_table td {
	padding: 30px
}

.king_table td {
	padding: 30px
}

.menuGroupSponsor {
	padding: 0px;
}

.menuGroupSponsor p {
	margin-left: 8px;
}

.menuGroupSponsor img {
	margin-left: 8px;
}

/*
 * Small Logos == 140x132
 * Large Logos == 300x180
 * Test        == Same as Large logo
 *
 * padding: T R B L
 */

#IBMLogoSM {
	margin-top: 15px;
	background: white;
        padding: 42px  0px 41px 9px;
}

#IBMLogoLG {
	background: white;
	padding: 48px  37px 48px 38px;
/*	border: solid black 1px;	DEBUG */
}

#IBMLogoTX {
	padding: 5px  45px 5px 45px;
/*	border: solid black 1px;	DEBUG */
}

#HPLogoSM {
	margin-top: 6px;
	background: white;
	padding: 0px  1px 0px 0px;
}

#HPLogoLG {
	background: white;
	padding: 5px  45px 5px 45px;
/*	border: solid black 1px;	DEBUG */
}

#HPLogoTX {
	padding: 5px  45px 5px 45px;
/*	border: solid black 1px;	DEBUG */
}

#IntelLogoSM {
	margin-top: 15px;
	background: white;
        padding: 33px 26px 33px 27px;
}

#IntelLogoLG {
	background: white;
	padding: 0px 32px 0px 31px;
/*	border: solid black 1px;	DEBUG */
}

#IntelLogoTX {
	padding: 0px 32px 0px 31px;
/*	border: solid black 1px;	DEBUG */
}

