ushtml {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555555;
    background: #000000 url(../images/background3.jpg) repeat-x;
}

input, select, textarea {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

input[type=text], input[type=password], select, textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(pie/PIE.htc);
}

textarea {
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 100%;
}

a {
    outline: none;
}

hr {
    border: 0;
    color: #777777;
    background-color: #777777;
    height: 1px;
}

.seperators {
    color: #00FFFF;
}

.centerbg {
    background: #00034a url(../images/newbg3.jpg) repeat-x;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(pie/PIE.htc);

    padding: 10px 0 10px 0;
}

.menuheading {
    font-size: 40px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #555555;
}

a.tooltip {
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
    position: relative; /*this is the key*/
    z-index: 24;
}

a.tooltip:hover {
    z-index: 25;
}

a.tooltip span {
    display: none;
}

a.tooltip:hover span {
    /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    font-size: 11px;
    top: 2em;
    left: 1em;
    width: 25em;
    padding: 5px;
    border: 1px solid #777777;
    background-color: #ffff66;
    color: #000000;
    text-align: left;
}

#unreleased a:link, #unreleased a:visited {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 2px 0 2px 0;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);
    border: 2px solid #444;
    /*
        border-right: 2px solid #444444;
        border-bottom: 2px solid #444444;
        border-top: 2px solid #999999;
        border-left: 2px solid #999999;
        */
}

#unreleased a:hover {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    color: #FFFF00;
    background-color: #FF0000;
    padding: 2px 0 2px 0;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(pie/PIE.htc);
    box-shadow: 2px 2px 5px #444;
    /*
        border-right: 2px solid #444444;
        border-bottom: 2px solid #444444;
        border-top: 2px solid #999999;
        border-left: 2px solid #999999;
        */
}

.stdtextlink a:link, .stdtextlink a:visited, .stdtextlink a:hover, .stdtextlink a:hover {
    outline: none;
    text-decoration: none;
    color: #555555;
}

tr.bordertop td {
    border-top: 1px solid #ffffff;
}

tr.borderbottom td {
    border-bottom: 1px solid #ffffff;
}

.bigbutton {
    font-size: 15px;
    font-weight: bold;
}

.heading {
    font-size: 13px;
    font-weight: bold;
    color: #fffa82;
}

.heading2 {
    font-size: 13px;
    font-weight: bold;
    color: #fffa82;
}

.question {
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
}

.qred, .qamber, .qgreen, .qna, .qnr {
    font-size: 13px;
    font-weight: normal;
}

.qred {
    color: #FFFFFF;
    background-color: #cc0000;
    padding: 3px 5px 3px 1px;
    margin-bottom: 3px;
    /*   border-bottom: 3px solid #0153a0;*/
}

.qamber {
    color: #000000;
    background-color: #d1bf27;
    padding: 3px 5px 3px 1px;
    margin-bottom: 3px;

    /* border-bottom: 3px solid #0153a0; */
}

.qgreen {
    color: #FFFFFF;
    background-color: #00aa00;
    /*  border-bottom: 3px solid #0153a0; */
    padding: 3px 5px 3px 1px;
    margin-bottom: 3px;

}

.qna {
    color: #FFFFFF;
    background-color: #003399;
    padding: 3px 5px 3px 1px;
    margin-bottom: 3px;

}

.qnr {
    color: #FFFFFF;
    background-color: #777777;
    padding: 3px 5px 3px 1px;
    margin-bottom: 3px;

}

.lbback {
    background-color: rgba(139, 150, 188, 0.3);

}

.greenback {
    background-color: #006633;
}

.inslinks a:link, .inslinks a:visited {
    text-decoration: none;
    font-size: 11px;
    color: #aaaaaa;
    font-style: italic;
}

.inslinks a:hover {
    text-decoration: none;
    font-size: 11px;
    color: #ff0000;
    font-style: italic;
}

