body {
    margin: 0px 0px 0px 0px;
    /*
    EACH APPLICATION CAN OVERRIDE THESE BY 
    PLACING LOCAL STYLE SHEET AFTER THIS ONE
    */
    font-family: arial;
    font-size: 12px;
}

/* PREVENTS EXTRA SPACE BELOW FORM IN IE */
form {
    margin: 0;
    padding: 0;
}

/* GREEN PAGE TITLE */
.firstHeading1 {
    font-family: arial;
    font-size: 18px;
    color: #393;
}

.firstHeading3 {
    font-family: arial;
    font-size: 17px;
    color: #666;
}
.fadeLine {
    background-image: url('http://rp.vicorpower.com/secure_website_template/images/fade_line.gif');
    background-position: 100% 85%;
    background-repeat: no-repeat;
}
.fadeLine span {
    background-color: #FFF;
    padding-right: 10px;
}

/* CENTER PAGE CONTENT IN LINE WITH HEADER AND FOOTER */
div.pageContent {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    font-family: arial;
    font-size: 12px;
    /*border: 1px solid red;*/
}

.bodyText1 {
    font-family: arial !important;
    font-size: 11px !important;
    line-height: 14px;
    color: #999;
}

.bodyLink {
    font-family: arial;
    font-size: 11px;
    color: #007cb7;
    font-weight: normal;
}

a.bodyLink {
    text-decoration: none;
}

a.bodyLink:hover {
    text-decoration: underline;
}

a.video {
    font-family: arial;
    font-size: 11px;
    text-decoration: none;
}
a.video:hover {
    text-decoration: underline;
}

a:link,
a:visited,
a:active,
a:hover {
    color: #007cb7;
}

a.btnBlue {
    font-family: arial;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background-color: #007CB7;
    padding: 3px 10px 3px 10px;
    line-height: 22px;
}
a.btnBlueRight {
    padding: 3px 19px 3px 10px;
    background-image: url('http://rp.vicorpower.com/secure_website_template/images/btn_arrow_right.gif');
    background-repeat: no-repeat;
    background-position: right;
}
a.btnBlueLeft {
    padding: 3px 10px 3px 19px;
    background-image: url('http://rp.vicorpower.com/secure_website_template/images/btn_arrow_left.gif');
    background-repeat: no-repeat;
    background-position: left;
}
a.btnBlue:hover {
    color: #ffffff;
    background-color: #0A5CAF;
}

/*=============================================================================
  BEGIN BREADCRUMBS
=============================================================================*/

div#breadcrumbs {
    /*background-image: url('http://rp.vicorpower.com/secure_website_template/images/breadcrumb_gradient.gif');*/
    background-repeat: repeat-x;
}
div#breadcrumbs div#breadcrumbs-content {
    font-family: arial;
    font-size: 10px;
    color: #666666;
}
div#breadcrumbs a {
    color: #007CB7;
    text-decoration: none;
    font-size: 10px;
}
div#breadcrumbs a:hover {
    text-decoration: underline;
}
div#breadcrumbs .divider {
    margin: 0px 5px;
}
div#breadcrumbs div#breadcrumbs-content {
    margin: 0 auto;
    width: 850px;
    padding: 11px 0px 10px 0px;
    position: relative;
}
div#breadcrumbs div#breadcrumbs-links {
    position: absolute;
    right: 0px;
}
div#breadcrumbs div#breadcrumbs-links span {
    border-left: 1px solid #007CB7;
    padding: 0px 8px 0px 12px;
}
div#breadcrumbs div#breadcrumbs-links span.phone {
    border-left: 0px;
    font-size: 11px;
    color: #999999;
}

/*=============================================================================
  END BREADCRUMBS
=============================================================================*/

/*=========================================================
  BEGIN GREEN/GRAY NAVIGATION TABS
=========================================================*/

div.tabContainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 5px solid #339933;
    font-family: arial;
}
div.tabContainer table {
    height: 33px;
}
div.tabContainer td {
    border-right: 1px solid #FFFFFF;
    text-align: center;
}
div.tabContainer td.tabOn span {
    padding-left: 20px;
    padding-right: 20px;
}
div.tabContainer td.tabOn {
    background: #339933 url('http://rp.vicorpower.com/secure_website_template/images/tab_sel_lft.gif') no-repeat 0px 0px;
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
}
div.tabContainer td.tabOn br {
    line-height: 10px;
}
div.tabContainer td.tabOn div {
    background: #339933 url('http://rp.vicorpower.com/secure_website_template/images/tab_sel_rgt.gif') top right no-repeat;
    width: 5px;
    height: 5px;
    float: right;
}
div.tabContainer td.tabOff {
    font-size: 11px;
    background-color: #EAEAEA;
    border-top: 5px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
}

div.tabContainer td.tabOffHilite {
    background-color: #d5eaec;
}

/*=========================================================
  END GREEN/GRAY NAVIGATION TABS
=========================================================*/

/*=========================================================
  BEGIN RIGHT COLUMN SIDEBAR PROVIDING CONTACT INFO.
  ALSO REQUIRES ORIGINAL
  * right-column.css
  * form-fields.css
  * navigation.css
  * dojo.js
  * vicor-dojo.js

UPDATE: AUG 17 2009
REMOVE ALL right-column styles. REPLACED WITH table.exp BELOW.

=========================================================*/

table.exp {
    width: 220px;
}

table.exp td.menuHdr {
    color: #888888;
    text-decoration: none;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    background: #d5eaec url('http://rp.vicorpower.com/secure_website_template/images/bgExpMenu.gif') no-repeat;
    height: 24px;
    border-bottom: 1px solid #ffffff;
    padding: 0px 0px 0px 3px;
}

table.exp td.menuContents {
    background-color: #F2FAFB;
    padding: 10px 10px 14px 14px;
    font-family: arial;
    font-size: 11px;
    line-height: 14px;
    color: #999999;
    width: 220px;
}

table.exp td.menuContents select {
    font-size: 11px;
    line-height: 14px;
    color: #999999;
}

.secondHeading1 {
    font-family: arial;
    font-weight: bold;
    font-size: 11px;
    color: #666;
}
a.secondHeading1 {
    text-decoration: none;
    color: #666;
}
a.secondHeading1:hover {
    text-decoration: underline;
    color: #007CB7;
}

/*adding div#right-column to .bodyText1 causes Technical Questions
  country drop-down text to be too close to top. */
.bodyText1 {
    font-family: arial;
    font-size: 11px;
    line-height: 14px;
    color: #999;
}

/*adding div#right-column to one of these .solidFilledicon causes
  submit button in callMeBack pop-up not to be aligned right. */

div.child-width-parent div.solidFilledicon {
    width: 100%;
}
.solidFilledicon {
    float: left;
    clear: both;
}
.solidFilledicon a,
.solidFilledicon img,
.solidFilledicon span {
    float: left;
    vertical-align: middle;
}
.solidFilledicon img {
    margin-bottom: 4px;
    margin-right: 5px;
    *padding-bottom: 4px;
}

/*=========================================================
  END RIGHT COLUMN SIDEBAR PROVIDING CONTACT INFO
=========================================================*/