/*************************************************************************/
/* General                                                               */
/*************************************************************************/

/* Colors: 
  #a4a6a9 -- gray, navigation menus
  #1c4176 -- blue, active tab, links
  #687b98 -- blue-gray, subtitles (h3)
  #ca5050 -- red
  #F3F3F3 -- gray page margin background
*/


* {
  padding: 0; 
  margin: 0;
}

a {
  text-decoration: none;
  color: #1c4176;
}
a:hover {
  color: #ca5050;
}

html, body {
  height: 100%;
  background: #F3F3F3;
  color: #333333;
}

body {
  color: #333333;
  text-align: center;
  font: 90% Arial, sans-serif;
  font-size: 0.8em;
}
  
.clear {
  clear: both;
}
  
.spacer {
  height: 1em;
}

.centered {
  text-align: center;
}

.importantred {
  color: #ca5050;
  font-weight: bold;
}

  
/*************************************************************************/
/* Content body with drop shadow borders                                 */
/*************************************************************************/

#qvContainer {
  width: 940px;
  min-height:100%;
  margin: 0 auto;
  position:relative;
  background: #F3F3F3 url(../img/qvback.gif) repeat-y;    
}

#qvPage {
  text-align: left;
}

#qvBody {
/*
  width: 868px;
*/
  width: 895px;
  margin: 0 auto;
  padding-bottom: 60px;
}   
  
#qvLogo {
  clear: both;
  float: left;
  width: 249px;
  margin: 0px; 
  padding: 0px;
  text-align: left;
  height: 91px;
}

#qvTagline{
  display: inline;
  margin-left: 50px;
  margin: 0px; 
  padding: 0px;
  height: 91px;
  text-align:justify; 
}
  
  
/*************************************************************************/
/* Top banner with menus                                                 */
/*************************************************************************/

#qvHeader {
/*
  position: relative;
  height: 120px;
*/
  width: 940px;
  margin-bottom: 0px;
/*
  background:  #F3F3F3 url(../img/qvbannerempty3.gif) no-repeat;  
*/
}

#qvHeader #qvLogoAndTagline {
/*
  position:absolute;
  margin-top: 10px;
  padding-left: 60px;
*/
  margin-top: 0px;
  height: 91px;
  padding-left: 20px;
}

#qvTopMenu {
/*
  position: absolute;
  bottom: 18px;
  float: left;
  margin-left: 245px;
  font-weight: bold;
  font-size: 12px;
  width: 700px; 
*/
  border-style: none;
  margin-left: 19px;
  margin-right: 17px;
  padding: 10px;
  padding-left: 30px;
  padding-bottom: 0px;
  padding-top: 5px;
/*
  background:  #1c4176 url(../img/w3_topmenubkg.gif) repeat-x;
*/
  background:  url(../img/w3_topmenubkg.gif) repeat-x;
  height: 54px;
  color: #899cb8;
  overflow:hidden;
  margin-bottom: 0px;
}

#qvTopMenu ul {
  list-style-type: none;
}

#qvTopMenu li {
  display: inline;
  margin-right: 30px;
  float: left; 
  width: 80px;
}

#qvTopMenu .right {
  margin-right: 10px;
  padding-right: 20px;
  width: 130px;
  float: right; 
}



/* links */
#qvTopMenu li a {
  color: #899cb8;
  /*color: #F3F3F3;*//*#a4a6a9;*/
}

#qvTopMenu li a .pagename{
  display: block;
  font-weight: bold;
  /*color: #F3F3F3;*//*#a4a6a9;*/
  font-size: 105%;
}

#qvTopMenu li a .pageabstract{
  display: block;
  font-weight: normal;
  font-style: normal;
  /*color: #F3F3F3;*//*#a4a6a9;*/
  font-size: 80%;
}


#qvTopMenu .current * ,
#qvTopMenu li a:hover {
  color: #F3F3F3;
}

#qvTopMenu .current * .pagename,
#qvTopMenu li a:hover .pagename{
/*
  text-decoration: underline;  
*/
}


/*************************************************************************/
/* Content                                                               */
/*************************************************************************/


#qvContent {
  margin: 0px 20px 0 220px; 
  padding: 15px 10px 0 10px;
  text-align: justify;
}

#qvContent a {
  font-weight: bold;
}

#qvContent h2 {  
  /* Content title */
  color: #687b98;
  font-family: Arial, sans-serif;
  font-weight: normal; 
  font-size: 180%;
  border-bottom: 1px solid;
  margin-bottom: -20px;
  text-align: right;
  padding-right: 15px;}

h3 {
  /* Content subtitle */
  color: #687b98;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 90%;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: right;
}

h4 {
  /* in-text header */
  color: #687b98;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 120%;
  margin-top: 20px;
  margin-bottom: 5px;
/*  padding-left: 10px;*/
  text-align: left;
}


