body {
    margin: 0px;
    font-size: 12px;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 20px;
}

td {
    vertical-align: top;
}

    td.fieldname {
        text-align: right;
        font-size: 10px;
        font-weight: bold;
        vertical-align: middle;
    }

hr {
    color: #b45d16;
}

.hr {
    border-top: dotted 1px #ccc;
    height: 1px;
    margin: 10px 0px;
}

#containerWrapper {
    margin: 0 auto;
    border: solid 1px #ccc;
    padding: 10px 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 0px 5px 15px #ccc;
    background-color: #fff;
}

#container {
    margin-top: 20px;
    background-color: #fff;
    width: 960px;
    margin: 0 auto;
    border: solid 1px #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}


#dpHeader {
    padding-left: 20px;
    height: 100px;
    width: 100%;
}


#breadcrumb {
    background-color: #fff;
    color: #333;
    padding: 3px;
    font-size: 10px;
    padding-left: 5px;
    margin: 2px 5px 2px 2px;
}

    #breadcrumb a {
        color: #999;
    }

    /*
input[type=submit], input[type=button] {
    border: 1px solid #333;
    background: #063b5b;
    color: #fff;
    padding: 0px;
    font-size: 11px;
    height: 20px;
    font-weight: bold;
    padding-bottom: 3px;
}

*/
#footermenu {
    text-align: center;
    padding-top: 0px;
    margin-top: 10px;
}

.rightColHeaders {
    font-family: Verdana, Arial, Serif;
    border-top: dotted 1px #ccc;
    padding: 6px 0px;
    text-align: center;
    border-bottom: dotted 1px #ccc;
    width: 98%;
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    margin: 5px 0px 5px 14px;
    font-weight: bold;
}

.rightColContainer {
    padding: 6px 0px;
    text-align: center;
    border-bottom: dotted 1px #ccc;
    width: 98%;
    font-size: 18px;
    color: #333;
    margin: 5px 0px 5px 10px;
}

.thinLine {
    width: 100%;
    height: 1px;
    background-color: #999;
    margin: 5px 0px 5px 0px;
}


#loginbox {
    margin: 10px;
    width: 180px;
    height: 100px;
    min-height: 100px;
    padding: 2px 2px 2px 2px;
    font-size: 10px;
    font-weight: bold;
}

    #loginbox input {
        color: #333;
        border-color: #999;
        background-color: #FFF;
        font-size: 10px;
    }


#welcomebox {
    font-size: 12px;
    text-align: right;
    color: #333;
}

#footer {
    margin: 20px 10px 10px 10px;
    padding-bottom: 10px;
    padding-top: 0px;
    height: 30px;
    background-color: #063b5b;
    clear: both;
}

#footertext {
    text-align: center;
}

.footermenulink {
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

    .footermenulink a {
        text-decoration: none;
        color: #fff;
    }


#rightcol a {
    color: blue;
}

#centercol {
    float: left;
    background-color: white;
    width: 648px;
    border-right: solid 0px #999;
    margin-bottom: 10px;
}

#videoCentercol {
    background-color: white;
    text-align: center;
    margin-bottom: 10px;
}

#centercolcontent {
    padding: 10px 5px 15px 6px;
}

    #centercolcontent div.sectiontitle, #centercolcontent .sectiontitle span {
        font-weight: bold;
        font-size: larger;
        color: #b45d16;
    }

    #centercolcontent div.sectionsubtitle {
        font-weight: bold;
        padding-bottom: 4px;
    }

#rightcol {
    margin-left: 652px;
    width: 308px;
    color: #333;
    position: relative;
}

    #rightcol a {
        color: #333;
    }

    #rightcol div.text {
        padding: 6px 6px 6px 6px;
        text-align: justify;
    }

    #rightcol div.sectiontitle, #rightcol .sectiontitle span {
        padding: 6px 6px 6px 3px;
        color: #f7b76b;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }




.highlight {
    background-color: #fefbd2;
    color: #000080;
}

