﻿.newsContentEditor
{
	 background-color: #F3F2E7;
	 width: 100%;
	 font-family: Arial;
	 font-size: small;
	 border-style: double;
	 border-color: Gray;
}

.newsContentEditor td
{
	margin: 10px;
}

.editorAddItemCell
{
	text-align: right;
}

.editorDeleteItemCell
{
	text-align: right;
}

.editorTitleLabelCell
{
	width: 80px;
}

.titleTextBox
{
	width: 90%;
}

.urlTextBox
{
	width: 90%;
}

.editorDeleteItemCell
{
	 border-top: solid 1px Gray;
}

.startDatePicker
{
	 width: 100px;	
}

.endDatePicker
{
	 width: 100px;	
}