/* Row and Column IDs for the table */
#trowcat { vertical-align: middle; }
#trowsub { vertical-align: middle; }
#trowmod { vertical-align: middle; }

#tblSelectors {
    margin-left: 20px;
    /* visibility: hidden; */
}
#tblSelectors td {
    font-weight: bold;
    margin: 3px 0 3px 0;
}

#prodHeader {
    font-size: 13pt;
    font-weight: bold;
    color: #01415B;
    margin-top: 20px;
    margin-bottom: 0px;
}

.psListText {
    font-size: 10pt;
    font-weight: bold;
}

/*--------------------------
 *  Drop-Down Area styles 
 */
.selectbox { }


/*--------------------------
 *  Downloads Area styles 
 */
table#drivertable {
}
#drivertable td {
    display: table-cell;
    vertical-align: top;
    padding: 0px 20px 0px 20px;
}
.dlbackground {
    background-color: #eef3f6;
}
td.driverheader {
    background-color: #e0ebef;
    font-weight: bold;
}
#driverdisclaimer {
    padding: 5px 0 5px 20px;
}
.dldesc {
    color: #094b63;
    font-weight: bold;
}
/*
 *  Guides/Drivers/Specs section headings and the icon 
 */
#psGuides, #psDrivers, #psSpecs {
    padding-top: 4px;
	background-color: #fff;
}
#guides_picon a, #guides_micon a, #drivers_picon a, #drivers_micon a, #specs_picon a, #specs_micon a {  
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin-left: 20px;
    padding-bottom: 2px;
}
#guides_picon img, #guides_micon img, #drivers_picon img, #drivers_micon img, #specs_picon img, #specs_micon img {  
    display: inline;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
}
#guides_content, #drivers_content, #specs_content {  
    background-color: #eef3f6;
    padding-top: 2px;
    padding-bottom: 10px;
}
#drivers_content {  
    font-size: 88%;
}

/* .containerContentNoPad { background-color: #fff; }  */

#containerSpecsSupp {
    width: 596px;
    background-color: #eef4f6;
    margin: 0px;
    padding: 0;
}

#psGuides, #psDrivers, #psSpecs {
    margin-top: 5px;
}
#psGuides h3, #psDrivers h3, #psSpecs h3 {
    margin: 0; padding: 0;
    padding-left: 15px;
    padding-bottom: 5px;
}
h4.selectmsg { font-size: 13px; }

.dluserguide {
    margin-left: 20px;
}
#psSpecs .lab {
    font-size: 8pt;
}
#psSpecs * a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
#psSpecs table tr td a {
    font-weight: normal;
    color: #0055aa;
}
#psSpecs table tr td a:hover {
    text-decoration: underline;
}

#nosupportmessage {
    color: red;
}
