/* ----------------------------------- 
 this css file contain only structure data
   ----------------------------------- */


/***** Global Default Classes For Structures *****/
.l {
	background-position: left top;
	background-repeat: no-repeat;
}

.l1 {
	background-position: left top;
	background-repeat: no-repeat;
}

tbody .l {
	background-position: left top;
	background-repeat: repeat-y;
	width: 1px;
}
.r {
	background-position: right top;
	background-repeat: no-repeat;
}
tbody .r {
	background-position: right top;
	background-repeat: repeat-y;
	width: 1px;
}
.c {
	background-position: left top;
	background-repeat: repeat-x;
}
 




/*** Item ***/
.item {
	width: 100%;
	margin-bottom: 14px;
}
    .item thead .l, .item thead .r,    .item thead .l1, .item thead .r1,  .item tfoot .l, .item tfoot .r {
        width: 6px;
    }
    .item thead .c, .item tfoot .c {
        height: 6px;
    }
    /** top **/
    .item thead .c {
        height: 6px;
    }
    .item thead .l {
        background-image: url(/images/content-item-bg.gif);
        background-position: left top;
    }
    .item thead .r {
        background-image: url(/images/content-item-bg.gif);
        background-position: right -6px;
    }
   .item thead .l1 {
        background-image: url(/images/content-item-bg.gif);
        background-position: left top;
    }
    .item thead .r1 {
        background-image: url(/images/content-item-bg.gif);
        background-position: right -6px;
    }
    .item thead .c {
        background-color: #fcfaf8;
        background-image: url(/images/content-item-bg-dot.gif);
    }
    /** middle **/
    .item tbody {
        /**/
    }
    .item tbody .l {
        background-color: #fcfaf8;
        background-image: url(/images/content-item-bg-dot.gif);
    }



    .item tbody .r {
        background-color: #fcfaf8;
        background-image: url(/images/content-item-bg-dot.gif);
    }
    .item tbody .c {
        background-color: #fcfaf8;
    }
    /** btm **/
    .item tfoot {
        /**/
    }
    .item tfoot .l {
        background-image: url(/images/content-item-bg.gif);
        background-position: left -12px;
    }



    .item tfoot .r {
        background-image: url(/images/content-item-bg.gif);
        background-position: left -18px;
    }
    .item tfoot .c {
        background-color: #fcfaf8;
        background-image: url(/images/content-item-bg-dot.gif);
        background-position: left bottom;
    }
    .item .cont {
        padding: 10px 18px 18px;
    }
 