body {
    background:#FAFFCF;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family:Myriad Pro,Calibri,Trebuchet;*/
    font-size:14px;
    margin: 0;
    padding: 0;
}
img {
    border-style:none;
}
a {
    color:#000000;
    outline:medium none;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
input, textarea, select {
    font:100%;
    vertical-align:middle;
    font-family: Arial, Helvetica, sans-serif;
}
form fieldset input[type="checkbox"] {
    height:20px;
    width:20px;
}
form, fieldset {
    border-style:none;
    margin:0;
    padding:0;
}

/* choose language page */
.choose-language {
    background:url("../images/bg_choose_language.png") repeat scroll 50% 0 #FFFED3;
}

.choose-language #header {
    background:url("../images/globe.png") no-repeat scroll 50% 0 transparent;
    height:410px;
    padding:0;
    margin: 0;
}
#language-options {
    background:#FFFED3;
    height:auto;
    margin:auto;
    width:700px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
ul.ui-languages {
    height:auto;
    list-style:none outside none;
    margin:0;
    padding:10px 0 0 0;
    overflow:hidden;
    width:700px;
}
ul.ui-languages li {
    float:left;
    height:60px;
    padding-left:30px;
    width:200px;
}

ul.ui-languages li a  {
    float:left;
    height:auto;
    margin-bottom:10px;
    padding:5px;
    text-align:center;
    width:150px;
    font-size:28px;
}
ul.ui-languages li a:hover {
    background:#FF6600;
    color:#FFFFFF;
    text-decoration:none;
}

/* Layout */
#sulantra_container {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#D0E276;
    margin:5px auto;
    padding: 0;
    width:770px;
}
#wrapper{
    margin: 0 auto;
}
#header {
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius:12px 12px 0 0;
    background:#03668C;
    padding-bottom: 10px;
}
#main {
    margin: 0 auto;
    padding:20px;
}
#footer {
    background-color:#FCDF3B;
    -moz-border-radius:0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    border-top:1px solid #000000;
    clear:both;
    height:auto;
    margin:5px auto;
    width:770px;
}

/* #footer */
.footer-holder {
    font-size:12px;
    margin:auto;
    overflow:hidden;
    width:100%;
}
.columns-holder {
    padding:15px 0px 20px 40px;
    width:730px;
}
.columns-holder .column {
    float:left;
    width:180px;
}
.columns-holder .column h3 {
    font-size:18px;
    margin:0;
}
.columns-holder ul {
    margin:5px 0 0 5px;
    list-style:none outside none;
    padding:0;
    text-align:left;
}
.columns-holder ul li {
    margin:0 0 2px;
}
.columns-holder ul li a {
    font-size:14px;
    white-space:nowrap;
}
.footer-holder p {
    float:right;
    font-weight:bold;
    padding-right:10px;
}

/* header carousel */
.carousel {
    height:auto;
    padding-bottom:15px;
    padding-top:15px;
}
.carousel div {
    margin:0 auto;
    overflow:hidden;
    width:750px;
}
.carousel ul {
    list-style:none outside none;
    padding:0;
    width:750px;
}
.carousel ul li {
    float:left;
    padding:10px;
    text-align:center;
    width:105px;
}
.carousel ul li a {
    color:#FFFFFF;
    font-size:28px;
    padding:10px;
}
.carousel ul li a:hover {
    background:#FF6600;
    text-decoration:none;
}
.carousel ul li a.prev:hover,.carousel ul li a.next:hover {
    background:none;
}


/* main home page before login */

.logo-box {
    text-align:center;
}
.slogan {
    color:#1F4E17;
    font-size:32px;
    line-height:52px;
    padding:10px;
    margin: 0;
    text-align:center;
}
.registration-box {
    margin: 10px auto;
    height: 1%;
    overflow: hidden;
}
.create-box {
    float:left;
    padding:10px;
    width:45%;
}
.login-box {
    float:right;
    padding:10px;
    width:47%;
    border-left: 1px dashed #1F4E17;
}
.registration-box h3 {
    color:#1F4E17;
    font-size:24px;
    margin:10px;
    text-align:center;
}

