/*
    Purpose: This CSS is used for displaytag listing page.
    Date: Created on April 24, 2007, 08:38 PM
*/

.columnHeaderLeftListing {
		background-image:url(../images/mainpanel2_topleft.gif);
                background-repeat:no-repeat;   
                width:2%;  
		}

.columnHeaderRightListing {
		background-image:url(../images/mainpanel2_topright.gif);
                background-repeat:no-repeat;  
                background-position:top right;
                width:3%; 
		}

.columnHeaderListing {

  		background: url(../images/mainpanel2_top.gif) repeat-x 0 0;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
                color: #333333;
                text-decoration: none;
                line-height: 18px;
                padding-left:0px;
                TEXT-ALIGN: left;
		}

.columnFooterRight {
		background-image:url(../images/mainpanel2_bottomright.gif);
                background-repeat:no-repeat;  
                background-position:bottom right;
                width:3%; 
		}

.columnFooter	{
  		background: url(../images/mainpanel2_bottom.gif) repeat-x 0 0;
                background-position:bottom left;
		}

.columnFooterLeft {
		background-image:url(../images/mainpanel2_bottomleft.gif);
                background-repeat:no-repeat;  
                background-position:bottom left;
                width:3%; 
		}


.columnDataLeft	{
  		background: url(../images/mainpanel2_left.gif) repeat-y 0 0;
                width:2%; 
		}

.columnDataRight	{
  		background: url(../images/mainpanel2_right.gif) repeat-y 0 0;
                background-position:top right;
                width:2%; 
		}

