body {
  width: 970px;
  position: relative;  
  font-size: 8pt;  
  font-family: arial, tahoma, verdana;
  text-align: center;
  padding: 0px;
  margin: 10px auto 10px auto;
}

img {
  border: 0px;
  text-decoration: none;
}

a {
  color: #0069aa;
}

a:hover {
  color: #0099cc;
}

a img {
  text-decoration: none;
}

hr {
  height: 1px;
  color: #CCCCCC;
  border: 0;
  background-color: #CCCCCC;  
  padding: 0px;
  margin: 0px 0px 7px 0px;
}

p {
  line-height: 13pt;
}

.pageContainer {
  width: 970px;
  text-align: left;
}

.vdxLogo {
  float: left;
}

.secondaryNav {
  float: right;
  color: #666666;
  font-size: 10pt;
  margin-top: 17px;
}

.secondaryNav a {
  text-align: right;
  line-height: 11pt;
}

#vdxComLogout {
  display: none;
}

.nav {
  float: left;
  width: 100%;
  height: 33px;
  clear: both;
  font-family: trebuchet ms, tahoma, arial;  
  margin: 17px 0px 5px 0px;  
}

.mainNav {
  float: left;
}

.mainNav a {
  display: block;
  float: left;
  font-size: 9pt;                                                               
  text-decoration: none;  
  border: 1px solid #99c3dd;
  background-image: url(images/mainNavBox.gif);
  background-repeat: no-repeat;
  background-position: 18px 50%;
  padding: 3px 18px 3px 36px;
  margin-right: 15px;
  margin-top: 7px;
}

.mainNav a:hover {
  background-image: url(images/mainNavBoxOver.gif);
}

.mainNav a.selected, .mainNav a.selected:hover {
  background-image: url(images/mainNavBoxSel.gif);
}

.subNav {
  float: right;
  margin: 18px 0px 5px 0px;  
}

.pageContent {
  clear: both;
  float: left;
  width: 100%;
  font-size: 10pt;
  font-family: arial, sans-serif;  
  margin-top: 10px;
}

.landingContent {
  clear: both;
  float: left;
  width: 940px;
  font-size: 10pt;
  border: 1px solid #bbc4ca;
  padding: 15px;
}

.mainRoundBorder * {
  background: #FFFFFF none repeat scroll 0 0;
  display: block;
  height: 1px;
  overflow: hidden;
}

.mainRoundBorderLayer1 {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  margin: 0 1px;
}

/* Different style for top-left of content area */
.mainRoundBorderLayer1Top {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  margin: 0 1px 0 0;
}

.mainRoundBorderLayer3 {
  background: #CCC none repeat scroll 0 0;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  margin: 0 3px;
  padding: 0 3px;
}

.mainRoundBorderLayer2 {
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  margin:0 2px;
  padding:0;
}

/* Different style for top-left of content area */
.mainRoundBorderLayer2Top {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  margin: 0 2px 0 0;
  padding: 0px;
}

.mainRoundBorderContent {
  background: #FFFFFF none repeat scroll 0 0;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  overflow: hidden;
  padding: 4px 8px;
}

.orangeBorder .mainRoundBorderContent, 
.orangeBorder .mainRoundBorderLayer3,
.orangeBorder .mainRoundBorderLayer2,
.orangeBorder .mainRoundBorderLayer1 
{
  border-color: #FFC266;
  background-color: #EEEEEE;
}

.orangeBorder .mainRoundBorderLayer3 {
  background-color: #FFC266;
}

.filledRoundBorderLayer1 , .filledRoundBorderLayer2, .filledRoundBorderLayer3, .filledRoundBorderContent {
  background: #EFEFEF none repeat scroll 0 0;
}

.orange {
  color: #FF9900;
}

.gray {
  color: #666666;
}

.orangeArrow, .pdfIcon {
  margin-left: 5px;  
}

.footer {
  clear: both;
  color: #999999;
  padding-top: 50px;
  margin: 0px 35px 0px 0px;
}

.footer .footerNav {
  float: none;
  font-family: trebuchet ms, tahoma, arial;  
  font-size: 9pt;
  margin-bottom: 10px;
}

.footer .footerNav a {
  border-right: 1px solid #CCCCCC;
  padding: 1px 7px 0px 4px;
}

.footer .footerNav a#forEnterprise {
  padding-left: 0px;
}

.footer .footerNav a#aboutUs {
  border-right: 0px;
}

.footer .disclaimer {
  display: block;
  width: auto;
  font-family: arial, tahoma, verdana;
}

.footer .disclaimer a {
  color: #999999;
}

.footer .logicalLogo {
  float: right;
  border-left: 0px solid #CCCCCC;
  padding-left: 25px;
  padding-bottom: 20px;
  margin-left: 25px;  
}

.footer .logicalLogo img {
  margin-top: 20px;
}

.tooltip {
  z-index: 2; 
  visibility: hidden; 
  width:350px; 
  display:none; 
  background-color: #ffffe0; 
  border: solid 1px #cccccc; 
  padding: 3px;
  margin-top: 60px;  
}

/*4 min demo*/
.videoContainer {
  float: right; 
  padding: 4px;  
}

.videoContent {
  float: right; 
  margin-top: 20px;  
}

.videoContent .pageHeader {
  background-image: none;
  background-color: #FFFFFF;
}

.videoContent .pageText {
  margin-top: -140px;
}

.error {
  display: block;  
  background: transparent url(images/alertSymbol.gif) no-repeat scroll left top;
  padding-left: 40px;
  margin-bottom: 15px;
}