.create-box strong,.login-box strong{
    display:block;
    font-size:18px;
    margin:20px;
    text-align:center;
}
.create-box strong a {
    color:#000000;
    display:inline-block;
    height:1%;
}
.create-box a.btn-signup {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#FCDF38;
    border:2px solid #FFFFFF;
    display:block;
    font-size:20px;
    font-weight:bold;
    margin-bottom:0;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    padding:10px 0;
    text-align:center;
    width:150px;
}
.create-box a.btn-signup:hover {
    background:#FF6E1F;
    color:#FFFFFF;
    text-decoration:none;
}
.login-box h4 {
    color:#1F4E17;
    font-size:18px;
    text-align:center;
}
.login-box h4.notice, .login-box h4.error {
    color:red;
}
.login-form {
    margin: 0;
    padding: 0 0 0 40px;
    height:1%;
    overflow:hidden;
}
.login-form fieldset {
    height:1%;
    overflow:hidden;
}
.login-form input {
}
.login-form label {
    display:block;
    font-size:18px;
    margin-bottom:5px;
}
.login-form .row {
    height:1%;
    overflow:hidden;
    padding-bottom:10px;
}
.login-form .text {
    border:1px solid #DFDFDF;
    font-size:20px;
    padding:5px;
    width:280px;
}
.login-form .check {
    margin:5px 5px 0 0;
}
.login-form label.check-label {
    display: inline;
    font-size:14px;
    padding:4px 0 0;
}
.login-form a.forget {
    font-size:14px;
    padding:4px 0 0;
    margin-bottom:5px;
    float: right;
}
.login-form .submit {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#58CCF5;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    font-size:20px;
    font-weight:bold;
    margin:0 auto;
    overflow:hidden;
    padding:10px 0;
    text-align:center;
    text-decoration:none;
    width:255px;
}
.login-form .submit:hover {
    background:#FF6E1F;
    color:#FFFFFF;
    text-decoration:none;
}

/* main sign up page*/
.common-box {
    margin: 10px auto;
    height: 1%;
    overflow: hidden;
}
.common-box .new-user-box {
    float:left;
    width:50%;
    border-right: 1px dashed #1F4E17;
}
.common-box .ad-box {
    float:right;
    width:45%;
}
.common-box h2 {
    color:#1F4E17;
    font-size:24px;
    padding-left: 20px;
    margin: 0;
}
.common-box h5 {
    color:#1F4E17;
    font-size:16px;
    padding-left: 20px;
    margin: 0;
}
.common-box .notice, .common-box .error {
    color:red;
    margin:10px 0;
}
.common-form {
    height:1%;
    overflow:hidden;
    padding:0 14px 0 0;
}
.common-form small {   
    display: block;
}
.common-form fieldset {
    padding: 0 0 0 20px;
    height:1%;
    overflow:hidden;
}
.common-form input {
    float:left;
}
.common-form label {
    display:block;
    font-size:20px;
    font-weight:bold;
    margin:0 0 2px;
}
.common-form .row {
    height:1%;
    overflow:hidden;
    padding:0 0 7px;
}
.common-form .text {
    border:1px solid #DFDFDF;
    font-size:20px;
    padding:5px;
    width:260px;
}
.common-form .sex {
    float:left;
    padding-left:10px;
    width:45%;
}
.common-form .age {
    float:left;
    width:45%;
}
.common-form .whysex {
    clear: both;
    padding-top: 5px;
}
.common-form .submit {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#FCDF3B;
    border:2px solid #FFFFFF;
    cursor:pointer;
    display:block;
    font-size:20px;
    font-weight:bold;
    margin:0 15px 0 0;
    overflow:hidden;
    padding:10px 0;
    text-align:center;
    text-decoration:none;
    min-width:220px;
}
.common-form .submit:hover {
    background:#FF6E1F;
    color:#FFFFFF;
    text-decoration:none;
}

.btn-back {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#58CCF5;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    display:block;
    font-size:20px;
    font-weight:bold;
    overflow:hidden;
    padding:11px 0;
    text-align:center;
    text-decoration:none;
    width:220px;
    margin:0;
}
.btn-back:hover {
    background:#FF6E1F;
    color:#FFFFFF;
    text-decoration:none;
}
.btn-center{
    margin:0 auto;
}
.ad-box .v-ad {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#E6FEAB;
    border:1px solid #C1DF6F;
    font-size:20px;
    font-weight:bold;
    height:300px;
    margin:30px 0;
    text-align:center;
    vertical-align: middle;
    width:310px;

}
.ad-box .s-ad {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#E6FEAB;
    border:1px solid #C1DF6F;
    font-size:20px;
    font-weight:bold;
    height:200px;
    margin:30px auto;
    text-align:center;
    width:80%;
}

