﻿/* SRD */
/* 05-11-2012 */
/* This StyleSheet Should Include Cosmetics of the Websites and should not interfere layout of the website*/
/* Fonts */
/* Images */
/* Colors */
/* Fonts */

body {
    line-height: 1.2; 
}

.nav-options {
    float: left;
    margin: 0px;
    position: relative;
    padding-right: 40px;
    display:inline
}

.nav-options {
    font-family: Arial;
    /*background: url(/Images/backgrounds/option-bg.jpg) no-repeat scroll top right transparent;*/
}

.nav-options .content {
    float: left;
    height: 319px;
    margin: 0px;
    padding: 20px 0px 20px 30px;
}

.nav-options ul {
    list-style: none;
}
.nav-options ul {
    margin: 0;
    padding: 0;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}


.nav-options ul li {
    float: none;
    padding: 9px 0 9px 24px;
}

.nav-options ul li {
    color: rgba(0, 0, 0, 0.8);
    list-style: inside;
    padding: 7px 0 0px 20px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.wiz-narrow {
    margin: 0px;
    padding: 30px;
    max-width: 1200px;
}
.wizard-steps {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    background-color: transparent;
}



.wizard-steps {
   
    position: relative;
    float: left;
    width: 100%;
}

.wizard-steps .active a:before {
    border-top: 16px solid #0173BB;
    border-bottom: 16px solid #0173BB;
}
.wizard-steps a:before {
    border-top: 16px solid #eee;
    border-bottom: 16px solid #eee;
    border-left: 16px solid transparent;
}

.wizard-steps a:before {
    width: 0px;
    height: 0px;
    position: absolute;
    content: "";
    top: 0px;
    left: -16px;
}

.wizard-steps .completed:hover span, .wizard-steps .active:hover span {
    color: #722E7B;
}



.wizard-steps .active span {
    background: url(/Images/backgrounds/tick.png) no-repeat;
}
.wizard-steps span {
    font-size: 10px;
    text-align: center;
}
.wizard-steps span {
    float: left;
    width: 24px;
    margin: 4px 5px 4px 0px;
    line-height: 24px;
}

.wizard-steps .active a span.wf-label {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.wizard-steps .completed:hover span, .wizard-steps .active:hover span {
    color: #722E7B;
}
.wizard-steps a span.wf-label {
    background: none !important;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
    text-shadow: 1px 1px 1px rgba(255,255,255, 0.8);
}
.wizard-steps a span.wf-label {
    width: auto;
    margin: 0px 10px 0px 3px;
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
}

.wizard-steps span {
    text-align: center;
}
.wizard-steps span {
    float: left;
}

.wizard-steps .completed:hover a, .wizard-steps .active:hover a {
    color: #fff;
    background: #722E7B;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .active a {
    color: #fff;
    background: #0173BB;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
}
a:hover {
    text-decoration: underline;
    color: #0073BA;
}
.wizard-steps a {
    font-size: 11px;
    color: #999;
    background: #eee;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255,255,255, 0.8);
    background-image: none !important;
}
.wizard-steps a {
    position: relative;
    display: block;
    width: auto;
    height: 32px;
    margin-right: 20px;
    padding: 0px 10px 0px 3px;
    float: left;
    line-height: 32px;
}
a {
    text-decoration: none;
    color: #0064ba;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.wizard-steps ul {
    list-style: none;
    background-color: transparent;
    white-space: nowrap;
}
.wizard-steps ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
user agent stylesheet
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.wizard-steps {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    background-color: transparent;
}

.wizard-steps .completed:hover a:after, .wizard-steps .active:hover a:after {
    border-left: 16px solid #722E7B;
}
.wizard-steps .active a:after {
    border-left: 16px solid #0173BB;
}
.wizard-steps a:after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #eee;
}

.wizard-steps a:after {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    top: 0px;
    right: -16px;
}