.enhanced {
  font-size: 100%;
  color: #444444; /* #687b98;*/
  font-weight: bold;
}

.italics {
  font-size: 100%;
  color: #444444; 
  font-style: italic;
}

.quiet {
  font-size: 70%;
  color: #888888;
}

.small {
  font-size: 70%;
}

.gray {
  color: #888888;
}

.quote {
  /* quote */
  /*color: #687b98;*/
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: left;
}  

.quoteauthor {
  /* quote */
  color: #555555; /* #687b98;*/
  font-family: Arial, sans-serif;
  font-size:85%; 
}  

/*************************************************************************/
/* Side bar with menus                                                   */
/*************************************************************************/
#qvSideBar {
  clear: both;
  float: left;
  width: 209px;
  color: #1c4176;
  margin: 0;
  padding: 0px 15px 20px 0px;
  padding-top: 0px;
  font-size: 95%;
}


.qvSideMenu {
  background: url(../img/w3_qvpanelbk.gif) repeat-y;
/*
  background: url(../img/qvpanelbk.gif) repeat-y;
*/
}
.qvSideMenu .beginning {
  height: 17px;
/*
  background: url(../img/qvpaneltop.gif) no-repeat;
*/
}
.qvSideMenu .end {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 15px;
/*
  background: url(../img/qvpanelbot.gif) no-repeat;
*/
}

.qvSideMenu ul li.title {
  font-size: 1.5em;
/*
  border-bottom: 1px solid #dbe1ea; 
*/
  padding: 0 0 0 5px;
  margin-bottom: 5px;
/*
  color: #687b98;
*/
  color: #1c4176;
}

.qvSideMenu ul {
  list-style-type: none;
  padding: 0px 15px 10px 22px;
}
.qvSideMenu ul li {
  padding: 6px 0 0 15px;
}
.qvSideMenu ul li.title a
{
  padding: 6px 0 0 0px;
  margin-left: 0;
}

.qvSideMenu ul li a
 {
  color: #1c4176;
  text-decoration: none;
/*
  padding: 2px 0 10px 15px;
*/
  padding: 2px 0 0px 0px;
  margin-left: 0px;
}

.qvSideMenu ul li a:hover 
{
  color: #1c4176;
  text-decoration: underline;
}

.qvSideMenu ul li.current a
{
  text-decoration: underline;
/*
  background: url(../img/qvbullet3.gif) no-repeat;
*/
}

.qvSideMenu ul li.pdf a
{
  background: url(../img/icon-pdf.gif) no-repeat;
  margin-left: -2px;
  padding-left: 20px;
}

.qvSideMenu ul li.download a
{
  background: url(../img/icon-download.gif) no-repeat;
  margin-left: -2px;
  padding-left: 20px;
}



.qvSideMenu ul li.current a:hover ,
.qvSideMenu ul li.title a:hover
{
  text-decoration: none;
}

.qvSideMenu li.spacer {
  height: 35px;
}

.qvSideMenu .pagename{
  display: inline;
}
.qvSideMenu .pageabstract{
  display: none;
}


/*************************************************************************/
/* 2 columns layout                                                                */
/*************************************************************************/ 


.LeftColumn {
  float: left;
  width: 300px;
  padding: 5px;
}  


.RightColumn {
  overflow: auto;
  float: right;
  width: 300px;
  padding: 5px;
}

.LeftColumn h1, 
.RightColumn h1 {
  /* Content subtitle */
  color: #687b98;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 150%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: left;
}


/*************************************************************************/
/* Footer                                                                */
/*************************************************************************/ 
#qvFooter {
  clear: both;
  position: absolute;
  bottom: 0;

  border-top: 1px solid;
  height: 30px;
  width: 868px;
  padding-top: 3px;
  margin: 0 auto;
  color: #687b98;
  text-align: center;
  font-size: 80%;
}

#qvFooter a img {
  vertical-align: middle;
  border: 0;
  margin: -2px 0 0 -5px;
}

#qvFooter .lang {
  font-size: 110%;
  font-weight: bold;
}

#qvFooter .lang a {
  color: #687b98;
}

#qvFooter .lang a:hover {
  text-decoration: underline;    
}


#qvFooter .pagename{
  display: inline;
}
#qvFooter .pageabstract{
  display: none;
}

/*************************************************************************/
/* Images                                                                */
/*************************************************************************/
img {
  border-style: none;
}

#qvBody img,  
#qvBody img.left,
#qvBody img.right  {
  position: relative;
  padding: 5px 10px;
  margin: 5px 10px;
}
#qvBody img.right   { float: right;}  
#qvBody img.left    { float: left; }

#qvBody img.inline {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
img.wrapright {
  padding: 5px; 
  margin: 0px;
  border-style: none; 
  float: right;
}