/* Top navigation*/
.logo {
    background:url("../images/logo.gif") no-repeat scroll 0 0 transparent;
    float:left;
    height:44px;
    margin-bottom:0;
    margin-left:20px;
    overflow:hidden;
    width:190px;
}
.logo a {
    display:none;
    height:100%;
}
#nav {
    clear:both;
    list-style:none outside none;
    margin:0 0 0 10px;
    overflow:hidden;
    padding:0;
}
#nav li {
    float:left;
    text-align:center;
}
#nav li a {
    color:#FFFFFF;
    float:left;
    height:auto;
    padding:5px;
    width:140px;
}
#nav li a:hover {
    background:#FF6600;
    text-decoration:none;
}
#nav li strong {
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
}
#nav li span {
    display:block;
    margin-top:0px;
}
#nav .logout {
    text-align: center;
}

/* Courses page */
.common-box .course-box {
    border-right: 1px dashed #1F4E17;
    float:left;
    padding:0;
    margin: 0;
    width:50%;
    min-height: 400px;
}
.course-box ul {
    list-style:none;
    padding:0;
    margin: 10px 0;
}
.course-box ul li {
    margin:0 auto;
    padding-left: 20px;
}
.course-box ul li a {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#98CD65;
    float:left;
    height:auto;
    margin-bottom:10px;
    padding:5px;
    text-align:center;
    width:250px;
}
.course-box ul li a:hover {
    background:#FF6600;
    color:#FFFFFF;
    text-decoration:none;
}
.course-box ul li strong {
    display:block;
    font-size:20px;
    font-weight:bold;
    margin:0 0 -3px;
}
.course-box ul li span {
    display:block;
    font-size:18px;
    padding:5px;
    text-align:center;
}
.btn-newcourse {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#FCDF3B;
    border:2px solid #FFFFFF;
    display:block;
    clear: both;
    float: left;
    font-size:18px;
    margin:40px 0 0 20px;
    overflow:hidden;
    padding:10px 0;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    width:300px;
}
.btn-newcourse:hover {
    background:#FF6E1F;
    color:#FFFFFF;
    text-decoration:none;
}

/* New course page*/
.common-box .new-course-box {
    margin:0;
    padding: 10px 0 0 10px;
}
.common-box .new-course-step {
    float:left;
    min-height:100px;
    padding-left:10px;
    width:30%;
}
.common-box .last-step {
    width:33%;
}
.right-arrow {
    background:url("../images/breadcrumb_separator.gif") no-repeat scroll right 20px transparent;
}

.new-course-step strong {
    display:block;
    font-size:18px;
    margin:0;
}
.new-course-step span {
    display:block;
    font-size:18px;
    margin:0;
}

.new-course-step ul {
    list-style:none outside;
    padding:0;
}
.new-course-step ul li {
    padding-bottom: 2px;
}
.new-course-step ul a {
    text-decoration: none;
}
.new-course-step ul a.delete{
    color:red;
    font-size:12px;
    text-decoration: none;
}
.new-course-step a.more {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#FCDF3B;
    border:1px solid #FFFFFF;
    display:block;
    clear: both;
    width: 150px;
    font-size:18px;
    margin:0;
    padding:5px 10px;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
}.new-course-step a.more:hover {
    text-decoration: none;
    background:#FF6E1F;
    color:#FFFFFF;
}
.new-course-step ul a:hover{
    text-decoration: none;
    background:#FF6E1F;
    color:#FFFFFF;
}
.new-course-step small.hours{
    color:#1F4E17;
    font-size:15px;
    text-decoration: none;
    padding-left: 30px;
}
.new-course-step small.fee{
    color:red;
    font-size:12px;
    text-decoration: none;
}

