.c_container{ margin:-bottom:15px;}
/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, h2.c_title{float:left;}
.c_icon img {float:left;}
h2.c_title{margin:0; padding:0;}
.icn img{margin-right:5px;}

.title_vis{float:right;}

.c_content{clear:both;}
.c_contentpane{padding:8px 0 0 0;}
.c_footer {clear:both;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;}

/*---------- default style for container_black -----------*/
.c_head_black .head_title{
background:url(images/c_b_title.jpg) repeat-x left top;
height:37px;
}
.c_head_black .head_title,.c_head_black .c_content{
border-left:solid 1px #cccccc;
border-right:solid 1px #cccccc;
}
.c_head_black .c_content{
padding:0px 10px;
}
.c_head_black .TitleHead {
font-size:14px;
font-family:Microsoft Yahei,Arial, Helvetica, sans-serif;
color:#666666;
line-height:37px;
font-weight:bold;
padding-left:15px;
}


/*---------- default style for container_border -----------*/
.c_head_border .border_title{
/*border:solid #cccccc;
border-width:0px 1px 0px 1px;
*/background:url(images/c_b_title.jpg) repeat-x left top;
height:30px;
}
.c_head_border .TitleHead {
font-size:14px;
font-family:Microsoft Yahei,Arial, Helvetica, sans-serif;
color:#666666;
line-height:30px;
font-weight:bold;
padding-left:15px;
}
.c_head_border{
border-left:solid 1px #cccccc;
border-right:solid 1px #cccccc;
border-bottom:solid 1px #cccccc;
margin-bottom:10px;
}
.c_head_border .c_content{
padding:0px 10px 8px 30px;
}
/*---------- default style for container_red -----------*/
.c_head_red .head_title{
border-bottom:solid 2px #ddb2b2;
height:24px;
}
.c_head_red .c_content{
padding:10px;
font-family:Microsoft Yahei,Arial, Helvetica, sans-serif;
text-align:left;
}
.c_head_red .TitleHead {
font-size:14px;
font-family:Microsoft Yahei,Arial, Helvetica, sans-serif;
color:#8f0000;
line-height:24px;
font-weight:bold;
padding-left:12px;
}
/*---------- 


.listPanel{
height:530px; 
overflow-y:scroll; 
overflow-x:hidden;
}

 -----------*/
.listPanel{
max-height:530px;
height: expression( this.scrollHeight > 530 ? "530px" : "auto" );-webkit-max-height: 530px;
overflow-y:auto; 
overflow-x:hidden;
}