/*************************************************************************/
/* Blank page                                                            */
/*************************************************************************/

#qvContent.fullpage {
  margin-left: 40px;
  margin-right: 40px;
}

#qvContent p 
{
  margin-top: 1em;
}
#qvContent ul ,
#qvContent ol {
}
#qvContent ul.fancyBullet {
  list-style-image: url(../img/checkmark3.gif);
}
#qvContent ul.newBullet {
  list-style-image: url(../img/new_icon.gif);
}
#qvContent ul li {
  margin-bottom: 0.5em;
  margin-left: 25px;
}
#qvContent .largeQuote {
  margin: 20px 10px 20px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
#qvContent .largeQuote2 {
  margin: 20px 10px 20px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}

/*************************************************************************/
/* News & Case studies                                                   */
/*************************************************************************/ 
 
.qvNewsHeader ,
.qvCaseHeader {
  display: none;
}

.qvNewsTitle ,
.qvCaseTitle {
  font-weight: bold;
  font-size: 95%;
}

#qvNewsPageHeader .qvNewsTitle  {
  text-transform: uppercase;
}

.qvNewsDateTime {
  font-style: italic;
  font-size: 60%;
  color: #666666;
  font-weight: normal;
}

/* Fullpage news */
.qvNews.item p {
  padding: 0 0 10px 0;
}
.qvNews.item ol,
.qvNews.item ul {
  padding-top: 10px;
  padding-left: 30px;
}
.qvNews.item li {
  padding-bottom:10px;
}
.qvNews.item #qvNewsPageHeader {
  margin-bottom: 20px;
}
.qvNews.item h3 {
  text-align: left;
}

/* News list */
.qvNews.list li {
  list-style-type: none;
  padding-bottom: 10px;
}

#qvNewsPageList ul ,
#qvCasePageList ul {
  list-style: none;
  margin: 0px;
}

/* News menu */

.qvSideMenu .qvDisplayHeader {
  font-size: 90%;
  display: block;
}

.qvSideMenu .qvNewsTitle {
  font-weight: bold;
  font-size: 100%;
}

#qvSideBar .qvNews.menu {
  margin-top: -2px;
}

.qvSideMenu .qvNews.menu ul {
  list-style-type: none;
  padding: 0px 15px 10px 15px;
}


.qvSideMenu .qvNews.menu ul li {
  padding: 0 0 0 10px;;
}
.qvSideMenu .qvNews.menu ul li a {
  display: block;
  height: auto;
  padding: 0;
  padding-bottom: 10px;
}
.qvSideMenu .qvNews.menu ul li.title a ,
.qvSideMenu .qvNews.menu ul li.title a:hover {
  padding: 0;
  text-decoration: none;
/*
  background: #f1f1f1;
*/
}
.qvSideMenu #qvNews.menu ul li.current a , 
.qvSideMenu #qvNews.menu ul li a:hover {
/*
  background: #f1f1f1;
*/
  text-decoration: underline;
}

#qvCasePageList ul li img {
  padding: 10px 20px 10px 0;
  margin: 0;
  vertical-align: middle;
  width: 120px;
  height: 80px;
}

/*************************************************************************/
/* Home page                                                             */
/*************************************************************************/ 
.qvStrip {
  position: relative;
}

.qvStrip img {
  float:left;
  margin: 5px 0 0 0;
  border-style: none;  
}
.qvStrip .lineOne {
  position: relative;
  margin-top: 20px;
  margin-left: 80px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 140%;
  color: #1c4176;
}
.qvStrip .lineTwo {
  margin-left: 110px;
  font-weight: bold;
  font-size: 90%;
  color: #1c4176;
  border: 0;

}
.qvStrip .lineThree {
  margin-left: 130px;
  font-weight: bold;
  font-size: 90%;
  color: #A3A3A3;
}

.qvStrip a:hover  * {
  color: #ca5050;
}


/*************************************************************************/
/* Form errors                                                           */
/*************************************************************************/ 

#qvErrMesg {
  padding: 20px;
  color: red;
}

#qvErrMesg ul {
  margin-left: 30px;
}

.qvForm {
  margin-left: 200px;
}

form {
  margin: 0;
  padding: 0;
  }

.fbform {
  padding: 15px;
}

/* regular fieldset */
.fbform fieldset {
  border: none;
  border-top: 1px solid #333;
  clear: both;
  margin: 20px 0 10px 0;
  padding: 0;
  }
/* fieldset containing submit btn */
.fbform fieldset.fbsubmit {
  border: 0;
  margin: 0;
  padding: 0;
}

/* legend */
.fbform legend {
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 5px;
  } 
.fbform dl {
  margin: 10px;
  float: left;
}
.fbform dt {
  clear: both;
  display: block;
  float: left;
  margin: 10px 18px 0 0px;
  padding: 0;
  width: 125px;
  }
