@import url(/style/shared/techProgramStyle.css);

div.error { color: black !important;
	    background-color: #FFCCCC;
	    border: 3px solid red;
	    padding: .5em;
	    width: 50%
          }

/* --  REGULAR LINK -- */
A:link    { font-family: Arial, Verdana, Sans-serif;
            color: #0000EE;
          }

A:active  { font-family: Arial, Verdana, Sans-serif;
            color: #0000EE;
          }

A:visited { font-family: Arial, Verdana, Sans-serif;
            color: #551A8B;
          }

A:hover   { font-family: Arial, Verdana, Sans-serif;
            color: #0000EE;
          }

BODY {	FONT-SIZE: 14px; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, Verdana, Sans-Serif; 
	BACKGROUND-COLOR: #FFFFFF; 
	text-align: center
     }

BODY.paper { FONT-SIZE: 14px; 
	     COLOR: #000000; 
	     FONT-FAMILY: Arial, Verdana, Sans-Serif; 
	     BACKGROUND-COLOR: #FFFFFF; 
	     margin-left: 10em;
	     margin-right: 10em; 
	     text-align: left;
           }

P { FONT-SIZE: 14px; 
    COLOR: #000000; 
    FONT-FAMILY: Arial, Verdana, Sans-Serif; 
  }

TD { FONT-SIZE: 14px; 
     COLOR: #000033; 
     FONT-FAMILY: Arial, Verdana, Sans-Serif;
   }

TABLE { width: 750px; 
        margin-left: auto; 
        margin-right: auto;
      }

H1 { font-style: bold;
     font-family: Arial, Verdana, Sans-serif;
     font-size: 18pt; 
     color: #5CA526;
   }

H2 { font-style: bold;
     font-family: Arial, Verdana, Sans-serif;
     font-size: 14pt; 
     color: #005879;
   }

H3 { font-style: bold;
     font-family: Arial, Verdana, Sans-serif;
     font-size: 13pt; 
   }
     
		      
.mainhead   { font-weight: bold;
              font-family: Arial, Verdana, Sans-serif;
    	      font-size: 16pt;
    	      color: #005879;
            }

.databasebuild { font-family: sans-serif;
                 font-size: xx-small;
                 font-style: italic; 
               }

.tableborder { 	border-right-width: 1px;
	        border-right-style: solid;
		border-right-color: #999999;
	
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #999999;
	
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #999999;
	
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999999;
              }

.header { font-family: Arial, Verdana, Sans-serif;
    	  font-size: 12pt;
    	  font-weight: bold;
    	  color: #FFFFFF;
        }

.timeHeader { background-color: #005879; }

.sessionlistitem { font-weight: bold;
                   color: #005879; 
                 }

font.normaltime  { color: #5CA526; 
                   font-weight: bold;
                 }



/* --  AT-A-GLANCE -- */
.techprogram  {	border-top: 2px groove #999999;
		border-left: 2px groove #999999;
		font-size: 10pt;
	      }
		

.programtype  {	background-color: #CCCCCC;
		border-bottom: 2px groove #999999;
		border-right: 2px groove #999999;
		font-size: 9pt;
		text-align: center;
		vertical-align: top;
	      }
   

.maintype     {	background-color: #CCCCCC;
                border-bottom: 2px groove #999999; 
		border-right: 2px groove #999999; 
		font-size: 10pt;
	      }

.ampmtype     {	background-color: #CCCCCC;
                border-bottom: 2px groove #999999; 
		border-right: 2px groove #999999; 
		font-size: 8pt;
		font-weight: bold;
	      }

.techpage     {	font-size: 10pt; }

.sessionstype { font-size: 8pt; 
		border-bottom: 2px groove #999999;
		border-right: 2px groove #999999;
	        text-align: center;
	      }


/* --  SESSION -- */
.sessionDateTime { font-size: 13pt; 
                   color: #5CA526; 
                 }

.sessionLocation { font-size: 13pt;
                   color: #005879; 
                 }

.Title { font-weight: bold;
         font-size: 12pt;
       }
       
.sessionrolelabel  { font-size: 12pt; 
                     font-weight: bold; 
                   }

.sessionroleperson { font-size: 12pt;  }

.sessionpapertime  { font-size: 10pt;
                     color: #810101
                   }
                  
.sessionpaperlink  { font-size: 10pt; }

.Title_SE          { font-size: 10pt; }


/* -- PAPER -- */
.paperDateTime          { font-size: 12pt; 
                          color: #5CA526;
                        }
.paperSessionTitleClass { font-size: 12pt;
                          color: 005879;
                        }