.btn-new-course {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#58CCF5;
    border:2px solid #FFFFFF;
    clear:both;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    float:right;
    font-size:20px;
    font-weight:bold;
    margin:0 60px 0 0;
    overflow:hidden;
    padding:10px 0;
    text-align:center;
    text-decoration:none;
    width:200px;
}
.btn-new-course:hover {
    background:#FF6E1F;
    text-decoration:none;
}
.tip {
    background:#CCFFFF;
    border:1px solid #00CCFF;
    padding:5px;
    width:250px;
}
.tip-text {
    display:none;
}

/* Before course start*/
.common-box h3 {
    color:#1F4E17;
    font-size:28px;
    margin:10px;
    text-align:center;
}
.btn-guidelines {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#FCDF3B;
    border:2px solid #FFFFFF;
    clear:both;
    color:#000000;
    cursor:pointer;
    display:block;
    font-size:30px;
    font-weight:bold;
    margin:0 auto;
    overflow:hidden;
    padding:10px;
    text-align:center;
    text-decoration:none;
    width:300px;
}
.btn-guidelines:hover {
    background:#FF6E1F;
    color:#FFFFFF;
    text-decoration:none;
}
.btn-continue {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#58CCF5;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    font-size:25px;
    font-weight:bold;
    margin:0 auto;
    overflow:hidden;
    padding:10px 0;
    text-align:center;
    text-decoration:none;
    width:300px;
}
.btn-continue:hover {
    background:#FF6E1F;
    text-decoration:none;
}


/* Guidelines */
ol.guidelines {
    margin:20px 0;
    padding:0;
}
ol.guidelines li {
    color:#1F4E17;
    font-size:20px;
    margin:0;
    padding:0;
}
ol.guidelines h4 {
    cursor:pointer;
    margin:0;
    padding:0;
}
ol.guidelines h4:hover {
    background:#FF6E1F;
    color:#FFFFFF;
    text-decoration:none;
}
ol.guidelines h4 span{
    padding-left: 10px;
    color: #000000;
}
ol.guidelines .content {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#FAFFCF;
    color:#000000;
    height:1%;
    margin:10px 0;
    overflow:hidden;
    padding:20px;
}
a.btn-close {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#58CCF5;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    display:block;
    font-size:24px;
    margin:0 auto;
    overflow:hidden;
    padding:5px;
    text-align:center;
    text-decoration:none;
    width:255px;
}
a.btn-close:hover {
    background:#FF6E1F;
    color:#FFFFFF;
    text-decoration:none;
}
/* Icontraining page */
.icontraining-box h2 {
    color:#1F4E17;
    font-size:24px;
    padding-left: 20px;
    margin: 0;
}
.icontraining-box h3 {
    color:#1F4E17;
    font-size:20px;
    margin:10px;
    text-align:center;
}
.icontraining-box p{
    margin: 5px;
    padding: 0 0 0 20px;
    font-size: 20px;

}
.icontraining-box ul{
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 20px;
    list-style: none;
}
.icontraining-box ul li{
    padding: 0;
    margin:0;
}
.icontraining-box ul li ul{
    display: block;
    clear: both;
    padding: 0;
    height: 1%;
    overflow: hidden;
    background: #fff0a6;
    color:#fff0a6;
    margin: 0 0 3px 0;
}
.icontraining-box ul li ul li{
    float: left;
    height: 65px;
    padding:10px 0 0 10px ;
}


.icontraining-box ul li ul li.icon{
    text-align: center;
    width: 15%;
    border-right:1px dashed gray;
}
.icontraining-box ul li ul li.icon img{
    height: 50px;
    width: 50px;
}
.icontraining-box ul li ul li.icon img:hover{
    border: 3px solid #ff6e1f;
}
.icontraining-box ul li ul li.first{
    width: 35%;
    border-right:1px dashed gray;
}
.icontraining-box ul li ul li.next{
    width: 45%;
}
.icontraining-box ul li ul.icon-titles li.icon{
    color:#000000;

}
.icontraining-box ul li ul.icon-titles li.first{
    color:#000000;
    background: rgb(255, 204, 31);
}

.icontraining-box ul li ul.icon-titles li.next{
    color:#000000;
    background: rgb(164, 239, 239);
}

.icon-training-holder {
    height: 1%;
    overflow: hidden;
    background: rgb(205, 235, 235);
    padding: 5px 0 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position:relative;
}

