@charset "utf-8";
/* CSS Document */
/***************** Main Content */
.threecol .col1 { /* this style overrides arm_generic.css to create a two column layout */
    margin:0 23px 0 210px;
    width:auto;
    height:auto;
}
#wait {
    display: none;
    background-color: white;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2000;
}
/**************** Begin Landing Page Styles */
div#tabButtonContainer { /* this rule is declared in design_start_ie6.css */
    height: 24px;
    margin:0;
    padding: 5px 0;
    width: 300px;
    position:relative; /* helps IE6 */
}
/*********** button styles */
#tabButtonContainer button {
    border: none;
    color: #fff;
    display: inline-block;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 25px;
    margin: 0;
    padding: 5px 2px;
    overflow:hidden;
}
#tabButtonContainer button span {
    display: inline-block;
    height: 25px;
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0 transparent;
}
#tabButtonContainer button.register {
    background: url(/assets/images/designstart/login_register_button_sprite.png) no-repeat left top transparent;
    width: 83px;
    height: 24px;
}
#tabButtonContainer button.register:hover {
    background: url(/assets/images/designstart/login_register_button_sprite.png) no-repeat left bottom transparent;
    width: 83px;
    height:24px;
}
#tabButtonContainer button.login {
    background: url(/assets/images/designstart/login_register_button_sprite.png) no-repeat right top transparent;
    width: 83px;
    height:24px;
}
#tabButtonContainer button.login:hover {
    background: url(/assets/images/designstart/login_register_button_sprite.png) no-repeat right bottom transparent;
    width: 83px;
    height:24px;
}
#tabButtonContainer button.nda {
    background: url(/assets/images/designstart/login_register_button_sprite.png) no-repeat right top transparent;
    width: 83px;
    height:24px;
}
#tabButtonContainer button.nda:hover {
    background: url(/assets/images/designstart/login_register_button_sprite.png) no-repeat right bottom transparent;
    width: 83px;
    height:24px;
}
#whiteBoxContainer h3 {
    color:#666;
    font-size:85%;
    font-variant:small-caps;
    padding-bottom:3px;
}
div#whiteBoxContainer table.noStyle { /* overrides arm table styles */
    background-color:#fff;
    border-collapse:collapse;
    border-style:none;
    border-color:#fff;
    border-width: 0;
    width:100%;
    margin-bottom:10px;
}
div#whiteBoxContainer tr.alt, div#whiteBoxContainer td.alt, div#whiteBoxContainer td, div#whiteBoxContainer tr {
    background-color:#fff;
    border-style:none;
    color:#666;
    font-size:92%;
    font-family: Verdana, Geneva, sans-serif;
    padding:2px 0;
}
div#whiteBoxContainer td, div#whiteBoxContainer td.alt {
    width:118px; 
}
div#whiteBoxContainer hr.divider {
    border: 1px dotted #d1d5d8;
    border-collapse:collapse;
}
div#newbgContainer {  /* this rule is declared in design_start_ie6.css */
    min-width: 770px;
    max-width: 1026px;
    position: relative;
}
/**************** Navigation Tab Styles */
div#navContainer {  /* this rule is declared in design_start_ie6.css */
    height:60px;
    margin-left: 5px;
    background:none;
}
div#navContainer div#dsEmblem {  /* this rule is declared in design_start_ie6.css */
    position: absolute;
    top:10px;
    left:10px;
    background: url(/assets/images/designstart/DS_emblem.png) no-repeat left top transparent;
    width: 165px;
    height: 60px;
    z-index:6;
}
ul#tabNavigation {
    list-style-type: none;
    margin:0;
    padding:9px 0 0 0;
}
ul#tabNavigation li { /* this rule is declared in design_start_ie6.css */
    display: inline-block;
    margin-left: .3%; /* use to push tabs farther apart - distance between tabs - original -.1% */
    position: relative;
    max-width:18%; /* controls width of tab - original 18% */
    width:100%;
    float:left;
}
ul#tabNavigation li a {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size:100%;
    border-bottom:none; /* overrides arm_generic.css */
    height:37px; /* 60px height - 23px padding top */
    padding-top: 23px; /* controls vertical positioning of tab labels */
    margin-left:-59px; /* width of left sliding door graphic */
    width: 135%; /* controls centering of tab labels */
}
ul#tabNavigation li.first { /* this rule is declared in design_start_ie6.css */
    background: url(/assets/images/designstart/tab_right_sprite5.png) no-repeat right -181px transparent;
    margin-left: 27%;
}
ul#tabNavigation li.first a { /* this rule is declared in design_start_ie6.css */
    background: url(/assets/images/designstart/tab_left_sprite5.png) no-repeat left -181px transparent;
}
ul#tabNavigation li.second { /* this rule is declared in design_start_ie6.css */
    background: url(/assets/images/designstart/tab_right_sprite5.png) no-repeat right -241px transparent;
}
ul#tabNavigation li.second a { /* this rule is declared in design_start_ie6.css */
    background: url(/assets/images/designstart/tab_left_sprite5.png) no-repeat left -241px transparent;
}
ul#tabNavigation li.third { /* this rule is declared in design_start_ie6.css */
    background: url(/assets/images/designstart/tab_right_sprite5.png) no-repeat right -301px transparent;
}
ul#tabNavigation li.third a { /* this rule is declared in design_start_ie6.css */
    background: url(/assets/images/designstart/tab_left_sprite5.png) no-repeat left -301px transparent;
}
ul#tabNavigation li.last { /* this rule is declared in design_start_ie6.css and design_start_ie7.css */
    background: url(/assets/images/designstart/tab_right_sprite5.png) no-repeat right -361px transparent;
    float:right;
}
ul#tabNavigation li.last a { /* this rule is declared in design_start_ie6.css */
    background: url(/assets/images/designstart/tab_left_sprite5.png) no-repeat left -361px transparent;
}
ul#tabNavigation li.active { /* this rule is declared in design_starte_ie6.css and design_start_ie7.css */
    z-index: 7; 
    background: url(/assets/images/designstart/tab_right_sprite5.png) no-repeat right 0 transparent;
}
ul#tabNavigation li.active a { /* this rule is declared in design_start_ie6.css */
    color: #000;
    font-weight:bold;
    background: url(/assets/images/designstart/tab_left_sprite5.png) no-repeat scroll -1px 0 transparent;
}
ul#tabNavigation li.last.active { /* this rule is declared in design_start_ie7.css */
    background: url(/assets/images/designstart/tab_right_sprite5.png) no-repeat right -120px transparent;
    float:right;
}
ul#tabNavigation li.first.active a {
    background: url(/assets/images/designstart/tab_left_sprite5.png) no-repeat -1px 0 transparent; 
}
/******************* tab link styles */
div#navContainer ul#tabNavigation a, div#navContainer ul#tabNavigation a:visited {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height:normal;
    text-shadow:1px 1px 1px #CCCCCC;
    color:#676464;
    text-decoration:none;
    outline:none;
}
div#navContainer ul#tabNavigation li a:hover {
    color:#9b8d79;
    text-decoration:none;
    text-shadow:none;
}
div#navContainer ul#tabNavigation li.active a, div#navContainer ul#tabNavigation li.active a:visited {
    color:#03426e;
}
div#navContainer ul#tabNavigation li.active a:hover {
    color:#000;
    text-decoration:none;
    text-shadow:none;
}
/**************** end Navigation Tab Styles */
div#pageContainer { /* this rule is declared in design_start_ie6.css */
    height:auto;
    width:100%;
    min-width:770px;
    max-width:1026px;
    margin-top: -1px;
}
/********************* background elements */
.t {
    background: url(/assets/images/designstart/bg_top_slice2.png) 0 0 repeat-x;
    height:26px;
    position:relative;
    z-index:4;
    margin-right:23px;
}
.b {
    background: url(/assets/images/designstart/bg_bottom_slice.png) 0 100% repeat-x;
    height:28px;
}
.l {
    background: url(/assets/images/designstart/bg_left_slice2.png) 0 0 repeat-y;
}
.r {
    background: url(/assets/images/designstart/bg_right_slice2.png) 100% 0 repeat-y;
}
.bl {
    background: url(/assets/images/designstart/bg_left_bottom_corner.png) 0 100% no-repeat;
    height:28px;
}
.br {
    background: url(/assets/images/designstart/bg_right_bottom_corner.png) 100% 100% no-repeat;
    height:28px;
}
.tl {
    background: url(/assets/images/designstart/bg_left_top_corner_sq2.png) 0 3px no-repeat;
    height:28px;
}
.tr {   /* this rule is declared in design_start_ie6.css */
    background: url(/assets/images/designstart/bg_right_top_corner_sq2.png) no-repeat scroll 100% 3px transparent;
    height: 28px;
    padding: 0;
    margin-right:-23px;
}
/*************** end background elements */
div#topGraphic {
    width:auto;
    height:28px;
    position:relative;
    z-index:6;
}
div#pageContent {  /* this rule is declared in design_start_ie6.css and design_start_ie7.css */
    background-color: #a1c1cf;
    padding:15px 15px 0 15px;
    margin:-10px 7px 0 7px;
    padding-bottom:5px;
}
div#bottomGraphic {  /* this rule is declared in design_start_ie6.css */
    width:auto;
    height:28px;
}
/************** REVISED landing page styles */
div.intro_land {
    background-color:#c8d9e3;
    border-bottom:1px solid #95bacd;
    padding:10px;
    margin-bottom:10px;
}
div.intro_land p {
    font-weight:bold;
    font-size:13px;
}
div.introBox {
    background: #fff url(/assets/images/designstart/welcome_bg2.jpg) repeat-x bottom left;
    border: 2px solid #FECF8C;
    margin-bottom:10px; /* no margin-top or it will override pageContent negative margin */
    padding:10px;
    position:relative;
    overflow:auto; /* MUST have to grow to hold divs inside of this container */
}
div.introBox hr { /* covers all browsers */
    display:block;
    width:100%;
    background-color:#FDF5E8;
    border:1px dotted #FDF5E8;
    height:1px;
    margin:15px 0;
}
div#procFrame h3 {
    color: #1A5B6D;
    font-size: 125%;
    margin: 0;
    padding: 10px 0;
}
div.introBox h2 {
    font-size:12px;
    color: #666;
    font-weight:bold;
}
div.introBox p {
    font-size:13px;
    line-height:normal;
}
div#procFrame div.introBox p.message {
    color: #666666;
    font:0.85em Verdana, Geneva, sans-serif;
    font-style:italic;
    line-height:normal;
}
div#procFrame p.procNote {
    color:#666;
    font-style:italic;
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:normal;
}
div.container_proc div.landLeft {
    float:left;
    width:50%;
}
div.container_proc div.landRight {
    float:right;
    width:45%;
    padding-right:20px;
    margin-top:20px; /* helps to vertically center this block */
}
div#pageContent p { 
    line-height:20px;
}
div#procFrame div#whiteBoxContainer {
    width: auto;
    height:auto;
    background: #fff;
    border:1px solid #b2c2c8;
    padding: 0 7px;
}
div#procFrame div#whiteBoxContainer h3 {
    color:#666;
    font-size:85%;
    font-variant:small-caps;
    padding-bottom:3px;
}
div#whiteBoxContainer p {
    color: #666666;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 92%;
}
/**************** landing page rounded box styles */
#procFrame {  /* this rule is declared in design_start_ie6.css */
    zoom:1;
    position:relative;
    top:0;
    width:100%;
    margin:0 auto;
}
#procContentFrame {
    width:100%;
    height:100%;
}
.top_proc {  /* this rule is declared in design_start_ie6.css and design_start_ie7.css */
    height:40px;
    background:url(/assets/images/designstart/landing_page_sprite.png) no-repeat left top transparent;
    margin-right:20px;
}
.top_proc span.topCorner_proc {
    background: url(/assets/images/designstart/landing_page_sprite.png) no-repeat scroll right top transparent;
    display: block;
    height: 40px;
    width:20px;
    position:absolute;
    right:0;
}
.centerContent_proc { /* this rule is declared in design_start_ie6.css */
    background: url(/assets/images/designstart/right_side.png) repeat-y scroll right top transparent;
    position:relative;
    zoom:1;
}
.leftSide_proc {
    background:url(/assets/images/designstart/left_side.png) repeat-y left top transparent;
}
.container_proc {
    position:relative;
    margin:0 20px;
    background-color:#fafafa;
    zoom:1;
    background:url(/assets/images/designstart/blue_bg_right.png) no-repeat top right #fafafa;
}
.bottom_proc { /* this rule is declared in design_start_ie6.css and design_start_ie7.css */
    height:40px;
    background:url(/assets/images/designstart/landing_page_sprite.png) no-repeat left -150px transparent;
    margin-right:20px;
    margin-top:-12px;
}
.bottom_proc span.btmCorner_proc {
    background: url(/assets/images/designstart/landing_page_sprite.png) no-repeat scroll right -150px transparent;
    display: block;
    height:40px;
    width:20px;
    position:absolute;
    right:0;
    bottom:0;
}
div#procFrame div.container_proc p.procText {
    line-height:normal;
    font-weight:normal;
    color: #094353;
    font: 14px Verdana, Geneva, sans-serif;
}
#headContainer {
    position:absolute;
    top:-44px;
    left:0;
}
div#procFrame div#headContainer h3.underline {
    color:#333;
    font-size:130%;
}
#imgContainer {
    position:relative;
    float:right;
    width:125px;
    margin-left:10px;
}
#imgCaption {
    color:#ec9851;
    font:11px Arial, Helvetica, sans-serif;
    position:absolute;
    bottom:0;
    left:0;
    text-align:center;
    width:100%;
}
div#rightSideContainer .container_proc p.procText {
    font:13px Arial, Helvetica, sans-serif;
    color:#111111;
    margin:.8em 0;
}
.container_proc span a {
    font-weight:bold;
}
/*************** end REVISED landing page elements */
/*************** Begin Product Selector/Dashboard Page styles */
div#dashboardContainer {
    min-width:770px;
    max-width: 1026px;
    margin-top:26px;
    position:relative;
}
/********************* dashboard rounded corner container elements */
.db_t {
    background: url(/assets/images/designstart/db_border.png) 0 0 repeat-x;
}
.db_b {  /* this rule is declared in design_start_ie7.css */
    background: url(/assets/images/designstart/db_border.png) 0 100% repeat-x;
}
.db_l {
    background: url(/assets/images/designstart/db_border.png) 0 0 repeat-y;
}
.db_r {
    background: url(/assets/images/designstart/db_border.png) 100% 0 repeat-y;
}
.db_bl {
    background: url(/assets/images/designstart/db_bl.png) 0 100% no-repeat;
}
.db_br {
    background: url(/assets/images/designstart/db_br.png) 100% 100% no-repeat;
}
.db_tl {
    background: url(/assets/images/designstart/db_tl.png) 0 0 no-repeat;
}
.db_tr {
    background: url(/assets/images/designstart/db_tr.png) 100% 0 no-repeat;
    padding:10px;
}
/*************** end dashboard rounded corner elements */
div#myDBGraphic {
    position:absolute;
    top:-15px;
    left:27px;
    background:url(/assets/images/designstart/ds_arrow_NO_title.jpg) 0 0 no-repeat;
    width:335px;
    height:30px;
}
div#myDBGraphic h2 {  /* this rule is declared in design_start_ie7.css */
    font: 1.4em Verdana, Arial, Helvetica, sans-serif;
    color: #128cab;
    text-align:center;
    padding-top:2px;
    padding-left:15px;
    margin:0;
}
div.dbContainers {
    width:auto;
    height:auto;
    border: .1em solid #b1c1c8;
    background:url(/assets/images/designstart/db_bg_gradient.png) bottom left repeat-x transparent;
    margin:18px 22px;
    padding:0 13px;
}
div.dbContainers ul {
    padding-bottom:20px;
}
/*************** begin DesignStart Content Styles */
div#pageContent h1 {
    color: #094353;
    font-size: 135%;
}
div#pageContent h2 {
    color: #094353;
    font-size: 115%;
}
div#pageContent p {
    font-family:Verdana, Geneva, sans-serif;
    color: #094353;
}
/************* begin Welcome Box styles */
div#welcome {  /* this rule is declared in design_start_ie6.css */
    background: #fff url(/assets/images/designstart/welcome_bg2.jpg) repeat-x bottom left;
    border:1px solid #faa61a;
    margin-bottom:10px; /* no margin-top or it will override pageContent negative margin */
    padding:0 0 0 10px;
    position:relative;
    overflow:auto; /* MUST have to grow to hold divs inside of this container */
}
div#welcome h3 {
    font-size:12px;
    color: #666;
    font-weight:bold;
}
div#welcome div.infoContainer {
    width:auto;
    height:auto;
    float:left;
}
div#welcome div.infoContainer p.name {
    float:left;
    font-size:14px;
    font-weight:bold;
    color: #1a5b6d;
    padding-right:10px;
    margin:0;
    padding-bottom:5px;
}
div#welcome div.infoContainer p.company {
    float:left;
    font-size: 13px;
    color: #666;
    font-style:italic;
    margin:0;
    padding-bottom:5px;
}
div#welcome div#limitedAccess {
    position:relative;
    z-index:2;
    float:right;
    margin-right:100px;
    margin-top:-20px; 
}
div#welcome div#limitedAccess p {
    font-size:14px;
    padding-left:30px;
    background:url(/assets/images/designstart/limited_access_icon.png) no-repeat top left transparent;
    margin:0 0 5px 0;
}
div#welcome div#limitedAccess a, div#welcome div#limitedAccess a:visited {
    color: #0f758e;
    border-bottom:1px dotted #0f758e;
    text-decoration:none;
}
div#welcome div#limitedAccess a:hover, div#welcome div#limitedAccess a:active {
    color:#faa61a;
    border-bottom:1px dotted #faa61a;
}
div#welcome div#limitedAccess p.message {
    font-size:12px;
    background:none;
}
div#welcome div#limitedAccess p.message a, div#welcome div#limitedAccess p.message a:visited {
    color:#0f758e;
    border-bottom:none;
    text-decoration:none;
}
div#welcome div#limitedAccess p.message a:hover, div#welcome div#limitedAccess p.message a:active {
    color:#0f758e;
    text-decoration:none;
    border-bottom:1px dotted #0f758e;
}
div#welcome div#personalizeMessage {
    clear:left;
    border-top:1px dotted #b4b4c7; /* purple line */
    margin-right:98px;
}
div#welcome div#personalizeMessage p {
    margin:0;
    padding: 5px 0;
    font-size: 12px;
}
div#welcome div#personalizeMessage a, div#welcome div#personalizeMessage a:visited {
    border-bottom:none;
    text-decoration:none;
}
div#welcome div#personalizeMessage a:hover, div#welcome div#personalizeMessage a:active {
    color:#0F758E;
    border-bottom:1px dotted #0f758e;
}
div#welcome div.waffle {  /* this rule is declared in design_start_ie6.css */
    position:absolute;
    bottom:0;
    right:0;
    background: url(/assets/images/designstart/welcome_waffle2.png) no-repeat top left transparent;
    width:82px;
    height:66px;
    z-index:1;
}
/************* begin Filter styles */
div#filterContent {
    background-color: #DBE0E4;
    border: 1px solid #B2C2C8;
    height: auto;
    padding: 0 10px 5px 10px;
    width:auto;
}
div#filterContent table.noStyle { /* this rule is declared in design_start_ie7.css */
    background-color:#fff;
    border:1px solid #b2c2c8;
    width:100%;
    height:100%;
    margin-top:0;
}
div#filterContent table.noStyle tr.alt, div#filterContent table.noStyle td.alt, div#filterContent table.noStyle td, div#filterContent table.noStyle tr {
    background-color:#fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size:12px;
    border:1px solid #b2c2c8;
    vertical-align:text-top;
    border:none;
    padding:0;
    color:#000;
}
div#filterContent table.noStyle td.heightFix { /* controls height on an empty filter */
    height:135px;
}
div#filterContent table.noStyle select { /* overrides arm_generic.css styles */
    font-size:12px; 
    font-family: Verdana, Geneva, sans-serif;
    color:#000;
    border:none;
    width:100%;
    padding:0;
}
div#filterContent table.noStyle input {
    font-family:Verdana, Geneva, sans-serif;
    border:none;
    padding:3px;
}
#filterContent table.noStyle th {
    color:#666;
    background:none;
    background-color:#dbe0e4;
    text-align:left;
    border: 1px solid #dbe0e4;
    padding:5px 0;
    border-bottom: 1px solid #b2c2c8;
    line-height:1em;
    font-size:13px; /* overrides font size above */
    vertical-align:text-top;
}
div#foundryFilter {  /* this rule is declared in design_start_ie7.css */
    float:left;
    width:27%;
    height:auto;
    margin-right:1%;
}
div.selList {
    overflow:auto;
    height:90px;
    padding:5px;
}
/* @-moz-document url-prefix() { 
    div.selList { 
    overflow:auto;
    height:127px;
    padding-bottom:5px;
    }
} */
div.selList a, div.selList a:visited {
    margin:0;
    padding:0;
    border-bottom: none;
    text-decoration:none;
    color:#000;
    line-height:1.5em;
}
div.selList a:hover, div.selList a:active {
    margin:0;
    padding:0;
    border-bottom:none;
    color: #0f758e;
    text-decoration:none;
    line-height:1.5em;
}
div#technologyFilter {
    float:left;
    width:18%;
    height:auto;
    margin-right:1%;
}
div#processFilter {
    float:left;
    width:26%;
    height:auto;
    margin-right:1%;
}
div#productGroupFilter {
    float:left;
    width:26%;
    height:auto;
}
div#resizableContent {
    height: 1%;
    position: relative;
    padding-bottom: 25px;
    top:0;
    left:0;
}
div#pageContent p.clearFilters {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size:12px;
}
div#pageContent p.displayResults {
    position:absolute;
    left:0;
    bottom:0;
    margin:0;
    background: url(/assets/images/designstart/display_results_icon.png) no-repeat scroll left 2px transparent;
    font-size: 12px;
    color:#4d4e5f;
    padding-left: 20px;
}
/*************** end filter styles */
div#resultsContent {
    height:auto;
    background: #dbe0e4;
    border:1px solid #b2c2c8;
    margin:    10px 0 0 0;
    padding:0 10px 10px 10px;
    zoom:1; /* triggers hasLayout in IE6 */
}
div#resultsContent h3 {  /* this rule is declared in design_start_ie7.css */
    font: 16px Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #1a5b6d;
    display:inline-block;
    float:left;
    margin: 10px 14px 10px 0;
    clear:both;
}
div#resultsContent p.inlineLeft {
    display:inline-block;
    float:left;
    margin-top:12px;
    margin-bottom:0;
}
div#resultsContent p.inlineRight {
    display:inline-block;
    float:right;
    margin-top:12px;
    margin-bottom:0;
}
div#resultsContent p.compareLeft {
    display:inline-block;
    float:left;
    margin-top:14px;
}
div#resultsContent p.viewRight {
    display:inline-block;
    float:right;
    margin-top:16px;
}
div#resultsContent select { /* this is for the per page dropdown, NOT select tags in the table! */
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px; 
    border: 1px solid #b2c2c8;
}
div#resultsContent table.noStyle { /* overrides arm table styles */
    background-color:#fff;
    border:1px solid #b2c2c8;
    width:100%;
    height:100%;
    margin-top:0;
}
div#resultsContent td, div#resultsContent tr {
    background-color:#fff;
    color:#666;
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
    padding:5px 10px;
    border: 1px solid #b2c2c8;
}
div#resultsContent tr.alt, div#resultsContent td.alt {
    background-color:#fafafa;
    color:#666;
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
    padding:5px 10px;
    border: 1px solid #b2c2c8;
}
div#resultsContent table.noStyle select {
    color:#666;
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px; 
    border:none;
    width:100%;
}
div#resultsContent table.noStyle input {
    font-family: Verdana, Geneva, sans-serif;
    border:none;
}
div#resultsContent table.noStyle th {
    color:#666;
    background:none;
    background-color:#fff;
    text-align:left;
    border: 1px solid #b2c2c8;
    padding:5px;
    font-size:13px;
    line-height:1em;
    white-space:nowrap;
}
div#resultsContent table.noStyle th a.noline {
    margin-right:-4px;
    padding:0;
}
#resultsContent input {
    overflow:hidden;
    cursor:pointer;
    color:transparent; /* fix for firefox */
    padding:0 0 0 24px; /* fix for IE */
}
#resultsContent input.addQueue {
    background:url(/assets/images/designstart/add_queue_sprite2.png) no-repeat top left transparent;
    width:19px;
    height:19px;
}
#resultsContent input.addQueue:hover {
    background: url(/assets/images/designstart/add_queue_sprite2.png) no-repeat bottom left transparent;
    width:19px;
    height:19px;
}
input.chk_inactive {
    opacity:.4;
    filter:alpha(opacity=40);
}
div#resultsContent.lim_rel {
    background: url(/assets/images/designstart/lr_bg_tile.png) repeat 0 0 transparent;
}
div#resultsContent h3.lr_icon {
    background: url(/assets/images/designstart/limited_access_icon.png) no-repeat 0 0 transparent;
    padding-left: 30px;
    clear: both;
    color: #1A5B6D;
    display: inline-block;
    float: left;
    font: bold 16px Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 14px 10px 0;
}
div#resultsContent p.return {
    margin:8px 0 0 0;
    padding:0;
}
div#resultsContent p.return a, div#resultsContent p.return a:visited {
    background: url(/assets/images/designstart/return_sprite.png) no-repeat left 3px transparent;
    width:11px;
    height:13px;
    padding-left:20px;
    font:bold 13px Verdana, Geneva, sans-serif;
    border-bottom:none;
}
div#resultsContent p.return a:hover, div#resultsContent p.return a:active {
    background: url(/assets/images/designstart/return_sprite.png) no-repeat bottom left transparent;
}
/************** end Results styles */
/************** begin Compare styles - MUST come after Results styles! */
#slickbox {  /* this rule is declared in design_start_ie6 */
    border:1px solid #b4b4c7;
    background:url(/assets/images/designstart/compare_bg_y.jpg) repeat-x top left #f5eccd;
    overflow: hidden;
    margin-top:10px;
    width:100%; /* Don't delete this! Prevents strange "jump" when div "shows" */
    position:relative;
}
#slickbox2 {  /* this rule is declared in design_start_ie6 and design_start_ie7.css */
    overflow: hidden;
    width:98%; /* Don't delete this! Prevents strange "jump" when div "shows" */
    position:relative;
    clear:both;
}
#slickbox #compareContent {
    position:relative;
    left: 1%;
    margin:5px 0;
    width:98%;
}
#slickbox #compareContent h5 {
    color:#4d4e5f;
    font: 13px Verdana, Geneva, sans-serif;
    font-weight:bold;
    margin:0;
    padding:5px 0;
}
#slickbox #compareContent p {
    margin:0;
    padding:0;
    font-size:12px;
    line-height:normal;
}
#slickbox #compareContent p a {
    text-decoration:none;
    border-bottom:none;
}
#slickbox div#label {
    width:17%;
    float: left;
    border:none;
}
#slickbox div#label p.red {
    color:red;
    margin:0;
}
#slickbox div.cq_product {
    width:18%;
    float: left;
    margin-right:1%;
    padding:5px;
    height:100px;
    border:1px dotted #99aab8;
}
#slickbox #compareContent #btnContainer {
    width:98%;
    text-align:center;
    clear:both;
    padding-top:5px;
}
#slickbox #compareContent #btnContainer input[type="button"] { /* View Comparison Data BUTTON */  /* this rule is declared in design_start_ie6.css and design_start_ie7.css */
    font-family:Arial, Helvetica, sans-serif;
    padding:0 5px 0 20px;
    color:#346e87;
    font:14px Arial, Helvetica, sans-serif;
    font-weight:bold;
    cursor:pointer;
    margin:10px 5px 5px 5px;
    background:url(/assets/images/designstart/compare_icon2.png) no-repeat top left transparent;
    height:19px;
    border:none;
}
#slickbox #compareContent #btnContainer input[type="button"]:hover {
    color:#faa61a;
}
/************ styles for dimmed/inactive Show Comparison Data button */
#slickbox #compareContent #btnContainerDim {
    width:98%;
    text-align:center;
    clear:both;
    padding-top:5px;
    opacity: .4; /* opacity BEFORE filter */
}
/********** This style is specifically for IE8 to make the btnContainer DIM */
#slickbox #compareContent #btnContainerDim input[type="button"] {
    border:none;
    position:static; /* overrides arm_generic.css position:relative which messes the DIM up */
    filter: alpha(opacity=40); /* opacity added here to function in IE */
    cursor:default;
    overflow:hidden;
}
/********** end style specifically for IE8 */
#slickbox #compareContent #btnContainerDim input[type="button"] { /* View Comparison Data BUTTON */  /* this rule is declared in design_start_ie6.css and design_start_ie7.css */
    font-family:Arial, Helvetica, sans-serif;
    padding:0 5px 0 20px;
    color:#346e87;
    font:14px Arial, Helvetica, sans-serif;
    font-weight:bold;
    cursor:pointer;
    margin:10px 5px 5px 5px;
    background:url(/assets/images/designstart/compare_icon2.png) no-repeat top left transparent;
    height:19px;
    border:none;
    cursor:default;
}
#slickbox #compareContent #btnContainerDim input[type="button"]:hover {
    color:#346e87;
}
/************ end style for dimmed/inactive Show Conparison Data button */
#slickbox #close {
    position:absolute;
    bottom:2px;
    right:2px;
}
#slickbox #close input[type="button"] {  /* this rule is declared in design_start_ie6 */
    background:url(/assets/images/designstart/close_handle_sprite.png) no-repeat top left transparent;
    width:9px;
    height:21px;
    cursor:pointer;
    border:none;
    padding:0;
}
#slickbox #close input[type="button"]:hover {
    background:url(/assets/images/designstart/close_handle_sprite.png) no-repeat bottom left transparent;
}
#slickbox table.compare { /* overrides arm table styles */
    background-color:transparent;
    border:none;
    clear:both;
}
#slickbox table.compare td, #slickbox table.compare tr, #slickbox table.compare tr.alt td, #slickbox table.compare td.alt {
    background:transparent;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #094353;
    border:none;
    vertical-align:top;
    padding:5px;
}
#slickbox table.compare tr.alt td, #slickbox table.compare td.alt {
    background-color:#fff7ec;
}
#slickbox table.compare td p.red, #slickbox table.compare tr p.red {
    color:red;
    font-size:12px;
    text-align:center;
    float:none;
    text-align:center;
    display:block;
}
#slickbox table.compare input[type="button"].addQueue {  /* this rule is declared in design_start_ie6.css */
    background:url(/assets/images/designstart/add_queue_sprite2.png) no-repeat top left transparent;
    width:100px;
    height:19px;
    padding:0 0 0 20px;
    cursor:pointer;
    font:11px Arial, Helvetica, sans-serif;
    margin:0;
    border:none;
    color:#4d4e5f;
}
#slickbox table.compare input[type="button"].addQueue:hover {
    background: url(/assets/images/designstart/add_queue_sprite2.png) no-repeat bottom left transparent;
    color:#faa61a;
}
/************** begin Dashboard Notice styles */
#dashboardNotice {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px dotted #a67640;
    height: auto;
    margin: 10px 0 0;
    padding: 10px;
}
#dashboardNotice p.notice {
    color:#666;
    font-size:13px;
    line-height:20px;
    font-style:italic;
    margin:0;
    background: url(/assets/images/designstart/questionIcon.png) no-repeat top left transparent;
    padding-left:23px;
}
/************** begin Recently Added IP styles */
div#recentAddedIPContent {
    height:auto;
    background: #dbe0e4;
    border:1px solid #b2c2c8;
    margin:    10px 0 0 0;
    padding:0 10px 10px 10px;
}
div#recentAddedIPContent h3 {
    font: 16px Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #1a5b6d;
    display:inline-block;
    float:left;
    margin: 10px 14px 10px 0;
}
div#recentAddedIPContent p.expandLeft {
    display:inline-block;
    float:left;
    margin-top:10px; /* keeps button vertically centered */
    margin-bottom:0;
}
div#recentAddedIPContent table.noStyle { /* overrides arm table styles */
    background-color:#fff;
    border:1px solid #b2c2c8;
    width:100%;
    height:100%;
}
div#recentAddedIPContent td, div#recentAddedIPContent tr {
    background-color:#fff;
    color:#666;
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
    padding:5px 10px;
    border: 1px solid #b2c2c8;
}
div#recentAddedIPContent tr.alt, div#recentAddedIPContent td.alt {
    background-color:#fafafa;
    color:#666;
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
    padding:5px 10px;
    border: 1px solid #b2c2c8;
}
div#recentAddedIPContent table.noStyle select {
    color:#666;
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
    border:none;
    width:100%;
}
div#recentAddedIPContent table.noStyle input {
    font-family: Verdana, Geneva, sans-serif;
    border:none;
}
div#recentAddedIPContent table.noStyle th {
    color:#666;
    background:none;
    background-color:#fff;
    text-align:left;
    border: 1px solid #b2c2c8;
    padding:5px;
    font-size:13px;
    line-height:1em;
}
div#recentAddedIPContent table.noStyle th a.noline {
    margin-right:-4px;
    padding:0;
}
#resultsContent button {
    border: none;
    display: inline-block;
    margin: 0;
}
#resultsContent button span {
    margin-left:30px;
    margin-bottom:3px;
    background: none repeat scroll 0 0 transparent;
    color: #1a5b6d;
    font:14px Verdana, Geneva, sans-serif;
}
#resultsContent button.compare {
    background: url(/assets/images/designstart/compare_icon.png) no-repeat transparent;
    width: 24px;
    height:24px;
}
#resultsContent button.compare:hover {
    background: url(/assets/images/designstart/compare_icon_over.png) no-repeat transparent;
    width:24px;
    height:24px;
}
#resultsContent button.compare:hover span {
    color:#faa61a;
}
#recentAddedIPContent button {
    border: none;
    display: inline-block;
    margin: 0;
}
#recentAddedIPContent button span {
    margin-left:30px;
    margin-bottom:3px;
    background: none repeat scroll 0 0 transparent;
    color: #1a5b6d;
    font:14px Verdana, Geneva, sans-serif;
}
#recentAddedIPContent button.expand {
    background:url(/assets/images/designstart/expand_sprite.png) no-repeat top left transparent;
    width:20px;
    height:20px;
    position:static; /* IE6 */
}
#recentAddedIPContent button.expand:hover {
    background: url(/assets/images/designstart/expand_sprite.png) no-repeat bottom left transparent;
    width:20px;
    height:20px;
}
#recentAddedIPContent button.expand:hover span {
    color:#faa61a;
}
#recentAddedIPContent button.collapse {
    background:url(/assets/images/designstart/collapse_sprite.png) no-repeat top left transparent;
    width:20px;
    height:20px;
    position:static; /* IE6 */
}
#recentAddedIPContent button.collapse:hover {
    background: url(/assets/images/designstart/collapse_sprite.png) no-repeat bottom left transparent;
    width:20px;
    height:20px;
}
#recentAddedIPContent button.collapse:hover span {
    color:#faa61a;
}
/********** begin Product Details Page styles */
.prodProgMessage {
    color:red;
    font-style:italic;
    clear:both;
}
#productDetailsContainer {
    position:relative;
    min-width:770px;
    max-width:1026;
    margin:40px 0;
    clear:both;
}
#productDetailsContainer #prodTopContainer {
    min-width:770px;
    max-width:1026px;
    height:43px;
}
#productDetailsContainer #prodTopContainer h2 {
    background-color:#128cab;
    font-size:14px;
    color:#fff;
    background: #128cab url(/assets/images/designstart/product_details_arrow.png) no-repeat top left;
    padding-left:25px;
    padding-right:20px;
    display:inline-block;
    float:left;
    line-height:2em;
    margin-right:20px;
}
#productDetailsContainer #userEntitlement {
    display:inline-block;
    float:left;
}
#productDetailsContainer #userEntitlement p.eda {
    background: url(/assets/images/designstart/EDA_icon.png) no-repeat bottom left transparent;
    padding-left:25px;
    display:inline;
    float:left;
    margin-right:15px;
    padding-top:15px;
}
#productDetailsContainer #userEntitlement p.data {
    background: url(/assets/images/designstart/datasheet_icon.png) no-repeat bottom left transparent;
    padding-left:25px;
    display:inline;
    float:left;
    padding-top:15px;
}
#productDetailsContainer #prodContentContainer {
    background:url(/assets/images/designstart/product_details_bg.jpg) repeat-x top left transparent;
}
#productDetailsContainer #prodContentContainer .pd_t {
    background: url(/assets/images/designstart/pd_border.png) 0 0 repeat-x;
}
#productDetailsContainer #prodContentContainer .pd_b {
    background: url(/assets/images/designstart/pd_border.png) 0 100% repeat-x;
}
#productDetailsContainer #prodContentContainer .pd_l {
    background: url(/assets/images/designstart/pd_border.png) 0 0 repeat-y;
}
#productDetailsContainer #prodContentContainer .pd_r {
    background: url(/assets/images/designstart/pd_border.png) 100% 0 repeat-y;
}
#productDetailsContainer #prodContentContainer .pd_bl {
    background: url(/assets/images/designstart/pd_bl_corner.png) 0 100% no-repeat;
}
#productDetailsContainer #prodContentContainer .pd_br {
    background: url(/assets/images/designstart/pd_br_corner.png) 100% 100% no-repeat;
}
#productDetailsContainer #prodContentContainer .pd_tl {
    background: url(/assets/images/designstart/pd_tl_corner.png) 0 0 no-repeat;
}
#productDetailsContainer #prodContentContainer .pd_tr {
    background: url(/assets/images/designstart/pd_tr_corner.png) no-repeat scroll 100% 0 transparent;
    min-height: 100px;
    padding:20px;
}
#productDetailsContainer #prodContentContainer h5.or_bul {
    font-weight:bold;
    font-size:14px;
    color: #000;
    background: url(/assets/images/designstart/orange_bullet.jpg) no-repeat left center transparent;
    padding-left:20px;
    margin:0;
}
#productDetailsContainer #prodContentContainer ul {
    list-style:none;
}
#productDetailsContainer #dynamicDSemblem {
    position:absolute;
    top:0;
    right:40px;
    width:261px;
    height:99px;
    background:url(/assets/images/designstart/ds_emblem_bg_sprite.png) no-repeat top left transparent;
    margin-top:-10px;
}
#productDetailsContainer #dynamicEmblemContent { /* this rule is declared in design_start_ie6.css */
    width:230px; 
    height:50px;
    margin-top:35px;
    margin-left:20px;
}
#dynamicEmblemContent #queueBtnContainer {
    position:relative;
    float:left;
    margin-right:10px;
}
#dynamicEmblemContent #queueBtnContainer button.inactive {
    background:url(/assets/images/designstart/ds_emblem_queue_icon_sprite2.png) no-repeat left bottom transparent;
    width:35px;
    height:43px;
    cursor:default;
}
#dynamicEmblemContent #queueBtnContainer button.active {
    background: url(/assets/images/designstart/ds_emblem_queue_icon_sprite2.png) no-repeat left top transparent;
    width:35px;
    height:42px;
    padding-right:130px; /* needed to create wider clickable region */
}
#dynamicEmblemContent #queueBtnContainer button.active:hover {
    background: url(/assets/images/designstart/ds_emblem_queue_icon_sprite2.png) no-repeat left -42px transparent;
    width:35px;
    height:42px;
    padding-right:130px; /* needed to create wider clickable region */
}
#dynamicEmblemContent #queueBtnContainer button.active span {
    font:bold 12px Arial, Helvetica, sans-serif;
    color: #1a5b6d;
    padding:0 0 24px 42px;
    position:static;
}
#dynamicEmblemContent #queueBtnContainer button.active:hover span {
    font:bold 12px Arial, Helvetica, sans-serif;
    color: #faa61a;
    padding:0 0 24px 42px;
    position:static;
}
#dynamicEmblemContent #ctrlContain {  /* this rule is declared in design_start_ie6.css */
    position:absolute;
    left:64px;
    top:50px;
    width:190px;
}
#dynamicEmblemContent h4 {
    font-size:12px;
    color: #1a5b6d;
    font-weight:bold;
    margin:0;
    padding:0;
}
#dynamicEmblemContent p {
    font-size: 10px;
    color:#666;
    line-height: normal;
    margin:0;
    padding:0;
}
#dynamicEmblemContent span.dwnldQ {
    color:#faa61a;
    font-weight:bold;
    font-size:12px;
}
#dynamicEmblemContent p.pendApprove {
    color: red;
}
#dynamicEmblemContent #userBtnContainer {
    height:25px;
    margin:0;
    padding:0;
}
#dynamicEmblemContent #userBtnContainer button {
    border: none;
    display: inline-block;
}
#dynamicEmblemContent #userBtnContainer button span {
    background: none;
    color: #fff;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style:italic;
}
#dynamicEmblemContent #userBtnContainer button.register {
    background: url(/assets/images/designstart/emblem_login_register_button_sprite.png) no-repeat left top transparent;
    width: 62px;
    height: 24px;
}
#dynamicEmblemContent #userBtnContainer button.register:hover {
    background: url(/assets/images/designstart/emblem_login_register_button_sprite.png) no-repeat left bottom transparent;
    width: 62px;
    height:24px;
}
#dynamicEmblemContent #userBtnContainer button.login {
    background: url(/assets/images/designstart/emblem_login_register_button_sprite.png) no-repeat right top transparent;
    width: 50px;
    height:24px;
}
#dynamicEmblemContent #userBtnContainer button.login:hover {
    background: url(/assets/images/designstart/emblem_login_register_button_sprite.png) no-repeat right bottom transparent;
    width: 50px;
    height:24px;
}
#prodContentContainer table.noStyle { /* overrides arm table styles */
    background-color:#fff;
    border:1px solid #b2c2c8;
    width:97%;
    height:100%;
    margin:10px 20px;
}
#prodContentContainer td, #prodContentContainer tr {
    background-color:#fff;
    color:#666;
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
    padding:5px 10px;
    border: 1px solid #b2c2c8;
}
#prodContentContainer tr.alt, #prodContentContainer td.alt {
    background-color:#fafafa;
    color:#666;
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
    padding:5px 10px;
    border: 1px solid #b2c2c8;
}
#prodContentContainer table.noStyle th {
    background-color: #ECECEC;
    border: 1px solid #B2C2C8;
    color: #666666;
    font-size: 13px;
    line-height: 1em;
    padding: 10px;
    text-align: left;
}
/********** end Product Details Page styles */
/********** begin Download Queue styles */
#dqbgContainer {
    position:relative;
    min-width:768px;
    max-width:1025px;
    padding-bottom:50px;
}
#dqbgContainer #dsEmblem {
    background:url(/assets/images/designstart/DS_emblem.png) no-repeat #fff;
    width:165px;
    height:44px;
    padding: 0 5px 10px 0;
    position:absolute;
    top:10px;
    left:10px;
    z-index:10;
}
#dqbgContainer #dqPgTitle {
    position:absolute;
    left:40%;
    top:20px;
    z-index:10;
    background-color:#fff;
    padding:0 10px;
}
#dqPgTitle h1 {
    font: 16px Verdana, Geneva, sans-serif;
    color:#128cab;
    font-weight: normal;
    margin:0;
    padding:0;
}
#dqbgContainer #dqContainer {
    background:url(/assets/images/designstart/bg_gradient.jpg) repeat-x bottom left transparent;
    position:relative;
    top:30px;
    left:10px;
    margin-right:10px;
}
#dqbgContainer #dqContainer .pd_t {
    background: url(/assets/images/designstart/pd_border.png) 0 0 repeat-x;
}
#dqbgContainer #dqContainer .pd_b {
    background: url(/assets/images/designstart/pd_border.png) 0 100% repeat-x;
}
#dqbgContainer #dqContainer .pd_l {
    background: url(/assets/images/designstart/pd_border.png) 0 0 repeat-y;
}
#dqbgContainer #dqContainer .pd_r {
    background: url(/assets/images/designstart/pd_border.png) 100% 0 repeat-y;
}
#dqbgContainer #dqContainer .pd_bl {
    background: url(/assets/images/designstart/pd_bl_corner.png) 0 100% no-repeat;
}
#dqbgContainer #dqContainer .pd_br {
    background: url(/assets/images/designstart/pd_br_corner.png) 100% 100% no-repeat;
}
#dqbgContainer #dqContainer .pd_tl {
    background: url(/assets/images/designstart/pd_tl_corner.png) 0 0 no-repeat;
}
#dqbgContainer #dqContainer .pd_tr {
    background: url(/assets/images/designstart/pd_tr_corner.png) 100% 0 no-repeat;
    padding:20px;
}
#dqContainer #dqControls {  /* this rule is declared in design_start_ie6 and design_start_ie7.css */
    border: 1px dashed #f4d1b8;
    background-color:#fefbf7;
    float:right;
    width:auto;
    padding:5px;
    margin-bottom:15px;
}
#dqContainer #dqNotice {  /* this rule is declared in design_start_ie6.css */
    float:left;
    width:290px;
    margin-top:10px;
}
#dqContainer #dqNotice p {
    color:red;
    font-size:14px;
    font-style:italic;
    line-height:17px;
}
#dqControls p {
    font:14px Arial, Helvetica, sans-serif;
    color:#000;
    float:left;
    margin:10px 0 0 0;
    padding:0 0 0 10px;
}
span.hi_lite {
    font:16px Arial, Helvetica, sans-serif;
    color: #e08c00;
}
#dqControls #iconContainer {
    width:auto;
    height:40px;
    float:right;
    border-left: 1px dashed #F4D1B8;
    padding-left:20px;
    margin-left:20px;
}
#dqControls #iconContainer button {
    border:none;
}
#dqControls #iconContainer button.readd, #dqControls #iconContainer button.readdDim {  /* this rule is declared in design_start_ie6.css */
    background:url(/assets/images/designstart/DQ_icon_sprite3_opt2.png) no-repeat top left transparent;
    width:38px;
    height:28px;
    margin-right:15px;
}
#dqControls #iconContainer button.readd:hover {
    background:url(/assets/images/designstart/DQ_icon_sprite3_opt2.png) no-repeat bottom left transparent;
}
#dqControls #iconContainer button.bundle, #dqControls #iconContainer button.bundleDim {  /* this rule is declared in design_start_ie6.css */
    background:url(/assets/images/designstart/DQ_icon_sprite3_opt2.png) no-repeat -44px top transparent;
    width:38px;
    height:28px;
    margin-right:15px;
}
#dqControls #iconContainer button.bundle:hover {
    background:url(/assets/images/designstart/DQ_icon_sprite3_opt2.png) no-repeat -44px bottom transparent;
}
#dqControls #iconContainer button.remove, #dqControls #iconContainer button.removeDim {  /* this rule is declared in design_start_ie6.css */
    background:url(/assets/images/designstart/DQ_icon_sprite3_opt2.png) no-repeat -88px top transparent;
    width:38px;
    height:28px;
    margin-right:15px;
}
#dqControls #iconContainer button.remove:hover {
    background:url(/assets/images/designstart/DQ_icon_sprite3_opt2.png) no-repeat -88px bottom transparent;
}
#dqControls #iconContainer button.readdDim, #dqControls #iconContainer button.bundleDim, #dqControls #iconContainer button.removeDim {
    cursor:default;
    opacity:.4;
    filter: alpha(opacity=40);
}
#dqControls #iconContainer button.readd span, #dqControls #iconContainer button.readdDim span {
    font:10px Arial, Helvetica, sans-serif;
    color:#0b9444;
    font-variant:small-caps;
    padding-top:28px; /* height of icon sitting above */
}
#dqControls #iconContainer button.readd:hover span {
    font:10px Arial, Helvetica, sans-serif;
    color:#8dc63f;
    font-variant:small-caps;
}
#dqControls #iconContainer button.bundle span, #dqControls #iconContainer button.bundleDim span {
    font:10px Arial, Helvetica, sans-serif;
    color:#135a86;
    font-variant:small-caps;
    padding-top:28px; /* height of icon sitting above */
}
#dqControls #iconContainer button.bundle:hover span {
    font:10px Arial, Helvetica, sans-serif;
    color:#219cef;
    font-variant:small-caps;
}
#dqControls #iconContainer button.remove span, #dqControls #iconContainer button.removeDim span {
    font:10px Arial, Helvetica, sans-serif;
    color:#bf1e2e;
    font-variant:small-caps;
    padding-top:28px; /* height of icon sitting above */
}
#dqControls #iconContainer button.remove:hover span {
    font:10px Arial, Helvetica, sans-serif;
    color:#f7941e;
    font-variant:small-caps;
}
#dqControls #iconContainer button.readdDim span, 
#dqControls #iconContainer button.bundleDim span, 
#dqControls #iconContainer button.removeDim span {
    filter: alpha(opacity=40); /* opacity added here to function in IE */
}
/************ styles for iconContainer DIMMED and INACTIVE */
#dqControls #iconContainerDim { /* use THIS id to dim when nothing is selected in download queue */  /* this rule is declared in design_start_ie6.css and design_start_ie7.css */
    width:auto;
    height:40px;
    float:right;
    border-left:1px dashed #F4D1B8;
    padding-left:20px;
    margin-left:20px;
    opacity: .4; /* opacity BEFORE filter */
}
/********** This style is specifically for IE8 to make the iconContainer DIM */
#dqControls #iconContainerDim button {
    border:none;
    position:static; /* overrides arm_generic.css position:relative which messes the DIM up */
    filter: alpha(opacity=40); /* opacity added here to function in IE */
}
/********** end style specifically for IE8 */
#dqControls #iconContainerDim button.readd {
    background:url(/assets/images/designstart/DQ_icon_sprite3_opt2.png) no-repeat top left transparent;
    width:38px;
    height:28px;
    margin-right:15px;
    cursor:default;
}
#dqControls #iconContainerDim button.bundle {
    background:url(/assets/images/designstart/DQ_icon_sprite3_opt2.png) no-repeat -44px top transparent;
    width:38px;
    height:28px;
    margin-right:15px;
    cursor:default;
}
#dqControls #iconContainerDim button.remove {
    background:url(/assets/images/designstart/DQ_icon_sprite3_opt2.png) no-repeat -88px top transparent;
    width:38px;
    height:28px;
    margin-right:15px;
    cursor:default;
}
/*** button labels */
#dqControls #iconContainerDim button.readd span {
    font:10px Arial, Helvetica, sans-serif;
    color:#0b9444;
    font-variant:small-caps;
    padding-top:28px; /* height of icon sitting above */
    cursor:default;
}
#dqControls #iconContainerDim button.bundle span {
    font:10px Arial, Helvetica, sans-serif;
    color:#135a86;
    font-variant:small-caps;
    padding-top:28px; /* height of icon sitting above */
    cursor:default;
}
#dqControls #iconContainerDim button.remove span {
    font:10px Arial, Helvetica, sans-serif;
    color:#bf1e2e;
    font-variant:small-caps;
    padding-top:28px; /* height of icon sitting above */
    cursor:default;
}
/************ end style for iconContainer DIMMED and INACTIVE */
#dqContainer #dqContent {    /* this rule is declared in design_start_ie6.css */
    padding:15px;
    background-color:#dbe0e4;
    border: 1px solid #b2c2c8;
    clear:both;
    margin-bottom:10px;
    overflow:auto;
}
#dqContainer #dqContentEmpty { /* use THIS id if download queue is empty */  /* this rule is declared in design_start_ie6.css and design_start_ie7.css */
    padding:0;
    background-color:none;
    border: none;
    clear:both;
    margin-bottom:10px;
    min-height:300px;
    font-size:14px;
}
#dqContent #license, #dqContent #IPType, #dqContent #myQueues {  /* this rule is declared in design_start_ie6.css */
    float:left;
    padding-right:5px;
}
#dqContent #bundleDD {
    float:left;
}
#dqContent #paginate {  /* this rule is declared in design_start_ie6.css */
    float:right;
    margin-top:-10px;
    margin-bottom:5px;
}
#dqContent #license p, #dqContent #IPType p, #dqContent #myQueues p, #dqContent #paginate p {
    color: #1a5b6d;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin-top:0;
}
#dqContent #paginate p.inlineRight {
    text-align:right;
    line-height:28px;
    margin-bottom:0;
}
#dqContent select {
    border: 1px solid #B2C2C8;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}
