﻿div.round-corner-body, div.round-corner1, div.round-corner2, div.round-corner3 {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CCCCCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
}

div.round-corner2, div.round-corner3, div.round-corner-top, div.round-corner-bottom {
    height: 1px;
    overflow: hidden;
}

div.round-corner-body {
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    display: inline-block;
}

div.round-corner1 {
    margin: 0 1px;
    height: 2px;
    overflow: hidden;
}

div.round-corner2 {
    margin: 0 2px;
}

div.round-corner3 {
    margin: 0 3px;
    border-left-width: 2px;
    border-right-width: 2px;
}

div.round-corner-top {
    margin: 0 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}

div.round-corner-bottom {
    margin: 0 5px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
}

div.round-corner-body a:link, div.round-corner-body a:visited {
    font-family: verdana;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
}

div.round-corner-body a:hover {
    font-family: verdana;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
}

a.dashlet-header-left:link, a.dashlet-header-left:visited, a.dashlet-header-left:hover {
    font-family: verdana;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}

a.dashlet-header-right:link, a.dashlet-header-right:visited, a.dashlet-header-right:hover {
    font-family: verdana;
    font-weight: bold;
    font-size: 9px;
    color: #000000;
    text-decoration: underline;
}

span.dashlet-data {
    font-family: verdana;
    font-weight: bold;
    font-size: 11px;
    color: #0000FF;
}

table.dashlet {
    border: none;
    background-color: #CCCCCC;
    font-family: verdana;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    color: #000000;
}

table.dashlet th {
    color: #FFFFFF;
    background-image: url('mode15_images/header-gray-30.gif');
    height: 23px;
}

td.text {
    text-align: left;
    padding-left: 6px;
}

td.number {
    text-align: right;
    padding-right: 6px;
}