body {background-color:#ebeae9;}
h1 {font-size:2.429em;} /*based on 14px body font size this calculates to 34px */
h2 {font-size:1.9em;} /*based on 14px body font size this calculates to 28px */
h3 {font-size:1.1;} /*based on 14px body font size this calculates to 18px */
h4 {font-size:1.05em;} /*based on 14px body font size this calculates to 16px */
@media only screen and (min-width: 800px) 
{
    h1 {font-size:2.6em;} /*based on 14px body font size this calculates to 39.2px */
    h2 {font-size:1.6em;} /*based on 14px body font size this calculates to 22.4px */
    h3 {font-size:1.286em;} /*based on 14px body font size this calculates to 18px */
    h4 {font-size:1.143em;} /*based on 14px body font size this calculates to 16px */
}

.need_support .self_help h3,
.need_support .ask_community h3,
.need_support #contact_answer_desk_container h3 {
    font-size: 1em;
    font-weight: bold;
}

._leftContent { list-style-type: none;}
._leftContent { width: 150px;}
._mainContainer { min-height: 500px; width: 1000px; }
._browseSection { /*border: solid grey 1px;*/ padding: 10px; margin: 5px 10px; float: left; height: 100%;}
.popularTopic { width: 700px; padding: 0; margin:0; }
.popularTopic li { list-style-type: none; }


/*commented tehy hover color to maintina site wide consistently... now the hover color comes from the normalise.css*/
/*
    a { color: #0090cf; } 
    a:hover, a:active { color: #03618a;}
*/
a.button { margin: 5px 0; }
a.button, a.button:visited, a.button:hover {color: #FFF;}

.topicImage { float: left; margin: 10px 10px 10px 0; }

div.StartModuleLiner {
    border-color: #BDBEC1;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    padding: 0;
}


.feedback
{clear:both;}
.feedback button
{
    background-color: #FFFFFF;
    border: 1px solid #ACACAC;
    position:absolute;
    bottom:0;
    float:left;
    left:0;
    min-width: 265px;
    height:26px;
    font-size: .8em;
    line-height:26px;
    text-indent:10px;
    cursor:default;
    z-index:1;
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); /* Opera 11.02+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); /* W3C */
    filter: none;
	}
	
	.lt-ie9 span.select {
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#10000000',GradientType=0 ); /* IE6-9 */
	    background-color: #FFFFFF;
	}
	span.select i
    {
        background: url(https://waybackassets.bk21.net/20171015194327im_/http://scache.microsoft.com/Assets/img/sprites.png) no-repeat -128px -330px;
        float: right;
        width: 26px;
        height: 26px;
    }
    
    a.button.icon_repair, a.button.icon_repair:visited, a.button.icon_repair:hover, a.button.icon_repair:active {
        margin: 0;
        margin-top: -10px;
        padding: 0px 0;
    }
    
    .button.icon_repair i 
    {
        width: 38px;
        height: 38px;
        margin-top: 0px;
        margin-bottom: 12px;
    }
    
    .repair-title
    {
        margin-top: 11px;
        float:right;
    }


/* http://cssglobe.com/custom-styling-of-the-select-elements/ */
/* all form DIVs have position property set to relative so we can easily position newly created SPAN */
.select-container {position:relative;} 

/* setting the width and height of the SELECT element to match the replacing graphics */
select.select,
input.text,
textarea.text {
    line-height:31px;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #ACACAC;
}
select.select,
input.text{
    height:29px !important;
    min-width: 245px !important;
    max-width: 300px;
}

#quick-links select.select,
input.text{
    min-width: 230px !important;
    max-width: 230px;
}

.taxonomy_container .group2 select {margin-bottom:10px;}

select.select
{
    margin-right: 8px;
}

.block-a-width {max-width: 800px;}
.block-a-width {width:94%;}
textarea.block-a-width {width:90%;height: 120px;}

input.text {
    padding: 0px 5px;
}

select.select option
{
    padding: 5px;
}



select.select option:first-child {
    /*padding-top: 20px;*/
}

/* dynamically created SPAN, placed below the SELECT */
span.select
{
    background-color: #FFFFFF;
    border: 1px solid #ACACAC;
    position:absolute;
    bottom:0;
    float:left;
    left:0;
    min-width: 265px;
    height:26px;
    font-size: .8em;
    line-height:26px;
    text-indent:10px;
    cursor:default;
    z-index:1;
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); /* Opera 11.02+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); /* W3C */
    filter: none;
}

.search-select 
{
    position:relative;
    z-index:10;
    height:31px;
    line-height:26px;
    font-size: 12px;
    padding: 5px 6px;
    margin: 5px 0;
    background-color: #FFFFFF;
    border: 1px solid #ACACAC;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

select.search-select  option
{
    padding: 5px;
}

select..search-select option:first-child {
    padding-top: 20px;
}


.page-faq .topics,
.page-faq .topics-index{
    position:relative;
    padding-bottom:50px;
    margin-bottom:20px;}

.page-faq .topics-index li
{
    margin-bottom:3px;
}    

select {padding:4px;margin-right:10px;}
.rtl select {margin-right:0px;margin-left:10px;}
textarea {padding:4px;}
#confirm_product select {padding:4px;}
#start textarea {padding:4px;}

    .blocked
    {
        position: relative;
        opacity:.2;
        padding:20px;
    }
    .blocked:after 
    {
        content:'';
        position:absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.2;
        background-color: #888;
    }

.select-product-issue .group1 h4,
.select-product-issue .group2 h4{
clear:both;
    }

.select-product-issue .group1 .select-container,
.select-product-issue .group2 .select-container{
    margin-right:15px;
}

.support-container #start input {margin-bottom:0px;}
#call_us_directly {margin:0px 0px 0px 10px;position: relative;top: 2px;}


/**
 *  This is to affix all support-based content to a max-width of 1280, post implementing the P2 nav site-wide 
 */

article .row.support-container {
    margin: 40px auto 15px;
    max-width: 1280px;
    min-width: 0;
    width: 80%;
}
article .row.support-container.rtm-layout {
    margin: 20px auto 15px;
    max-width: 1152px;
    min-width: 0;
    width: 90%;
}
article .row.support-container > .onecol {
    display: none;
}


.support-container.row.fc > .tencol {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width:1140px;
}

@media all and (max-width: 960px) {
    
    .p2-content-width {
        max-width: 800px;
        width: 80%;
    }
    article .row.support-container.rtm-layout
    {
        width:86%;
    }
}
@media only screen and (max-width: 640px) {
    #quick-links select.select {
        min-width: 100% !important;
        max-width: 100%;
    }
    article .row.support-container.rtm-layout
    {
        width:80%;
    }
}

/**
 *  End P2 nav max-width stuff
 */
/*
     FILE ARCHIVED ON 19:43:27 Oct 15, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:24:23 Dec 13, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.687
  exclusion.robots: 0.072
  exclusion.robots.policy: 0.058
  esindex: 0.011
  cdx.remote: 32.643
  LoadShardBlock: 144.612 (3)
  PetaboxLoader3.datanode: 203.674 (4)
  PetaboxLoader3.resolve: 52.319 (2)
  load_resource: 153.383
*/