﻿
.ABItemSubItems
{
	margin: 10px 10px 30px 10px;
}

.ABItemSubItems table
{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: collapse;
}

.ABItemSubItems table th, .ABItemSubItems table td
{
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #ccc;
	vertical-align: top;
}

.ABItemSubItems table tr.IndentationSubItem td
{
	padding: 10px;
}

.ABItemSubItems h2.TableHeader
{
	margin: 10px 0px;
}


.ABItemSubItems .SubItem
{
}

.ABItemSubItems .Status
{
	margin: 4px 3px;
}

.ABItemSubItems .NoSubItems
{
	text-align: center;
}

.ABItemSubItems ul
{
	/*border: 1px solid #cccccc;*/
	border-radius: 5px;
	border-bottom: none;
	margin: 15px;
}

	.ABItemSubItems ul li
	{
		/*border-bottom: 1px solid #cccccc;*/
		padding: 5px;
		font-size: 14px;
	}

		.ABItemSubItems ul li:last-child
		{
			border-radius: 5px;
		}

		.ABItemSubItems ul li a
		{
			display: block;
			font-size: 16px;
			font-weight: bold;
		}

			.ABItemSubItems ul li a h2
			{
				margin: 5px 15px;
			}

		.ABItemSubItems ul li p
		{
			margin: 0px 11px;
		}
    .ABItemSubItems table td 
    {
        overflow: hidden;
        text-overflow: ellipsis;
    }
