body
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #0d151b;
}
/*** links ***/
a {
	color: #333;
	font-weight: normal;
}
a:hover {
	color: #666;
}
a.img, a.img:hover {
	border-bottom: none !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	color: #0d151b;
	margin: 10px;
}
th
{
	color: #da0000;
	font-weight: bold;
	padding: 3px 5px;
}
td
{
	padding: 3px 5px;
}
img, abbr {
	border: 0;
}

ul {
	margin: 10px 0px;
	list-style: disc;
	padding-right: 40px;
}
ul ul
{
	margin: 3px 0 3px 20px;
}
ol
{
	margin: 10px 0;
}

img {
	
	border: none;
}
/*** headings ***/
h1, h2, h3, h4 {
	
}
h1
{
	color: #da0000;
	font-size: 16px;
	line-height: 20px;
	font-weight: bolder;
	display: block;
	margin: 9px 0px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #cccccc;
}
h2
{
	font-size: 14px;
	font-weight: bolder;
}
h3
{
	font-size: 13px;
	font-weight: bolder;
}
p
{
	margin: 10px 0px;
}
/*** other marks ***/
cite
{
	padding-left:25px;
	border-right: 1px solid #8d8d8d;
	font-style: italic;
	display:block;
	background: url('./img/quote.png') no-repeat left top;
}
code
{
	font-family: monospace;
	border: 1px solid #8d8d8d;
	background: #e8f7dc;
	display:block;
	padding: 0 5px;
	white-space: nowrap;
	overflow: scroll;
}
abbr
{
	border-bottom: 1px dashed #8d8d8d;
	cursor:help;
}
samp
{
	background: #e8f7dc;
}
/*** cms styles ***/
.annotation
{
	padding: 1px 15px 0 15px;
	border-bottom: 1px solid #8d8d8d;
	font-style:italic;
	font-size:0.9em;
	background: #e8f7dc;
	margin-top: 20px;
}
.list_autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	background: #e8f7dc;
	margin-top: -1em;
	padding: 0 5px;
}
.annotation_list
{
	margin-top:-1em;
}
.autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	background: #e8f7dc;
	padding: 3px 15px;
}
.autor span, .list_autor span
{
	float: right;
}
.listing
{
	font-size: 0.8em;
}

/*** image styles ***/
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
img.right
{
	float: right;
	margin: 0 0 10px 10px;
}
hr
{
	width: 450px;
	clear: both;
	margin: 0;
	border: none;
	height: 1px;
	background-color: #ccc;
}
img 
{
	border:none;
}
/*** paragraph styles ***/
p.left
{
	text-align:left;
}
p.center
{
	text-align:center;
}
p.right
{
	text-align:right;
}
/*** messages styles ***/
ul#message, ul#warning
{
	margin: 10px 0 10px 0px;
	float: right;
	width: 430px;
}
ul#message li, ul#warning li
{
	list-style:none;
	padding-left:25px;
	margin: 3px 0;
}
ul#message li
{
	background: url('./img/icons/tick.png') no-repeat left center;
}
ul#warning li
{
	background: url('./img/icons/cross.png') no-repeat left center;
}
/*** colors ***/
p.cervene {
	color: #da0000;
}

.cervene a:link, .cervene a:visited {
	color: #da0000;
	font-weight: bold;
	text-decoration: none;
}

.cervene a:hover, .cervene a:active {
	color: #da0000;
	font-weight: bold;
	text-decoration: underline;
}
