﻿html,body {
    background-color: #fff;
    background-image:none;
    margin:0;
    padding:0;
}
body {
    font: normal 12px Arial, Helvetica, sans-serif;
}
a:link, a:visited {
    color: #0C479D;
    text-decoration: none;
}
ul {
    list-style-type:square;
}
li {
    padding-bottom: 5px;
    line-height:15px;
}
ol li {
    padding-bottom: 2px;
}
dl, dt {
    margin:0;padding:0;
}
dd {
    margin:3px 0 14px;
}
/* Table Elements */
table {
    border: #aaa 1px solid;
    margin-bottom:25px;
    width:100%;
    page-break-inside:avoid;
}
table, td {
    margin:0;
    padding:0;
    border:0;
    border-spacing:0;
    border-collapse: collapse;
}
td, th {
    border: #eee 1px solid;
    text-align:left;
    padding: 3px;
}
th {
    background-color: #eee;
    border-color:#dcdcdc;
    font-weight : bold;
    vertical-align:top;
}
.padded td {
    padding:8px;
}
.odd {
    background-color:#f0f5fe
}
/* Form Elements */
form {
    margin:0;
    padding:0;
}
input, select, optgroup {
    color: #0C479D;
    font-size:10px;
}
optgroup {
    font-weight:bold;
    background-color:#f3f3f3;
    margin-top:3px
}
option {
    background-color:#fff
}
hr {
    border: 1px #ccc solid;
    line-height: 1px;
}
/* Headers */
h1,h3,h4 {
    font-weight:bold;
}
h1, h1 a, h1 a:hover  {
    font-size: 19px;
    line-height: 21px;
    color: #000;
    margin-bottom:35px;
    text-decoration:none;
    background-color:transparent;
}
h2, h2 a, h2 a:hover {
    font-size:15px;
    padding-bottom: 5px;
}
h3 {
    font-weight: bold;
    font-size: 12px;
    line-height:14px;
}
h3.features, h3.freatures a {
    font-size:10px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    text-transform: uppercase;
}
h4, h4 a  {
    font-size: 11px;
    font-weight:bold;
    line-height: 14px;
}
/* used by Search page */
.buttonsTable {
    border: 1px solid #CEDAEB;
}
.buttonsTable td {
    border: 1px solid #FFF;
    padding: 2px;
    background-color: #E6ECF5;
}
/* news and events */
.newsList {
    margin-left:0;
    padding:0;
    list-style-type:none;
}
.newsList li {
    padding:4px;
    margin:0;
    border-bottom:1px dotted #ccc;
}
.newsList li span {
    display:inline-block;
    white-space:nowrap;
    width:80px;
    padding-right:10px;
    margin-right:5px;
}
/* Special Text */
small {
    font-size: 10px;
    line-height: 12px;
}
.copyRed {
    color: #C00;
}
sup {font-size:70%}
/* products */
#documentList dt {
    border: #eee 1px solid;
    background-color:#eee;
    padding: 3px;
    margin-bottom:7px;
    font-weight:bold;
    margin-top:25px;
}
#productLit dt {
    margin-bottom:5px;
    padding-bottom:3px;
    margin-top:5px;
    font-weight:bold;
}
#productLit dd, #documentList dd, .productfile a:link, .productfile a:visited, .productfile a:hover {
    background:transparent url(../images/structural/css/filelink.gif) no-repeat left;
}
#productLit dd, #documentList dd {
    margin-left:12px;
    margin-bottom:11px;
    padding:2px 0 2px 19px;
    background-position: 0 2px;
}
#documentList dd a:link, #productLit dd a:link, #productLit dd a:visited, #documentList dd a:visited {
    margin:0;
}
#documentList dd a:hover, #productLit dd a:hover {
    background-color: #D3DEED;
}
.productfile a:link, .productfile a:visited, .productfile a:hover {
    padding:2px 8px 5px 19px;
    height:20px;
    margin:0;
}
.productfile a:hover {
    background-color: #D3DEED;
}
#productImage {
    page-break-inside:avoid;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    background-color:#fff;
    padding:0;margin:0;
    height:150px;
    width:200px;
    border:1px solid #c0c0c0;
}
#productImage img {
    border:0;
    vertical-align:middle;
}
#productImage #promoimage {
    border:1px solid #fff;
    text-align:left;
    vertical-align:bottom;
    padding-left:15px;
}
a.datasheet {
    font-size:9px;
}
.requiredField {
    color: #f00;
}
.cleaner {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    margin:0; padding:0;
    background:transparent;
}
.listImageTextLinks {
    page-break-inside:avoid;
    border:1px solid #aaa;
    margin-bottom:15px;
    width:100%;
    padding:0;
    list-style-type:none;
}
.listImageTextLinks dt {
    background-color:#eee;
    font-weight:bold;
    padding:3px;margin:0;
}
.listImageTextLinks dd {
    border:1px solid #eee;
    margin:0;padding:1px;
}
.listImageTextLinks dd a,
.listImageTextLinks dd a:visited {
    padding:2px 3px;margin:0;
    height:100%;
    display:table-cell;
    vertical-align:middle;
}
.listImageTextLinks dd a img {
    padding:4px 8px;
}
ul.proApps {
    display:table;
    
}
ul.proApps li {
    border:1px solid #eee;
    display:table-cell;
    vertical-align:top;
    padding:5px;
    height:90px;
    width:45%;
    margin:0;
}
img {border:0}
#header {
    padding:0 0 10px 0;
    margin:0;
    border-bottom:1px solid #555;
}
#topNav, #left, #right, #sectionHeader, #clicktabs, #utility, #pageTools, #breadcrumb, #footer {
    display:none;
}
#container1, #container2, #middle, .middleWrapper {
    background-color: #fff;
    background-image:none;
    width:100%;
    margin:0;
    padding:0;
    float:none;
}
ul.three-column-list li {
    float:none;
    width:100%;
}
