﻿/*-------------------------
 - HOLE BY HOLE NAVIGATION
 --------------------------*/

.hole-table 
{
	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
	border-collapse: collapse;
	background-color: white;
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:8pt; 
	color:#666666;
	width: 151px;
	margin: 0 auto;

}

t.hole-table th 
{
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #dfdfdf;
	background-color: white;
}

.hole-table td 
{
	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
	background-color: white;
	text-align:center;
	padding: 4px;
	background-image:url('/Style Library/HIE/Images/Webparts/hbh_standard.jpg');
	background-repeat:repeat-x;
	background-position: center bottom;
}

.hole-table td.hole-table-rollover 
{
	text-align:center;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
	background-color: white;
	background-image:url('/Style Library/HIE/Images/Webparts/hbh_over.jpg');
	background-repeat:repeat-x;
	background-position: center bottom;
	width: 24px;
	height: 24px;
	padding: 0px;
}

.hole-table td.hole-table-inactive a
{
	display: block;
	width: 24px;
	line-height: 24px;	

}

.hole-table td.hole-table-inactive a:hover
{
	background-image:url('/Style Library/HIE/Images/Webparts/hbh_inactive_hover.jpg');
	background-repeat:no-repeat;

}

.hole-table td.hole-table-inactive
{
	width: 24px;
	height: 24px;
	padding: 0px;
}

.hole-table td.hole-table-inactive:hover
{
	background-image:url('/Style Library/HIE/Images/Webparts/hbh_inactive_hover.jpg');
	background-repeat:no-repeat;
}

.hole-table a, .hole-table a:link, .hole-table a:visited 
{
	color: #999999;
	text-decoration:none;
}

.hole-table td.hole-table-rollover a, 
.hole-table td.hole-table-rollover a:link, 
.hole-table td.hole-table-rollover a:visited 
{
	color: #ffffff;
}

.holedetails h4 
{
	text-align:right;
	font-size:large;
	font-weight:normal;
	margin-top: 15px;
}

/*-------------------------
 - END OF HOLE BY HOLE NAVIGATION
 --------------------------*/