    .col1
    {
        font-size:10pt;
        color:cyan;
        text-align:right;
        font-weight:bold;
    }
    .col2
    {
        font-size:10pt;
        color:white;
        text-align:left;
    }

	.cmdHeader {
		border: 1px solid gray;
	}
	.cmdHeader td {
		padding: 2px;
	}

	#serverReply {
		color: black;
        font-size:10pt;
	}

	#ngcDetailTable {
        font-size:10pt;
    	color: black;
	}

    .ngcDetailCol1
    {
        font-size:10pt;
        font-weight:bold;
        color:black;
        text-align:right;
		vertical-align: top;
    }
    .ngcDetailCol2
    {
        font-size:10pt;
        color:black;
        text-align:left;
		vertical-align: top;
    }

	#pushbuttons{
        font-size:10pt;
	}
	.xloading {
    	color: White;
    	font-size:10pt;
    	background-image:url("./loading.gif");
    	background-repeat: no-repeat;
    	background-position: left;
    	padding-left:20px;
    }

	.yui-skin-sam .yui-dt-body {
	    cursor:pointer;
	}

	/* yui datatable selection */
	.yui-skin-sam tr.yui-dt-selected td,
	.yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
	.yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
    	background-color: #FBFFCC;	/* pale yellow */
    	/*background-color: #B2D2FF;*/
		color: black;
    }

	.yui-dt-paginator, .yui-pg-first, .yui-pg-previous, .yui-pg-next, .yui-pg-last {
    	/*background-color: #FBFFCC;*/	/* pale yellow */
    	background-color: black;
		color: yellow;
	}
	.yui-pg-pages {
    	/*background-color: #FBFFCC;*/	/* pale yellow */
    	background-color: white;
		color: black;
	}
	.yui-pg-current-page {
    	/*background-color: #FBFFCC;*/	/* pale yellow */
    	background-color: white;
		color: red;
	}

	.yui-dt-odd, .yui-dt-even {
		vertical-align: top;
	}




