.FeedwebPostDataTable 
{
	border-collapse: collapse;
	border-style: none;
}

.FeedwebPostDataTable tbody 
{
	border-top: 0px; 
	border-left: 0px; 
	border-style: none;
}

.FeedwebPostDataTable tbody tr 
{
	border-top: 0px; 
	border-left: 0px; 
	border-style: none;
}

.FeedwebPostDataTable tbody tr td 
{
	vertical-align: middle;
	text-align: center;
	border-bottom-style: none; 
	border-top-style: solid; 
	padding: 0 0 0 0;
}

.FeedwebSettingsTab
{
	width: 270px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	
    border: 1px solid #C0C0C0;
	border-bottom-style: none;
    
	display: block;
    float: left;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 6px 8px;
    text-decoration: none;	
}

.FeedwebSettingsContent td
{
	border: 1px solid #C0C0C0;
	border-bottom-style: none;
}

.FeedwebSettingsCommitButton td
{
	background-color: #E0E0FF;
	border: 1px solid #C0C0C0;
	border-top-style: none;
	padding: 8px 8px 8px 8px;
}

.FeedwebSettingsTable tr
{
	height: 32px;
}

.FeedwebSettingsTable td
{
	border-color: #C0C0C0;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#PurgeInactiveWidgetsButton
{
	background-color: #ff0000;
	border-radius: 12px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #ffffff;
	float: right;
}

#WidgetTypeFlashRadio
{
	margin-bottom: 10px;
}



/*-------------------------
Widget Wizard
--------------------------*/
.WizardContentRow td
{
	height: 56px;
}

.WizardButtonRow td
{
	padding-top: 24px;
}

#PublishWidgetDiv
{
	position: relative;
	display: block;
	height: 56px;
	width: 100%;
}

#PublishWidgetCheckBox
{
	position: absolute;
	left: 5px;
	top: 5px;
}

#PublishWidgetLabel
{
	position: absolute;
	font-weight: bold;
	left: 25px;
	top: 5px;
}

#TermsOfServiceDisclaimer
{
	position: absolute;
	font-size: 8pt;
	display: none;
	left: 25px;
	top: 30px;
}

#TermsOfServiceDiv
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
}

#TermsOfServiceTitle
{
	position: absolute;
	font-weight: bold;
	left: 18px;
	top: 15px;
}

#TermsOfServiceText
{
	top: 40px;
	left: 18px;
	width: 670px;
	resize: none;
	height: 280px;
	position: absolute;
}

#TermsOfServiceCloseButton
{
	right: 15px;
	bottom: 10px;
	width: 150px;
	height: 30px;
	position: absolute;
}

#SubTitleTextRow td
{
	height: 80px;
}

#SubTitleText
{
	resize: none;
	height: 50px;
	width:100%;
}

#TopicRow td
{
	height: 55px;
}

#AdContentRow td
{
	height: 50px;
	padding-top: 15px;
}

#AdContentCheckBox
{
	margin-left: 5px;
}

#AdContentLabel
{
	font-weight: bold;
	padding-left: 5px;
}

#CensorshipRow td
{
	height: 60px;
	overflow: hidden;
}

#CensorshipBox
{
	width: 150px;
}

.CensorshipText
{
	font-style: italic;	
	margin-left: 170px;
	margin-top: -25px;
	display: none;
	width: 450px;
	height: 40px;
}