
/*
 *  CSS for dd_shadow  
 */
	.dd_shadow_content {
	/* default shadow postion. you can override it by use "div.dd_shadow_content" */
	 /*width:400px;*/
	 margin-top:-40px;
	 margin-left: -39px;
	 margin-right:-27px; 
	 margin-bottom:-27px;
	 position:relative;
	}
	.dd_shadow_topleft, .dd_shadow_topright, .dd_shadow_bottomleft, .dd_shadow_bottomright {
	 height:44px;
	 width:44px;
	}
	.dd_shadow_top {
	 background:url(/images/shadows/shade_top.png) top repeat-x;
	}
	.dd_shadow_bottom {
	 background:url(/images/shadows/shade_bottom.png) bottom repeat-x;
	}
	.dd_shadow_left {
	 background:url(/images/shadows/shade_left.png) left repeat-y;
	}
	.dd_shadow_right {
	 background:url(/images/shadows/shade_right.png) right repeat-y;
	}
	.dd_shadow_topleft {
	 background:url(/images/shadows/shade_topleft.png) top left no-repeat;
	}
	.dd_shadow_topright {
	 background:url(/images/shadows/shade_topright.png) top right no-repeat;
	}
	.dd_shadow_bottomleft {
	 background:url(/images/shadows/shade_bottomleft.png) bottom left no-repeat;
	}
	.dd_shadow_bottomright {
	 background:url(/images/shadows/shade_bottomright.png) bottom right no-repeat;
	}
	.dd_shadow_center {
	 background:url(/images/shadows/shade_center.png) repeat;
	}
	
/* 
 * CSS for dd_window 
 */
	.dd_window_topleft, .dd_window_topright, .dd_window_bottomleft, .dd_window_bottomright {
	 width:8px;
	 height:8px;
	}
	.dd_window_topleft, .dd_window_topright, .dd_window_bottomleft, .dd_window_bottomright, .dd_window_top, .dd_window_bottom, .dd_window_left, .dd_window_right {
	 background-color:white;
	 filter:alpha(opacity=80);
	 -moz-opacity:0.8; 
	 opacity: 0.8;  
	}
	.dd_window, .dd_window_content, .dd_window_close {
	 border:1px solid #aaa;
	 /* default font setting for dd_window. suggest override by use "table.dd_window" */
	 font-family:verdana;
	 font-size:11px;
	 color:black;
	}
	.dd_window_content {
	 background:white;
	 padding:8px;
	}
	.dd_window_top {
	 height:30px;
	}
	.dd_window_header {
	 width:90%;
	 display:block;
	 padding:5px 0px;
	}
	.dd_window_close {
	 right:16px;
	 top:0px;
	 position:absolute;
	 display:block;
	 padding:0px 8px;
	 text-decoration:none;
	}
	a.dd_window_close:visited {
	 color:black;
	}
	a.dd_window_close:hover {
	 background-color:#bbb;
	 color:white;
	}
