﻿* {
    margin: 0;
    padding: 0;
}
ul, li {
    list-style: none outside none;
}
a {
    color: #000;
}
img {
    border: medium none;
}
.clr {
    clear: both;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.reveal-modal-bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.reveal-modal {
    background: none repeat scroll 0 0 #eb8a66;
    border: 10px solid #eb8a66;
    border-radius: 5px;
    font-family: Arial,Helvetica,sans-serif;
    left: 50%;
    margin-left: -300px;
    padding: 0;
    position: absolute;
    top: 100px;
    visibility: hidden;
    width: 560px;
    z-index: 300;
}
.reveal-modal.small {
    margin-left: -140px;
    width: 200px;
}
.reveal-modal.medium {
    margin-left: 20px;
    width: 400px;
}
.reveal-modal.large {
    width: 600px;
}
.reveal-modal.xlarge {
    width: 800px;
}
.reveal-modal .close-reveal-modal {
    color: #aaa;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    line-height: 0.5;
    position: absolute;
    right: 2px;
    top: 2px;
}
.reveal-modal h1 {
    background: none repeat scroll 0 0 #f1f1f1;
    border-bottom: 1px solid #a8a7a7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.reveal-model-detail {
    background: none repeat scroll 0 0 #e1e0e0;
    padding: 0 10px 10px;
}
.reveal-model-detail h2 {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
ul.currentStep li {
    font-size: 13.5px;
    margin-bottom: 3px;
}
ul.currentStep li span {
    float: right;
    font-weight: bold;
}
.wid390 {
    margin-left: -170px;
    width: 600px !important;
}
.reveal-model-detail h3 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 15px 40px 0;
    text-align: center;
}
.reveal-model-detail span.totalScore {
    color: #01940e;
    display: block;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
a.printOpt {
    background: url("../Common/Images/popupBtnBg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #3c3b3b;
    float: left;
    font-size: 12px;
    font-weight:700;
    height: 28px;
    line-height: 28px;
    margin-right: 20px;
    text-align: center;
    text-decoration: none;
    width: 118px;
}
.ml60 {
    margin-left: 160px !important;
}
.m220 {
    margin-left: 220px !important;
}