﻿/* CSS Document */

.default_c
{
    padding: 0px 0px 15px 0px;
    text-align:left;
}

/*---------- To align the Actions, Icon and Title ---------*/
.default_c .c_actions, .default_c .head_title
{
    float:left;
}
.default_c .head_title
{
    margin:0; float:left;width:100%;
}
.default_c .c_content
{
    clear:both;
}
.default_c .c_contentpane
{
    padding: 0px; 
    text-align:left;
}
.default_c .c_footer 
{
    clear:both;
    margin-bottom:0px;
    padding:0; 
    text-align:right;
}

/*---------- For the inline edit icons -----------*/
.default_c .eipbackimg 
{
    background-color:#DAE7F2;
    border:solid 1px #4F839F;
}
.default_c .c_content .eipbackimg 
{
    margin-top:0;
    margin-left:-20px;
}

