﻿.historyNavigationBG
{
	background-image:url("../Img/bgSearch.png");
	background-position:bottom;
	width:533px;
	height:76px;
	color:#727272;
	font-family:Trebuchet MS;
	font-size:14px;
	padding-top:2px;
	padding-left:16px;
	top:0px;
	position:relative;
	/*margin-left:auto; */
	/*margin-right:auto;*/
	/*border: solid 1px green;*/
}

.histroyElementsLayout, .historyElementsLayoutRight
{
	width:370px; 
	float:left;
}

.historyElementsLayoutRight
{
	float:right;
}

table.historyNavigation 
{
	margin-left:auto; 
	margin-right:auto;
}

table.historyNavigation .iconButton
{
	width:20px;
}

table.historyNavigation .info
{
	width:300px;
	padding:8px 10px 0px 10px;
}

.historyTable
{
	/*border: solid 1px red;*/
	table-layout:fixed;
	width:100%;
}

.historyTable .label
{
	color: #2665b0;
	width:100px;
	vertical-align:top;
}

.historyTable .itemTitle
{
	font-weight:bold;
}

.historyTable .description
{
	font-size:12px;
	font-style:italic;
}

.historyTable td
{
	
	 overflow:hidden;
	 text-overflow:ellipsis; /* IE, Safari */
	 -o-text-overflow:ellipsis; /* Opera */
}

.historyItemLabel
{
	color:#2665b0;
	margin-top:20px;
	margin-bottom:5px;
	font-size: 16px;
	font-weight:bold;
	/*text-align:center;*/
	
}

.changeHistoryGVTable
{
	table-layout:fixed;
}

.changeHistoryGVTable td
{
	 overflow:hidden;
	 text-overflow:ellipsis; /* IE, Safari */
	 -o-text-overflow:ellipsis; /* Opera */
}

.historyItemSeparator
{
	height:10px;
}
