﻿.nav
{
   /* width: 100%;*/
    margin-top: 15px;
}

.nav td.left
{
    text-align: left;
    vertical-align: middle;
    padding: 0px 10px 10px 0px;
}

.nav td.right
{
    text-align: right;
    vertical-align: middle;
    padding: 0px 0px 10px 0px;
}

.nav td.middle
{
    text-align:center;
    vertical-align: middle;
    padding: 0px 0px 10px 0px;
}

.flatButtonHoverBlocked
{
    margin-right:0px !important;
    width: 60px;
}

.nav1
{
    width: 100%;
    margin-top: 15px;
}

.nav1 td.left
{
    text-align: left;
    vertical-align: middle;
    padding: 0;
}

.nav1 td.right
{
    text-align: right;
    vertical-align: middle;
    padding: 0;
}
 
/* Notes icon */ 
.notesIcon
{
    background: url("../../Images/step_notes_ico.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}
.notesIconOver
{
    background: url("../../Images/step_notes_over_ico.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}

/* Asset comments */
.asset_notes.ui-dialog
{
    border: none !important;
    padding: 0;
}

.asset_notes.ui-dialog-content
{
    border-top: 1px solid #B7B7B7 !important;
    border-left: 1px solid #B7B7B7 !important;
    border-bottom: 3px solid #879092 !important;
    border-right: 3px solid #879092 !important;
    padding: 0;
}


.asset_notes .header
{
    color: #333333;
    background-color: #E9F2F6;
    font-size: 15px;
    height: 45px;
    line-height: 48px;
    border: 0px solid red;
    padding-left: 10px;
    padding-right: 10px;
}

.asset_notes .body
{
    color: #666666;
    margin: 0;
    border: 0px solid green;
    height: 400px;
    padding: 10px 0 10px 10px;
    border-bottom: solid 1px #D4D4D4;
}

.asset_notes .body .cnt
{
    background: none;
    border: 0px solid blue;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.asset_notes .buttons
{
    color: #666666;
    margin: 0;
    padding: 10px 10px 0px 10px;
    text-align: right;
}

.GridHeader th
{
    padding: 10px 0 0 10px;
}

.user_comment
{
    margin-left: 10px;
    margin-top: 20px;
    width: 550px;
}

.user_comment_text
{
    border: solid 1px #DDDDDD;
    width: 100%;
    height: 60px;
}

div.user_comment_text
{
    border: solid 1px #DDDDDD;
    width: 100%;
    height: 60px;
    padding: 2px;
}

.GridRow.last
{
    border-bottom: solid 1px #C2EBFF;
}

.commentResults
{
    text-align: right;
    float: right;
    color: #A599A5;
}

.Grid.AssetHistory
{
    font-size: 13px;
}

.user_comment
{
    font-size: 13px;
}
