/* CSS Document */
/* ############### tales.be css framework v0.5 (by kvd) ###############  */



/* ############### Generic Stuff - handy stuff ############### */
	
.noborder {	border: 0 !important;}
.handcursor{cursor:hand !important;}

.imgFloatLeft, .imgfloatleft {
	float: left;
	padding: 0 5px 5px 0;
}

.imgFloatRight, .imgfloatright{
	float: right;
	padding: 0 5px 5px 0;
}

.floatLeft, .floatleft{	float: left;}
.floatRight, .floatright{	float: right;}

.alignLeft, .alignleft{	text-align: left !important;}
.alignRight, .alignright{	text-align: right !important;}
.alignCenter, .aligncenter{	text-align: center !important;}
.alignJustify, .alignjustify{	text-align: justify !important;}

.displayBlock, .displayblock{	display: block !important;}

.nowrap{ white-space:nowrap;}
/*
! in IE6 setting the class of a TD to nowrap won't work 
for IE6 - HTML: <td nowrap>bla bla</td>
for IE6 XHTML: <td nowrap="nowrap">bla bla</td>
*/

.container{
	margin-bottom: 1em;
}
.row{
	display: block !important;
	padding: 0.2em 0.1em 0.2em 0.1em;
}
.row p{	
	margin-bottom: 0em;
}
.rowcolor1{
	background: silver url(../gfx/framework-gfx/dotted.white.3space.gif) bottom repeat-x;
}
.rowcolor2{
	background: orange url(../gfx/framework-gfx/dotted.darkergray.3space.gif) bottom repeat-x;
}
/* alternative patterns:
dotted.white.3space.gif
dotted.silver.3space.gif
dotted.gray.3space.gif
dotted.darkgray.3space.gif
dotted.darkergray.3space.gif
dotted.black.3space.gif
*/


ul.row{
	margin-left: 0;
	margin-bottom: 0;
}
ul.row li{
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
}

#IE6 ul.row l, #IE7 ul.row li{
	display: inline;
}
ul.row li p{	
	margin-bottom: 0em;
}