.activitylinks a:link, .activitylinks a:visited {
    text-decoration: none;
    color: #ffffff;
}

.activitylinks a:hover {
    text-decoration: none;
    color: #ffffff;
}

.trendlinks a:link, .trendlinks a:visited, .trendlinks a:active {
    text-decoration: none;
    color: #555555;
}

.trendlinks a:hover {
    text-decoration: none;
    color: #555555;
}

.sectionlinks a:link, .sectionlinks a:visited, .sectionlinks a:active {
    background-image: url(../images/barbluedark.jpg);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    border: 2px solid #666;

    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fffa82;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
    margin: 0px;
}

.sectionlinks a:hover {
    background-position: 0 -100px;
}

.sectionlinks2 a:link, .sectionlinks2 a:visited, .sectionlinks2 a:active {
    background-image: url(../images/barred.jpg);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    border: 2px solid #666;

    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fffa82;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
}

.sectionlinks2 a:hover {
    background-position: 0 -100px;
}

.sectionlinks3 a:link, .sectionlinks3 a:visited, .sectionlinks3 a:active {
    background-image: url(../images/bargreen.jpg);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    border: 2px solid #666;

    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fffa82;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
}

.sectionlinks3 a:hover {
    background-position: 0 -100px;
}

.sectionlinks4 a:link, .sectionlinks4 a:visited, .sectionlinks4 a:active {
    background-image: url(../images/barpurple.jpg);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    border: 2px solid #666;

    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fffa82;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
}

.sectionlinks4 a:hover {
    background-position: 0 -100px;
}

.sectionlinks5 a:link, .sectionlinks5 a:visited, .sectionlinks5 a:active {
    background-image: url(../images/barbluelight.jpg);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    border: 2px solid #666;

    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fffa82;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
}

.sectionlinks5 a:hover {
    background-position: 0 -100px;
}

.sectionlinks6 a:link, .sectionlinks6 a:visited, .sectionlinks6 a:active {
    background-image: url(../images/barbluedark.jpg);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    border: 2px solid #666;

    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fffa82;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
}

.sectionlinks6 a:hover {
    background-position: 0 -100px;
}

.sectionlinks7 a:link, .sectionlinks7 a:visited, .sectionlinks7 a:active {
    background-image: url(../images/bargrey.jpg);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    border: 2px solid #666;

    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fffa82;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
}

.sectionlinks7 a:hover {
    background-position: 0 -100px;
}

.sectionlinks8 a:link, .sectionlinks8 a:visited, .sectionlinks8 a:active {
    background-image: url(../images/barred.jpg);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    border: 2px solid #666;

    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fffa82;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
}

.sectionlinks8 a:hover {
    background-position: 0 -100px;
}

.sectionlinks9 a:link, .sectionlinks9 a:visited, .sectionlinks9 a:active {
    background-image: url(../images/barbrown.jpg);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    border: 2px solid #666;

    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fffa82;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
}

.sectionlinks9 a:hover {
    background-position: 0 -100px;
}

.sectionlinks10 a:link, .sectionlinks10 a:visited, .sectionlinks10 a:active {
    background-image: url(../images/bardpurple.jpg);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    border: 2px solid #666;

    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fffa82;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
}

.sectionlinks10 a:hover {
    background-position: 0 -100px;
}

.sectionlinks11 a:link, .sectionlinks11 a:visited, .sectionlinks11 a:active {
    background-image: url(../images/bargreygreen.jpg);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    border: 2px solid #666;

    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fffa82;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
}

.sectionlinks11 a:hover {
    background-position: 0 -100px;
}

.sectionlinks12 a:link, .sectionlinks12 a:visited, .sectionlinks12 a:active {
    background-image: url(../images/bardarkblue.jpg);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    border: 2px solid #666;

    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fffa82;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
}

.sectionlinks12 a:hover {
    background-position: 0 -100px;
}