#icon-training-holder h3.directions{
    color:#000000;
}
.icon-training-box {
    background: rgb(243, 243, 243);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px rgb(207, 206, 202) solid;
    width: 220px;
    height: 149px;
    padding: 14px 0 0;
    margin: 0 auto;
    overflow: hidden;
}

.icon-training-box .image{
    height: 110px;
    width: 180px;
    margin: 0 auto 2px;
}

.icon-training-box .image img{
    display: block;
}

.icon-training-box ul{
    list-style: none;
    margin: 0;
    padding: 0 0 0 21px;
    width: 240px;
    overflow: hidden;
    background: none;
}

.icon-training-box ul li {
    float: left;
    margin: 0 45px 0 0;
}

.icon-training-box ul li img{
    display: block;
    cursor: pointer;
}

.icontraining-box #start{
    margin-top:20px;
}
.icontraining-box #start a{
    margin-top:20px;
}


/* Course Top page*/
.heading-box {
    height:1%;
    overflow:hidden;
    padding:10px;
}
.heading-box h2 {
    color:#1F4E17;
    float:left;
    font-size:32px;
    margin:0;
}
.heading-box .btn-start {
    float:right;
}

/* course progress */
.table-box {
    margin:20px auto;
}
.table-box .holder {
}
.table-box .frame {
    height:1%;
    padding:4px 5px;
    position:relative;
}
.data-table {
    border-collapse:collapse;
    border:1px solid #C1DAD7;
    margin:0;
    padding:0;
}
.data-table td {
    background:#FFFFFF;
    border-bottom:1px solid #C1DAD7;
    font-size:24px;
    height:41px;
}
.data-table .name {
    background:#E6FFCF;
    padding:0 8px 0 16px;
    width:356px;
}
.data-table .step {
    border-left:1px solid #C1DAD7;
    text-align:center;
    width:110px;
}
.data-table .heading td {
    background:#D8FF9F;
    height:30px;
    padding-top:5px;
    padding-bottom: 5px;
}
.data-table td em {
    float:left;
    font-style:normal;
    width:85%;
}
.data-table .note {
    background:url("../images/ico-note.gif") no-repeat scroll 0 0 transparent;
    float:right;
    height:27px;
    width:28px;
}
.data-table .passed {
    background:#FAFFCF;
}
.data-table .star {
    background:url("../images/ico-stars.gif") no-repeat scroll 0 0 transparent;
    display:block;
    height:28px;
    margin:0 auto;
    width:30px;
}
.data-table .current {
    background:#FDFF4F;
}
.data-table .current .star {
    background-position:0 -28px;
}
.data-table a {
    display:block;
    height:100%;
}
.option-box {
    height:1%;
    overflow:hidden;
    padding:10px;
}
.option-box ul {
    display:inline;
    float:right;
    list-style:none outside none;
    padding:0;
}
.option-box ul li {
    display:inline;
    float:left;
    margin:0 0 0 20px;
    width:170px;
}
.option-box ul li img {
    float:left;
    margin:0;
    padding-right:10px;
}
.option-box ul .text {
    font-size:14px;
    height:1%;
    overflow:hidden;
    padding:0 0 0 4px;
}
.option-box ul .text strong {
    display:block;
    white-space:nowrap;
}
.option-box ul .text span {
    display:block;
}
.btn-redesign {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#D0E276;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    font-size:16px;
    font-weight:bold;
    margin:0 0 0 10px;
    overflow:hidden;
    padding:10px 0;
    text-align:center;
    text-decoration:none;
    width:150px;
}
.btn-redesign:hover {
    color:#FFFFFF;
    background:#FF6E1F;
    text-decoration:none;
}

/* learn page */

.container .prev, .container .next {
    font-size:18px;
    line-height:18px;
    background: url(../images/bg-prev.gif) no-repeat;
    height: 22px;
    filter: alpha(opacity=20);
    -moz-opacity:0.2;
    opacity:0.2;
    cursor: default;
}
.container .prev:hover, .container .next:hover {
    text-decoration:none;
}
.container .prev {
    padding: 3px 0 0 29px;
    float:left;
}
.container .next {
    float:right;
}

