﻿/*
** Basic body styling
*/
@charset "UTF-8";

.flatBlueButtonGeneric
{
    border-width: 0.09375em;
    cursor: pointer;
    width: auto;
    border-color: #86d5ff;
}

.cancelButtonGeneric
{
    border-width: 0.09375em;
    cursor: pointer;
    width: auto;
    border-color: #86d5ff;
}

#downloadDialogButtonsBoxGeneric
{
    position: fixed;
    text-align: right;
    padding-top: 0.75em;
    border-top: solid 1px #ccc;
    width: 100%;
    padding-top: 4px;
    margin: 0;
    height: auto;
    bottom: 5%;
}

.languageBinaryTableCell
{
    padding-left: 1.25em;
    width: 18.75em;
    vertical-align:top;
}

.buttonInactiveGeneric
{
    width: auto;
}

.buttonWidthDownloadGeneric
{
    width: 8.75em;
}

.downloadLinkContainer
{
    height: 18.75em;
    overflow: auto;
}

#tabTable
{
    position: relative;
    top: 0.4em;
    left: 1.5em;
}


#rtl #tabTable
{
    position: relative;
    top: 0.4em;
    right: 1.5em;
}

a.anchortab:hover, a.anchortab:active, a.anchortab
{
    text-decoration: none;
    color: Black;
    outline: none;
}
#languageContentBody
{
    height: 13em;
}

.languageScrollDiv
{
    overflow: auto;
}

#supersedesInfo
{
    overflow: auto;
}

#supersededbyInfo
{
    overflow: auto;
}

#footerBox
{
    position: relative;
    bottom: 0.0em;
    height: 3%;
}

#footerBox #innerFooterBox
{
    position: relative;
    padding-top: 0.1875em;
    padding-left: 0.5em;
    bottom: 0em;
}

#mainBoxMaster
{        
    position: fixed;    
    top: 0.0em;
    overflow:auto;
}

#rtl .headerNavLink
{
    color: #fff;
    text-decoration: none;
    padding-right: 0.4375em;
    padding-left: 0.4375em;
}


.mainBody
{
    overflow:hidden;    
}

#thanksNoScripting
{
    position: absolute;
    top:5%;
}

/* CSS Rules to allow child pages deriving from a common master
   to set page specific styles based on the value of the class attribute
   as defined in the master. In this case the scopedviewgeneric page hides
   the body content in the master on initial page load. This behavior is not
   needed for other child pages like privacy,faq,support etc.
*/
body[class~="scopedviewgeneric"] 
{    
    background:white;                
}
body[class~="scopedviewgeneric"] #headerBox
{    
    visibility:hidden;  
}
/*
 ScopedViewBasic page specific CSS logic.
*/
#scopedviewbasic
{
    background:white;                
}
#scopedviewbasic #headerBox
{    
    visibility:hidden;  
}

#languageContentBodyBasic
{
	height:12em;
}

.faqgeneric, .supportgeneric, .privacygeneric
{
	background-image : none;
}
