﻿.HistoryTab
{
	color: #FFFFFF;
	background-color: #51baa0;
	background-image:url(images/tab/tab_history_bg.gif);
	font-size:11px;
	font-family: arial; 
	cursor:pointer;
	z-index:99;
	position:relative;
	font-weight: bold;
}

.HistorySubTab
{
	color: #666666 ;
	background-color: white;
	background-image:url(images/subtab/tab_history_bg.gif);
	font-size:10px;
	font-family: arial; 
	cursor:pointer;
	z-index:99;	
	top: 1px;
	position:relative;
}


.HistoryContentHeaderRow
{
	background-image: url(images/content/content_history_bg.gif); 
	background-color : #3f917d;
	height: 21px;
}

.HistoryContentSeperatorCell
{
	background-image: url(images/content/content_history_right.gif);
	background-repeat: no-repeat;
	background-color : #3f917d;
	width: 2px;
	overflow: hidden;
}

.HistoryContentCell
{
	padding: 3px;	
	border-right: solid 1px #3f917d;
	border-left: solid 1px #3f917d; 
	vertical-align: top;
	background-color: White;
}

.HistoryContentFooter
{
	height: 5px; 
	border-top: solid 1px #3f917d;
	
}