.container .next {
    background: url(../images/bg-next.gif) no-repeat 100% 0;
    padding: 1px 29px 0 0;
    top: 6px;
    right: 29px;
}

.breadcrumbs {
    float:right;
    list-style:none outside none;
    margin:0;
}
.breadcrumbs li {
    color:#1F4E17;
    float:left;
    font-size:18px;
    font-weight:bold;
    line-height:20px;
    padding-left:5px;
}
.breadcrumbs li a {
    color:#1F4E17;
}

.learn-box {
    clear:both;
    min-height:200px;
    overflow:hidden;
    position:relative;
}
.learn-box .infobox {
    float:left;
    padding-top:14px;
    width:50%;

}
.learn-box .ad-box {
    float:right;
    padding-top:14px;
    width:45%;
}
.learn-box .infobox h4, .learn-box .ad-box h4 {
    color:#1F4E17;
    font-size:20px;
    margin: 0;
}
.learn-box .infobox ul {
    list-style:disc;
    margin:0 0 0 5px;
    padding:5px;
}
.learn-box .infobox ul li {
    font-size:18px;
    margin:10px;
    padding:0;
}

.btn-start {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#58CCF5;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
    font-size:20px;
    font-weight:bold;
    margin:20px auto;
    overflow:hidden;
    padding:10px 0;
    text-align:center;
    text-decoration:none;
    width:200px;
}
.btn-start:hover {
    background:#FF6E1F;
    text-decoration:none;
}
#tipbar {
    clear:none;
    float:left;
    font-size:28px;
    font-weight:600;
    padding:19px 0 15px 15px;
    width:100%;
}
#stagebar {
    clear:none;
    float:right;
    width:100%;
}

.module {
    clear:both;
    color:#1F4E17;
    float:left;
    font-weight:bold;
    margin-top:20px;
    width:100%;
}
.module strong {
    font-size:24px;
    text-align:center;
}
.module ul {
    display:inline;
    list-style:none outside none;
    margin:0 0 0 10px;
    overflow:hidden;
    padding:0;
}
.module ul li {
    display:inline-block;
    font-size:24px;
    vertical-align:middle;
}
* html .module ul li {
    display:inline;
    height:1%;
}
* + html .module ul li {
    display:inline;
    height:1%;
}
.module ul .current {
    color:#000000;
    font-size:24px;
}
.stage {
    float:right;
    overflow:hidden;
    padding:0 0 5px;
    text-align:center;
}
.stage strong {
    float:right;
    font-size:24px;
    font-weight:normal;
    margin:0 20px 0 0;
}
* html .stage strong {
    padding-top:3px;
}
* + html .stage strong {
    padding-top:3px;
}
.stage ul {
    float:right;
    list-style:none outside none;
    margin:0 15px 0 0;
    padding:0;
}
.stage ul li {
    display:inline-block;
    margin:0;
}
* html .stage ul li {
    display:inline;
    height:1%;
}
* + html .stage ul li {
    display:inline;
    height:1%;
}
.stage ul li a {
    display:block;
    font-size:24px;
}
.stage ul li a:hover {
    text-decoration:none;
}
.stage ul li .none {
    background:#CCCCCC;
    cursor:default;
    display:block;
    height:19px;
    overflow:hidden;
    text-indent:9999px;
    width:20px;
}
.stage ul li .current {
    background-color:#FFFED3;
    cursor:default;
    display:block;
    height:40px;
    margin:0;
    text-indent:0;
    width:30px;
}
.stage ul li .next-step {
    background:#009900;
    cursor:default;
    display:block;
    height:19px;
    margin-top:10px;
    overflow:hidden;
    text-indent:9999px;
    width:20px;
}
.stage ul li .pass {
    background:#FF6E1F;
    cursor:default;
    display:block;
    height:19px;
    margin-top:10px;
    overflow:hidden;
    text-indent:9999px;
    width:20px;
}
.stage .stage-button {
    clear:both;
    float:right;
    width:100px;
}
.stage .btn-stage-start, .stage .btn-stage-pause, .stage .btn-stage-review {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:#58CCF5;
    color:#FFFFFF;
    float:left;
    font-size:20px;
    padding:4px 0;
    text-align:center;
    text-decoration:none;
    width:89px;
}
.stage .btn-stage-start:hover, .stage .btn-stage-pause:hover, .stage .btn-stage-review:hover {
    background:#FF6E1F;
    text-decoration:none;
}
.submodule {
    border-bottom:1px dashed;
    clear:both;
    margin:0 auto 20px;
    overflow:hidden;
    padding-bottom:10px;
    text-align:center;
    width:400px;
}


