@charset "utf-8";

/* 
Chip Microsite - Master Stylesheet
Version: 0.2
Date: March 31, 2007
Author: Marcus A. Gordon
Modified by Xin Zhang
*/


/* Global Definitions */
body {
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0066cc;
    height:100%;
    margin:0px;
    padding:0px;
}
a:link {
    color: #0066cc; 
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    text-decoration:none;
}
a:visited {
    color: #0066cc; 
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    text-decoration:none;
}
a:hover {
    color: #000099; 
    text-decoration: underline;
    font-size:12px;
    text-decoration:none;
}
a.current:visited
{    color:#003366;
    font-weight:bold;
}
h3 {
    color:#0066CC;
}
.headingsNav
{   
}

.innerbviz img {
    vertical-align:bottom;
    width:448px;    
}

/* Masthead */
#masthead {
    width: 775px;
    background-color:#ffffff;
}

/* 
Ratios(%):  25|2.5|45|2.5|25 
*/

/* Header */
#header {
    clear: both;
    width: 100%;
    height:80px;
    background-color:#0079C1;
    /*border-bottom:1px solid #CCCCCC;*/
}
#header2 {
    width: 100%;
    height:20px;
    text-align:right;
    margin-top: 4px;
}

.lhead {
    float: left;
    margin-left:10px;
    height:30px;
    margin-top:5px;
}
.rhead {
    float: right;
    margin-right:10px;
}

/* Content */
#content{
    width: 448px;
    height: 100%;
    border:thin;
    border-color:#CCCCCC;
    margin-left:10px;
}
#popupcontent{
    height: 100%;
    border:thin;
    border-color:#CCCCCC;
    margin-left:10px;
    margin-top:10px;
}


/* Chip Microsite Nav */
#nav {
    clear: left;
    float: left;
    height: 540px;
    width:164px;
    background-color:#CCDDEE;
}
.tnav {
    color:#000033;
    padding-left: 2px;
    font-weight:bold;
    margin-left:10px;
}
.headings
{
    color:#003366;
    font-size:12px;
    font-weight:bold;
}
.bnav {
    margin-left: 10px;
    margin-top:20px;
}
.bnav h5 {
    color:#000033;
}
.bnav li {
    color:#0066cc;
}

/* Left Horizontal */
#lhoriz {
    width: 2.5%;
}

/* Showcase & Content Display */
#viz {
    width: 45%;
    border:thin;
    border-color:#CCCCCC;
}
.tviz {
    color:#0066cc;
    background-color:#CCDDEE;
    height:14px;
    border:1px solid #CCCCCC;
}
.bviz {
    clear: both;
    width: 448px;
    height:174px;
    border:1px solid #CCCCCC;
}
/**#careers //commented out for chip**/
#chip {
    vertical-align:bottom;
}

.innerbviz {
    clear: both;
    width: 448px;
    height:174px;
    border:1px solid #CCCCCC;
}
.cviz {
    color:#000033;
    margin-top:20px;
    width:100%;
}
.cviz h4 {
    color:#0066cc;
}

/* Right Horizontal */
#rhoriz {
    width: 2.5%;
}

/* Related Links */
#rel {
    clear: right;
    float: right;
    width: 150px;
}
.trel {
    color:#0066cc;
    margin-left:10px;
    height:175px;
    border:1px solid #CCCCCC;
    vertical-align: middle;
}
.brel {
    color:#EEEEEE;
    margin-left:10px;
    margin-top:10px;
    border:1px solid #CCCCCC;
}

/* added for the CHIP site image under Relateed Links */
.prel {
    /*color:#0066cc;
    height:120px;*/
    margin-left:10px;
}

/* Highlights */
#hi {
    clear: right;
    float: right;
    width: 25%;
}
.thi {
    color:#0066cc;
    background-color:#EEEEEE;
}
.bhi {
    clear: both;
}

/* Footer */
#footer {
    clear: both;
    float: left;
    width: 775px;
    border-top:1px solid #CCCCCC;
}
#popupfooter {
    clear: both;
    float: left;
    border-top:1px solid #CCCCCC;
    width:700px;
}
table.table_inside tr td {
      border-top: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC;
}

.right {
      border-right: 1px solid #CCCCCC;
     border-top: 0px solid #CCCCCC;
     }

     
.left_bottom {
      border-left: 1px solid #CCCCCC;
     }
     
.bottom {
      border-left: 1px solid #CCCCCC;
     border-bottom: 1px solid #CCCCCC
     }
     
.bottom1 {
     border-bottom: 1px solid #CCCCCC
     }

.footnote
{
    font-size:9px;
    color:#999999;
}

#tablePage td 
{
    border:1px solid #CCCCCC ;
}
.tableHead
{
    background-color:#EEEEEE;
    font-weight:bold;
}
.left_bottom
{
    background-color:#EEEEEE;
    font-weight:bold;
}
.bottom
{
    background-color:#EEEEEE;
    font-weight:bold;
}

