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

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

div.portlet span.title {
    font-size: 20px;
    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;
}

table.formTable {
    width: 100%;
}

table.formTable td {
    vertical-align: top;
}

/**/
td.tdLabel {
    padding-right: 10px;
}

td.tdLabel label.label, td.tdLabel label.errorLabel {
    font-weight: bold;
}

span.errorMessage {
    color: red;
    font-size: 13px;
    font-weight: bold;
}

td.tdLabel span.required {
    color: red;
    font-weight: bold;
}

ul.errorMessage {
    color: red;
    font-size: 13px;
    font-weight: bold;
}

fieldset {
    border: 1px dotted #aaa;
    margin-top: 15px;
}

legend {
    background: #FCFCFC;
    border: 1px dotted #aaa;
    font-weight: bold;
    padding: 3px 8px;
}

div.inline-center {
    text-align: center;
}

.dataTable {
    background: #cccccc;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 5px 5px;
    padding: 0px;
    width: 99%;
}

.dataTable tr.Alt {
    background-color: #DFF0F8;
}

.dataTable tr th {
    background: #cccccc;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    border-color: #000;
    border-right-width: 1px;
}

.dataTable td {
    background: #ffffff;
    font-size: 11px;
    padding: 2px;
    text-align: center;
}

.emailTable tr td {
    font-size: 11px;
    padding: 5px;
    text-align: left;
}

.emailTable tr.Alt {
    background-color: #DFF0F8;
}

.emailTable fieldset {
    background: #ffffff;
    border: 1px dotted #aaa;
    margin-top: 15px;
}

table.pageTopComponentsTable {
    border: 2px;
    background: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    margin: 2px 3px;
    padding: 1px;
    padding-right: 3px;
}

.menuItem {
    height: 30px;
    width: 100px;
    background-color: #000;
}

.menuItem:hover {
    background-color: #F00;
}
