img{ border:none}
	
.noborder {	border: 0 !important;}
.handcursor{cursor:hand !important;}
.pointer{ cursor:pointer}

.imgFloatLeft{
	float: left;
	padding: 0 5px 5px 0;
}

.imgFloatRight{
	float: left;
	padding: 0 5px 5px 0;
}

.floatLeft {float: left;}
.floatRight {float: right;}

.alignLeft{	text-align: left !important;}
.alignRight{	text-align: right !important;}
.alignCenter{	text-align: center !important;}
.alignJustify{	text-align: justify !important;}

.displayBlock{	display: block !important;}
.break{ min-height:40px; margin-bottom:40px;}
.nowrap{ white-space:nowrap;}

.marginright10px{ margin-right:10px;}

.coldivider{ width:20px; float:left; display:block; height:20px;}

/*
! 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;
}
