/* Описывает оформление view журналов */
body {background-color: #f9f9f9;}
h3
{
	text-align: center;
}
p.error{
	color: red;
}
div.number
{
	background-color:#DDDDDD;
	text-align:center;
	font-weight:bold;
	
	
}
div.year
{
        width: 55px;
	background-color:#003365;
	color:white;
	font-weight:bold;
	text-align:center;
}

tr.gray_row
{
	background-color:#e6e6e6;
	border:1px solid black;
}

table.articles
{
	border:1px solid black;
	border-collapse: separate;
	empty-cells: show;
}
table.articles td.title
{
	width:20%;
	border:1px solid black;
	font-weight: bold;
	vertical-align:top;
}
table.articles td.value
{
	width:80%;
	border:1px solid black;
}
table.articles td.cat
{
	border:1px solid black;
	font-weight: bold;
	text-align:center;
	background-color:#cccccc;
}
div.front_page
{
	text-align:center;
	margin: 6px;	
}