


body {
    /*background: none repeat scroll 0 0 #2B4141;*/
    color: #3F4B4B;
    font: 14px/1.6 Helvetica,Arial,sans-serif;

}


a:link, a:visited {
    color: #f2663a;
    font-weight:bold;
    text-decoration: none;
}
a:hover{
    color: #f2663a;
    text-decoration: underline;
}
.bold{
    font-weight:bold;
}

.divider{

    /*height:1px;*/
    /*background:grey;*/
    border-bottom:1px dotted grey;
    width:100%;
    margin:0 auto;
    clear:both;
    position:relative;
    display:block;
    margin-bottom: 25px;
    margin-top: 25px;
}

.row {
    margin-bottom: 0px;
}




h3{
    font-size:22px;
    line-height:26px;
    margin-bottom:15px;
}


p {
    margin: 0 0 12px;
}


strong {
    color: #3F4B4B;
}

#section-header {
    position: relative;
}
#section-header {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 60px;
    overflow: hidden;
    padding-top: 0;
    width: 100%;
    text-align:center;
}
#section-header img#HeaderLogo{
    max-height:60px;
    width:auto;

}       
  
        
#systemrequirements{
    text-align:left;
    margin-top:30px;
}



#browser-status {
    background: none repeat scroll 0 0 #DC3228;
    border: 1px solid #C62D24;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #E66F68 inset;
    color: #FFFFFF;
    font-family: Arial,sans-serif;
    font-size: 120%;
    margin: 20px auto 0;
    padding: 20px 30px;
    text-shadow: 0 2px 0 #C62D24;
    width: 870px;
}
.browser-status-text {
    float: left;
    width: 80%;
}
.browser-status-action {
    float: right;
    margin-right: -10px;
    text-align: right;
    width: 18%;
}
.browser-status-action a {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #222222;
    border-radius: 3px;
    color: #EFEFEF;
    display: block;
    margin: -5px 0;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 0 -2px 0 #000000;
}
.browser-status-action a:hover {
    background: none repeat scroll 0 0 #3A3A3A;
    border: 1px solid #333333;
    box-shadow: 0 1px 3px #464646 inset;
    color: #FFFFFF;
    text-shadow: 0 -2px 0 #111111;
}
.browser-status-action a:active {
    background: none repeat scroll 0 0 #2A2A2A;
    box-shadow: 0 1px 3px #1A1A1A inset;
    color: #DDDDDD;
    text-shadow: 0 -2px 0 #000000;
}
#main {
    padding: 0;/*20px 0 50px;*/
}
#browserlist:before, #browserlist:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
#browserlist:after {
    clear: both;
}
#browserlist {

}
#browserlist li {
    float: left;
    margin: 0;
    width: 20%;
    max-width: 186px;
    overflow: hidden;
}
#browserlist li .icon {
    background: url("/images/browser-sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 135px;
    margin: 0 auto 20px;
    width: 125px;
}
#browserlist li#chrome .icon {
    background-position: 0 0;
}
#browserlist li#firefox .icon {
    background-position: -125px 0;
}
#browserlist li#opera .icon {
    background-position: -250px 0;
}
#browserlist li#safari .icon {
    background-position: -375px 0;
}
#browserlist li#ie .icon {
    background-position: -500px 0;
}
#browserlist h2 {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    color: #324B4B;
    font: 140%/1 Arial,Helvetica,sans-serif;/*Impact,*/
    margin: 0 0 10px;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}
.wf-leaguegothic1leaguegothic2-n4-active #browserlist h2 {
    font-family: "league-gothic-1","league-gothic-2";
    font-size: 200%;
}
.no-rgba #browserlist h2 {
    background: url("/images/alphabg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#browserlist p {
    padding: 0 5px;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}
#browserlist p.info {
    min-height: 120px;
}
#browserlist p.version {
    margin-bottom: 10px;
    text-align: center;
}
#browserlist p.website {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    line-height: 1;
    margin: 0;
    padding: 8px 5px;
    text-align: center;
   
    color: #f2663a;    
    
}
.no-rgba #browserlist p.website {
    background: url("images/alphabg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#browserlist li a:link, #browserlist li a:visited {
    border-radius: 3px;
    color: #f2663a;/*#324B4B;*/
    display: block;
    overflow: hidden;
    padding: 30px 10px 10px;

}
#browserlist li a:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    transform: scale(1.05, 1.05);
}
.no-rgba #browserlist li a:hover {
    background: url("images/alphabg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#browserlist li a:hover .website {
    background: none repeat scroll 0 0 #f2663a;/*4DAAA7;*/
     
    color: #FFFFFF;
    /*text-shadow: 0 1px 0 #266E67;*/
}
#browserlist li a:hover .icon {
    transform: scale(1.1, 1.1);
}
#browserlist li a, #browserlist li a .icon {
    transition: all 0.1s ease 0s;
}
#browserlist li a .website {
    transition: all 0.5s ease-in 0s;
}
#browserlist li a:hover, #browserlist li a:hover .icon {
    transition: all 0.8s ease 0s;
}
#browserlist li a:link, #browserlist li a:link .icon {
    transition: all 0.2s ease 0s;
}
#browserlist li a:hover .website {
    transition: all 0.3s ease-out 0s;
}
#browserlist li a:link .website {
    transition: all 0.1s ease-out 0s;
}
#browserlist p.likebutton {
    margin: 15px 5px 0;
    text-align: center;
}
#browserlist h2 {
        
    height:45px;
    background:none;
}
      

#pdfTroubleshootingInformation ul li,
#systemRquirementsInformation ul li{
    list-style:disc inside none;
}




#browserlist a:hover{ 
    text-decoration: none;
}
      


/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {


.divider {
    margin: 0px auto 12px auto;
}


}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {


    

}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    #browserlist li {
        float: left;
        margin: 0;
        overflow: hidden;
        width: 50%;
    }  
    

    #browserlist h2 {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 30px;
    }    
        
  
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {




}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    #systemrequirements {
        margin-top: 10px;
    }
    .alert-block {
        padding: 6px 5px 6px 14px;
    }
    
}