/** 
 * Styles used to make areas where KTML output text is printed look the same as it does in the editor.
 * This file should match /admin/includes/ktml/ktm/styles/KT_styles.css, other than the .ktml root selector.
 * Some of these styles may appear redundant, but they exist to override styles set elsewhere in Hudson.
 * @author NuOrbit Media: Eric Poggel
 */
 
.ktml * {
	margin: 0; padding: 0
}

.ktml a:link {color:#00337f; text-decoration:none;  background-color:transparent}
.ktml a:visited {color:#006; text-decoration:none;  background-color:transparent}
.ktml a:hover {color:#9d0a0e; text-decoration:none;  background-color:transparent}

.ktml body {
	font-family: verdana,helvetica,sans-serif;
	font-size: 70%;
	font-size-adjust: none;
	line-height: 125%;	
}

.ktml blockquote { margin:0 30px }

.ktml p,
#bContent .ktml p { margin-bottom: 0; }

.ktml h2, 
.ktml h3, 
.ktml h4, 
.ktml h5{font-family:verdana,helvetica,sans-serif; line-height:1.3em; color:#00337f; padding: 0}
.ktml h1{font-size:180%;line-height:1em;}
.ktml h2{font-size:160%}
.ktml h3{font-size:100%; font-weight:bold}
.ktml hr {color:#00337f;background-color: #00337f;height: 1px;border:0;}
.ktml ul { margin-left: 20px;	}


.ktml .caption{text-align:left; font:normal 70%/125% verdana,helvetica,sans-serif; color:#000; margin:3px;}
.ktml .contact{margin-top:12px}
.ktml .tagLine{width:62%; float:left; font:normal 10px/115% verdana,helvetica,sans-serif; margin:10px 0 0 5px}
.ktml .squareList{list-style-type:square; margin-left:20px}
.ktml .listFloat{float:left; width:32%; border:2px solid #fff}

.ktml .quoter{color:#626262}
 
 
.ktml .imgFloatLeft{float:left; margin:5px; border:2px solid #6386ac}
.ktml .imgFloatLeftB{float:left; margin:5px; border:2px solid #fff}
.ktml .imgFloatRight{float:right; margin:5px; border:2px solid #6386ac}
.ktml .imgFloatRightB{float:right; margin:5px;}

