/* BEGIN SCOREBAR CSS */
.ScoreBar
{
	display:inline;
	vertical-align:middle;
	width:64px;
}

.ScoreBar table
{
	border-collapse: collapse;
	margin:0px;
	padding: 0px;
	display:inline;
}

td.ScoreBar_Positive
{
	background-image: url(/images/ContactNetwork/ScoreBar_Green.gif);
	background-position: left;
	background-repeat: no-repeat;
}

td.ScoreBar_Negative
{
	background-image: url(/images/ContactNetwork/ScoreBar_Gray.gif);
	background-position: right;
	background-repeat: no-repeat;
}


div.ScoreBar table, div.ScoreBar table tr,  div.ScoreBar table td
{
	height: 16px;
	border: none 0px black;
}

table div.ScoreBar table 
{
		width:100%;
}

table div.ScoreBar table tr
{
		width:64px;
}

/* END SCOREBAR CSS */
/* BEGIN SCOREBAR_small CSS */
.ScoreBar_small
{
	display:inline;
	vertical-align:middle;
	width:48px;
}

.ScoreBar_small table
{
	border-collapse: collapse;
	margin:0px;
	padding: 0px;
	display:inline;
}

td.ScoreBar_small_Positive
{
	background-image: url(/images/ContactNetwork/ScoreBar_Green_small.gif);
	background-position: left;
	background-repeat: no-repeat;
}

td.ScoreBar_small_Negative
{
	background-image: url(/images/ContactNetwork/ScoreBar_Gray_small.gif);
	background-position: right;
	background-repeat: no-repeat;
}


div.ScoreBar_small table, div.ScoreBar_small table tr,  div.ScoreBar_small table td
{
	height: 12px;
	border: none 0px black;
}

table div.ScoreBar_small table 
{
		width:100%;
}

table div.ScoreBar_small table tr
{
		width:48px;
}

/* END SCOREBAR_small CSS */
