/* --------------------------------------------------------
   Copyright (c) 2005-2008 FeyaSoft Inc. All Rights Reserved.
   
   Description:
   This is main CSS file for myActivity application 
   
   Author:
   Fenqiang Zhuang
   -------------------------------------------------------- */


/*--------------------------------------------------------
 * for tree feed
 ---------------------------------------------------------*/
.feed {
    border:1px solid #fff;
    margin:3px;
}
.feed .x-tree-ec-icon {
    display:none;
}
.x-tree-node div.feeds-node{
    background:#eee url(../../images/cmp-bg.gif) repeat-x;
    margin-top:1px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ccc;
    padding-top:2px;
    padding-bottom:1px;
}
.feeds-node .x-tree-node-icon {
    display:none;
}

/*-------------------- for radio group ---------------------------*/
.x-form-radio-group .x-panel-body {background-color: transparent;}

/*--------------------------------------------------------
 * FileUploadField component styles
 ---------------------------------------------------------*/
.upload-icon {
    background: url('../images/icons/image_add.png') no-repeat 0 0 !important;
}
#fi-button-msg {
    border: 2px solid #ccc;
    padding: 5px 10px;
    background: #eee;
    margin: 5px;
    float: left;
}
.x-form-file-wrap {
    position: relative;
    height: 22px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
}

/*--------------------------------------------------------
 * Grid filter CSS
 *---------------------------------------------------------*/
.x-grid3-hd-row td.ux-filtered-column {   
    font-style: italic;  
    font-weight: bold;
}


