/* CSS Document */
.clearer{
	clear:both;
}
.hr{
	border:none;
	margin:3px 0 5px 0;
	border-top:1px solid #747474;
}
.hrMoreSpace{
	border:none;
	margin:7px 0 7px 0;
	border-top:1px solid #747474;
}
.hrSpacer{
	height:10px;
}
.hrBigSpacer{
	height:30px;
}
.hrDotted{
	border-bottom:1px dotted #fff;
	font-size:1px;
	padding:0px;
	margin:0px;
	clear:both;
}
.hrBorder{
	background-image:url(images/hr1.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:1px;
	padding:0px;
	margin:0px;
	clear:both;
	height:57px;
}
.portlet{
}
.column{
}
.portletMarginless{
}
.columnSplitter{

}
.columnSplitter .portlet{
}
.columnSplitter2 .column{
	float:left;
	overflow:hidden;
	margin-right:10px;
}
.columnSplitter .lastColumn{
	margin-right:0px;
}

/*definition for the 2 column column-splitter */
.columnSplitter2 .column50{
	width:465px;
}

.columnSplitter2 .column66{
	width:620px;
}

.columnSplitter2 .column60{
	width:564px;
}

.columnSplitter2 .column40{
	width:376px;
}

.columnSplitter2 .column33{
	width:310px;
}

/*definition for the 2 column column-splitter */
.columnSplitter3 .column{
	float:left;
	margin-right:8px;
}
.columnSplitter3 .lastColumn{
	margin-right:0px;
}
.columnSplitter3 .column25{
	width:236px;
}
.columnSplitter3 .column33{
	width:308px;
}
.columnSplitter3 .column50{
	width:470px;
}
.dotted{
	border:1px dotted #aaa;
	background-color: #f9f9f9;
	padding:5px;
	margin-bottom:10px; 
}

