/*
Overrides
*/

#CommonFooter
{
	display: none;
}

#CommonHeader
{
	display: none;
}

.Common
{
	padding: 0px;
	margin: 0px;
	border-width: 0;
	background-color: #fff;
	width: auto;
}

body, html
{
	background-image: none;
	margin: 0px;
	border-style: none;
}

form
{
    min-width: 0;
}

.CommonContentArea
{
	padding: 0px;
    margin: 0px;
	background-color: #fff;
}

.CommonContent
{
	border-width: 0;
	background-color: #fff;
}

.CommonFormArea
{
    margin: 0;
}

/* Modal Styles */

.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333;
}

.CommonModal
{
	background-color: #fff;
	border: solid 6px #333;
}

.CommonModalTitle
{
	border-bottom: solid 1px #333;
	padding: 8px 0 2px 0;
	font-size: 150%;
	margin: 0 8px;
	font-weight: bold;
	color: #333;
	cursor: move;
	min-height: 24px;
}

.CommonModalContent
{
	background-color: #fff;
}

.CommonModalFooter
{
	width: 100%;
	height: 12px;
}

.CommonModalClose
{
	width: 16px;
	height: 15px;
	background-image: url(../images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 8px;
	margin: 0;
}

.CommonModalResize
{
	width: 12px;
	height: 12px;
	background-image: url(../images/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 6px;
	cursor: se-resize;
}