.yui-dt-table.wide { width: 100%; }
		.yui-dt-table { zoom:1; }
		.yui-dt-table {
			cursor: pointer; 
			background: url('../globalimages/yui-content_lightgray.jpg');
			background-position:right;
			background-repeat: repeat-y;
			background-color:#ECEDEF;
			font-family: Arial;
			}
		.yui-dt-table th, .yui-dt-table td { padding: 2px 5px 2px 5px; vertical-align: top; }
		
		td.yui-dt-col-country {
			padding:2px 15px 2px 5px; 
			}
		
		.yui-dt-table .yui-dt-selected {
			background-color:#bdcede;}
		
		.yui-dt-table thead tr{
			color:#DE463B;text-transform:uppercase; font-family: Trebuchet MS; font-size: 9pt;}
		
		th.yui-dt-asc a {color:#000;text-transform:uppercase; font-family: Trebuchet MS; font-size: 9pt;}

		
		
		.yui-dt-table th a {color:#DE463B ! important; text-decoration:none;}
		
		tr.yui-dt-even td.yui-dt-last {
			background: url('../globalimages/yui-content_darkgray.jpg');
			background-position:right;
			background-repeat: repeat-y;
			background-color:#E3E3E3;
			}
		
		tr.yui-dt-selected td.yui-dt-last {
			background: url('../globalimages/yui-gf_orangestripe_bg.jpg');
			background-position:right;
			background-repeat: repeat-y;
			background-color:#E3E3E3;
			}
		
		tr.yui-dt-even{background-color:#E3E3E3;}
		
		.yui-dt-highlighted {
			background-color: #d0d2d2
			}

		.yui-dt-scrollable {
			_width:100%;
			_height:160px;
		}
		.yui-dt-scrollbody {
			height:160px;
			*height:auto;
		}
		.yui-dt-table tr.ymod-expandedData { background-color: #FFF;}
		.yui-dt-table tr.ymod-expandedData td { 
			white-space: normal; 
			overflow: visible; 
			}
		.yui-dt-table tr.ymod-expanded {
			background-color: #EB8734; 
			color:#FFF;
			border-bottom:1px solid #DDD;
			}
		.yui-dt-table tr.ymod-expanded td.yui-dt-last {
			background: url('../globalimages/yui-gf_orangestripe_bg.jpg');
			background-position:right;
			background-repeat: repeat-y;
			background-color: #EB8734; 
			color:#FFF;
			}
		.yui-dt-table tr.ymod-expanded td { border-bottom: 0; }
		.yui-dt-table div.ymod-expandedDataContent {
				background-image: none;
				background-color: #f4f4f4; 
				padding: 2px 5px; 
				white-space: normal; 
				zoom: 1; 
				overflow: hidden; 
				}
	
/* For Exanded (Summary) Area */
/* The original table row clicked on */
tr.ymod-expanded {background-color: #EB8734; }
/* Row containing the expanded content */
tr.ymod-expandedData {}
/* Div containing the expanded content inside the row */
tr.ymod-expandedData div.ymod-expandedDataContent { 
	background-color: #FFF; 
	}
.loader {
	padding:200px 0px 600px 320px;
	}
