
/*
5/22/08 - SMT 14437 - BA - added the "aligment" property for embedded images
7/7/08 - SMT 14506 - BA - changed the default font inside custom tables to match the default for articles, to fix the disparity
*/


/*style the dynamic tables in articles*/
table#DynTable td
{
	vertical-align: top;
	padding: 5px;
}

table#DynTable img {margin-right: 10px;}
table#DynTable img.align-left {float: left;}
table#DynTable img.align-right {float: right; margin-left: 10px;}

table#DynTable {display: block; clear: both;}

table#DynTable td, p, a {font: 13px/15px verdana,arial}
table#DynTable td {word-wrap: break-word}

div.table-wrapper {clear: both}

p.content-element {clear: left;}

a {color:#448AAE; text-decoration:underline;}

