#application fieldset {
    border-top: 2px solid #101420;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 0;
    padding: 0 4px 2px 4px;
}

#application fieldset legend {
    color: #111111;
    font-weight: bold;
    margin: 0 5px 0 5px;
}

#application fieldset legend a {
    color: #111117;
}

#application .tabContent {
    background: none repeat scroll 0 0 #F8F8FF;
    border: 1px solid #101420;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    padding: 5px 4px 5px 8px;
}

#application a:link {
    font-size: 10pt;
    font-weight: bold;
}

#application a:visited {
    font-size: 10pt;
    font-weight: bold;
}

#application a:active {
    font-size: 10pt;
    font-weight: bold;
}

#application a:hover {
    font-size: 10pt;
    font-weight: bold;
}

div.tabContent p {
    font-family: Verdana, sans-serif;
    font-weight: normal;
}

div.button-bar {
    margin: 15px 0 10px 0;
    text-align: center;
}

div.pagination {
    margin: 6px 0;
    text-align: right;
    width: 100%;
}

div.termsAndConditions {
    background: #ffffff;
    border: 1px solid #666666;
    height: 140px;
    margin: 10px 20px;
    overflow: auto;
    padding: 5px 10px 2px 10px;
    text-align: left;
    width: 80%;
}

div.pagination span, div.pagination a {
    border: 1px solid #000007;
    padding: 3px 5px;
}

table.basic-grid {
    border: 1px solid #000007;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    margin: 12px 0;
    table-layout: fixed;
    width: 100%;
}

table.basic-grid th {
    background: #101420;
    padding: 3px;
    text-align: left;
    color: #F8F8FF;
}

table.basic-grid a {
    text-decoration: none;
}

.even {
    background: #FFFFFF;

}

.odd {
    background: #C5DBEC;
}

dt {
    padding: 5px 0 0 10px;
}

dd {
    padding: 5px 0 15px 0;
}

tr.odd td {
    border-top: 1px solid #000007;
    border-bottom: 1px solid #000007;
}

span.fieldRequired {
    color: #FF0000;
    font-weight: bold;
}

.error {
    font-family: Verdana, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #FF0000;
    line-height: 1.5em;
    vertical-align: top;
}

input[type=button], input[type=submit] {
    font-family: Verdana, sans-serif;
    margin: 0 5px;
}

input[type=text], input[type=password], select, textarea {
    border: 1px solid #145192;
    background-color: #F8F8FF;
    color: #000007;
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 4px;
    font-size: 11px;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    background-color: #FFFFFF;
    border: 1px solid #000007;
}

table.formLayout {
    border: 0;
    padding: 0;
    width: 100%;
}

table.formLayout tr td {
    padding: 8px 3px;
}

table.formLayout td.fieldLabel {
    vertical-align: top;
    white-space: nowrap;
    width: 20%;
}

.fieldLabel {
    vertical-align: top;
    white-space: nowrap;
    width: 20%;
}

.dataReviewColumn {
    font-size: 0.8em;
}

.su {
    margin-bottom: 15px;
    width: 650px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    font-size: 0.8em;
}

.su fieldset {
    border: 1px solid #ccc;
    width: 590px;
}

.su .su-file {
    float: left;
    height: 40px;
    padding: 10px;
    width: 450px;
}

.su .su-file .su-file-name {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.su .su-button {
    float: left;
    height: 40px;
    padding: 10px;
    width: 100px;
}

.su .su-button .applet {
    text-align: center;
}

.su .su-button .su-button-replace {
    text-align: center;
}

.clear {
    clear: both;
}

table.rolesLayout {
    padding: 0;
    width: 100%;
    font-size: 8pt;
}
.actions {
    font-variant: small-caps;
    font-family: Garamond, serif;
    font-size: 12pt;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
div#outerwrapper {
    min-height: 100%;
    position: relative;
}

div#innerwrapper {
    padding-bottom: 80px;
}
div#portlet-container {
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    margin: 10px auto; /*width: 1024px;*/
    width: 1000px;
}

div#portlet-container a {
    color: #024769;
}

div#portal-intro {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.2em;
    padding: 0 15px 15px 15px;
}

div#portal-intro div.spacer-line {
    background-color: #024769;
    height: 3px;
    margin: 10px 0;
}

div.destination {
    background: #95CBE9;
    border: 1px solid #024769;
    color: #024769;
    float: left;
    font-size: 16px;
    height: 70px;
    margin: 10px;
    padding: 0;
    width: 378px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

div.destination a {
    color: #000000;
    display: block;
    height: 40px;
    padding: 15px;
    text-decoration: underline !important;
}

div#portlet-tagline {
    background: #F2F4EA;
    border: 1px solid #333333;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin: 10px;
    padding: 15px;
    width: 746px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

div#breadcrumbs {
    float: left;
    font-family: Verdana, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    margin: 0;
    padding: 8px 0 8px 30px;
    width: 100%;
}

div#breadcrumbs a {
    color: #024769;
    text-decoration: underline;
    font-size: 1.2em;
    font-weight: bold;
}

div.portlet {
    background: #95CBE9;
    border: 1px solid #024769;
    color: #024769;
    float: left;
    font-size: 16px;
    height: 135px;
    margin: 10px;
    padding: 0;
    width: 450px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
div.portlet ul {
    padding-bottom: 10px;
}

div.portlet a {
    color: #024769;
    display: block;
    height: 105px;
    padding: 15px;
    text-decoration: none;
}

div.portlet span.title {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    vertical-align: 25%;
}

div.portlet span.description {
    display: block;
    margin: 15px 0;
}

div.portlet-action {
    height: 60px;
    text-align: center;
    width: 178px;
}

div.portlet-action a {
    color: #024769;
    display: block;
    height: 30px;
    padding: 15px;
    text-decoration: none;
}

div.portlet-action span.title {
    font-size: 22px;
}

div.portlet img {
    border: 0;
}

div.clear {
    clear: both;
}
