/*****************************************************************************************/

/*
	This style creates the center panel that is displayed when transaction
	data is viewed.
*/

.TransactionDetail
{
	/*font-size: small;*/
	padding: 10px;

	border-bottom: solid 2px #b2b2b2;
	border-left: solid 2px #b2b2b2;
    border-right: solid 2px #b2b2b2;
    
	height: 440px;
	overflow: auto;
}

@media print
{
	.TransactionDetail
	{
		height: auto;
		overflow: auto;
	    border: solid 0px #ffffff;	
	}
}

/*****************************************************************************************/

/*
	Tab styles
*/

.SelectedTab
{
	height: 24px; 
	background-color: #ffffff;
	
	background-image: url(../../Images/Tabs/TabSpacer11.gif); 
	background-repeat: repeat-x;	
}

.UnselectedTab
{
	height: 24px;
	background-color: #cccccc;

	background-image: url(../../Images/Tabs/TabSpacer12.gif); 
	background-repeat: repeat-x;	
}

.TabLink
{
	text-decoration: none;	
}

.TabImage
{
 	height: 24px; 
 	padding: 0px;
  vertical-align:bottom;
}

.NoTab
{
	height: 24px; 
	width: 365px;
	background-image: url(../../Images/Tabs/TabSpacer10.gif); 
	background-position: bottom; 
	background-repeat: repeat-x;
}

/*****************************************************************************************/

/* 
	Style wraps table that holds all the tabs in the transaction pane 
*/

.TabStrip
{
	
}

@media print
{
	.TabStrip
	{
		display: none;	
	}
}

/*****************************************************************************************/