.list-holder {
    height:1%;
    overflow:hidden;
}
.question-holder {
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    background:#CDEBEB;
    border-bottom:medium solid #1F4E17;
    height:1%;
    overflow:hidden;
    padding:5px 0;
}
.questions-holder {
    background:#E5FEC5;
    height:1%;
    overflow:hidden;
    padding:5px 0;
}
.answers-holder {
    -webkit-border-radius:0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    background:#FFF0A6;
    height:1%;
    overflow:hidden;
}
.question-box {
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    background:#F3F3F3;
    border:1px solid #CFCECA;
    height:149px;
    margin:0 100px 0 auto;
    overflow:hidden;
    padding:14px 0 0;
    width:220px;
}
.question-box .image, .language-list li .image {
    height:110px;
    margin:0 auto 2px;
    width:180px;
}
.question-box .image img, .language-list li .image img {
    cursor:pointer;
    display:block;
}
.question-box ul, .language-list ul {
    background:transparent;
    list-style:none outside none;
    margin:0;
    overflow:hidden;
    padding:0 0 0 21px;
    width:240px;
}
.question-box ul li {
    float:left;
    margin:0 45px 0 0;
}
.question-box ul li img, .language-list ul li img {
    cursor:pointer;
    display:block;
}
.language-list {
    list-style:none outside none;
    margin:0;
    overflow:hidden;
    padding:0;
}
.language-list li {
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    background:#F3F3F3;
    border:1px solid #CFCECA;
    float:left;
    height:146px;
    margin:12px;
    overflow:hidden;
    padding:17px 0 0;
    width:217px;
}
.language-list li .image {
    margin-bottom:0;
}
.language-list ul li {
    background:transparent;
    border:medium none;
    height:auto;
    margin:0 40px 0 0;
    padding:0;
    width:auto;
}

.loading {
    background-image:url("../images/bigwaiting.gif");
    background-position:center 20%;
    background-repeat:no-repeat;
    margin-top:50px;
    text-indent:9999px;
}

.whatmeantip .tip {
    background:#CCFFFF;
    border:1px solid #00CCFF;
    padding:5px;
    width:150px;
}
.score-box {
    float:left;
    font-size:32px;
    margin:45px 0 45px 100px;
    text-align:center;
}
.score-box span {
    display:block;
}


/* submodules list page */

.submodule-box {
    clear: both;
    border-bottom:2px dashed #4D791A;
    height:1%;
    margin:0 0 7px;
    overflow:hidden;
    padding:0 0 2px;
    position:relative;
    display: block;
    width: 100%;
}
.submodule-list {
    list-style:none outside none;
    margin:10px 0 0 0;
    overflow:hidden;
    padding:0;
    width: 100%;
}
.submodule-list li {
    float:left;
    margin:10px;
    overflow:hidden;
    text-align:center;
}
.submodule-list li a {
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    background:#FCDF3B;
    border:2px solid #FFFFFF;
    display:block;
    font-family:sans-serif;
    font-size:35px;
    margin:0 auto;
    overflow:hidden;
    padding:5px;
    text-decoration:none;
    width:55px;
}
.submodule-list li a:hover {
    background:#FF6E1F;
    color:#FFFFFF;
    text-decoration:none;
}
.submodule-list li a.learned {
}
.submodule-list li a.selected {
}
.submodule-list li a.notlearned {
    background:#DFDFDF;
    color:#FFFFFF;
    cursor:default;
}
.submodules .list-holder {
    height:1%;
    overflow:hidden;
}
.item-box {
    overflow:hidden;
    padding:0;
    width: 100%;
}
.item-list {
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    background:#FFF0A6;
    list-style:none outside none;
    overflow:hidden;
    padding:0;
    width:100%;
}
.item-list li {
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    border: 1px rgb(207, 206, 202) solid;
    background:#F3F3F3;
    float:left;
    height:146px;
    margin:12px;
    overflow:hidden;
    padding:17px 0 0;
    width:217px;
}
.item-list li .image {
    height:110px;
    margin:0 auto 2px;
    width:180px;
}
.item-list li .image img {
    display:block;
}
.item-list ul {
    background:transparent;
    list-style:none outside none;
    margin:0;
    overflow:hidden;
    padding:0 0 0 21px;
    width:216px;
}
.item-list ul li {
    background:transparent;
    border:medium none;
    height:auto;
    margin:0 40px 0 0;
    padding:0;
    width:auto;
}
.item-list ul li img {
    cursor:pointer;
}
.item-list .list-holder {
    background:#FFF0A6;
    height:1%;
    overflow:hidden;
}
.item-box a.btn-start {
    float:right;
    width:200px;
}

