@charset "utf-8";
/* CSS Document */


#draw_window_content_bg
{
	background-image:		url(../images/table/background.png);
	background-repeat:		repeat; 
}

#draw_window_upper_left_corner
{
	background-image:		url(../images/table/upper_left_corner.png);
	background-repeat:		no-repeat; 
	width:					8px;
	height:					8px;
	font-size:				4px;
}

#draw_window_upper_slice
{
	background-image:		url(../images/table/upper_slice.png); 
	background-repeat:		repeat-x;
	height:					8px; 
	font-size:				4px; 
}

#draw_window_upper_right_corner
{
	background-image:		url(../images/table/upper_right_corner.png); 
	background-repeat:		no-repeat; 
	width:					20px; 
	height:					8px; 
	font-size:				4px;
}

#draw_window_right_slice
{
	background-image:		url(../images/table/right_slice.png); 
	background-repeat:		repeat-y;
	width:					20px;
}

#draw_window_lower_right_corner
{
	background-image:		url(../images/table/lower_right_corner.png); 
	background-repeat:		no-repeat;
	width:					20px;
	height:					20px;
}

#draw_window_lower_slice
{
	background-image:		url(../images/table/lower_slice.png); 
	background-repeat:		repeat-x;
	height:					20px;
}



#draw_window_lower_left_corner
{
	background-image:		url(../images/table/lower_left_corner.png); 
	background-repeat:		no-repeat;
	width:					8px;
	height:					20px;
}

#draw_window_left_slice
{
	background-image:		url(../images/table/left_slice.png); 
	background-repeat:		repeat-y; 
	width:					8px;
}

/************************************************************************/
/*******************************  IE6 SPECIFIC CSS  *********************/
/************************************************************************/


.ie6 #draw_window_content_bg
{
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/table/background.png',sizingMethod='scale');
	background-repeat:		repeat;
	
	/* background-image:		url(../images/table/background.png);
	background-repeat:		repeat;  */
}

.ie #draw_window_upper_left_corner
{
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/table/upper_left_corner.png',sizingMethod='scale');
	background-repeat:		no-repeat; 
	width:					8px;
	height:					8px;
	font-size:				4px;
}

.ie #draw_window_upper_slice
{
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/table/upper_slice.png',sizingMethod='scale');
	height:					8px; 
	font-size:				4px; 
}

.ie #draw_window_upper_right_corner
{
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/table/upper_right_corner.png',sizingMethod='scale');
	background-repeat:		no-repeat; 
	width:					20px; 
	height:					8px; 
	font-size:				4px;
}

.ie #draw_window_right_slice
{
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/table/right_slice.png',sizingMethod='scale');
	background-repeat:		repeat-y;
	width:					20px;
}

.ie #draw_window_lower_right_corner
{
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/table/lower_right_corner.png',sizingMethod='scale');
	width:					20px;
	height:					20px;
}

.ie #draw_window_lower_slice
{
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/table/lower_slice.png',sizingMethod='scale');
	background-repeat:		repeat-x;
	height:					20px;
}



.ie #draw_window_lower_left_corner
{
	background:				url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/table/lower_left_corner.png',sizingMethod='scale');
	background-repeat:		no-repeat;
	width:					8px;
	height:					20px;
}

.ie #draw_window_left_slice
{
	background:				url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/table/left_slice.png',sizingMethod='scale');
	background-repeat:		repeat-y; 
	width:					8px;
}


#gallery_black_background
{
	background-image:		url(../images/table/black_trans_bg.png); 
	background-repeat:		repeat;
}


.ie6 #gallery_black_background
{
	background:				url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/table/black_trans_bg.png',sizingMethod='scale');
	
	
}