.covid-button a:link, .covid-button a:visited {

    height: 20px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);

    display: block;
    text-decoration: none;
    font-size: 11px;
    width: 200px;
    position: relative;
    left: 0px;
    padding: 4px 3px;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;

    color: #faddde;
    border: solid 2px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');

}

.covid-button a:hover {
    background: #b61318;
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top,  #c9151b,  #a11115);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}

.covid-button a:active {

    color: #de898c;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');

}

.celllinks a:link, .celllinks a:visited, .celllinks a:hover {
    font-family: Wingdings;
    text-decoration: none;
    font-size: 9px;
    color: #ffffff;
}

.inputadvice {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #999999;
    font-weight: normal;
}

#bottombarlinks {
    color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
}

#centerpanel {
    background-color: #FFFFFF;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #000000;
    border-left-color: #000000;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    color: #000000;
}

.instext {
    font-size: 11px;
    color: #aaaaaa;
    font-style: italic;
    font-weight: normal;
}

.instext2 {
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}

.smltext {
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 0px;
}

.smltextbtn {
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.smltextbtng {
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #00aa00;
    font-weight: bold;
}

.medtext {
    font-size: 13px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 0px;
}

.vsmltext {
    font-size: 4px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
}

.smltextpad {
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 1px;
}

.medtextpad {
    font-size: 13px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 2px;
}

.smltextbold {
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 0px;
    font-weight: bold;
}

.smltextgreen {
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 0px;
    color: #00aa00;
}

.medtextbold {
    font-size: 14px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 0px;
    font-weight: bold;
    color: #00aa00;
}

.smltextright {
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: right;
}

.smltextr {
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #ff0000;
}

.smltextb {
    font-size: 9px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #303665;
    padding-right: 1px;
    padding-left: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}

.smltextc {
    font-size: 9px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #303665;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}

.smltextc a:link, .smltextc a:visited {
    display: block;
    color: #FFFFFF;
    background-color: #0033FF;
    text-decoration: none;
}

.smltextc a:hover {
    display: block;
    color: #FFFFFF;
    background-color: #ff0000;
    text-decoration: none;
}

.smltextg {
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #00aa00;
}

.smltextgrey {
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #aaaaaa;
}

.yellowtext {
    color: #fffa82;
}

.whitetext {
    color: #ffffff;
    font-weight: bold;
}

.yellowboldtext {
    color: #fffa82;
    font-weight: bold;
}

.cyantext {
    color: #00FFFF;
}

.bluetablewhiteborders {
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #888888;
    padding: 2px;
    border: 3px solid #999999;
}

#bottombarlinks a:link, #bottombarlinks a:visited, #bottombarlinks a:active {
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-weight: bold;
}

#bottombarlinks a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.centerpanellinks a:link, .centerpanellinks a:visited, .centerpanellinks a:active {
    text-decoration: none;
    color: #00ccff;
    font-weight: bold;
}

.centerpanellinks a:hover {
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}

.centerpanellinksA a:link, .centerpanellinksA a:visited, .centerpanellinksA a:active {
    text-decoration: none;
    color: #fffa82;
    font-weight: bold;
}

.centerpanellinksA a:hover {
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}

.centerpanellinksB a:link, .centerpanellinksB a:visited, .centerpanellinksB a:active {
    color: #0066FF;
    text-decoration: none;
    font-weight: bold;
}

.centerpanellinksB a:hover {
    color: #009900;
    text-decoration: none;
    font-weight: bold;
}

.centerpanellinksLB a:link, .centerpanellinksLB a:visited, .centerpanellinksLB a:active {
    text-decoration: none;
    color: #00FFFF;
}

.centerpanellinksLB a:hover {
    color: #FF0000;
    text-decoration: none;
}

