@charset "utf-8";
/* CSS Document */
<!--
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-color: #FFFFFF;
	overflow-x: hidden;
	line-height:20px;
    }
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #276589;
    }

.searchContent {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*height:960px;*/
    }
	
.container{
    border:1px #CCCCCC solid;
	margin-left:auto;
	margin-right:auto;
	background-position:30px 0 0 0;
	background-repeat:repeat-y;
	}	
.main_navigation{/*Start Main Navigation*/
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-image:url(../images/top_nav.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:#003366;
	}
.main_navigation a:hover{
    /*background-color: #0066CC;
	padding: 3px 0 3px 0;*/
	color: #FFFF66;
	display:inline;
	}
.main_navigation a{ 
    text-decoration:none;
	color:#FFFFFF;
	}/*End Main Navigation*/
	
.activePage{
    background-color: #0066CC;
	padding: 3px 0 3px 0;
	color: #FFFF66;
	display:inline;
	}

.bodyContent{/*Start Body Content */
    margin-left:15px;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	color: #346885;
	text-align:justify;
	}
.bodyContent a:hover{
    background-color: #990000;
	color: #FFFFFF;
	}
.bodyContent a{
    text-decoration:none;
	color: #74303C;
	} /*End Body Content */

.pictureBorder{
    border:1px #B8DAE4 solid;
	}
		
.titlePage{
    color: #990000;
	font-family:Arial, Helvetica, sans-serif; 
    font-size:19px;
	font-weight:bold;
	text-align:left;
    }
		
.press_leftHandArea{
    background-image: url(../images/ieHIPpressBG1.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:justify;
	font-size:12px;
	}
.press_leftHandArea a:hover{
    background-color:#990000;
	color:#FFFFFF;
	}
.press_leftHandArea a{
    text-decoration:none;
	color: #74303C;
	}
	
.downloadSection{
    background-image: url(../images/nav_bg_ieHIPdownloadSection.gif);
	background-position:center;
	background-repeat:no-repeat;
	}	
.downloadSection a:hover{
    background-color:#CCCCCC;
	color:#FFFFFF;
	}
.downloadSection a{
    text-decoration:none;
	text-align:left;
	color:#333333;
	}
	
.privacyStatement{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	background-color:#DAE5E9;
	}
.privacyStatement a:hover{
    background-color: #AAC5CE;
	color:#FFFFFF;
	}
.privacyStatement a{
    text-decoration:none;
	color:#333333;
	}

.downloadSection{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align: left;
	}
.downloadSection a:hover{
    background-color:#CCCCCC;
	color:#FFFFFF;
	}
.downloadSection a{
    text-decoration:none;
	color:#333333;
	}
	
.boxLink{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	background-color:#DEF0F3;
	}
.boxLink a:hover{
    background-color: #9DC6D9;
	color:#FFFFFF;
	}
.boxLink a{
    text-decoration:none;
	color:#333333;
	}

.AccordionTitle, .AccordionContent, .AccordionContainer{/*Start Accordion para sa Glossary*/
  position:relative;
  width:480px;
  }

.AccordionTitle{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  background-color:#CCCCCC;
  border:1px #666666 solid;
  background-image:url('title_repeater.jpg');
  -moz-user-select:none;
  }

.AccordionContent{
  height:0px;
  overflow:auto;
  display:none;
  text-align:justify;
  border:1px #CCCCCC solid;
  }
.AccordionSubset{
  height:0;
  width:445px;
  padding-left:5px;
  }
  
.AccordionContainer{
  border:0;
  }/*End Accordion para sa Glossary*/

.tabledata{
  background-color: #F4FBFA;
  border:1px #999999 solid;
  width:380px;
  text-align:center;
  margin-top:15px;
  margin-left:0px;
  margin-right:auto;
  position:relative;  
  }
 
 
 /*Start Tooltip bubble*/
        * {
            margin: 0;
            padding: 0;
        }
        
        body {
            padding: 10px;
        }
        
        h1 {
            margin: 14px 0;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        p {
            margin: 14px 0;
            font-family: Arial, Helvetica, sans-serif;
        }
        
        .bubbleInfo {
            position: relative;
            /*top: 150px;
            left: 100px;
            width: 500px;*/
        }
        .trigger {
            position: relative;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image: url(../tooltip/bubble-1.gif); }
        .popup td.top { background-image: url(../tooltip/bubble-2.gif); }
        .popup td#topright { background-image: url(../tooltip/bubble-3.gif); }
        .popup td.left { background-image: url(../tooltip/bubble-4.gif); }
        .popup td.right { background-image: url(../tooltip/bubble-5.gif); }
        .popup td#bottomleft { background-image: url(../tooltip/bubble-6.gif); }
        .popup td.bottom { background-image: url(../tooltip/bubble-7.gif); 
		text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(../tooltip/bubble-8.gif); }

        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	/*color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;*/
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url(../tooltip/starburst.gif) no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }
        
/*End Tooltip Bubble*/
 
 
 
 
  
.exhibit{
  background-image:url(../images/exhibit2009.gif);
  background-repeat:no-repeat;
  background-position:center;
  text-decoration:none;
  border:0px;
  }
  .exhibit a:hover{
  text-decoration:none;
  border:0px;
  }
  .exhibit a{
  text-decoration:none;
  border:0px;
  }
.industry{
  list-style-image: url(../images/industryIcon1.gif);
  list-style-position:outside;
  padding-left:30px;
  line-height:-5.75px;
  text-align:left;
  }
.sitemap{
  list-style-image:url(../images/glossaryIcon1.gif);
  list-style-position:outside;
  padding-left:30px; 
  }
.sitemap_divider{
  width:100%; height:15px; left:0px; background-color:#E6F2F9; padding-top:5px; padding-bottom:5px;
  }
.footer_crosslink{
  width:100%;
  text-decoration:none; color: #000; text-align:center;
  font-size:9.45px; letter-spacing:0.70px; font-weight:lighter;
  }
.footer_crosslink a:hover{
  text-decoration:underline;
  }
.copyright{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	}

    
-->