﻿/* Grouping */
.HistoryCategoryName
{
	font-family: Verdana;
	font-size: 26px;
	font-weight: bold;
	padding-top: 15px;
	color: #000088;	
}


.History
{
	display: block;
	padding: 0px 0px 0px 5px;
	margin: 3px 0px 3px 0px;
	border: solid 1px #888888;
	background-color: #f4f4f4;
}

.HistorySummaring
{
	text-align: left;
	padding: 3px;
	float: left;
}

.HistoryYears
{
	float: left;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	width: 90px;
	color: #000000;
}

.HistoryTitle
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 3px 3px 13px;
	color: #dd0000;
	text-decoration: underline;
	background-image: url(../images/modely/modelitem.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.HistoryDesc
{
	font-weight: bold;
	padding: 0px;
	margin-left: 20px;
	display: block;
}


.HistoryFormTitle
{
	width: 600px;
}

.HistoryFormDesc
{
	width: 600px;
	height: 50px;
}

.HistoryFormYears
{
	float: right;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.HistoryFormYear
{
	width: 50px;
}


.HistoryDetailOwner
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.HistoryNavigation
{
	font-weight: bold;
	color: #666666;
	/*border-top: solid 1px #cccccc;
	padding-top: 2px;	*/
}

.HistoryNavigation a
{
	color: #cc0000;
	text-decoration: underline;	
}

