/* CSS Document */

/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, .c_head h1{float:left;}

.head_title{margin:0; float:left;}
.org_icon { background: url(orange_icon.png) left top no-repeat; height: 36px; text-indent: 36px;}
.org_icon_grey {
    background-position: left top;
    background: url(orange_icon.png) left top no-repeat;
    height: 36px;
    text-indent: 36px;
    background-color: ffffff;
}
.blue_icon { background: url(blue_icon.png) left top no-repeat; height: 36px; text-indent: 36px;}
.gray_icon { background: url(gray_icon.png) left top no-repeat; height: 36px; text-indent: 36px;}

.content_pad {padding: 0 10px 0 10px;}
.content_pad_grey {padding: 0 10px 0 10px;background-color: ffffff;}
.border {
	border:1px solid #969696;
}

/*---------- default style for head & normal -----------*/
.Normal p{margin-top:0px;}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F}










