﻿
div.NoBorder div:first-child {
    border-color: white;
}

body {
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    border: none;
}

/*body, div, p, h1, h2, h3, h4, ul, li, table {
    margin: 0;
    padding: 0;
    border: none;
}*/


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0px;
    border: 0px none;
    /*width: 100%;*/
}

th {
    font-size: 0.9em;
    border: solid 1px black;
    background-color: #818285;
    color: white;
    padding-left: 1px;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0px;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 1px 1px 0px 0px;
    border: 1px none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}



h1 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

h3 {
    font-size: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h4 {
    font-size: 8px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h5, h6 {
    font-size: 7px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.treeview {
    vertical-align: bottom;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 1.3em;
    font-weight: Normal;
    color: navy;
    background-color: #FFFFFF;
}


.Freezing {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10000000;
}

.GridAlternateRowStyle {
    background-color: #E9ECF8;
}

#wizHeader li .prevStep {
    background-color: #669966;
}

    #wizHeader li .prevStep:after {
        border-left-color: #669966 !important;
    }

#wizHeader li .currentStep {
    background-color: #C36615;
}

    #wizHeader li .currentStep:after {
        border-left-color: #C36615 !important;
    }

#wizHeader li .nextStep {
    background-color: #C2C2C2;
}

    #wizHeader li .nextStep:after {
        border-left-color: #C2C2C2 !important;
    }

#wizHeader {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 55px;
            background: brown; /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
        }

            #wizHeader li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            #wizHeader li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #wizHeader li:first-child a {
            padding-left: 10px;
        }

        #wizHeader li:last-child {
            padding-right: 50px;
        }

        #wizHeader li a:hover {
            background: #FE9400;
        }

            #wizHeader li a:hover:after {
                border-left-color: #FE9400 !important;
            }


/* Lock Screen-related CSS Classes */
.LockOff {
    visibility: hidden;
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
}

.LockBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    width: 105%;
    height: 105%;
    background-color: #666;
    z-index: 99999999997;
    filter: alpha(opacity=50);
    opacity: 0.5;
    padding-top: 20%;
}