#dqContent table.noStyle { /* overrides arm table styles */
    background-color:#fff;
    border:1px solid #b2c2c8;
    clear:both;
}
#dqContent table.noStyle input {
    border:none;
}
#dqContent td, #dqContent tr {
    background-color:#fff;
    color:#666;
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
    padding:5px 10px;
    border: 1px solid #b2c2c8;
}
#dqContent tr.alt, #dqContent td.alt {
    background-color:#fafafa;
    color:#666;
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
    padding:5px 10px;
    border: 1px solid #b2c2c8;
}
#dqContent tr.selected, #dqContent td.selected {
    background-color:#fff7ec;
    color:#666;
    font-family: Verdana, Geneva, sans-serif;
    font-size:13px;
    padding:5px 10px;
    border: 1px solid #b2c2c8;
}
#dqContent table.noStyle th {
    background:none;
    background-color: #FFFFFF;
    color: #666666;
    font-size: 13px;
    padding: 5px 8px;
    text-align: left;
    border: 1px solid #128cab; 
    white-space:nowrap;
}
#dqContent table.noStyle th a.noline {
    margin-right:-4px;
    padding:0;
}
/*
#dqContent table.noStyle td.availNow {
    color:blue;
    font-style:italic;
}
*/
#dqContent table.noStyle td.pendWD { /* pending release, pending access or withdrawn messages */
    color:grey;
    font-style:italic;
}
#dqContent table.noStyle td.notApproved {
    color:red;
    font-style:italic;
}
#dqContent table.noStyle td span.new {
    color:green;
    font-style:italic;
    font-weight:bold;
    margin:0;
    padding:0 0 0 10px;
}
#dqContent table.noStyle td button.download {  /* this rule is declared in design_start_ie6.css */
    background:url(/assets/images/designstart/download_sprite.png) no-repeat top left transparent;
    width:19px;
    height:19px;
    position:static;
    overflow:hidden;
}
#dqContent table.noStyle td button.download:hover {
    background:url(/assets/images/designstart/download_sprite.png) no-repeat bottom left transparent;
}
#dqContentEmpty #license {
    background:none;
}
#dqContentEmpty #license p {
    color:#1a5b6d;
    font:14px Verdana, Geneva, sans-serif;
}
#dqContentEmpty #license select {
    border:1px solid #b2c2c8;
    font:13px Verdana, Geneva, sans-serif;
}
#dqContainer #minHeight {
    min-height:400px;
}
/********** end Download Queue styles */
/* CSS Rule below control presentation of elements INSIDE the MODAL WINDOW FRAME */
/************ Global styles */
body.modalContent {  /* this rule is declared in design_start_ie6.css */
    font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #4d4e5f;
    margin:0;
}
body.modalContent a,
body.modalContent a:visited,
body.modalContent a:hover,
body.modalContent a:active {
    color:#0f758e;
    text-decoration:none;
    border-bottom:1px dotted #0f758e;
    
}
body.modalContent a:hover,
body.modalContent a:active {
    color:#faa61a;
    text-decoration:none;
    border-bottom:1px dotted #faa61a;
    
}
#wrapper {  
    width:auto;
    overflow:hidden;
}
#wrapper p.red {
    color:red;
}
/************* NDA styles */
div.orangeBar {
    background-color: #ffe5c1;
    padding:5px;
}
div.orangeBar h4 {
    font:bold 14px Verdana, Geneva, sans-serif #333333;
    padding:0;
    margin:0;
    display:inline;
}
div.orangeBar p.revisionDate {
    font-weight:normal;
    font-style:italic;
    display:inline;
    margin:0 10px;
    padding:0;
}
#ndaContent {
    border:1px solid #b2c2c8;
    overflow:auto;
    padding:0 5px;
    margin:15px 0 10px 0;
    width:480px;
    height:140px;
}
#ndaContent pre {
    font-family:"Times New Roman", Times, serif;
    font-size:16px;
    color:#000;
    margin-top:0;
}
#ndaContent pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
#ndaContent #savePrint {
    text-align:center;
}
#ndaContent #savePrint p.ndaLinks {
    display:inline;
    margin-right:20px;
    text-align:center;
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
}
input.agree {
    color: #4d4e5f;
    font: bold 14px Arial, Helvetica, sans-serif;
    background: url(/assets/images/designstart/button_sprite.png) no-repeat left top transparent;
    width: 97px;
    height: 31px;
    border:none;
    margin-right:5px;
    cursor:pointer;
}
input.agree:hover {
    background: url(/assets/images/designstart/button_sprite.png) no-repeat left bottom transparent;
}
div.hide, .hide {
    display: none;
}
 @media print {
body {
    font-family:georgia, times, sans-serif;
}
div.noPrint {
    display:none;
}
.noPrint {
    display:none;
}
div.yesPrint {
    display: block;
}
}
/********** end NDA styles */
/********** begin Login styles */
#formLayout {
    width:auto;
}
#formLayout label, #formLayout input {
    display: block;
    float: left;
    margin-bottom: 15px;
    font: 14px Verdana, Geneva, sans-serif #4d4e5f;
}
#formLayout label {
    text-align: left;
    padding-right: 10px;
    width:75px;
}
#formLayout input {
    width:250px;
    border:1px solid #a1c1cf;
}
#formLayout label.rmb {
    text-align: left;
    padding-left: 3px;
    margin-bottom:15px;
    width:200px;
}
#formLayout input.chk {
    width:auto;
    margin-left:85px;
    border:none;
    margin-bottom:15px;
}
p.formLinks {
    text-align:left;
    margin:0 0 15px 85px;
    clear:both;
}
#formLayout br {
    clear:both;
    display:block;
}
#formLayout #btnContainer {
    margin-left:85px;
    text-align:center;
    clear:both;
}
#formLayout input.login {
    color: #4d4e5f;
    font: bold 14px Arial, Helvetica, sans-serif;
    background: url(/assets/images/designstart/button_sprite.png) no-repeat left top transparent;
    width: 97px;
    height: 31px;
    border:none;
}
#formLayout input.login:hover {
    background: url(/assets/images/designstart/button_sprite.png) no-repeat left bottom transparent;
}
/********** end Login styles */
/********** begin Add to Queue styles */
#productName h3 {
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    color:#4d4e5f;
    font-weight:bold;
    text-align:center;
}
tr.addQueueBar,
tr.bspBar {
    background-color: #bdd4e1; /* bg color behind top "add to download queue" bar */
}
tr.atq_group {
    background-color: #dbe0e4; /* bg color behind "request access" bar */
}
.barLeft { /* reuse this for separator bars that say "add to my download queue" or "request access" */
    float:left;
}
.barRight { /* reuse this for the right side of separator bar that says "select all" or "deselect all" */
    float:right;
}
.barLeft p, .barRight p {
    font-weight:bold;
    vertical-align:middle;
    line-height:22px;
    margin:0;
    padding:2px;
}
.barLeft a {
    color:#0f758e;
    cursor:help;
}
.barRight label {
    font-size:12px;
    font-weight:normal;
    margin:0;
    padding:2px;
    display:inline;
}
img.caret {
    width:15px;
    height:12px;
    border:none;
    cursor:pointer;
    padding-right:0;
}
/*table#atq td, table#atq th,
table#bsp td, table#bsp th,
table#bsp2 td, table#bsp2 th {
    font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #4d4e5f;
}*/
table#bsp td, table#bsp2 td {
    font-size: 12px;
    padding: 5px 5px 5px 0;
}
table#bsp tr.greyBar th, table#bsp2 tr.greyBar th {
    background-color: #DED9D3;
    border-color: #DED9D3;
    font-weight: normal;
    padding: 5px 10px 5px 0;
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
}
table#atq tr, table#atq td {  
    padding:5px 5px 5px 0;
}
table#atq tr.selected, table#atq td.selected {
    background-color: #FFF7EC;
    border-color:#fff7ec;
}
table#atq input[type="checkbox"] {
    margin-right:0;
}
table#bsp tr, table#bsp td,
table#bsp2 tr, table#bsp2 td {
    padding:5px 5px 5px 0;
}
table#bsp tr.selected, table#bsp td.selected,
table#bsp2 tr.selected, table#bsp2 td.selected {
    background-color: #FFF7EC;
    border-color:#fff7ec;
}
table#bsp tr.greyBar, table#bsp td.greyBar,
table#bsp2 tr.greyBar, table#bsp2 td.greyBar {
    background-color: #DED9D3;
    border-color:#DED9D3;
}
table#bsp input[type="checkbox"],
table#bsp2 input[type="checkbox"] {
    margin-right:5px;
}
table#bsp2 td.bspNotice {
    color:#911b1d;
}
table#bsp2 td.emphasis {
    font-style:italic;
    color:green;
}
td.bspNotice a.nohelp, td.bspNotice a.nohelp:visited, td.bspNotice a.nohelp:hover, td.bspNotice a.nohelp:active {
    cursor:pointer;
    color: #0f758e;
    text-decoration: none;
    border-bottom: 1px dotted #0f758e;
}
td.bspNotice a.nohelp:hover, td.bspNotice a.nohelp:active {
    cursor:pointer;
    color: #faa61a;
    text-decoration: none;
    border-bottom: 1px dotted #faa61a;
}
a.view {
    cursor:help;
}
span.fxftview {
    margin-left:20px;
}
.pendingrelease, td.pendingrelease {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-style:italic;
    color: red;
    text-align: center;
}
.released, td.released {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-style:italic;
    color: green;
    text-align: center;
}
.inqueue, td.inqueue {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-style:italic;
    color: blue;
    text-align: center;
}
.updateinprogress, td.updateinprogress,
.temporarilywithdrawn, td.temporarilywithdrawn,
.limitedrelease, td.limitedrelease {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-style:italic;
    text-align: center;
}
a.all {
    font-size: 85%;
}
td.btnContainer {
    margin:0;
    text-align:center;
}
input.submit, input.cancel, input.close {
    color: #4d4e5f;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold;
    background: url(/assets/images/designstart/button_sprite.png) no-repeat left top transparent;
    width: 97px;
    height: 31px;
    border:none;
}
input.submit:hover, input.cancel:hover, input.close:hover {
    background: url(/assets/images/designstart/button_sprite.png) no-repeat left bottom transparent;
    width: 97px;
    height: 31px;
    border:none;
    cursor:pointer;
}
input.goQueue, input.startBundle, input.addQueue {
    color: #4d4e5f;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold;
    background: url(/assets/images/designstart/button_sprite.png) no-repeat -97px top transparent;
    width: 186px;
    height: 31px;
    margin-left:5px;
    border:none;
}
input.goQueue:hover, input.startBundle:hover, input.addQueue:hover {
    background: url(/assets/images/designstart/button_sprite.png) no-repeat -97px bottom transparent;
    width: 186px;
    height: 31px;
    margin-left:5px;
    border:none;
    cursor:pointer;
}
td.help a, td.help a:visited, td.help a:hover, td.help a:active {
    color:#0f758e;
    cursor:help;
}
/************** end Add to Queue styles */
/************** begin CTA styles */
#ctaFormLayout { /* this rule is declared in design_start_ie6.css */
    border:1px dotted #b2c2c8;
    padding:0 5px;
    overflow:auto;
    height:120px;
}
.ctaContainer {  /* this rule is declared in design_start_ie6.css and design_start_ie7.css */
    width:100%;
    float:left;
    margin-top:10px;
    border-bottom: 1px dotted #a1c1cf; 
}
.radioBtn {
    width:25%;
    float:left;
    clear:both;
}
.prodLicense {  /* this rule is declared in design_start_ie6.css */
    width:74%;
    float:left;
    margin-bottom:15px;
}
.prodLicense p {
    margin:0;
    padding:0;
}
.prodLicense p.prodList {
    font-size:10px;
    color:#666;
    margin-top:5px;
}
.prodLicense ul {
    margin:0;
    padding:0;
    font-size:10px;
    color:#666;    
}
.prodLicense li {
    list-style-type:none;
    list-style-image:url(/assets/images/designstart/dash.png);
    margin-left:15px;
}
.orangeBar p.inline {
    margin:0;
    padding:0;
    font-weight:bold;
}
#ctaBtnContainer {
    clear:both;
    float:right;
    margin-top:15px;
}
input.ctaAgree {
    color: #4d4e5f;
    font: bold 14px Arial, Helvetica, sans-serif;
    background: url(/assets/images/designstart/button_sprite.png) no-repeat left top transparent;
    width: 97px;
    height: 31px;
    border:none;
    margin-right:5px;
}
input.ctaAgree:hover {
    background: url(/assets/images/designstart/button_sprite.png) no-repeat left bottom transparent;
}
/************* end CTA styles */
/*** modal window wait styles */
body.modalWait {
    font-size:96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 0px;
    font-family: Verdana, Geneva, sans-serif;
    color: #222222;
}
#waitImg {
    background-color: transparent;
    margin: 20% 0%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
