/**
 * This typography file is included in the WYSIWYG editor
 */
img {
	border:0 !important;
}

.BrockImage {
	margin-bottom:7px;	
}

.BrockImage img {
	display:block;
	margin-bottom:2px;
}

.typography {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	color:#333;
}


.typography blockquote {
	margin-left:20px;
}

.typography .important {
	background-color:#FFA;
	border:1px solid #930;
	color:#930;
	display:block;
	font-weight:bold;
	padding:8px;
	text-decoration:none;	
}

.typography .highlight {
	background-color:#FFA;
	padding:0 2px;	
}

.typography pre, .typography .codeblock, .typography .code {
	font-family:Courier, 'Courier New', monospace, fixed !important;
	background:#dadada;
	overflow: auto;
	white-space:nowrap;
	font-size:12px;
	color:#000;
}

.typography p {
	margin:0 0 1em 0;
	padding:0;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin:0;
	padding:0 10px;
}
	.typography ul li,
	.typography ol li {
		margin:5px 10px;
		line-height:1.2em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	padding:8px 0 16px 0;
	margin:3px 0;
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

	.typography h1 {
		font-size:1.5em;
	}
	.typography h2 {
		font-size:1.2em;
	}
	.typography h3 {
		font-size:1em;
		padding:0 0 1em 0;
	}
	.typography h4 {
		font-size:1em;
		font-weight:bold;
		margin:0;
		padding:0;
		text-transform:none;
	}

/* LINK STYLES */
.typography a {
	color:#009dd9;
	font-size:1em;
}
	.typography a:hover {
		color:#009200;
		background:#e4e500;
	}
	
	
.typography table {
	float:left;
	font-size:1em;
	width:100%;
}
	.typography table tr td {
		padding:3px 5px;
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

#PageComments_holder * {
	font-size:14px;	
}

#PageComments p {
	margin:0.5em 0;	
}

ul#PageComments {
	list-style-type:none !important;
	padding:0;
	margin:0;
}

#PageComments li {
	list-style-type:none !important;
	padding:5px 0;
	margin:0;
	border:0px solid #ccc;
	border-bottom-width:1px;
}

#PageComments .info li {
	border:0;
}