body
{
	font-family: Arial, Sans-Serif;
	font-size: 68.75%;
}

.header
{
	/*margin-bottom: 10px;*/
}

table
{
	font-family: Arial, Sans-Serif;
	font-size: 100%;
}
table.reftable
{
	width: expression(document.body.clientWidth - 25);
	margin-top: 10px;
}

div
{
	border-style: dashed;
	border-width: 0px;
	border-color: #757575; 
}

span.blocktype
{
	font-weight: bold;
	width: 150px;
	word-wrap: normal;
}

div.patience
{
	width: 100%; 
	height: expression(document.body.clientHeight - this.style.marginTop - this.style.marginTop); 
	display: block; 
	border: 2px gray solid; 
	margin: 0px;
	text-align: center;
	font-family: Arial, Sans-Serif;
	padding-top: expression(document.body.clientHeight / 2);
}

div.content
{
	width: 100%; 
	/*height: expression(document.body.clientHeight - this.style.marginTop - this.style.marginTop); */
	display: none; 
	border: 2px gray solid; 
	margin: 0px;	
	position: absolute;		
}

div.cta div.c2amargin
{
	margin-left: 8px;
	margin-right: 5px;
	padding-bottom: 10px;
}

div.buttons
{
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: -10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #9ebef5;
}
div.buttons input
{
	width: 140px;
}

/* Buttons of the placeholder on CMS template page */
input.button
{
	width: 100%;
}
input.xmlSettings
{
	width: 150px;
}

div.errormessage
{
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px; 
	color: Red;
	font-weight: bold;
}

div.buildingblockcontainer
{
	margin: 10px;
}
div.propsumcontainer
{
	margin-bottom: 10px;
}

div.selector
{
	width: 100%;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #9ebef5;
}
div.blockselector
{
	float: left;
	margin-right: 20px;
}
div.colspan select
{
	width: 100px;
}

DIV.hr HR 
{
	DISPLAY: none;
}

DIV.greyRuler 
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/hr_back_grey.gif);
	height: 1px;
	top: 0px;
	display: block;
	position: relative;
}

div.row
{
	position: relative;
	height: 100%;
	width: 100%;
}	

div.selectImage
{
	height: 100%;
	width: 50%;
	float: left;
	padding: 0 0 10 0; /* top right bottom left */
	border-right: 1px solid gray; 
}

div.rightColumn
{
	width: 100%;
	padding-left: 5px;
}

div.selectChannel
{
	width: 100%;
	padding: 0 0 10 0; /* top right bottom left */
}

div.showCaption
{
	position: static;
	margin-top: 10px;
	padding-left: 27px;
	padding-bottom: 10px;
}

div.fullWidth
{
	padding-left: 0px;
}

input.target
{
	width: 82px;
	background-color: #FFFFFF;
}

input.targetreadonly
{
	width: 100%;
	background-color: #DFDFDF;
}

div.placeholder
{
	border: 1px solid dashed; 
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 7px;
	width: 100%;
}

.linklist
{
	width: 100%;
	font-family: Courier, Courier New;
	font-size: smaller;
}

div.refEntityDiv
{
	width: 100%;
	float: left;
	word-wrap: normal;
}

div.refEntitySubDiv
{
	width: 100%;
	right: 0px;
	text-align: left;
	word-wrap: normal;
}

div.presentproplabel
{
	float: left; 
	width: 100px;
	padding-left: 20px;
}
div.presentusplabel
{
	width: 100%;
	padding-left: 20px;
}
div.presentcaptionlabel
{
	width: 100%;
	padding-left: 20px;
}
.referenceHeader
{
	margin-top: 10px;
}
div.buildingblock ul
{
	margin-left: 15px;
}
div.buildingblock ol
{
	margin-left: 0px;
	list-style-position: inside;
}