/*-------------------------
Plugin Settings
--------------------------*/
.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 select
{
	width: 170px;
}

.FeedwebSettingsContent td
{
	border: 1px solid #C0C0C0;
	border-bottom-style: none;
	overflow: hidden;
}

.FeedwebSettingsCommitButton td
{
	background-color: #E0E0FF;
	border: 1px solid #C0C0C0;
	border-top-style: none;
	padding: 8px 8px 8px 8px;
}

.FeedwebSettingsTable tr
{
	height: 32px;
}

.FeedwebSettingsTable td
{
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 2px;
	border-color: #C0C0C0;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
}

.DescriptionColumn
{
	vertical-align: middle;
}

.RadioDiv
{
	top: 4px;
	left: 0px;
	width: 100%;
	height: 24px;
	display: block;
	position: relative;
}

#WidgetTypeHTML5Radio,
#WidgetPlaceTopRadio
{
	position: absolute;
	left: 4px;
	top: 0px;
}

#WidgetTypeHTML5Label,
#WidgetPlaceTopLabel
{
	position: absolute;
	left: 20px;
	top: 0px;
}

#WidgetTypeFlashRadio,
#WidgetPlaceBottomRadio
{
	position: absolute;
	left: 94px;
	top: 0px;
}

#WidgetTypeFlashLabel,
#WidgetPlaceBottomLabel
{
	position: absolute;
	left: 110px;
	top: 0px;
}

#WidgetWidthEdit
{
	top: -4px; 
	width: 128px; 
	position: relative; 
	border-radius: 2px;
}

#ExternalBackgroundBox
{
	top: -2px; 
	width: 120px; 
	position: relative; 
	border-radius: 2px;
	border: 1px solid #D0D0D0; 
}

#ExternalBackgroundResetButton
{
	position: relative; 
	cursor: pointer;
	left: 16px;
	top: 6px;
}

#WidgetWidthResetButton
{
	position: relative; 
	cursor: pointer;
	left: 14px;
	top: 4px;
}

.DescriptionWarningText
{
	font-size: 8pt; 
	color: #ff0000;
}

#PurgeInactiveWidgetsButton
{
	background-color: #ff0000;
	border-radius: 12px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #ffffff;
	float: right;
}

#WidgetPreviewTitle
{
	font-weight: bold;
}


/*-------------------------
Widget Wizard
--------------------------*/
.WizardContentRow td
{
	height: 56px;
}

.WizardContentRow  #WidgetLanguageBox
{
	width: 310px; 
}

.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;
}

#SummaryTextRow td
{
	height: 80px;
}

#SummaryText
{
	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;
}
