/******************************************************
/* FRAMEWORK STATICS
/******************************************************/
body 
{
	background-color: #0360ad;
}

form 
{
	display: block;
	padding-bottom: 10px;
}

/******************************************************
/* CONTENT REGIONS
/******************************************************/
#RegionTop
{
	background-color: #fff;
	margin-bottom: 10px;
}

#RegionPage
{
	width: 740px;
	padding: 0 10px;
	margin: 0 auto;
}

#RegionLeftContent
{
	float:left;
	width: 550px;
}

#RegionLeft
{
	float: left;
	width: 180px;
	margin-right:10px;
}

#RegionContent
{
	float: left;
	width: 360px;
}

#RegionRight
{
	margin-left:10px;
	float: left;
	width: 180px;
}

/******************************************************
/* INNER TEMPLATE DEFAULTS
/******************************************************/
.InnerTemplate
{
	clear: both;
	display: block;
	background-color:  #fff;
	margin-bottom: 1px;
	padding-bottom: 15px;
}

.InnerTemplate.NoPadding
{
	padding: 0;
}

.InnerTemplate.NoMargin
{
	margin: 0;
}

.InnerTemplate.NoBackground
{
	background-color: Transparent;
}

.TwoColumn
{
	width:360px;
}
.TwoColumn .BlockArea
{
	float: left;
	width: 180px;
}

#RegionContent .BlockItem
{
	width:330px;
	overflow:hidden;
}

#RegionContent .TwoColumn .BlockItem,
#RegionRight .BlockItem,
#RegionContent .TwoColumn .BlockFooter,
#RegionRight .BlockFooter
{
	width:150px;
}

.TwoColumn .RightColumn
{
	float: right;
}

/* IE Bugfix - This hides from IE-mac \*/
* html .BlockArea { height: 1px; }
/* End hide from IE-mac */

/******************************************************
/* UNITS
/******************************************************/
.Unit
{
	display: block;
	background-color:  #fff;
}

/******************************************************
/* CONTENT BLOCK DEFAULTS
/******************************************************/
.ContentBlock
{
	margin: 0;
}
.ContentBlock.LastBlock
{
}

.ContentBlock .BlockHeader,
.ContentBlock .BlockItem
{
	padding: 15px 15px 0 15px;
}
.ContentBlock .BlockFooter
{
	padding: 0 15px;
}

/******************************************************
/* OVERRIDES
/******************************************************/
.EditMode .InnerTemplate
{
	padding: 13px;
}

#RegionRight .DDL,
#RegionLeft .DDL
{
	width: 131px;
}

#RegionLeft .DDL .Display, 
#RegionRight .DDL .Display 
{
	width: 126px;
}
