﻿.contactsContentEditor
{
	 background-color: #F3F2E7;
	 width: 100%;
	 font-family: Arial;
	 font-size: small;
	 border-style: double;
	 border-color: Gray;
}

.contactsContentEditor 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;	
}

.contactsList {list-style:none; font-size:12px;}
.contactsItem {list-style:none; margin: 0px 0px 18px 0px;}
.altContactsItem {list-style:none; margin: 0px 0px 18px 0px;}
.contactsItemTitle { margin: 0px 0px 15px 0px; color: #669900; font-weight: bold;}
.altContactsItemTitle { margin: 0px 0px 15px 0px; color: #669900; font-weight: bold;}
