﻿#popupwindow_table
{

	border							: 1px solid #83C208;
	z-index: 99999
}

#popupwindow_header
{
	height							: 24px;
	background-color		: #83C208;
	padding							: 0px;
	margin							: 0px;
	border-bottom				: 1px solid #CCCCCC;
	vertical-align			: middle;
}

#popupwindow_header_text
{
	font-family					: Arial, Helvetica, sans-serif;
	font-size						: 10px;
	font-weight					: bold;
	color								: #FFFFFF;
	padding-left				: 4px
}

#popupwindow_header_close
{
	width								: 30px;
	text-align					: center;
	vertical-align			: middle;
	cursor							: pointer;
}


#popupwindow_content
{
	padding							: 0px;
	margin							: 0px;
	font-family					: Arial, Helvetica, sans-serif;
	font-size						: 10px;
	color								: #222222;
}

.dropshadow
{
	margin							: 0;
/*
	opacity							: .3;
	filter							: alpha(opacity=30);
*/
}

#dropshadow_right
{
	width								: 3px;
}

#dropshadow_bottom
{
	height							: 3px;
}

/*
.popup_loading
{
	background-color		: #FFFFFF;
	background-position : center center;
	background-image		: url(../../images/loading.gif);
	background-repeat		: no-repeat
}
*/