/* CSS Document */

.c_head{padding:0; margin-top:8px;text-align:left;}

/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .c_head h1{float:left;}
.c_head h1{margin:0; padding:0;}
.icn img{margin-right:5px;}

.head_title{margin:0; float:left;}
.title_vis{margin:0; float:right;}

.c_contentpane
{
    margin-left:        10px;
    margin-right:       10px;
    color:              Black;
    line-height:        16px;
    padding-top:        10px;
}

.c_contentpane a
{
    text-decoration:    underline;
    color:              #223e65;
    font-size:          11.5px;
}
.c_footer {}

/*---------- default style for head & normal -----------*/
.Normal p
{
    margin-top:         0px; 
    color:              Black;
    font-size:          11.5px;
    font-family:        Verdana,Arial,Helvetica,Sans-Serif;
}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F}


.headerBox
{
    background:         url(images/container_head_bg.png) repeat-x;
}

.headerTitle
{
    padding-top:        4px;
    padding-bottom:     2px;
}

.Head
{
     color:             White;
     font-weight:       normal;
}

.headerCornerLeft
{
    background:         url(images/container_head_ol.png);
    width:              10px;
    height:             21px;
    float:              left;
}

.headerCornerRight
{
    background:         url(images/container_head_or.png);
    width:              21px;
    height:             21px;
    float:              right;
}

.contentContainer
{
    background-color:   #f3f3f3;
    border-left:        1px solid #aeaeae;
    border-right:       1px solid #aeaeae;
    border-bottom:      1px solid #aeaeae;
    margin-bottom:      20px;
}

.contentContainerLonger
{
    background-color:   #f3f3f3;
    border-left:        1px solid #aeaeae;
    border-right:       1px solid #aeaeae;
    border-bottom:      1px solid #aeaeae;
    width:              573px;
    height:             150px;
    overflow:           auto;
    position:           relative;
    
}

.headerBoxLonger
{
    background:         url(images/container_head_bg.png) repeat-x;
    width:              575px;
    position:           relative;
}