.LockPane {
    z-index: 99999999998;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 20%;
    visibility: visible;
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.LockOffImg {
    z-index: 99999999998;
    visibility: visible;
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    background: white;
}

.LockPane div {
    z-index: 99999999999;
    width: 250px;
    background-color: white;
    color: black;
    font-size: large;
    border: solid 3px black;
    text-align: center;
    vertical-align: middle;
    padding: 9px;
    margin-left: auto;
    margin-right: auto;
}

/*	Global classes	*/
.DDMainHeader {
    font: small-caps bold 1.8em Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    color: #F8C317;
    padding-bottom: 12px;
    border-bottom: 1px dotted #bbbbbb;
}

.DDSubHeader {
    margin-bottom: 10px;
    font: 1.2em Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    color: #F8C317;
}

.DD {
    padding: 0px 8px;
    font: .75em Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    color: #666;
}

.DDLightHeader {
    font-weight: bold;
    background-color: #F7F7FF;
}

.DDTextBox, .DDDropDown {
    color: #666;
    font: .95em Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    border: solid 1px #dcdcdc;
    background-color: #F0FFFF;
}

.DDTextBoxRight {
    color: #666;
    font: .95em Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    border: solid 1px #dcdcdc;
    background-color: #FEFEFE;
    text-align: right;
    cursor: text;
    padding-right: 5px;
}


.DDTextError {
    color: #9b2b2b;
    font: 0.9em Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    background-color: rgba(0, 0, 0, 0.00);
}

.DDDropDown {
    padding: 2px;
}

.DDFilter {
    font: .95em Tahoma, Arial, Sans-serif;
    color: #666;
}

.DDControl {
    padding: 0px;
    font: .95em Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    color: #666;
}

.DDFloatLeft {
    float: left;
}

.DDFloatRight {
    float: right;
}

.DDFooter {
    background-color: #dbddff;
}

.DDSelected {
    background-color: #fdffb8;
}

.lblError {
    background-color: lightgray;
    color: red;
    width: 100%;
    font: 900 bold 12px arial;
    text-align: center;
}


div.DDNoItem {
    color: Red;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
}

.DDValidator {
    color: Red;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
}


/*	Navigation	*/

div.DDNavigation {
    font: bold 0.85em Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    position: relative;
    padding: 2px 2px 2px 2px;
    left: 0px;
    background-color: #F8C317;
    color: #FFFFFF;
}

    div.DDNavigation img {
        position: relative;
        margin-top: 0em;
        padding: 0px 8px;
        border: none;
        background-color: #F8C317;
        color: #FFFFFF;
    }

    div.DDNavigation a {
        color: #336699;
        text-decoration: none;
        background-color: #F8C317;
        padding-right: 2px;
        top: -.2em;
        left: .25em;
        color: #FFFFFF;
    }

        div.DDNavigation a:hover {
            color: #FFFFFF;
            text-decoration: underline !important;
        }



div.DDNavigationHome {
    position: relative;
    padding: 0px 0px 0px 0px;
    left: 0px;
    background-color: transparent;
    color: #FFFFFF;
}

    div.DDNavigationHome img {
        position: relative;
        margin-top: 0em;
        padding: 0px 0px;
        border: none;
        background-color: transparent;
    }


/*	Details VIEW/EDIT	*/
table.DDDetailsTable {
    color: #666;
    background-color: #FCFDFE;
    border: 1px solid #dbddff;
    border-bottom-width: 3px;
}

    table.DDDetailsTable a {
        color: #718ABE;
        text-decoration: none;
        padding-right: 6px;
    }

        table.DDDetailsTable a:hover {
            color: #000099;
            text-decoration: underline !important;
        }

    table.DDDetailsTable .td {
        padding: 3px 6px;
        border: 1px solid #dbddff;
        border-bottom-style: dotted;
        font-size: .7em;
        font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    }

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 0 0 0 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 1px;
        border: solid 1px #c1c1c1;
        color: #717171;
        font-size: 11px;
    }

    .mGrid th {
        padding: 1px 1px;
        color: #fff;
        background: #353535 url(./images/grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 15px;
        word-wrap: break-word;
    }


    .mGrid .sel {
        background: #feffaf;
    }

    .mGrid .alt {
        background: #f0f0f0 url(./images/grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(./images/grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 0.8em;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }



/*	DataPager	*/
div.DDPager {
    padding: 0px 6px;
}


/* Bottom hyperlink design*/
div.DDBottomHyperLink {
    font: .75em Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
}

    div.DDBottomHyperLink a {
        color: #839ce7;
        text-decoration: none;
    }

        div.DDBottomHyperLink a:hover {
            color: #000099;
            text-decoration: underline !important;
        }

    div.DDBottomHyperLink img {
        padding-right: 5px;
        border: none;
    }

.ajax__myTab .ajax__tab_header {
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    border-bottom: solid 1px #999999;
}

.ajax__myTab .ajax__tab_outer {
    padding: 0px;
    height: 21px;
    background-color: #C0C0C0;
    margin-right: 2px;
    border-right: solid 1px #666666;
    border-top: solid 1px #aaaaaa;
}

.ajax__myTab .ajax__tab_inner {
    padding: 0px;
    background-color: #C0C0C0;
}

.ajax__myTab .ajax__tab_tab {
    height: 13px;
    padding: 0px;
    margin: 0;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_outer {
    background-color: #cccccc;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_inner {
    background-color: #cccccc;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_tab {
}

.ajax__myTab .ajax__tab_active .ajax__tab_outer {
    background-color: #fff;
    border-left: solid 1px #999999;
}

.ajax__myTab .ajax__tab_active .ajax__tab_inner {
    background-color: #fff;
}

.ajax__myTab .ajax__tab_active .ajax__tab_tab {
}

.ajax__myTab .ajax__tab_body {
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 10pt;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }


    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        h;
    }
    /* END: Mobile Styles */

}


