/*
Generics
*/

#CommonOuter
{
	width: 956px;
	margin-left: auto;
	margin-right: auto;
}

#CommonHeader
{
	width: 100%;
}

#CommonFooter
{
	padding: 8px;
	text-align:center;
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
	border-color: #bbbbbb;
	background-color: #d3d3d3;
}

#CommonLeftColumn
{
	background-color: #eff7e0;
	padding-bottom: 22px;
}

#CommonRightColumn
{
	background-color: #eff7e0;
	padding-bottom: 22px;
}

/*
Popup Area
*/

.CommonPopupArea
{
	padding: 8px;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

/* Modal Styles */

.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.CommonModal
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	border-right-width: 2px;
	border-right-color: #333333;
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	font-size: 75%;
}

.CommonModalTitle
{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
	white-space: nowrap;
}

.CommonModalClose
{
	width: 1px;
	height: 1px;

	background-color: #ffffff;
	overflow: hidden;

	float: right;
}

.CommonModalContent
{
	background-color: #ffffff;
}

.CommonModalFooter
{
	background-color: #333333;
}

.CommonModalResize
{
	width: 1px;
	height: 1px;
	overflow: hidden;
	float: right;
}