﻿div.crumb_container
{
	width: 650px;
	max-width: 700px;
}
table.crumb_container td
{
	margin: 2px 5px 2px 5px;
}
td.leftend_off
{
	background-image: url('../../Content/Images/crumb/left_corner_off.gif');
	width: 10px;
	height: 25px;
	background-position: top;
	background-repeat: no-repeat;
}
td.leftend_on
{
	background-image: url('../../Content/Images/crumb/left_corner_on.gif');
	width: 10px;
	height: 25px;
	background-position: top;
	background-repeat: no-repeat;
}
td.rightend_off
{
	background-image: url('../../Content/Images/crumb/right_corner_off.gif');
	width: 10px;
	height: 25px;
	background-position: top;
	background-repeat: no-repeat;
}
td.rightend_on
{
	background-image: url('../../Content/Images/crumb/right_corner_on.gif');
	width: 10px;
	height: 25px;
	background-position: top;
	background-repeat: no-repeat;
}
td.rightend_next
{
	background-image: url('../../Content/Images/crumb/right_corner_next.gif');
	width: 15px;
	height: 25px;
	background-position: top;
	background-repeat: no-repeat;
}
td.center_on
{
	background-image: url('../../Content/Images/crumb/slice_on.gif');
	background-position: top;
	background-repeat: repeat-x;
	height: 25px;
	padding: 0px 8px 8px 8px;
	white-space: nowrap;
}
td.center_off
{
	background-image: url('../../Content/Images/crumb/slice_off.gif');
	background-position: top;
	background-repeat: repeat-x;
	height: 25px;
	padding: 0px 8px 8px 8px;
	white-space: nowrap;
}
td.center_on a
{
	color: #d5e04d;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
td.center_on a:hover
{
	text-decoration: underline;
}
td.center_off a
{
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}
td.center_off a:hover
{
	text-decoration: underline;
}
td.divider_off
{
	background-image: url('../../Content/Images/crumb/divider_off.gif');
	width: 15px;
	height: 25px;
	background-position: top;
	background-repeat: no-repeat;
}
td.divider_left_on
{
	background-image: url('../../Content/Images/crumb/divider_left_on.gif');
	width: 15px;
	height: 25px;
	background-position: top;
	background-repeat: no-repeat;
}
td.divider_right_on
{
	background-image: url('../../Content/Images/crumb/divider_right_on.gif');
	width: 15px;
	height: 25px;
	background-position: top;
	background-repeat: no-repeat;
}

/*****************************/

td.callout_link_center
{
	background-image: url('../../Content/Images/crumb/slice_off.gif');
	background-position: top;
	background-repeat: repeat-x;
	height: 25px;
	padding: 0px 8px 6px 8px;
	white-space: nowrap;
}
td.callout_link_center a
{
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
td.callout_link_center a:hover
{
	text-decoration: underline;
}
