﻿body 
{
    text-align: center; /* Center align for IE */
    font-family: Arial, Sans-Serif;
    font-size: .95em;
}

em
{
    text-decoration:underline;
    font-style:normal;
}

strong
{
    font-weight:bolder;
}

img
{
    border:none;
}

a
{
    font-style:italic;
}

a:hover
{
    font-style:normal;
}

.mainWrapper 
{
    margin: 0 auto; /* Center align for Good browsers like Firefox, Opera, Netscape */
}

.headerWrapper 
{
    padding-bottom: 10px;
}

h1 
{
  font-size:1.4em;
  padding-bottom:10px;
}

a
{
    color:#37ace9;
}

h1 a
{
   color:#37ace9;
}

sub.suggestSimple 
{   
    margin-left:24px;
    margin-top:-20px;
    display:block;
    text-align:left;
    font-weight:normal; 
    font-size:60%;
}

h2
{
    font-size:1.17em;
    font-weight:bold;
}

.howItWorks
{
    clear:both;
    text-align:left;
    margin: 0 auto;
    width: 400px;
}

.howItWorks h3
{
    text-align:center;
}

.howItWorks ol
{
     list-style-type: decimal;
}

.howItWorks ol li
{
    font-size: .85em;
}

.howItWorks ol li a
{
    color:#37ace9;
}

.testProgress
{
    margin-top:-25px;
    height:36px;
}

.status
{
    margin-top: -25px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    height:25px;
    font-size:.85em;
    display:table; 
    #position:relative; 
    overflow:hidden;
}

.status1
{
    #position: absolute; 
    #top:50%; 
    display:table-cell; 
    vertical-align:middle;
}

.status2
{
    #position:relative;
    #top:-50%
}

#email_label
{
    font-weight:bold;
}

#email
{
    width:180px;    
}

#verify_email_label
{
    font-weight:bold;
}

#verify_email
{
    width:180px;    
}

#submit
{   
    width:70px;
}

#privacyNotice
{
    font-size: .65em;
    padding-top:10px;
    padding-bottom:30px;
}

#privacyNotice a
{
    color:#37ace9;
}

#navigation
{
    padding-top:10px;
}

#navigation a
{
    color:#8e8e8a;
    font-weight:normal;
    text-decoration:none;
    text-transform:lowercase;
}

#email_label
{
    display:none;
}

#email
{
    display:none;
}

#verify_email_label
{
    display:none;
}

#navigation .seperator
{
    padding-left: 4px;
    padding-right: 4px;
}

#footer
{
    padding-top:10px;
    font-size: .7em;
}

#itztools
{
    padding-top: 8px;
}

#itztools a
{
    font-style:normal;
}

#footer a
{
    color:#8e8e8a;
    font-weight:normal;
    text-decoration:none;
}


.altContentWrapper
{
    text-align:left;
    width:80%;
    margin: 0 auto;
}

.altContentWrapper p
{
    line-height:150%;
}

.altContentWrapper a
{
    color:#37ace9;        
}

.howDoesEmailWorkContentWrapper
{
    text-align:left;
    width:80%;
    margin: 0 auto;    
}

.howDoesEmailWorkContentWrapper .weak
{
    text-align:center;
}

.howDoesEmailWorkContentWrapper .subHeading
{
    margin-top:-10px;
    text-align:left;
}

.howDoesEmailWorkContentWrapper p
{
    line-height: 150%;
}

.howDoesEmailWorkContentWrapper h1
{
    text-align:center;
    margin-bottom:0px;
    padding-bottom:0px;
}

.howDoesEmailWorkContentWrapper ol
{
    list-style-type:decimal;
}

.howDoesEmailWorkContentWrapper ol li
{
    line-height: 150%;
    margin-bottom:10px;
    font-weight:bold;
}

.howDoesEmailWorkContentWrapper ol li span
{
    font-weight:normal;
}

.howDoesEmailWorkContentWrapper ol li ul
{
    list-style-type:circle;
}

.howDoesEmailWorkContentWrapper ol li ul li
{
    font-weight:normal;
}

.howDoesEmailWorkContentWrapper a
{
    color:#37ace9;        
}

.contactWrapper
{
    margin: 0 auto;
    width:400px;
}

p.note
{
    font-size:.8em;
    line-height: 150%;
}

.contactWrapper h2
{
    margin:0px;
    font-size: 1em;
}

.contactWrapper textarea
{
    overflow:auto;
    padding-bottom:10px;
}

/* Widget Styles */


.miniWrapper
{
    position:absolute;
    top: 0px;
    left: 0px;
    text-align:left;
    background-color:#ffffff;
}


.small .miniWrapper
{
    width:155px;
}

.medium .miniwrapper
{
    width:200px;
}

.miniWrapper #email
{
    width:100px;
    margin-top:2px;
    background-color:ffffff;
    border-width:1px;
    border-style:outset;
    border-color:Silver;
    font-size:8pt;
    color:000000;
}

.miniWrapper #verify_email
{
    margin-top:2px;
    background-color:ffffff;
    border-width:1px;
    border-style:outset;
    border-color:Silver; 
    color:000000;
}

.small .miniWrapper #verify_email
{
    width:100px;
    font-size:8pt;
}

