.NewTable
{
	width			: 630px;
	margin			: auto;
	margin-top		: 5px;
	border-right	: 1px solid black;
}

.NewTable th
{
	text-align			: center;
	border-bottom		: 1px solid black;
	background-color	: #AAAAAA;
	color				: #FFFFFF;
	border-left			: 1px solid black;
	border-top			: 1px solid black;
}

.NewTable td
{
	text-align			: center;
	border-left			: 1px solid black;
	padding				: 0px 5px;
}

.NewTable td input
{
	width				: 100%;
}

.NewTable .BottomRow
{
	border-bottom	: 1px solid black;
	border-left		: 1px solid black;
	border-top		: 1px solid black;
	font-size		: 18pt;
	padding			: 5px;
}

.NewTable .TopRow
{
	padding			: 5px;
	border-top		: 1px solid black;
	font-size		: 15pt;
	text-align		: left;
	margin-left		: 20px;
}


	.BBAdmin .CHead
	{
		background-color	: #ece9d8;
		font-size			: 14pt;
		border-bottom		: 1px solid #aaaaaa;
		border-top			: 1px solid #aaaaaa;
		margin				: 5px 0px;
	}
	
	.BBAdmin .CBody
	{
		padding				: 5px;
		margin-bottom		: 15px;
	}

	.BBAdmin
	{
		width 				: 955px; 
		margin 				: auto;
		margin-top			: 20px;
		border				: 1px solid black;
		border-bottom		: none;
		border-right		: none;
	}
	
	.BBAdmin table .NameHead
	{
		width				: 150px;
	}
	
	.BBAdmin table .DateHead
	{
		width				: 150px;
		border-right		: 1px solid #1f679a;
	}
	
	.BBAdmin table .DescHead
	{
		width				: 600px;
	}
	
	.BBAdmin table th
	{
		text-align			: left;
		border-bottom		: 1px solid black;
		font-size			: 16pt;
		color				: #1f679a;
	}
	
	.BBAdmin table .TopRow th
	{
		background-color	: #eeeeee;
		font-size			: 12pt;
		font-weight			: normal;
		border-right		: 1px solid #1f679a;
	}

	.BBAdmin table .NoItemsRow
	{
		text-align			: center;
		color				: white;
		background-color	: #aaaaaa;
	}
	
	.BBAdmin table td
	{
		border-bottom		: 1px solid #aaaaaa;
		border-right		: 1px solid #1f679a;
		cursor				: pointer;
	}
	

	#AddNewBBItemRow td
	{
		padding				: 10px;
		border-bottom		: 1px solid black;
	}
	
	#AddNewBBItemRow
	{
		display				: none;
	}
	

