h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}


/* Master Page Layout */
#master_header {
    /*	margin: -1px auto 0 auto;
	width: 800px;
*/
}

#master_headertop {
    /*	background: url(/images/headertop_img.jpg) no-repeat left top;   */
}

#master_headerbottom {
    /*	background: url(/images/headerbottom_img.png) no-repeat left top;  */
}

#master_page {
    /*	margin: 5px auto 20px auto;
	width: 800px;
*/
}

#master_menu {
    float: left;
    width: 240px;
    padding-right: 10px;
}

.sidebar {
    width: 100%;
    margin-bottom: 10px;
}

.sidebarheader {
    height: 24px;
    padding: 10px 0 0 35px;
    background: url(/images/sidebar_header.png) no-repeat left top;
    color: #FFF;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebarcontent {
    border: 1px solid #0F2543;
    padding: 20px 20px 20px 30px;
    line-height: 1.5em;
    font-weight: bold;
}

#master_sidebarSamples {
    padding-top: 72px;
    background: #FFF url(/images/samples_bg.gif) no-repeat left top;
}

#master_sidebarWalkthroughs {
    padding-top: 72px;
    background: #FFF url(/images/walkthrough_bg.gif) no-repeat left top;
}

.sidebarcontent a {
    padding: 2px 5px;
    color: #5377A9;
    text-decoration: none;
}

    .sidebarcontent a:hover {
        background-color: #0F2543;
        color: #FFF;
    }

    .sidebarcontent a:visited {
        font-weight: normal;
    }

#master_content {
    float: left;
    width: 550px;
    margin-right: -550px;
    color: #666666;
}

    #master_content ul {
        margin: 0 25px 0 30px;
    }

        #master_content ul li ul li {
            list-style-type: disc;
        }

#master_contentheader {
    height: 19px;
    background: url(/images/rightcoltop.gif) no-repeat right top;
}

#master_contentplaceholder {
    padding: 30px 20px 40px 20px;
    border-left: 1px solid #0F2543;
    border-right: 1px solid #0F2543;
    border-bottom: 1px solid #0F2543;
    background-color: #EFEFEF;
    line-height: 1.5em;
}

#master_contentfooter {
    clear: both;
    padding: 10px 0 5px 10px;
    color: #333;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}

/* Content Page Layout */
.demoarea {
    padding: 20px;
    background: #FFF url(/images/demotop.png) no-repeat left top;
}

    .demoarea p {
        padding: 5px;
    }

.demoheading {
    padding-bottom: 20px;
    color: #5377A9;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.5em;
}

.demobottom {
    height: 8px;
    background: #FFF url(/images/demobottom.png) no-repeat left bottom;
}


.heading {
    padding: 1em 0 1em 0;
    color: #5377A9;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.2em;
}

.subheading {
    padding: .8em 0 0.5em 0;
    color: #0F2543;
    font-weight: bold;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 1.1em;
}

p {
}

em {
    font-style: italic;
}

