/** ACCOUNTS **/

/* EMAIL ADDRESS */

.verified {
    color: green;
}
.remove {
    color: red;
}
.unverified {
    color: gray;
}
.primary {
    font-weight: bold;
}
table.email_list td {
    padding: 5px 10px;
}
div.target_profile_details{

    background-color: white;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #99bbcc;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 3px;
}
table.target_profile_details{
    width: 100%;
    line-height: 18px;
    margin-bottom: 25px;
}
table.target_profile_details tr td{
    padding-bottom: 4px;
}
table.target_profile_details tr td.value{
    font-weight: bold;
}
table.target_profile_details tr td.label{
    width: 80px;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
    color: #888;
}
.targets_show_all{
    text-align: right;
}
.targets_summary{
    margin-top: 15px;
    margin-bottom: 15px;
}
.targets_summary span.value{
    font-weight: bold;
}
span.target_type_0 {
    background-image: url("/site_media/static/images/duration-icon.gif");
}
span.target_type_1 {
    background-image: url("/site_media/static/images/distance-icon.gif");
}
span.target_type_2 {
    background-image: url("/site_media/static/images/day-icon.gif");
}
table.target_profile_details tr td.plan{
    color: #ef5612;
    font-weight: bold;
}
table.target_profile_details tr td.done{
    color: green;
    font-weight: bold;
}


