﻿.PenaltyTab
{
	color: #FFFFFF;
	background-color: #41c4cc;
	background-image:url(images/tab/tab_penalty_bg.gif);
	font-size:11px;
	font-family: arial; 
	cursor:pointer;
	z-index:99;
	position:relative;
	font-weight: bold;
}

.PenaltySubTab
{
	color: #666666 ;
	background-color: white;
	background-image:url(images/subtab/tab_penalty_bg.gif);
	font-size:10px;
	font-family: arial; 
	cursor:pointer;
	z-index:99;	
	top: 1px;
	position:relative;
}

.PenaltyContentHeaderRow
{
	background-image: url(images/content/content_penalty_bg.gif); 
	background-color : #359ea4;
	height: 21px;
}

.PenaltyContentSeperatorCell
{
	background-image: url(images/content/content_penalty_right.gif);
	background-repeat: no-repeat;
	background-color : #359ea4;
	width: 2px;
	overflow: hidden;
}

.PenaltyContentCell
{
	padding: 3px;	
	border-right: solid 1px #359ea4;
	border-left: solid 1px #359ea4; 
	vertical-align: top;
	background-color: White;
}

.PenaltyContentFooter
{
	height: 5px; 
	border-top: solid 1px #359ea4;
	
}