i {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.codeReference {
    font-family: 'Courier New', Monospace;
    font-style: normal;
    font-weight: bold;
}

pre, code {
    display: block;
    margin: 15px 15px 15px 0;
    padding: 10px;
    border: 1px dashed #CCC;
    background-color: #FFF;
    color: #000;
    font-family: 'Courier New', Monospace;
    font-size: 0.9em;
    font-style: normal;
}

.releaseList {
    list-style-type: disc;
}


/* Styles for the Animation Reference */
.animationReferenceTable {
}

.animationReferenceRow {
}

.animationReferenceField {
    text-align: right;
    vertical-align: top;
    padding-top: 5px;
}

.animationReferenceCode {
    margin-top: 5px;
    vertical-align: top;
    font-family: 'Courier New', Monospace;
    font-style: normal;
    font-weight: bold;
    display: block;
    background-color: #FFF;
    color: #000;
    font-family: 'Courier New', Monospace;
    font-size: 0.9em;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 5px;
}

.animationReferenceItems {
    vertical-align: top;
}

.animationReferenceItemTable {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.animationReferenceItemRow {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.animationReferenceItem {
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.animationReferenceItemCode {
    display: block;
    background-color: #FFF;
    color: #000;
    font-family: 'Courier New', Monospace;
    font-size: 0.9em;
    font-style: normal;
    font-weight: bold;
}

/******************************/
/**Styling information specific to individual content pages**/

.LargeButton {
    font-size: 1.2em;
    font-weight: 700;
    padding: 5px;
    margin: 5px;
    width: 98%;
    height: 50px;
    border: solid 2px black;
    outline: 10px solid #FDEDC3;
}


/* Accordion */
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #D09A08;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #D09A08;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionContent {
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: small;
    background-color: #FDEDC3;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 100%;
    height: 30px;
    background-image: url(/images/bg-menu-main.png);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
}

#master_content .collapsePanelHeader a {
    color: #FFF;
}

    #master_content .collapsePanelHeader a:hover {
        text-decoration: none;
        background: none;
    }

/*Confirm Button*/

/* DropShadow */

#master_content .dropShadowPanel span {
    color: white;
    text-decoration: underline;
}

    #master_content .dropShadowPanel span:hover {
        text-decoration: none;
    }


.dropShadowPanel {
    width: 300px;
    background-color: #5377A9;
    color: white;
    font-weight: bold;
}

/*Drag Panel*/
.dragMe {
    width: 100%;
    height: 21px;
    background-color: #FFF;
    background-image: url(/images/header-opened.png);
    text-align: center;
    cursor: move;
    font-weight: bold;
}

.overflowHidden {
    overflow: hidden;
}

.overflowScroll {
    overflow: hidden;
}

/*Hover Menu*/
.popupMenu {
    position: absolute;
    visibility: hidden;
    background-color: #F5F7F8;
    opacity: .9;
    filter: alpha(opacity=90);
}

.popupHover {
    background-image: url(/images/header-opened.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #F5F7F8;
}

/* PagingBulletedList */
.selectIndex {
    font-weight: bold;
    text-decoration: none;
}

.unselectIndex {
    font-weight: normal;
    text-decoration: underline;
}


/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: #666;
    border-radius: 12px 14px;
}


/*Popup Control*/
.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}

/*Reorder List*/
.dragHandle {
    width: 10px;
    height: 15px;
    background-color: Blue;
    background-image: url(/images/bg-menu-main.png);
    cursor: move;
    border: outset thin white;
}

.callbackStyle {
    border: thin blue inset;
}

    .callbackStyle table {
        background-color: #5377A9;
        color: Black;
    }


