html, body {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
    color: #443125;
    background: #FFFFFF;
    background-image: url(/repository/layout/background.png);
    background-repeat: repeat-x;
    height: 100%;
    line-height: 180%;
}

td {
    font-size: 12px;
    font-family: Arial, Verdana;
    color: #443125;
    line-height: 180%;
}

a {
    text-decoration: underline;
    font-weight: bold;
    color: #DD7200;
}

a:hover 
{ 
    color: #62AB3A;
    font-weight: bold;
}

.mapa a {
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

.mapa a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #FFFFFF;
}

.hledat {
    color: #443125;
    font-size: 12px;
    background-image: url(/repository/layout/xxx.png);
    background-repeat: repeat-x;
    height: 18px;
    width: 130px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #B5A596;
    border-left: 1px solid #B5A596;
}

.row-line td {
	border-top: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(101,65,41);
}

.forum-post-odd-top {
	background: url(/repository/layout/forum/post-odd-top.png);
}

.forum-post-odd-bottom {
	background: url(/repository/layout/forum/post-odd-bottom.png);
}

.forum-post-odd-body {
	background: #dccfb5;
}

.forum-post-even-top {
	background: url(/repository/layout/forum/post-even-top.png);
}

.forum-post-even-bottom {
	background: url(/repository/layout/forum/post-even-bottom.png);
}

.forum-post-even-body {
	background: #EFEBDB;
}

h1 a {
    text-decoration: none;
    border-bottom: 1px dashed #D1AF70;
    padding-bottom: 6px;
}

h2 a {
    text-decoration: none;
}

h1 {
    font-size: 22px;
    font-weight: normal;
    color: #FBAE06;
    margin-bottom: 25px;
    margin-top: 0px;

}

h2 {
    font-size: 12px;
}

h3 {
    font-size: 12px;
}

h4 {
    font-size: 16px;
}

pre {
	border: 1px solid #C9D2D8;
	background: #FFFFFF;
	padding: 8px;
	max-height: 200px;
	overflow: auto;
}


blockquote {
	background: #EBEADD;
	background-image: url(/repository/layout/forum/blockquote.png);
	background-repeat: no-repeat;
	border: 1px solid #654129;
	padding: 8px 8px 8px 30px;
}

.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/forum/button_topic_new.png);
	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/forum/button_topic_reply.png);
	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/forum/icon_post_edit.png);
	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/forum/icon_post_quote.png);
	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/forum/icon_post_delete.png);
	background-position: top left;
	font-size: 1px;
	text-decoration: none;
}

a.forum-delete-post:hover {
	background-position: bottom left;
}

.forum-author-user {
	color: #443125;
}

.forum-author-admin {
	color: #4DD006;
}

.forum-author-developer {
	color: #A00A00;
}

.header {
	background-image: url(/repository/layout/zvirata/header.png);
	height: 223px;
	background-repeat: no-repeat;
}
