/* CSS Document */
.TitleHead
{
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-style:normal;
    font-weight:bolder;
    font-size: 11pt;
    color: #330033;
    text-decoration:none;
    vertical-align:bottom;
    bottom:0;
}

.c_head{padding:0; margin-top:8px;text-align:left;}

/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .head_title h1{float:left; vertical-align:bottom; bottom:0;}
.c_title{float:left; vertical-align:bottom; bottom:0; padding-top:3px;}
.c_icon img { float:left; padding-right:4px; vertical-align:middle;}
.head_title h1, .head_title {margin:0; padding: 0 5px 0 5px; vertical-align:bottom; bottom:0;}  /* padding: 0 */
.icn img{margin-right:5px;}

.head_title{margin:0; float:left;width:100%; padding: 0 5px 0 5px;}
.title_vis{margin:0; float:right;}

.c_content{clear:both; padding: 0 5px 0 5px;}
.c_contentpane{padding:5px 5px 0 5px; text-align:left;}
.c_footer {clear:both;margin-bottom:5px;padding:0; text-align:right;}

/*---------- default style for head & normal -----------*/
.Normal p{margin-top:0px;}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F;}
.c_content .eipbackimg {margin-top:0;margin-left:-20px;}

/*---------- bordure -----------*/
.container_table
{
}
.container_right
{
    background:url(images/container_right_repeat.png) right repeat-y;
}
.container_left
{
    background:url(images/container_left_repeat.png) left repeat-y;
}
.container_top
{
    background:url(images/container_top_repeat.png) top repeat-x;
}
.container_down
{
    background:url(images/container_down_repeat.png) bottom repeat-x;
}