/* Borders */

/* One column background with borders */
.oneColumnContainerModuleContent { 
	background:url(../img/static/borders/module_bg_1col.gif) 0 0 repeat-y;
	padding:0 13px 3px 13px;
	width:160px;
}
.oneColumnContainerTop { 
	background:url(../img/static/borders/module_top_1col.gif) 0 0 repeat-y;
	width:186px;
	height:11px;
	line-height:1px;
	font-size:1px;
}
.oneColumnContainerBottom { 
	background:url(../img/static/borders/module_end.gif);
	width:186px;
	font-size:1px;
	height:11px;
}

/* Two column background with borders */
.twoColumnContainerModuleContent { 
	background:url(../img/static/borders/module_bg_2col.gif) 0 0 repeat-y;
	padding:0px 13px 3px 13px;
	width:352px;
}
.twoColumnContainerTop { 
	background:url(../img/static/borders/module_top_2col.gif);
	width:378px;
	height:11px;
	line-height:1px;
	font-size:1px;
}
.twoColumnContainerBottom {
	background:url(../img/static/borders/module_bottom_2col.gif);
	width:378px;
	font-size:1px;
	height:11px;
}

/* Three column background with borders */
.threeColumnContainerModuleContent { 
	background:url(../img/static/borders/module_bg_3col.gif) 0 0 repeat-y;
	padding:0 13px 3px 13px;
	width:544px;
}
.threeColumnContainerTop { 
	background:url(../img/static/borders/module_top_3col.gif);
	width:570px;
	height:11px;
	line-height:1px;
	font-size:1px;
}
.threeColumnContainerBottom { 
	background:url(../img/static/borders/module_bottom_3col.gif);
	width:570px;
	font-size:1px;
	height:11px;
}

/* Four column background with borders */
.fourColumnContainerModuleContent { 
	background:url(../img/static/borders/module_bg_4col.gif) 0 0 repeat-y;
}
.fourColumnContainerTop { 
	background:url(../img/static/borders/module_top_4col.gif);
	width:762px;
	height:11px;
	line-height:1px;
	font-size:1px;
}
.fourColumnContainerBottom { 
	background:url(../img/static/borders/module_bottom_4col.gif);
	width:762px;
	font-size:1px;
	height:11px;
}

/*Side border for module with 282px width*/
.column282Content { 
	background:url(../img/static/borders/module_bg_282px.gif) 0 0 repeat-y;
	padding:0 13px 13px 13px;
	width:256px;
}
/*Top rounded corners for module with 282px width*/
.column282Top{ 
	background:url(../img/static/borders/module_top_282px.gif);
	width:282px;
	font-size:1px;
	height:11px;
}
/*Top rounded corners for module with 282px width*/
.column282Bottom{ 
	background:url(../img/static/borders/module_bottom_282px.gif);
	width:282px;
	height:11px;
}
/*Dotted Line for seperation of Content Elements with Background gif for TableCells */
.dottedLine {
	background: url(../img/static/dot.gif);
	font-size: 1px;
	line-height:1px;
	margin: 0px;
	padding: 0px;
}
