/**
 * These styles are in consideration for the new contract introductions.
 */

h1#contracttitle {
   font-size:30px;
   font-weight:normal;
   font-family:"Trebuchet MS";
   padding-left:80px;
}
.US h1#contracttitle {
   background:white url("/common/images/flag-us.png") center left no-repeat;
}
.CA h1#contracttitle {
   background:white url("/common/images/flag-canada.png") center left no-repeat;
}
#tabbedopeningdialog {
   margin-top:15px;
}
#entrytabs {
   z-index:20;
   margin:0;
   padding:0;
   font-size:12px;
   height:26px;
}
#entrytabs li {
   margin:0;
   padding:0;
   top:0;
   display:block;
   float:left;
   margin-left:7px;
   background:white;
}
#entrytabs li a {
   border:1px solid #C0C0C0;
   background:white url("/images/tan_tab_bg.png") top left repeat-x;
   display:block;
   margin:0;
   padding:0;
   height:24px;
   font-size:12px;
   line-height:24px;
   text-align:center;
   width:10em;
}
#entrytabs li a.selected {
   color:black;
   border-bottom-color:white;
   background:white;
}
#tabbedopeningdialog div.entryTabPage {
   z-index:1;
   border:1px solid #C0C0C0;
   clear:both;
   position:relative;
   top:-1px;
   padding:1.0em 1.5em;
   margin:0 0 0.4em 0;
   background:white;
}
div.entryTabPage h3 {
   margin-top:0;
   font-size:17px;
}
div.entryTabPage div.supportBox {margin:0 0 0.5em 1em;width:222px;height:119px;float:right;position:relative}
div.entryTabPage div.videoBox {margin:0 0 0.5em 1em;width:120px;float:right;position:relative}
div.entryTabPage div.supportBox {overflow:hide;display:block;padding:0;border:2px solid #B1A281;border-width:2px 0;height:119px;background:url("/images/support_clean.jpg") center right no-repeat;}
div.entryTabPage div.supportBox ul {margin:0;padding:0;list-style-type:none;}
div.entryTabPage div.supportBox h3 {margin:1em 0 0.5em 0;padding:0;font-size:12px;}
ul.ldadvantage {
   list-style-type:none;
   margin-left:0;
}
ul.ldadvantage li {
   margin-bottom:1em;
   padding-left:26px;
   background:white url("/images/check_bullet.png") center left no-repeat;
}