.centerpanellinksC a:link, .centerpanellinksC a:visited, .centerpanellinksC a:active {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.centerpanellinksC a:hover {
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}

.sectionbarlinks a:link, .sectionbarlinks a:visited, .sectionbarlinks a:active {
    text-decoration: none;
    color: #fffa82;
}

.sectionbarlinks a:hover {
    text-decoration: none;
    color: #ffffff;
}

.blackborders {
    border: 1px solid #000000;
}

.whiteborders {
    border: 1px solid #777777;
    background-color: #0066FF;
}

.whiteborderspad {
    border: 1px solid #ffffff;
    padding: 5px;
}

#box1header {
    font-size: 12px;
    font-weight: bold;
    background-image: url(../images/abarRed.gif);
    background-repeat: repeat-x;
    text-align: left;
    vertical-align: middle;
    padding: 3px;
    color: #FFFFFF;
    border-bottom: 1px solid #000000;
}

#box2header {
    font-size: 12px;
    font-weight: bold;
    background-image: url(../images/abarDarkblue.gif);
    background-repeat: repeat-x;
    text-align: left;
    vertical-align: middle;
    padding: 3px;
    color: #FFFFFF;
    border-bottom: 1px solid #000000;
}

.padding {
    padding: 3px;
}

.paddingright {
    padding-right: 30px;
}

.borders {
    border: 1px solid #000000;
}

.centerPanelLeftBorder {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000000;
    padding-left: 10px;
}

.prices {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #009933;
}

.remedial {
    color: #999999;
    font-style: italic;
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 1px;
}

.subheads {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #009933;
}

.centerPanelRightBorder {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
}

.centerPanelRightBorderPad {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
    padding-right: 10px;
}

.centerPanelFullBorder {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000000;
}

.centerPanelFullBorderPad {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}

p {
    margin: 0px;
    padding: 0px;
}

.basket {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fffa82;
}

