/* 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{
	border-bottom:1px solid #747474;
	font-size:1px;
	padding:0px;
	margin:0px;
	clear:both;
}
.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:377px;
}

.columnSplitter2 .column66{
	width:505px;
}

.columnSplitter2 .column60{
	width:446px;
}

.columnSplitter2 .column40{
	width:306px;
}

.columnSplitter2 .column33{
	width:247px;
}

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

