.clear        { clear:both; }
.clearright   { clear:right; }
.clearleft    { clear:left; }
.left         { float:left; }
.leftnone     { float:left; clear: none}
.right        { float:right; }
img.left      { margin-right:1em; margin-bottom:1em; }
img.right     { margin-left:1em; margin-bottom:1.8em; }
.text-right   { text-align:right; }
.half         { width:45%; /* Not exactly half to account for paddings, margins etc. */ }

ul.nobullet, li.nobullet {list-style: none; margin: 0; padding: 0; }

.content .layout ul li{ /*wrapper class to stop bullets appearing in matrix forms */
list-style: none; 
margin: 0;
padding: 0.2em;
background-color:transparent;
background:none;
}

.layout-table { /* other styles in template.css */
border:none;
background-color:transparent;
background:none;
}

.table-gradient{ /* other styles in template.css */
}


.imagepadding {
border:1px solid #D3D3D3 !important;
margin:5px 5px 5px 5px;
padding:5px;
}

.imagepadding-alignright {
 border:1px solid #D3D3D3 !important;
margin-bottom:5px;
margin-left:10px;
margin-top:5px;
padding:5px;
float:right;
}

.imagepadding-alignleft {
 border:1px solid #D3D3D3 !important;
margin-bottom:5px;
margin-right:10px;
margin-top:5px;
padding:5px;
float:left;
}

.headinglineunder { /* here for wysiwyg link only*/
}

.smallfont {/* here for wysiwyg link only*/
}
.imagelink{
/* here for wysiwyg link only*/
text-decoration:none;
border:none; 
 }