li {
    padding-bottom: 3px;
    margin-left: -20px;
    list-style-position: outside;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.rightlowerwhite {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.bottomborder {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #AAAAAA;
}

.bottomborder2 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}

.info {
    background-color: #BDE5F8;
    color: #00529B;
    border: 1px #00529B solid;
    padding: 20px 10px 15px 50px;
    margin: 0;
    background-image: url('../images/knobs/Knob Info.png');
    background-repeat: no-repeat;
    background-position: 10px 15px;
    min-height: 32px;
    text-align: left;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(pie/PIE.htc);
}

.success {
    background-color: #DFF2BF;
    color: #4F8A10;
    border: 1px #4F8A10 solid;
    padding: 15px 10px 15px 50px;
    margin: 0;
    background-image: url('../images/knobs/Knob Valid Green.png');
    background-repeat: no-repeat;
    background-position: 10px 15px;
    min-height: 32px;
    text-align: left;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(pie/PIE.htc);
}

.error {
    background-color: #FFBABA;
    color: #D8000C;
    border: 1px #D8000C solid;
    padding: 15px 10px 15px 50px;
    margin: 0;
    background-image: url('../images/knobs/Knob Cancel.png');
    background-repeat: no-repeat;
    background-position: 10px 15px;
    min-height: 32px;
    text-align: left;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(pie/PIE.htc);
}

.warning {
    background-color: #FEEFB3;
    color: #9F6000;
    border: 1px #9F6000 solid;
    padding: 15px 10px 15px 50px;
    margin: 0;
    background-image: url('../images/knobs/Knob Attention.png');
    background-repeat: no-repeat;
    background-position: 10px 15px;
    min-height: 32px;
    text-align: left;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(pie/PIE.htc);
}



.ok {
    background-color: #DFF2BF;
    background-image: url('../images/knobs/Knob Valid Green Sml.png');
    background-repeat: no-repeat;
    background-position: 5px 4px;
    margin: 0;
    color: #4F8A10;
    border: 1px #4F8A10 solid;
    padding: 5px 5px 5px 25px;
    text-align: left;
    max-width: 300px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(pie/PIE.htc);

}

.infosml {
    background-color: #BDE5F8;
    background-image: url('../images/knobs/Knob Info Sml.png');
    background-repeat: no-repeat;
    background-position: 8px 1px;
    margin: 0;
    color: #00529B;
    border: 1px #00529B solid;
    padding: 3px 10px 3px 30px;
    text-align: left;
    max-width: 320px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(pie/PIE.htc);

}

.failedsml {
    background-color: #FFBABA;
    background-image: url('../images/knobs/Knob Cancel Sml.png');
    background-repeat: no-repeat;
    background-position: 8px 1px;
    margin: 0;
    color: #D8000C;
    border: 1px #D8000C solid;
    padding: 3px 10px 3px 30px;
    text-align: left;
    max-width: 320px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(pie/PIE.htc);

}

.failed {
    background-color: #FFBABA;
    background-image: url('../images/knobs/Knob Cancel Sml.png');
    background-repeat: no-repeat;
    background-position: 5px 4px;
    margin: 0;
    color: #D8000C;
    border: 1px #D8000C solid;
    padding: 5px 5px 5px 25px;
    text-align: left;
    max-width: 300px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(pie/PIE.htc);

}

.low {
    background-color: green;
    display: block;
    height: 20px;
    width: 95px;
    color: black;
    text-decoration: none;
    line-height: 20px;
}

a.low:link {
    color: black;
    text-decoration: none;
}

a.low:visited {
    color: black;
    text-decoration: none;
}

a.low:hover {
    color: black;
    text-decoration: none;
    border-top: 3px solid #3b3a3a;
    border-right: 3px solid #cccbcb;
    border-bottom: 3px solid #cccbcb;
    border-left: 3px solid #3b3a3a;
    overflow: hidden;
    width: 89px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
}

a.low:active {
    color: black;
    text-decoration: none;
}

.medium {
    background-color: yellow;
    display: block;
    height: 20px;
    width: 95px;
    color: black;
    text-decoration: none;
    line-height: 20px;
}

a.medium:link {
    color: black;
    text-decoration: none;
}

a.medium:visited {
    color: black;
    text-decoration: none;
}

a.medium:hover {
    color: black;
    text-decoration: none;
    width: 89px;
    border: 2px solid black;
    border-top: 3px solid #3b3a3a;
    border-right: 3px solid #cccbcb;
    border-bottom: 3px solid #cccbcb;
    border-left: 3px solid #3b3a3a;
    overflow: hidden;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
}

a.medium:active {
    color: black;
    text-decoration: none;
}

.high {
    background-color: orange;
    display: block;
    height: 20px;
    width: 95px;
    color: black;
    text-decoration: none;
    line-height: 20px;
}

a.high:link {
    color: black;
    text-decoration: none;
}

a.high:visited {
    color: black;
    text-decoration: none;
}

a.high:hover {
    color: black;
    text-decoration: none;
    width: 89px;
    border-top: 3px solid #3b3a3a;
    border-right: 3px solid #cccbcb;
    border-bottom: 3px solid #cccbcb;
    border-left: 3px solid #3b3a3a;
    overflow: hidden;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
}

a.high:active {
    color: black;
    text-decoration: none;
}

.vhigh {
    background-color: red;
    display: block;
    height: 20px;
    width: 95px;
    color: black;
    text-decoration: none;
    line-height: 20px;
}

a.vhigh:link {
    color: black;
    text-decoration: none;
}

a.vhigh:visited {
    color: black;
    text-decoration: none;
}

a.vhigh:hover {
    color: black;
    text-decoration: none;
    width: 89px;
    border: 2px solid black;
    border-top: 3px solid #3b3a3a;
    border-right: 3px solid #cccbcb;
    border-bottom: 3px solid #cccbcb;
    border-left: 3px solid #3b3a3a;
    overflow: hidden;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
}

a.vhigh:active {
    color: black;
    text-decoration: none;
}

.lowselected {
    font-weight: bold;
    background-color: green;
    display: block;
    height: 14px;
    width: 89px;
    color: black;
    text-decoration: none;
    line-height: 14px;
    border-top: 3px solid #3b3a3a;
    border-right: 3px solid #cccbcb;
    border-bottom: 3px solid #cccbcb;
    border-left: 3px solid #3b3a3a;
    overflow: hidden;
}

.mediumselected {
    font-weight: bold;
    background-color: yellow;
    display: block;
    height: 14px;
    width: 89px;
    color: black;
    text-decoration: none;
    line-height: 14px;
    border-top: 3px solid #3b3a3a;
    border-right: 3px solid #cccbcb;
    border-bottom: 3px solid #cccbcb;
    border-left: 3px solid #3b3a3a;
    overflow: hidden;
}

.highselected {
    font-weight: bold;
    background-color: orange;
    display: block;
    height: 14px;
    width: 89px;
    color: black;
    text-decoration: none;
    line-height: 14px;
    border-top: 3px solid #3b3a3a;
    border-right: 3px solid #cccbcb;
    border-bottom: 3px solid #cccbcb;
    border-left: 3px solid #3b3a3a;
    overflow: hidden;
}

.vhighselected {
    font-weight: bold;
    display: block;
    height: 14px;
    width: 89px;
    color: black;
    text-decoration: none;
    line-height: 14px;
    background-color: red;
    border-top: 3px solid #3b3a3a;
    border-right: 3px solid #cccbcb;
    border-bottom: 3px solid #cccbcb;
    border-left: 3px solid #3b3a3a;
}

.userbar_container {
    overflow: auto;
    margin-top: 10px;
    padding: 7px;
    border: 1px solid #222;
    background: #778ABB;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#778ABB), to(#072A5A));
    background: -webkit-linear-gradient(#778ABB, #072A5A);
    background: -moz-linear-gradient(#778ABB, #072A5A);
    background: -ms-linear-gradient(#778ABB, #072A5A);
    background: -o-linear-gradient(#778ABB, #072A5A);
    background: linear-gradient(#778ABB, #072A5A);
    -pie-background: linear-gradient(#778ABB, #072A5A);

    behavior: url(/pie/PIE.htc);
}

.userbar_container img {
    border: 0;
}

.userbar_container a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.userbar_container a:hover {
    text-decoration: underline;
}

.userbar_text_header {
    font-size: 11px;
    margin-left: 5px;
    color: #fffa82;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

.user_text_info {
    text-align: left;
    font-weight: normal;
    padding-right: 30px;
}

.userbar_nav {
    font-size: 11px;
    float: right;
    font-weight: normal;
    margin-top: 5px;
}

.orgsel_container {

    margin-top: 5px;
    padding: 0;
    border: 2px solid #444;
    color: #fffa82;
    background: #778ABB;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#778ABB), to(#072A5A));
    background: -webkit-linear-gradient(#778ABB, #072A5A);
    background: -moz-linear-gradient(#778ABB, #072A5A);
    background: -ms-linear-gradient(#778ABB, #072A5A);
    background: -o-linear-gradient(#778ABB, #072A5A);
    background: linear-gradient(#778ABB, #072A5A);
    -pie-background: linear-gradient(#778ABB, #072A5A);

    behavior: url(/pie/PIE.htc);
}

.menu_item_container {
    display: inline-block;
}

.menu_item_container div {
    display: inline-block;
    margin-right: 4px;
}

.menu_item_container img {
    margin-right: 4px;
}

.smltextm {
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #D520CF;
}

.lightgreen {
    background-color: #dbe6de;
}

.upload_area a:link, .upload_area a:visited, .upload_area a:active, .upload_area a:hover {
    color: blue;
}

.warningwhite {
    color: #FFFFFF;
}

.warningred {
    color: #DD0000;
}

.live_search_result {
    display: block;
    width: 100%;
    background: #fff;
    color: black;
    padding: 5px;
    text-decoration: none;
}

.live_search_results {
    z-index: 10;
    position: absolute;
    margin: 0;
    background: #fff;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    color: black;
    min-width: 610px;
    max-width: 610px;
    display: none;
}

.live_search_results a:hover {
    background: #d5e2ff;
    color: #000;
}

.live_search_active {
    background: #d5e2ff;
    color: #000;
}

.live_search_no_results {
    display: block;
    width: 100%;
    background: #fff;
    color: black;
    padding: 5px;
    text-decoration: none;
}

.goback_cell {
    display: none;
}

.hidden {
    display: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}

.modal.fade.in {
    top: 10%;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.hide {
    display: none;
}

.show {
    display: block;
}

#unresolved-modal .modal-header {

    /*background-color: #020c61;*/
    color: #fffa82;

}

#unresolved-modal {
    top: 25%;
    width: 700px;
    margin-left: -350px;
    background-color: #4341a8;
}

#unresolved-modal .modal-body {
    color: #ffffff;
}

#unresolved-modal .modal-footer {
    background-color: #4341a8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.continue {
    margin: 0;

}

.roundall {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url(pie/PIE.htc);
}

.roundtl {
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
    border-radius: 15px 0 0 0;
    behavior: url(pie/PIE.htc);
}

.roundtr {
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
    behavior: url(pie/PIE.htc);
}

.roundbr {
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
    behavior: url(pie/PIE.htc);
}

.roundbl {
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    behavior: url(pie/PIE.htc);
}

.roundbothl {
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    behavior: url(pie/PIE.htc);
}

.roundbothr {
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    behavior: url(pie/PIE.htc);
}

.roundbotht {
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    behavior: url(pie/PIE.htc);
}

.roundbothb {
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    behavior: url(pie/PIE.htc);
}

.roundallsml {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(pie/PIE.htc);
}

.roundtlsml {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    behavior: url(pie/PIE.htc);
}

.roundtrsml {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    behavior: url(pie/PIE.htc);
}

.roundbrsml {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    behavior: url(pie/PIE.htc);
}

.roundblsml {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    behavior: url(pie/PIE.htc);
}

.roundbothlsml {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    behavior: url(pie/PIE.htc);
}

.roundbothrsml {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    behavior: url(pie/PIE.htc);
}

.roundbothtsml {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    behavior: url(pie/PIE.htc);
}

.roundbothbsml {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    behavior: url(pie/PIE.htc);
}

.roundallmed {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(pie/PIE.htc);
}

.roundtlmed {
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
    behavior: url(pie/PIE.htc);
}

.roundtrmed {
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
    behavior: url(pie/PIE.htc);
}

.roundbrmed {
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
    behavior: url(pie/PIE.htc);
}

.roundblmed {
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    behavior: url(pie/PIE.htc);
}

.roundbothlmed {
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    behavior: url(pie/PIE.htc);
}

.roundbothrmed {
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    behavior: url(pie/PIE.htc);
}

.roundbothtmed {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    behavior: url(pie/PIE.htc);
}

.roundbothbmed {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    behavior: url(pie/PIE.htc);
}

.even {
    background-color: #353f8d;
}

.odd {
    background-color: #303665;
}

.hovcolor {
    background-color: #9f1807;
    color: #FFF;
    cursor: pointer;
}

.highlightcolor {
    background-color: #4f8c00;
    color: #FFF;
}

.topbarlinks a:link {
    text-decoration: none;
    color: #FFFF00;
}

.topbarlinks a:visited {
    color: #FFFF00;
    text-decoration: none;
}

.topbarlinks a:active {
    color: #FFFF00;
    text-decoration: none;
}

.topbarlinks a:hover {
    color: #FFFF00;
    text-decoration: underline;
}

.style1 {
    color: #FFFFFF
}

.round {

    overflow: hidden;
    border: 1px solid #222;
    background: #778ABB;
    padding: 5px;
    margin: 10px;

    text-align: center;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#778ABB), to(#072A5A));
    background: -webkit-linear-gradient(#778ABB, #072A5A);
    background: -moz-linear-gradient(#778ABB, #072A5A);
    background: -ms-linear-gradient(#778ABB, #072A5A);
    background: -o-linear-gradient(#778ABB, #072A5A);
    background: linear-gradient(#778ABB, #072A5A);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/pie/PIE.htc);
    -pie-background: linear-gradient(#778ABB, #072A5A);
    behavior: url(/pie/PIE.htc);

}

.round > * {

    vertical-align: middle;

}

.section {

    width: 75px;
    height: 75px;
    display: inline-block;
    background-color: #333;
    color: #fffa82;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    -webkit-box-shadow: 4px 4px 6px #000000;
    -moz-box-shadow: 4px 4px 6px #000000;
    -ms-box-shadow: 4px 4px 6px #000000;
    -o-box-shadow: 4px 4px 6px #000000;
    box-shadow: 4px 4px 6px #000000;
    margin: 10px;
}

.section a {

    color: #fff;
    text-decoration: none;
    display: block;
    width: 65px;
    height: 65px;

}

.section-text {

    position: relative;
    padding: 10px 5px 5px 5px;
    display: block;
    background-color: #000;
    height: 40px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;

}

.section-changed {

    background-color: #00aa00;

}

.section-unchanged {

    background-color: #aa0000;

}

.section-status {
    display: block;
    padding-top: 3px;
    color: #fff;
}

.section-selected {

    -webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);

}

.arrow-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-left: 10px solid #000;
    margin: 8px;

}


.upload-link {

    background: #778ABB;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#778ABB), to(#072A5A));
    background: -webkit-linear-gradient(#778ABB, #072A5A);
    background: -moz-linear-gradient(#778ABB, #072A5A);
    background: -ms-linear-gradient(#778ABB, #072A5A);
    background: -o-linear-gradient(#778ABB, #072A5A);
    background: linear-gradient(#778ABB, #072A5A);
    -pie-background: linear-gradient(#778ABB, #072A5A);

    behavior: url(/pie/PIE.htc);
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #000;

}

.modal-body {

    max-height: 420px;
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 400px;

}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
    margin: auto;
    padding-top: 20px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-decoration: none;
}

.carousel-control.right {
    left: auto;
    right: 15px;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-indicators {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
    color: #ffffff;
    line-height: 20px;
}

.carousel-caption h4 {
    margin: 0 0 5px;
}

.carousel-caption p {
    margin-bottom: 0;
}

#myModal .modal-header, .modal-header {

    /*background-color: #020c61;*/
    color: #fffa82;

}

#myModal, .modal {
    top: 10%;
    width: 700px;
    margin-left: -350px;
    background-color: #4341a8;
}

#myModal .modal-body, .modal-body {
    color: #ffffff;
    /*max-height: 300px;*/
    max-height: 480px;
}

#myModal .modal-footer, .modal-footer {
    background-color: #4341a8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.dropzone a.dz-remove {

    background: #778ABB;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#778ABB), to(#072A5A));
    background: -webkit-linear-gradient(#778ABB, #072A5A);
    background: -moz-linear-gradient(#778ABB, #072A5A);
    background: -ms-linear-gradient(#778ABB, #072A5A);
    background: -o-linear-gradient(#778ABB, #072A5A);
    background: linear-gradient(#778ABB, #072A5A);
    -pie-background: linear-gradient(#778ABB, #072A5A);

    behavior: url(/pie/PIE.htc);
    color: #fff;
    font-weight: bold;

}

.dropzone .dz-size {

    color: #000;

}

.photo-modal-close, .modal-close, .building-photo-modal-close {

    float: right;
    padding-top: 2px;
    right: 12px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #FFF;
    background-color: #072A5A;
    text-decoration: none;

}