﻿.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.CommonModal
{
	border-style: solid;
	border-width: 1px;
	border-color: #f4f4f4;
	border-right-width: 1px;
	border-right-color: #f4f4f4;
	border-bottom-width: 1px;
	border-bottom-color: #f4f4f4;
	background-color: #eeeeee;
}

.CommonModalTitle
{
	font-family: Tahoma, Arial, Helvetica;
	height: 16px;
	font-size: 9pt;
	padding-right: 5px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #f4f4f4;
	background-color: #007fc4;
	color: white;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
	background:url('images/common/moduleheader.gif') ;
}

.CommonModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.CommonModalContent
{
	background-color: #fafafa;
	font-size:8pt !important;
}

.CommonModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #f4f4f4;
	background-color: #eeeeee;
	padding: 2px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}
