.CommonModalMask {
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}
.CommonModal {
	border-style: solid;
	border-width: 1px;
	border-color: #444444;
	border-right-width: 2px;
	border-right-color: #444444;
	border-bottom-width: 2px;
	border-bottom-color: #444444;
	background-color: #eeeeee;
}
.CommonModalTitle {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	/*background-color: #669966;*/
	background-color: #004f9e;
	padding: 4px 5px 4px 10px;
	
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #444444;
	cursor: move;
	overflow: hidden;
}
.CommonModalClose {
	width: 38px;
	height: 14px;
	background-image: url(../dialogs/images/common/close.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
	
}
.CommonModalContent {
	background-color: #ffffff;

}
.CommonModalFooter {
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #f8f8e9;
	padding: 0px;
}
.CommonModalResize {
	width: 14px;
	height: 14px;
	background-image: url(resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}
.DialogTitle {
	BORDER-RIGHT: #cccccc 0px solid; padding-left: 5px; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 0px solid; BORDER-BOTTOM: #cccccc 0px solid; BACKGROUND-COLOR: #eeeeee; FILTER: alpha(opacity=90);  Height:30px; width:100%;
}
.DialogMenu 
{
	padding: 5px;
	BORDER-RIGHT: #cccccc 0px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	BORDER-LEFT: #cccccc 0px solid; 
	BORDER-BOTTOM: #cccccc 0px solid; 
	BACKGROUND-COLOR: #eeeeee;
}
.ButtonUp
{
	border: solid 1px #333333;
	background-color:#eeeeee;
	height: 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;	
	margin-top: 5px;
	margin-right: 5px;
}

/* Popupmenu */
.PopupStyle
{
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:1000;
	background-color: white;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}
.PopupStyle tr td
{
	font:normal 12px Verdana;
	line-height:18px;
}
.PopupStyle a
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.PopupStyle a:hover
{
	background-color: #F0F0F0;
}
.MenuPopupTable
{
}
.HoverPopup
{
	BORDER: #99ccff 1px solid; BACKGROUND-COLOR: #ccffff; FILTER: alpha(opacity=50); opacity: .5;
}
.PopupStyle:after{ /*Add margin between menu and rest of content in Firefox*/
	/*
	content: "."; 
	*/
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;	
}

/*style for popup menu*/
.popupmenu
{
	border-width:1px;
	border-color:Black;
	display: block;
	background-color:#eeeeee;
}
.CommonContentPartBorderOff
{
	padding: 1px;
}

.CommonContentPartBorderOn
{
	border-style: dashed;
	border-width: 1px;
	border-color: #999999;
	background-color: #efefef;
}