/* account page */

.accout-info {
    clear:both;
    font-size:20px;
    margin:5px 0;
    padding-left: 20px;
}
.accout-info div {
    float:left;
    font-weight:bold;
    width:200px;
}
.accout-info a {
    color:#1F4E17;
}

.btn-edit-account, .btn-change-password {
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    background:#58CCF5;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    display:block;
    float:left;
    font-size:20px;
    margin:5px 40px 0 20px;
    overflow:hidden;
    padding:5px;
    text-align:center;
    text-decoration:none;
    width:255px;
}
.btn-change-password {
    background:#FCDF3B;
    color:#000000;
    margin:0 auto;
}
.btn-edit-account:hover, .btn-change-password:hover {
    background:#FF6E1F;
    color:#FFFFFF;
    text-decoration:none;
}

/* feedback page*/
.feedback-box{
    padding-left:20px;

}
.feedback-textarea {
    border:1px solid #DFDFDF;
    display:block;
    font-size:20px;
    margin-bottom:10px;
    padding:5px;
}

/* Terms of Service & Privacy Policy */
.legal-information{
    margin: 0 auto;
    padding:20px;    
}
.legal-information h1{
    text-align: center;
}
a.legal-infor-link{
    text-decoration: underline;
}
a.legal-infor-link:hover{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #FF6E1F;
}

.congratulation{
    font-size: 24px;
    color:red;
}

.course-detail-box{
    margin-top: 30px;
}

table.pricing {
    background:none repeat scroll 0 0 #FFFFFF;
    border-collapse:separate;
    border-spacing:0;
    width: 100%;
}
.pricing th {
    width:33%;
    padding-left:22px;
    text-align:left;
    font-size:24px;
    font-weight:bold;
    line-height:42px;
    border-left:2px solid #EEEEEE;
}
.pricing th.starter {
    background-color:rgb(233, 255, 127);
}
.pricing th.basic {
    background-color:rgb(208, 239, 59);
}
.pricing th.expanded {
    background-color:rgb(145, 175, 0);
}
.pricing span{
    display: block;
    margin-top: -10px;
}
.pricing th.left {
    border-left:medium none;
}
.pricing tr.features ul {
    list-style:none outside none;
    font-size: 120%;
    margin:0px;
    color:#3F3F3F;
    padding:0px;
}
.pricing h3 {
    margin: 20px 0 0 0;
}
.pricing h3.free {
    color: red;
}
.pricing  h4 {
    text-align:center;
    font-size: 130%;

}
.pricing .features td {
    padding-left:20px;
    padding-top:20px;
    text-align:left;
}
.pricing .buy td {
    text-align:center;
    padding:0 0 10px 0;
}
.pricing td {
    border-left:2px solid #EEEEEE;
}
.pricing td.left {
    border-left:medium none;
}
.pricing .start {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#FCDF3B;
    border:1px solid #FFFFFF;
    display:block;
    font-size:18px;
    margin:0 auto;
    overflow:hidden;
    padding:5px 10px;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    width: 100px;
    cursor: pointer;
}
.pricing .start:hover{
    text-decoration: none;
    background:#FF6E1F;
    color:#FFFFFF;
}
/* sulantra team */
ul.profiles{
    list-style: none;
    padding-right: 50px;
}
ul.profiles li{
    border-bottom: 1px dotted #808080;
    margin-bottom: 10px;
}
ul.profiles h4{
    font-size:20px;
    margin: 0;
}
ul.profiles p{
    margin-top: 10px;
}