.fbform dd {
  display: block;
/*
  float: left;
*/
  margin: 10px 0 5px 20px;
  padding:0;
  width: 340px;
}
  
  
html>/**/body  .fbform dd {
  float: left;
}
  
  
/* field instructions */
.fbform dd p {
  font-size: 0.8em;
  margin: 5px 0 0 0;
}
.fbform dd label {
  display: block;
}
/* dividers */
.fbform dd.fbformdivider {
  border-bottom: 1px solid #ccc;
  clear: both;
  float:none;
  height: 1px;
  margin: 0 0 5px 0;
  overflow: hidden;
  width: auto;
  }
.fbform dd.fbformdivider.fblast {
  display: none;
  }
.fbtextfield, .fbselect {
  background: #fff;
  width: 230px;
}
.fbtextarea {
  /* textarea tends to override font settings, so we will re-specify them here */
  font-family: Arial, sans-serif;;
  font-size: 1em;
}
.fbradio {
  /* style radio buttons here, if need be */
  }
.fbcheckbox {
  /* style checkboxes here, if need be */
  }

.fbsubmitbtn {
  text-align: center;
  margin: 0 0 15px 0;
}
.fbfielderror {
  color: #e00000;
}
.fbrequired {
  color: #e00000;
}
/* Error Message */
.fbformerrormessage {
  text-align: center;
  background: #f9ecec;
  border: 3px solid #e00000;
  padding: 5px;
  margin-bottom: 15px;
}

.fbformerrorline {
  font-size: 0.5em;
  font-weight: bold;
  color: #e00000;
}
/* Thanks Message */
.fbthanks {
  background: #f1fcf1;
  border: 3px solid #02b602;
  margin: 0;
}
.fbthanks h2 {
  background: #02b602;
  color: #fff;
  font-size: 1.5em;
  margin: 0;
  padding: 10px 15px;
}
.fbthanks p {
  padding: 0 15px;
}
.fbthanks p a {
  /* style the thanks link here, if need be */
}
.fbfooter {
  font-size: 70%;
  color: #888888;
}



/*************************************************************************/
/* Table compare   (unlimited packs)                                     */
/*************************************************************************/

table.compare 
{
  font-size: 95%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  color: #333333;
  background: #a4a6a9;
  text-align: center;
  border-left: 1px solid #687b98;
  border-right: 1px solid #687b98;
  Border-bottom: 1px solid #687b98;
}
 

table.compare thead th 
{
 font-size: 120%;
 font-weight: bold;
 background: #687b98;
 padding: 5px 5px;
 color: #fff;
 text-align: center;
}

table.compare thead td
{
 font-size: 100%;
 font-weight: normal;
 background: #EAECEE;
 padding: 5px 5px;
 color: #ca5050;
 text-align: center;
/*
  text-transform: uppercase;
*/
}
                      
table.compare tbody td
{
 padding: 5px;
}

table.compare .left
{
  font-weight: bold;
  text-align: left;
}

table.compare tbody th 
{
  font-size: 100%;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  background: #EAECEE;
}

table.compare tbody tr 
{
background: #F3F5F7;
}


table.compare tbody tr.odd 
{
background: #F0F2F4;
}

/*
table.compare tbody  tr:hover 
{
background: #EAECEE;
 color: #111;
}
*/

div.highlight-button
{
  margin: 7px;
  padding-top: 10px;
  color: #1c4176;
}

div.highlight-button-title
{
  padding-top: 3px;
  font-size: 140%;
}

div.highlight-button-item
{
  font-size: 80%;
  font-style:italic;
}

div.highlight-button-item-title
{
  font-size: 85%;
  padding-top: 6px;
  font-weight:bold;
  font-style:italic;
}


div.Quote
{
  padding-top: 10px;
  color: #1c4176;
  font-size: 130%;
  font-weight:bold;
  text-align: center;
}
div.QuoteAuthor
{
  padding-top: 10px;
  color: #1c4176;
  font-size: 100%;
  text-align: right;
  font-style:italic
}

div.qvContacts
{
  color: #1c4176;
  padding-left: 25px;
  font-size: 95%;
}

div.qvContacts.item ul 
{
  padding: 0px 15px 10px 15px;
}

div.qvContacts li
{
  display: block;
  list-style-type: none;
  padding-bottom: 10px;
  display: block;
  height: auto;
}

div.qvContacts li.title
{
  font-size: 1.5em;
  padding: 0px;
  margin-bottom: 5px;
  color: #1c4176;
}

div.qvContacts li.title a ,
div.qvContacts li.title a:hover 
{
  padding: 0;
  text-decoration: none;
}

div.qvContacts li a:hover {
  text-decoration: underline;
  color: #1c4176;
}

