html, body {
	background: #EBF6FF;
	font-size: 12px;
	font-family: Arial, Verdana;

}

.row-line td {
	border-top: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(0, 96, 143);
}

.forum-post-odd-top {
	background: url(/repository/layout/support/post-odd-top.png);
}

.forum-post-odd-bottom {
	background: url(/repository/layout/support/post-odd-bottom.png);
}

.forum-post-odd-body {
	background: #E1EBF2;
}

.forum-post-even-top {
	background: url(/repository/layout/support/post-even-top.png);
}

.forum-post-even-bottom {
	background: url(/repository/layout/support/post-even-bottom.png);
}

.forum-post-even-body {
	background: #ECF3F7;
}

.forum-post-attachment {
	background: #FFFFFF;
	background-image: url(/repository/layout/support/attachment.png);
	background-repeat: no-repeat;
	border: 1px solid #C9D2D8;
	margin-left: 20px;
	margin-top: 10px;
	padding: 5px 5px 5px 32px;
}

h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 8px;
    color: #5E6FB8;
}

h1 {
    padding-bottom: 6px;
    border-bottom: 1px dashed #C2C2C2;
    font-size: 22px;
}    

h2 {
    font-size: 17px;
}

h3 {
    font-size: 15px;
}

pre {
	border: 1px solid #C9D2D8;
	background: #FFFFFF;
	padding: 8px;
	max-height: 200px;
	overflow: auto;
	margin-left: 10px;
}


blockquote {
	background: #EBEADD;
	background-image: url(/repository/layout/support/blockquote.png);
	background-repeat: no-repeat;
	border: 1px solid #DBDBCE;
	padding: 8px 8px 8px 30px;
	margin-left: 0px !important;
}

.forum-author-lvEnterprise {
	color: #3D5289;
	font-weight: bold;
}

.forum-author-lvProfessional {
	color: #105F12;
	font-weight: bold;
}

.forum-author-lvSingleDeveloper {
	color: #8F6226;
	font-weight: bold;
}

.forum-author-trial {
	color: #8888AA;
	font-weight: bold;
}

.forum-author-support {
	color: #AA0000;
	font-weight: bold;
}

a.forum-new-topic {
	display: block;
	width: 96px;
	height: 25px;
	background-image: url(/repository/layout/support/button_topic_new.gif);
	background-position: top left;
	font-size: 1px;
	text-decoration: none;
}

a.forum-new-topic:hover {
	background-position: bottom left;
}

a.forum-reply-topic {
	display: block;
	width: 96px;
	height: 25px;
	background-image: url(/repository/layout/support/button_topic_reply.gif);
	background-position: top left;
	font-size: 1px;
	text-decoration: none;
}

a.forum-reply-topic:hover {
	background-position: bottom left;
}

a.forum-edit-post {
	display: block;
	width: 60px;
	height: 20px;
	background-image: url(/repository/layout/support/icon_post_edit.gif);
	background-position: top left;
	font-size: 1px;
	text-decoration: none;
}

a.forum-edit-post:hover {
	background-position: bottom left;
}

a.forum-quote-post {
	display: block;
	width: 60px;
	height: 20px;
	background-image: url(/repository/layout/support/icon_post_quote.gif);
	background-position: top left;
	font-size: 1px;
	text-decoration: none;
}

a.forum-quote-post:hover {
	background-position: bottom left;
}

a.forum-delete-post {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/repository/layout/support/icon_post_delete.gif);
	background-position: top left;
	font-size: 1px;
	text-decoration: none;
}

a.forum-delete-post:hover {
	background-position: bottom left;
}

a {
    color: #1A359F;
    text-decoration: underline;
}