.articlebox {
    background-color: #fefef0;
    color: #b45d16;
    border: dashed 1px #995117;
    padding: 6px 6px 6px 6px;
    font-size: smaller;
}




.progressbarcontainer {
    width: 98%;
    height: 15px;
    border: solid 1px black;
    padding: 1px;
}

.progressbar {
    width: 0px;
    background-color: Red;
    height: 15px;
}

.videomenu {
    margin: 0px;
    padding: 0;
}

    .videomenu li {
        display: block;
        margin-bottom: 5px;
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
    }

.boldText {
    font-weight: bold;
    margin-top: 3px;
}

.lblRepEmail {
    font-size: 10px;
    color: #063b5b;
}









.tblMenu {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

    .tblMenu table {
        width: 100%;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
    }


    .tblMenu a {
        color:#333;
    }

.tblMenu table th {
  background-color: #636466;
  border-bottom: 1px solid #999;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px 5px 0;
  text-align: right;
}

    .tblMenu td {
        background-color: #e6e7e8;
        font-family: Arial;
        color: #333;
        text-align: right;
        border-bottom: solid 1px #ccc;
        padding: 5px 10px 5px 0px;
    }

.tblMenuHead {
    background-color: #bcbec0;
    font-family: Arial;
    color: #333;
    text-align: right;
    font-weight: bold;
    padding: 5px 10px 5px 0px;
}

.tblMenu td:hover {
    background-color: #fff;
    color: #999;
    text-align: right;
}

.tblMenu a {
    text-decoration: none;
}

    .tblMenu a:hover {
        text-decoration: underline;
    }


.tblMenu {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

    .tblMenu .photoMenu {
        width: 100%;
        padding: 0px;
    }

        .tblMenu .photoMenu table {
            width: 100%;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            background-color: #e6e7e8;
        }

            .tblMenu .photoMenu table th {
                background-color: #bcbec0;
                font-family: Arial;
                color: #333;
                font-size: 14px;
                text-align: right;
                padding: 4px 10px 4px 10px;
                text-transform: uppercase;
                border-bottom: solid 1px #999;
            }

                .tblMenu .photoMenu table th:hover {
                    background-color: #e6e7e8;
                }

        .tblMenu .photoMenu td {
            background-color: #e6e7e8;
            font-family: Arial;
            color: #333;
            text-align: right;
            padding: 2px 10px 2px 0px;
        }

.tblMenuHead .photoMenu {
    background-color: #bcbec0;
    font-family: Arial;
    color: #333;
    text-align: right;
    font-weight: bold;
    padding: 5px 10px 5px 0px;
}

.tblMenu .photoMenu td:hover {
    background-color: #fff;
    color: #999;
    text-align: right;
}

.tblMenu .photoMenu a {
    text-decoration: none;
}

    .tblMenu .photoMenu a:hover {
        text-decoration: underline;
    }


.beautyPic {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #fff;
    padding: 3px;
}

div.wrapper {
    margin: 5px;
    position: relative;
    float: left;
    vertical-align: top;
}

    div.wrapper img {
        float: left;
    }

    div.wrapper div {
        position: absolute;
        width: 7px;
        height: 7px;
    }

        div.wrapper div.tl {
            background: transparent url(images/tl.gif) top left no-repeat;
            left: 0;
            top: 0;
        }

        div.wrapper div.tr {
            background: transparent url(images/tr.gif) top right no-repeat;
            right: 0;
            top: 0;
        }

        div.wrapper div.bl {
            background: transparent url(images/bl.gif) bottom left no-repeat;
            left: 0;
            bottom: 0;
        }

        div.wrapper div.br {
            background: transparent url(images/br.gif) bottom right no-repeat;
            right: 0;
            bottom: 0;
        }

a {
    border: 0;
}

.photoTable td img {
    border: dotted 1px #999;
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.photoTable td {
    padding: 0px;
}


.greenText {
    color: #063b5b;
}


.pdfTable td {
    font-size: 13px;
    padding: 3px;
}

.pdfTable a {
    color: #666;
    text-decoration: none;
}

.pdfTable a:hover {
    text-decoration: underline;
}


.cashSplash {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.cashSplash table {
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.cashSplash table th {
    background-color: #7c9562;
    color: #fff;
    font-size: 21px;
    text-align: right;
    padding: 5px 10px 5px 0px;
    font-variant: small-caps;
    border-bottom: solid 1px #999;
}

.cashSplash td {
    background-color: #e6e7e8;
    font-family: Arial;
    color: #333;
    text-align: right;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px 5px 0px;
}

.cashSplashHead {
    background-color: #bcbec0;
    font-family: Arial;
    color: #333;
    text-align: right;
    font-weight: bold;
    padding: 5px 10px 5px 0px;
}

.cashSplash td:hover {
    background-color: #fff;
    color: #999;
    text-align: right;
}

.cashSplash a {
    text-decoration: none;
}

.cashSplash a:hover {
    text-decoration: underline;
}

.cashSplash {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.cashSplash .photoMenu {
    width: 100%;
    padding: 0px;
}

.cashSplash .photoMenu table {
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #fafbef;
}

.cashSplash .photoMenu table th {
    background-color: #e9efcc;
    color: #666;
    font-size: 12px;
    text-align: right;
    padding: 4px 10px 4px 10px;
    font-variant: normal;
    border-bottom: solid 1px #999;
}

.cashSplash .photoMenu table th:hover {
    background-color: #fafbef;
}

.cashSplash .photoMenu td {
    background-color: #fafbef;
    color: #333;
    text-align: right;
    border-bottom: solid 1px #ccc;
    padding: 2px 10px 2px 0px;
}

.cashSplashHead .photoMenu {
    background-color: #bcbec0;
    font-family: Arial;
    color: #333;
    text-align: right;
    font-weight: bold;
    padding: 5px 10px 5px 0px;
}

.cashSplash .photoMenu td:hover {
    background-color: #fff;
    color: #999;
    text-align: right;
}

.cashSplash .photoMenu a {
    text-decoration: none;
}

.cashSplash .photoMenu a:hover {
    text-decoration: underline;
}

.cashSplashGVW {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 7px;
    border: solid 1px #ccc;
    margin-right: 8px;
}

.cashSplashGVW table {
    padding: 3px;
    font-size: 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #ccc;
}

.newSplashGraphic td {
    height: 42px;
    font-family: Verdana, Arial, Serif;
    color: #fff;
    font-variant: small-caps;
    font-size: 30px;
    padding-left: 64px;
}

.newSplashGraphicIcon {
    background-image: url(images/newCashSplash.png);
    height: 56px;
    width: 64px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1200;
    margin-bottom: 13px;
}

.5MarginTop {
    padding-top: 5px;
}

.splashMagnify {
    background-image: url(images/magnifier.png);
    background-position: right;
    background-repeat: no-repeat;
}

.csItemSuccess {
    background-image: url(images/emotion_happy.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 36px;
    height: 32px;
    color: #666;
    font-weight: normal;
    font-size: 12px;
    padding-top: 5px;
}

.csItemSuccessBold {
    color: #063b5b;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
}

.adminSectiontitle {
  background-color: #e6e7e8;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
}
.editUserContent {
  border: 1px solid #bcbec0;
  float: left;
  margin-right: 12px;
  padding: 10px;
}

#adminMenu ul {
    border-bottom: solid 1px #ccc;
    padding-bottom: 4px;
    padding-top: 10px;
}

#adminMenu ul li {
    display: inline;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-bottom: 0px;
    background-color: #e9f6fd;
}

#adminMenu ul li a {
    text-decoration: none;
    color:#063b5b;
}

.user-info-table td {
    padding:0 4px 0 4px;
}

.videomenu li p {
    margin-bottom:0;
}

.videomenu li h5 {
    margin-bottom:4px;
}

.videomenu img {
    float:left;
    margin-right:10px;
}

.videomenu a {
    color:#333;
}