/* CSS Document */

.c_head{padding:0; margin-top:8px;text-align:left;}


.c_head h1{margin:0; padding:0;}
.icn img{margin-right:2px;}

/*----------CONTAINER HEADER----------*/
/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .c_head h1
{
    float:left;
}
.header
{
    height:18px;
    padding: 2px 4px 0px 4px;
}
.title, .title input 
{
    float:left;
    font-size:12px;
    font-weight:bold;
    height:20px;
    min-width:100px;
    padding: 2px 4px 0px 4px;
    width:auto;
}
.visibility
{
    float:right;
    margin:0;
    min-width:15px;
    padding: 0px 0px 0px 4px;
}

/*----------CONTAINER CONTENT----------*/
.content
{
    padding: 4px 4px 4px 4px;
    text-align:left;
}
/*----------CONTAINER FOOTER----------*/
.footer 
{
    padding: 0px 0px 4px 0px;
}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #006699}














