.map {
    width: 610px;
    height: 512px;
}

input[type=text], input[type=password] {
    border:      1px solid #DADADA;
    background:  white url(../images/field-background.gif) repeat-x left top;
    padding:     5px 6px;
    color:       #565656;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size:   12px;
}

.multiRows {
    font-size: x-small;
}

ul {
    list-style-type: square;
    ul {
        list-style-type: disc;
        ul {
            list-style-type: none;
        }
    }
}

.oddRow {
    border: 0;
}

#topLeft {
    float: left;
}

.relatedLinks {
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 10px;
    font-size: 90%;
    h3 {
        padding: 10px 0px 2px 0px;
    }
    a:visited {
        display: block;
    }
    a:link {
        display: block;
    }
}

ul#menu {
    float: right;
    margin-bottom: 20px;
    padding-left: 0;
}
.symfony-blocks-help {
    overflow: hidden;
    margin-top: 30px;
    padding:    18px;
    border:     1px solid #E6E6E6;
    & > div {
        width:        254px;
        float:        left;
    }
}
.pageName {
    margin: 0px;
    padding: 0px 0px 0px 10px;
}
.submitButton {
    float: right;
}
.wideSlimGraphic {
    width: 1024px;
    height: 16px;
}
#outerFrame {
    width: 100%;
    background-color: #DDDDDD;
}
thead {
    background-color: #334d55;
    color: #eeeeee;
}
.dateTime {
    text-align: right;
}
.bordered3 {
    width: 600px;
    border: 3px;
    text-align: center;
}
.logoSmall {
    width: 80px;
    height: 16px;
    border: 0;
    padding: 0;
    margin: 0;
}
label {
    font-size: 100%;
    font-weight: bold;
}
.symfony-button-green {
    padding: 5px 12px;
    color: white;
    border:     solid 1px #a7da39;
    background: #a7da39;
    background: -webkit-gradient(linear, left top, left bottom, from(#a7da39), to(#6a9211));
    background: -moz-linear-gradient(top,  #a7da39,  #6a9211);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7da39', endColorstr='#6a9211');
}
.dollarAmount {
    text-align: right;
}
.warning {
    background-color: #FFFFFF;
    color: maroon;
}
.lessonExample {
    border: 1px;
    font-size: 10px;
    color: black;
}
.thumbNail {
    width:  16px;
    height: 16px;
    border: 0;
}
.instruction {
    font-size: small;
    color: black;
}
.roleSummary {
    width: 20%;
    text-align: left;
    margin: 0;
    color: #003b6e;
    font-size: x-small;
    font-weight: normal;
}
#symfony-search {
    position: absolute;
    top:   50px;
    right: 30px;
    label {
        display: block;
        float: left;
        width: 20px;
        height: 25px;
        background: url(../images/search.png) no-repeat left 5px;
        span {
            display: none;
        }
    }
    input[type="search"] {
        -webkit-appearance: textfield;
    }
}
.breadCrumb {
    font-size: 80%;
    padding: 2px 0px 0 10px;
}
.features {
    font-size: small;
    font-weight: normal;
}
.queryBox {
    width: 100%;
    height: 100px;
    input[type='text'] {
        width: 69%;
        height: 100px;
    }
}
.testQuestionsWResults {
    width: 50%;
    text-align: left;
}
.textMenuBar {
    width: 100%;
    text-align: left;
    margin: 0;
    display: block;
    color: maroon;
    border: 0;
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
        a:link {
            display: block;
        }
    }
    li {
        border-bottom: 1px solid #EEE;
        border-bottom: none;
    }
}
.corpBanner {
    display: block;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}
.feature {
    padding: 0px 0px 10px 10px;
    font-size: 80%;
    h3 {
        padding: 30px 0px 5px 0px;
        text-align: center;
    }
    img {
        float: left;
        padding: 10px 10px 0px 0px;
    }
}
.corpContactTable {
    width: 100%;
    text-align: center;
    color: #003b6e;
    font-size: x-small;
    font-weight: normal;
}
.wideGraphic {
    width: 1024px;
    height: 100px;
}
.adminWarn {
    width: 100%;
    text-align: center;
    color: red;
    font-size: medium;
    font-weight: bold;
}
.searchLabel {
    text-align: right;
}
.subHeadings {
    text-align: center;
    color: #003b6e;
    background-color: #FFFFFF;
    font-size: small;
    border: 1px;
    border-width: 2px;
    border-style: solid;
    border-color: purple;
}
#sectionLinks {
    position: relative;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
}
.symfony-button-grey {
    color:       #868686;
    font-weight: normal;
    padding:    5px 10px;
    border:     solid 1px #d7d7d7;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
    background: -moz-linear-gradient(top,  #ffffff,  #d7d7d7);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7');
}
#symfony-search-field {
    width: 190px;
}
#symfony-header {
    position: relative;
    padding: 30px 30px 20px 30px;
}
.mandatoryOptionalLegend {
    width: 550px;
    height: 80px;
}
.cancelButton {
    float: left;
}
.presentationGraphic {
    overflow-x: hidden;
    width: 580px;
    height: 480px;
}
#menu {
    li {
        padding-left: 0;
        margin-right: 10px;
        display: inline;
    }
}
.exception {
    background-color: yellow;
    color: red;
}
.corpName {
    font-size: larger;
    font-weight: bolder;
    color: maroon;
}
.thirdPartyLogo {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: purple;
}
.javaEnvironment {
    width: 550px;
    height: 640px;
}
body {
    width: 1016px;
    line-height: 1.166;
    background-repeat: no-repeat;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #334d55;
    background-color: #DDDDDD;
    border: 0;
    margin: -10px 0 0 0;
    padding: 0;
}
.logBox {
    width: 69%;
    textarea {
        width: 100%;
        height: 55%;
        white-space: pre;
    }
}
pre {
    overflow-x: scroll;
    border: 1px;
    font-size: 10px;
    white-space: pre;
}
.logoLarge {
    width: 600px;
    height: 100px;
    border: 0;
    padding: 0;
    margin: 0;
}
#innerFrame {
    padding-top: 10px;
    border: 0;
    margin-left: 120px;
    width: 1024px;
    background-color: #DDDDDD;
}
.largeSquareGraphic {
    width: 128px;
    height: 128px;
}
td {
    border-color: whitesmoke, #FFFFFF;
    font-size: 12pt;
    background-color: #FFFFFF;
}
.symfony-button-grey,.symfony-button-green {
    font-size: 0.85em;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    outline: none;
    text-align:     center;
    text-transform: uppercase;
    padding: 3px 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    border-radius:         4px;
}
.symfony-content {
    background-color:           white;
    border:                     1px solid #DFDFDF;
    padding:                    50px;
    -moz-border-radius:         16px;
    -webkit-border-radius:      16px;
    border-radius:              16px;
    margin-bottom:              20px;
    word-wrap:                  break-word;
}
.centeredError {
    width: 100%;
    text-align: center;
    color: maroon;
    font-size: small;
    font-weight: bold;
}
.privacyStatmentTitle {
    text-align: center;
    color: #003b6e;
    font-size: medium;
    border-width: 2px 4px 1px 1px;
    border-style: solid;
    border-color: red;
}
.copyright {
    width: 100%;
    text-align: center;
    color: #003b6e;
    font-size: x-small;
    font-weight: normal;
    text-align: center;
}
.mediumSquareGraphic {
    width: 64px;
    height: 64px;
}
#headlines {
    float: right;
    width: 240px;
    height: 100%;
    /*margin: 0;*/
    padding: 6px;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 80%;
    color: #333333;
    background-color: #eeeeee;
    a {
        img {
            display: none;
        }
    }
    p {
        padding: 5px 0px 5px 0px;
        a {
            display: block;
        }
    }
    .adVertical {
        a {
            img {
                display: block;
                text-align: center;
            }
        }
    }
    h1 {
        margin: 0px;
        padding: 0px;
        font-size: 100%;
    }
}
.flash-message {
    padding: 10px;
    margin: 5px;
    margin-top: 15px;
    background-color: #ffe;
}
.error {
    background-color: #FFFFFF;
    color: red;
}
.qnaQuestion {
    padding-top: 3em;
}
#footer {
    clear: both;
    width: 100%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
    font-size: 75%;
    color: #cccccc;
}
.userSummary {
    display: inline;
    width: 20%;
    text-align: right;
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    color: #003b6e;
    font-size: x-small;
    font-weight: normal;
}
#search {
    padding: 5px 0px 5px 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 90%;
    label {
        display: block;
        margin: 0px;
        padding: 0px;
    }
    form {
        margin: 0px;
        padding: 0px;
    }
}
.cEnvironment {
    width: 550px;
    height: 640px;
}
th {
    background-color: #990000;
    color: #ffffff;
    a {
        text-decoration: none;
        background-color: #eeeeee;
    }
}
.includedForm {
    font-size: small;
    ul {
        list-style-type: none;
    }
}
.title {
    text-align: center;
    color: #990000;
    font-size: medium;
    font-weight: bold;
    border: 0;
    margin: 0;
    padding-top: 1em;
    h1 {
        text-align: center;
        color: #990000;
        font-size: medium;
        font-weight: bold;
        border: 0;
        margin: 0;
    }
}
#masthead {
    background-color: #FFFFFF;
    border-bottom: 1px solid #cccccc;
    width: 100%;
}
.changePwdBox {
    width: 60%;
    height: 20px;
    font-size: x-small;
}
.chart {
    width: 610px;
    height: 480px;
}
#globalNav {
    background-color: #eeeeee;
    padding: 0px 0px 5px 10px;
    border-bottom: 1px solid #CCC;
    color: #cccccc;
    a {
        display: inline;
        font-size: 90%;
        padding: 0 4px 0 0;
        text-decoration: none;
    }
    ul {
        display: inline;
        li {
            display: inline;
            padding: 0 4px 0 0;
            text-decoration: none;
            list-style-type: none;
        }
    }
    a:hover {
        display: inline;
        color: #ff700e;
        text-decoration: none;
    }
    img {
        display: inline;
    }
    span {
        display: inline;
    }
}
.centeredNote {
    text-align: center;
    color: #003b6e;
    font-size: small;
    font-weight: normal;
}
#centerSection {
    background-color: #FFFFFF;
}
.textMenuItem {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    text-align: right;
    color: maroon;
    a {
        text-decoration: none;
    }
    a:hover {
        color: #ff700e;
    }
}
.description {
    font-size: x-small;
    color: black;
}
.symfony-blocks-welcome {
    overflow: hidden;
    .illustration {
        padding-bottom: 20px;
    }
    & > div.block-demo {
        margin-right: 0;
    }
    & > div {
        background-color: whitesmoke;
        float:            left;
        width:            240px;
        margin-right:     14px;
        text-align:       center;
        padding:          26px 20px;
    }
}
#portalFrame {
    background-color: #FFFFFF;
    height: 80%;
    width: 580px;
    border: 0;
    padding: 10px 0 0 0;
    margin: 0;
}
#channelItems {
    .description {
        font-size: x-small;
        color: #000000;
    }
    h2 {
        margin: 0px;
        padding: 0px;
        font-size: 100%;
        font-weight: normal;
        color: #333333;
    }
}
.titleError {
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    color: maroon;
    font-size: medium;
    font-weight: bold;
    border: 0;
    padding: 0;
    margin: 0;
}
#topLinks {
    float: left;
}
.qnaBody {
    width: 70%;
    text-align: left;
    font-size: 120%;
    background-color: white;
}
.selectMenu {
    width: 100%;
    text-align: center;
    color: #003b6e;
    font-size: small;
    font-weight: normal;
}
.evenRow {
    border: 0;
}
.cancelSubmit {
    text-align: center;
    font-size: x-small;
    font-weight: bold;
}
.cartSummary {
    padding-left: 240px;
    display: inline;
    border: 0;
    margin: 0;
    text-align: left;
    color: #003b6e;
    font-size: x-small;
    font-weight: normal;
    .itemsTotal {
        display: inline;
        border: 0;
    }
    a {
        display: inline;
        border: 0;
    }
    img {
        border: 0;
        display: inline;
        vertical-align: -8px;
    }
    .itemsCount {
        display: inline;
        border: 0;
    }
    form {
        border: 0;
        display: inline;
        img {
            border: 0;
            display: inline;
            vertical-align: -8px;
        }
    }
}
.symbolMandatory {
    color: red;
}
textarea {
    width: 100%;
    line-height: 1.5ex;
}
.searchBox {
    width: 10em;
}
.smallGraphic {
    width: 16px;
    height: 16px;
}
#siteInfo {
    clear: both;
    padding: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
    font-size: 75%;
    color: #cccccc;
    img {
        padding: 4px 4px 4px 10px;
    }
}
a {
    img {
        border: 0;
    }
}
.errorTitle {
    background-color: #FFFFFF;
    color: maroon;
}
.row0 {
    border: 0;
}
#whiteBack {
    background-color: "#FFFFFF";
}
#navBar {
    float: left;
    width: 150px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #eeeeee;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.topLogo {
    width: 100%;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 0;
}
.row1 {
    border: 0;
}
.umlStaticClassDiagram {
    width: 550px;
    height: 640px;
}
.footNoteLink {
    font-size: x-small;
    text-align: center;
}
.textMenu {
    P {
        display: block;
        text-decoration: none;
        text-align: left;
        margin: 0;
        border: 0;
        padding: 1em 0 0 5px;
    }
}
.textMenuItems {
    display: block;
    list-style: none;
    text-decoration: none;
    text-align: right;
    margin: 0;
    padding: 0 5px 0 0;
    text-transform: capitalize;
}
.lessonText {
    color: black;
}
#symfony-wrapper {
    width:  970px;
    margin: 0 auto;
}
.qnaAnswerChoices {
    padding-left: 3em;
}
.featureTitle {
    text-align: center;
    padding-top: 1em;
}
.lessonNote {
    display: block;
    padding: 0 0 12px 16px;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #CCCCCC;
}
h1 {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}
.topFrameLogo {
    width: 100%;
    height: 100px;
}
h2 {
    font-size: 114%;
    font-weight: bold;
    text-align: center;
}
.links {
    margin-left: 0px;
    padding-left: 12px;
    padding-top: 2em;
    color: black;
    font-size: small;
    font-weight: normal;
    div {
        padding: 0 0 12px 16px;
        background-repeat: no-repeat;
        background-position: top left;
    }
}
/*  Mid section */
#rightside {
    /*width: 880px;*/
    height: 100%;
    /*margin: 0 0 0 0px;*/
    float: left;
    /*padding: 4px;*/
    font-size: small;
    color: #000000;
    background-color: #FFFFFF;
}

