html, body {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #323B42;
    background: #FFFFFF;
    background-image: url(/repository/layout/background.png);
    background-repeat: repeat-x;
    height: 100%;
}

td {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #323B42;
    line-height: 150%;
}

a {
    text-decoration: underline;
    color: #009EFF;
}

a:hover 
{ 
    color: #DB9500;
}

h1, h2, h3, h4, h5, h6 {
    color: #0466A7;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 a {
    text-decoration: none;
}

h2 a {
    text-decoration: none;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 13px;
}

h3 {
    font-size: 11px;
}


ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/sipka.png);
    background-repeat: no-repeat;
    background-position: 0 .6em;
    padding-left: 20px;
    margin-bottom: 4px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px double rgb(236, 242, 246); 
    margin: 5px; 
}

a.medicalServicesLetter {
	width: 23px;
	height: 23px;
	background: url(/repository/layout/cislo.png);
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}

a.medicalServicesLetter:hover {
	background: url(/repository/layout/cislo_hover.png);
}

a.letter, a.letterActive {
	width: 19px;
	height: 19px;
	background: url(/repository/layout/cislo.png);
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-right: 1px;

}

a.letter:hover, a.letterActive {
	background: url(/repository/layout/cislo_hover.png);
}

a.calendarDay {
	width: 21px;
	height: 20px;
	background: url(/repository/layout/cislo.png);
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 2px;

}

a.calendarDayActive {
	width: 21px;
	height: 20px;
	background: url(/repository/layout/cislo_hover.png);
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 2px;

}

a.calendarDayGray {
	width: 21px;
	height: 20px;
	background: url(/repository/layout/cislo_gray.png);
	text-align: center;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 2px;

}

a.calendarDayToday {
	width: 21px;
	height: 20px;
	background: url(/repository/layout/cislo_border.png);
	padding-top: 2px;
	padding-right: 2px;
}

.marquee a {
	color: #FFFFFF;
}




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 #DBDBCE;
	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-forum {
	color: #AA0000;
	font-weight: bold;
}

a.forum-new-topic {
	display: block;
	width: 96px;
	height: 25px;
	background-image: url(/repository/layout/forum/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/forum/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/forum/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/forum/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/forum/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;
}

.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: #E1EBF2;
}

.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: #ECF3F7;
}

.row-line td {
	border-top: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(0, 96, 143);
}

.selectedTreeRow {
	font-weight: bold;
}

