@media print {
/* All your print styles go here */
.headerContainer, .leftNavContainer, .footerContainer, .printLink{ display: none !important; }
}
div.longFieldWrapper input.longField, div.shortFieldWrapper input.shortField, div.mediumFieldWrapper input.mediumField {
border:none;
padding-top:0px;
padding-left:0px;
}
.downloadNowLong a {
text-decoration: none;
}
.downloadNow a {
text-decoration: none;
}
.linkOffer {
text-decoration: none;
}
a.headerText:link, a.headerText:visited, a.headerText:hover, a.headerText:active {
text-decoration: none;
}
.mediumSearchField
{
height:16px !important;
}
input[type="text"] {
height: 16px;
}
/*** remove outline on all form inputs but em *****/
div.longFieldWrapper input:focus, div.shortFieldWrapper input:focus, div.mediumFieldWrapper input:focus {
outline: none;
}
/*** Sharing button cms content styles **********/
.readNow
{
width:110px;
height:18px;
float:left;
margin:4px 0 6px 0;
padding:1px 0 0 30px;
font-size:11px;
font-weight:bold;
background: url("/dms-inline/images/whyvsp/button_sprite.png") no-repeat 0 -40px transparent;
cursor:pointer;
text-transform:uppercase;
}
.viewNow
{
width:130px;
height:18px;
float:left;
margin:4px 0 6px 0;
padding:1px 0 0 30px;
font-size:11px;
font-weight:bold;
background: url("/dms-inline/images/whyvsp/button_sprite.png") no-repeat 0 -60px transparent;
cursor:pointer;
text-transform:uppercase;
}
/*** styles for ME accordion changes *******/
.collapse1, .collapse2
{
display:block;
margin:10px auto 0 auto;
padding:2px;
background:#379ECA;
color:white;
font-weight:bold;
font-size:11px;
border-top-left-radius:4px;
border-top-right-radius:4px;
text-align: left;
text-shadow: 0 -1px 0 #999999;
cursor:pointer;
}
.expand
{
width:185px;
}
.collapse
{
width:105px;
}
.icon, .icon2
{
padding:0 4px 0 4px;
margin:0 10px 0 6px;
font-size:14px;
background:#325564;
border-radius:4px;
text-align: left;
text-shadow: 0 -1px 0 #999999;
}
/*** literature library style *******************/
.videoThumb {
float: left;
height:auto;
margin: 10px 30px 15px 10px;
width:auto;
}
.litThumb {
float: left;
height:auto;
margin: 10px 30px 15px 10px;
width:111px;
}
.videoBlock, .videoBlock .subHead
{
margin:0;
padding:0;
width:100%;
}
.videoDetail
{
float:left;
margin:8px 0 8px 0px;
padding:0 0 0 0;
}
/* override for enhance your plan */
.tab
{
width:200px;
padding:13px 10px 13px 10px;
border-bottom:1px solid #FFFFFF;
font-size:12px;
font-weight:bold;
cursor:pointer;
background-color: #CFCFCF;
}
/* override for enhance your plan */
#panelDisplay {
background-color: #FFFFFF;
}
.panelTabContainer {
background-color: E9E9E9;
border-left: 1px solid #CFCFCF;
border-right: none;
}
.selectedTab {
background-color: #FFFFFF;
border-right: 1px solid #FFFFFF;
background: none;
}
.highlightTab
{
background-color: #FFFFFF;
}
.highlightTab:last-child
{
border-right: 1px solid #FFF;
}
.tab:last-child
{
border-bottom: none;
}
/*** survey css ***/
.bodyContent
{
position: relative;
}
.banner {
background:#f3f3f3;
border:1px solid #F47B20;
color:#333;
display:none;
font-size:14px;
margin:10px 10px 10px 0;
position:absolute;
width:460px;
-webkit-box-shadow:-3px 4px 10px 0 rgba(50,50,50,0.3);
-moz-box-shadow:-3px 4px 10px 0 rgba(50,50,50,0.3);
box-shadow:-3px 4px 10px 0 rgba(50,50,50,0.3);
z-index:100000000;
top:0;
right:0;
}
.banner h3 {
font-size:15px;
margin:0 2px 0 2px;
text-align:center
}
.banner p {
margin:0 0 10px;
text-align:center
}
.close-survey-banner-container {
clear:both;
display:block;
width:100%
}
.close-survey-banner {
background:none;
border:0;
color:#333;
cursor:pointer;
float:right;
font-size:17px;
height:35px;
line-height:30px;
margin:5px 5px 0;
text-align:center;
width:35px
}
.survey-icon {
float:left;
padding:0 25px 80px 0
}
.survey-content {
clear:both;
display:block;
float:left;
padding:0 15px 15px
}
.start-survey {
float:right
}
#memberHistoryContent td {
border: 1px solid rgb(201, 197, 197);
padding-bottom: 3px;
padding-left: 5px;
padding-top: 3px;
}