.medium .miniWrapper #verify_email
{
    width:130px;
    font-size:10pt;
}

.miniWrapper .error #verify_email
{
    text-align:center;
    color:Red;
}

.miniWrapper .miniSuccess #verify_email
{
    text-align:center;
    color:Navy; /* changeable */
    font-weight:normal;
}

.small .miniWrapper .miniSuccess #verify_email
{
    width:150px; 
}

.medium .miniWrapper .miniSuccess #verify_email
{
    width:195px; 
}

.miniWrapper #submit, #try_again
{
    margin-top:2px;
    padding-left:2px;
    padding-right:2px;
    background-color:Navy; /* changeable */
    border-width: 1px 1px 1px 0px;
    border-style:outset;
    border-color:navy; /* changeable */
    font-weight:bold;
    text-align:center;
    color:white; /* changeable */
}

.small .miniWrapper #submit
{
    width:50px;
    font-size:8pt;
}

.small .miniWrapper #try_again
{
    width:50px;
    font-size:8pt;
}


.medium .miniWrapper #submit
{
    width:65px; 
    font-size:10pt;
}

.medium .miniWrapper #try_again
{
    width:65px; 
    font-size:10pt;
}

.stepByStep .stepDescription
{
    text-align:right; 
    vertical-align:middle;
    font-size:1em;
}

.stepByStep .stepSuccess
{
    text-align:left; 
    vertical-align:top; 
    font-size:1em;
}

.stepByStep .whatsThis
{
    text-align:right; 
    vertical-align:top; 
    font-size:.8em; 
}

.stepByStep .whatsThis a
{
    text-decoration:none;
}

.stepByStep .buttonTd
{
    vertical-align:top;
}

.stepByStep .stepButton
{
    width: 40px;
    height: 40px;
}

.stepByStep .terminalWindow
{
    text-align:left; 
    white-space:nowrap; 
    height:449px; 
    width:452px; 
    padding:0.5em;  
    border:1px solid black; 
    overflow:auto;
}

.stepByStep .cancelColumn
{
    text-align:left; 
    vertical-align:top;
}

.stepByStep .sendResultsColumn
{
    text-align:right; 
    vertical-align:top;
}

.stepByStep .linkButtons
{
    text-align:right;
    vertical-align:top;
}

.hostSelector
{
    text-align:right; 
    vertical-align:top; 
    white-space:nowrap;
}

.hostSelector .hostNames
{
    font-size:.7em;
    padding-right:4px;
}

.hostSelector .hostIps
{
    font-size:.7em;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
    font-size:.9em;
	background-color:#ffffff;
	padding:5px;
	width:340px;
}

.balloonPopup
{
    font-size: .8em;
}

.balloonPopup ol
{
    list-style-type:decimal;
}

.balloonPopup ol li
{
    padding-top:2px;
    padding-bottom:2px;
}

.advancedTestExplanations
{
    width:780px;
    margin: 0 auto;
}

.advancedTestExplanations a:hover
{
    font-style:normal;
}

.advancedTestExplanations h2
{
    font-size:large;
    color:Black;
}

.advancedTestExplanations h2 sub
{
    font-size:small;
}

.advancedTestExplanations h2 sub a
{
    color:#37ace9;
    font-style:italic;
}

.advancedTestExplanations h2 a
{
    color:Black;
}


.advancedTestExplanations a
{
    font-style:normal;
    color:#8e8e8a;
}

.advancedTestExplanations p
{
    text-align:left;
}

.advancedTestExplanations .backToTop
{
    color:#37ace9;
    font-style:italic;
    font-size:smaller;
}

.whyWeRockContentWrapper
{
    text-align:left;
    width:80%;
    margin: 0 auto;    
}

.whyWeRockContentWrapper p
{
    line-height: 150%;
}

.whyWeRockContentWrapper h1
{
    text-align:center;
    margin-bottom:0px;
    padding-bottom:0px;
}

.whyWeRockContentWrapper h2
{
    font-size:1.2em;
    color:#8e8e8a;    
}

.whyWeRockContentWrapper h3
{
    font-size:.9em;
    color:#8e8e8a;    
    font-weight:bold;
    text-decoration:underline;  
}

.whyWeRockContentWrapper a
{
    color:#37ace9;        
}

.outerContainer
{
    border: 1px solid #ddd;
    margin: 40px auto 0 auto;
    width: 1008px;
    padding-bottom: 10px;    
}

h2
{
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size:1.4em;
}

h2 span
{
    display: inline;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 10px;
    position: relative;
    top: -1.5em;
}


h2 span.selected
{
    background-color: #fffeee;
}

h2 span:hover {
        background-color: #fffeee;
}

.tabContainer {
    margin-left:20px;
    margin-right:20px;
    display:flex;
    justify-content: space-between;
}

.tabContainer h2 {
    margin-bottom: -.83em;
}

.tabContainer .selected a {
    color: #c48b09;
    border-color:#c48b09;
}

.tabContainer span a {
    color: #b8b8b8;
    cursor:pointer;
}

.tabContainer span a:hover {
    color: #c48b09;
    border-color:#c48b09;
}

.tabContainer a {
    font-style: normal;
    text-decoration:none;
}