/* CSS Document */

/* The Container Around The Container */
/* This is made due to ther borders around the Container*/
.dnnSkin_container
{
    width: 100%;
    background-color: transparent;
    border: #bbbbbb 1px solid;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-radius: 9px;
    margin-right: 10px;
    margin-bottom: 10px;
}
/* The Container Around The Container */
/* borderless Container*/
.dnnSkin_container_borderless
{
    width: 100%;
    background-color: transparent;
    margin-right: 10px;
    margin-bottom: 10px;
}
.dnnSkin_head
{
    padding: 0 10px 0 10px;
    margin-top: 8px;
    text-align: left;
}
/*---------- To align the Actions, Icon and Title ---------*/
.dnnSkin_icon, .dnnSkin_actions, .dnnSkin_head h1
{
    float: left;
}
.dnnSkin_head h1
{
    margin: 0;
    padding: 0;
}
.icn img
{
    margin-right: 5px;
}
/* Parameters for Title */
.dnnSkin_head_title
{
    margin: 0;
    float: left;
}
.dnnSkin_title_vis
{
    margin: 0;
    float: right;
}

.dnnSkin_content
{
    clear: both;
    padding-right: 10px;
    padding-left: 10px;
}
/* The Container Content Section */
.dnnSkin_contentpane
{
    padding: 8px 0 0 0;
    text-align: left;
}
/* The Container Footer Sectin */
.dnnSkin_footer
{
    margin-bottom: 20px;
    padding: 0 10px 0 10px;
    text-align: right;
}

/*---------- default style for head & normal -----------*/
.dnnSkin_Normal p
{
    margin-top: 0px;
}

/*---------- For the inline edit icons -----------*/
.dnnSkin_eipbackimg
{
    background-color: #DAE7F2;
    border: solid 1px #4F839F;
}









