/* CSS Document */
	.ajax-wrapper {
	}
	.ajax-indicator {
		float:right;
		font-size:10px;
	}
	.ajax-header {
		height:30px;
		padding:0px 6px 0px 0px;
		background-color:#F8F8F8;
		font-size:12px;
		line-height:30px;
		font-weight:bold;
		cursor:pointer;
		margin:0px 0px 1px 0px;
	}
	.ajax-header .icon {
		float:left;
		width:30px;
		height:30px;
		margin:0px 10px 0px 0px;
	}
	.ajax-header:hover {
		background-color:#EEE;
	}
	.ajax-content {
		padding:5px;
		display:none;
	}