.reorderListDemo li {
    list-style: none;
    margin: 2px;
    background-image: url(/images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
}

    .reorderListDemo li a {
        color: #FFF !important;
        font-weight: bold;
    }

.reorderCue {
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.itemArea {
    margin-left: 15px;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 1em;
    text-align: left;
}


/* Rounded Corners*/

.roundedPanel {
    width: 300px;
    background-color: #5377A9;
    color: white;
    font-weight: bold;
}

/* ResizableControl */

.frameImage {
    width: 130px;
    height: 65px;
    overflow: hidden;
    float: left;
    padding: 3px;
}

.frameText {
    width: 100px;
    height: 100px;
    overflow: auto;
    float: left;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: Gray;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    line-height: normal;
}

.handleImage {
    width: 15px;
    height: 16px;
    background-image: url(/images/HandleHand.png);
    overflow: hidden;
    cursor: se-resize;
}

.handleText {
    width: 16px;
    height: 16px;
    background-image: url(/images/HandleGrip.png);
    overflow: hidden;
    cursor: se-resize;
}

.resizingImage {
    padding: 0px;
    border-style: solid;
    border-width: 3px;
    border-color: #B4D35D;
}

.resizingText {
    padding: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #7391BA;
}

/*Textbox Watermark*/

.unwatermarked {
    height: 18px;
    width: 148px;
}

.watermarked {
    height: 20px;
    width: 150px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/Images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(/Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/Images/SavedStar.png);
}


/*Toggle Button*/

/*Setup*/
.walkthrough li {
    padding-bottom: 5px;
}

/*Using a sample extender*/

/*Creating a new extender*/
.walkthroughNote {
    padding-left: 25px;
    font-style: italic;
}

/*Other neat stuff*/





/************ PasswordStrength Related Styles ***********************/
.TextIndicator_TextBox1 {
    background-color: Gray;
    color: White;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2_weak {
    color: Red;
    background-color: Red;
}

.BarIndicator_TextBox2_average {
    color: Blue;
    background-color: Blue;
}

.BarIndicator_TextBox2_good {
    color: Green;
    background-color: Green;
}

.BarBorder_TextBox2 {
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 2px 2px;
    width: 200px;
    vertical-align: middle;
}

.TextIndicator_TextBox3 {
    background-color: Blue;
    color: Yellow;
    font-size: small;
    font-variant: small-caps;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle {
    width: 16px;
    height: 14px;
    background-image: url(/images/Question.png);
    overflow: hidden;
    cursor: help;
}

.TextIndicator_TextBox1_Strength1 {
    background-color: Gray;
    color: White;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength2 {
    background-color: Gray;
    color: Yellow;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength3 {
    background-color: Gray;
    color: #FFCAAF;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength4 {
    background-color: Gray;
    color: Aqua;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength5 {
    background-color: Gray;
    color: #93FF9E;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}



.dynamicPopulate_Normal {
    border: silver 1px inset;
    padding: 2px;
    text-align: center;
    height: 2em;
    margin: 5px;
    width: 200px;
}

.dynamicPopulate_Updating {
    background-image: url(/images/loading.gif);
    background-repeat: no-repeat;
    border: silver 1px inset;
    text-align: center;
    padding: 2px;
    height: 2em;
    margin: 5px;
    width: 200px;
}
/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
    color: #ff0000;
    font-weight: bold;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #ff0000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
    z-index: 10000;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}

/* SlideShow styles */

.slideTitle {
    font-weight: bold;
    font-size: small;
    font-style: italic;
}

.slideDescription {
    font-size: small;
    font-weight: bold;
}

.validatorCalloutHighlight {
    background-color: lemonchiffon;
}

.ListSearchExtenderPrompt {
    font-style: italic;
    font-family: Lucida Sans,Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 0.9em;
    color: Gray;
    background-color: white;
}



/*GridView---------------------------------------------*/

.gridview {
    width: 100%;
    border: 1px solid black;
    background: white;
    text-align: center;
    font-size: smaller;
}

    .gridview th {
        text-align: center;
        background: #013b82;
        font-size: small;
        color: white;
    }

    .gridview .pager {
        text-align: center;
        background: #013b82;
        color: White;
        font-weight: bold;
        font-size: smaller;
        border: 1px solid #013b82;
    }

        .gridview .pager a {
            color: #666;
        }

    .gridview a {
        text-decoration: none;
        color: White;
    }

        .gridview a:hover {
            color: Silver;
        }

    .gridview .sortedasc {
        background-color: #336699;
    }

        .gridview .sortedasc a {
            padding-right: 15px;
            background-image: url(/images/up_arrow.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

            .gridview .sortedasc a:hover {
                color: White;
            }

    .gridview .sorteddesc {
        background-color: #336699;
    }

        .gridview .sorteddesc a {
            padding-right: 15px;
            background-image: url(/images/down_arrow.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

            .gridview .sorteddesc a:hover {
                color: White;
            }

    .gridview .alternating {
        background: #d8d8d8;
    }

/*-----------------------------------------------------*/

/*SubGridView------------------------------------------*/
.subgridview {
    width: 80%;
    border: none;
    text-align: left;
    margin: 0px 0px 5px 25px;
    background: whitesmoke;
}

    .subgridview th {
        background: silver;
        color: Black;
    }
/*-----------------------------------------------------*/