#content {
    width: 610px;
    height: 100%;
    /*margin: 0 0 0 150px;*/
    float: left;
    padding: 4px;
    font-size: small;
    color: #000000;
    background-color: #FFFFFF;
}
.largerSquareGraphic {
    width: 256px;
    height: 256px;
}
#login label, #contact_form label {
    display: block;
    float: left;
    width: 90px;
}
h3 {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}
h4 {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}
.unableToSave {
    background-color: #FF6633;
    color: black;
}
.footNote {
    width: 100%;
    text-align: center;
    color: #003b6e;
    font-size: x-small;
    font-weight: normal;
    text-align: center;
}
code {
    white-space: pre;
}
h5 {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}
.t1 {
    font-family:'Arial', sans-serif;
    font-size: 12px;
    font-weight:700;
}
img {
    margin: 0;
    padding: 0;
    border: 0;
}
.story {
    padding: 10px 0px 0px 10px;
    font-size: 80%;
    .row0 {
        border: 0;
    }
    .row1 {
        border: 0;
    }
    p {
        padding: 0px 0px 10px 0px;
    }
}
.t2 {
    font-family:'Arial',sans-serif;
    font-size:12px;
}
.adVertical {
    padding: 30px 0px 10px;
    img {
        display: block;
    }
}
.featuresTitle {
    text-align: center;
    color: #FFFFFF;
    background-repeat: no-repeat;
}
#topRight {
    float: right;
}
.privacyStatement {
    width: 100%;
    text-align: center;
    color: black;
    font-size: small;
    font-weight: normal;
}
.menuBar {
    width: 100%;
    text-align: center;
    margin: 0;
    color: #003b6e;
    background-color: #666699;
    border: 0;
}
.cartGraphic {
    width: 32px;
    height: 32px;
}
input[type='text'] {
    width: 24ex;
    line-height: 1.5ex;
}
.t3 {
    font-family:'Arial',sans-serif;
    font-size:12px;
}
