﻿
div.entity.note div.note-create
{
    padding: 0 0 8px 0;
}

div.entity.note div.link
{
    text-decoration: underline;
    cursor: pointer;
    background: url(Images/Iconic/gray_dark/pen_alt_fill_16x16.png);
    background-position: 7px 12px;
    background-repeat: no-repeat;
    text-indent: 20px;
    padding:10px;
    
}


div.entity.note div.header
{
    padding: 10px 0 4px 15px;
    clear: both;
    height: 20px;
    background-color: transparent;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top: 1px solid #b5b5b5;
    
}

 
div.entity.note div.header>div.delete
{
    float: left;
    padding: 2px 2px 2px 12px;
    cursor: pointer;
    background: url(Images/Iconic/gray_dark/x_11x11.png);
    background-repeat: no-repeat;
    background-position: 4px 5px;
    text-indent: 10px;
    padding-right: 10px;
    background-color: transparent;
    border: 0px solid #44575b;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #222;
    margin-left: 4px;
}

div.entity.note div.header>div.edit
 
{
    float: left;
    padding: 2px 2px 2px 12px;
    cursor: pointer;
    background: url(Images/Iconic/gray_dark/pen_alt_fill_12x12.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    text-indent: 10px;
    padding-right: 10px;
    background-color: transparent;
    border: 0px solid #44575b;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #222;
    margin-left: 4px;
    border-right: 1px solid #999;
    
}

div.entity.note div.header>div.modified-stamp
{
    float: right;
}


div.entity.note div.body
{
    clear: both;
}

div.entity.note div.body div.note-text
{
    float: left;
    background-color: #fff; 
    padding: 7px 0 7px 7px;
    margin-top:10px;
    margin-left: 10px;
    min-height: 100px;
    margin-bottom: 10px;
    border: 1px solid #b5b5b5;
    }

div.entity.note div.body div.note-info
{
    width: 150px;
    float: right;
    background-color: #fff;
    margin: 10px 10px 4px 0;
    border: 1px solid #b5b5b5;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
}

div.entity.note div.body div.note-info div
{
    clear: both;
    padding: 7px;
}