/*** no-javascript styles */
div#nojs { /* needed for JS call to render alert div */
    width:auto;
    zoom:1;
}
div.no-jsAlert {
    width:auto;
    height:40px;
    border:2px solid #d79a0b;
    box-shadow: 5px 1px 5px 1px rgba(0, 6, 102, 0.7);
    background: url(/assets/images/designstart/alert_bg.jpg) repeat-x 0 0 transparent;
    margin-bottom:10px;
}
div.no-jsAlert p {
    background:url(/assets/images/designstart/alert_icon.png) no-repeat 3px 4px transparent;
    height:32px;
    padding:10px 0 0 40px;
    margin:0;
}
td.waiting {
    font-size: 10px !important;
    line-height: normal;
    font-style: italic; /* optional */
}
/* ASPERA */
.float-clear{
    clear: both;
}
p.aspera-notice {
    background: url(/assets/images/designstart/infoIcon.png) no-repeat left top transparent;
    margin-top: 180px;
    padding-left: 25px;
    padding-right: 20px;
}
td.shrink {
    white-space: nowrap;
    padding-right: 6px;
}
td.expand {
    width: 99%;
    padding-right: 6px;
}
.initiating-transfer {
    background: url(/assets/images/icons/ajax-loader.gif) no-repeat center center transparent;
    min-height: 15px;
}
.progress-bar {
    height: 15px;
    width: 80px;
    border: 1px solid #086184;
    padding: 1px 2px;
    display: inline-block;
}
.progress-bar > div {
    height: 100%;
    background-color: green;
    float: left;
}
button.icon-button {
    padding: 2px;
    vertical-align: top;
    border: none;
    background: none;
}
button.icon-button img {
    max-height: 15px;
    max-width: 15px;
}
.message {
    font-size: x-small;
}
.message a {
    text-decoration: underline;
    border: none;
}
button.link-button {
    cursor: pointer;
    font-size: inherit;
    text-decoration: underline;
    color: #003366;
    padding: 0px;
    border: none;
    background-color: inherit;
}
button.link-button:hover {
    color: #086184;
    padding: 0px;
    border: none;
    background-color: inherit;
}
.not-downloading, .initiating-transfer, .downloading,
.paused, .failed, .restart-in-browser {
    display: none;
}
[data-aspera-state=not-downloading] .content .not-downloading,
[data-aspera-state=initiating-transfer] .content .initiating-transfer,
[data-aspera-state=resuming-transfer] .content .resuming-transfer,
[data-aspera-state=downloading] .content .downloading,
[data-aspera-state=paused] .content .paused,
[data-aspera-state=failed] .content .failed,
[data-aspera-state=completed] .content .completed {
    display:block;
}

[data-restart-in-browser=true] .restart-in-browser.inline,
[data-aspera-state=not-downloading] .content .not-downloading.inline,
[data-aspera-state=initiating-transfer] .content .initiating-transfer.inline,
[data-aspera-state=resuming-transfer] .content .resuming-transfer.inline,
[data-aspera-state=downloading] .content .downloading.inline,
[data-aspera-state=paused] .content .paused.inline,
[data-aspera-state=failed] .content .failed.inline,
[data-aspera-state=completed] .content .completed.inline {
    display:inline-block;
}

[data-aspera-state=resuming-transfer] .content .resuming-transfer-invisible {
    display:inline-block;
    visibility: hidden;
}

[data-aspera-state=completed] .content .completed-invisible,
[data-aspera-state=failed] .content .failed-invisible {
    visibility: hidden;
}

[data-aspera-state=failed] .content .progress-bar > div {
    background-color: red;
}