﻿.OptionTitle {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	}
	.OptionTitle.Top {
		margin-top: 20px;
		}
	
.OptionWithButtonTitle {
	overflow: hidden;
	height: 1%;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	.OptionWithButtonTitle .PlusMinusButton {
		background-image: url(../Images/Admin/plusminus-bg.png);
		background-repeat: no-repeat;
		background-position: center 0px;
		cursor: pointer;
		float: left;
		height: 20px;
		width: 21px;
		}
	.OptionWithButtonTitle .PlusMinusButton.Newsletters {
		background-position: center -20px;
		}
		.OptionWithButtonTitle .PlusMinusButton:hover {
			/*background-position: center 0px;*/
			}
	.OptionWithButtonTitle .OptionText {
		float: left;
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
		padding-left: 5px;
		}
		
.OptionInput {
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
	}
	.OptionInput input {
		border: 1px solid #7f7f7f;
		background-image: url(../Images/Admin/input-bg.png);
		background-repeat: repeat-x;
		width: 99%;
		}
	.OptionInput textarea {
		border: 1px solid #7f7f7f;
		background-image: url(../Images/Admin/input-bg.png);
		background-repeat: repeat-x;
		width: 99%;
		}
	.OptionInput.auto input {
		width: auto;
		}
	.OptionInput.center {
		text-align: center;
		}
		
.OptionSmall {
	float: left;
	width: 190px;
	}
	.OptionSmall.Right {
		margin-left: 18px;
		}

.m5px {
	background-image: none;
	}		
	
.CollapsableForm {
	border: 1px solid #7f7f7f; 
	background-color: #ebebeb; 
	display: none;
	margin-top: 5px;
	}
	.CollapsableForm.Newsletters {
		border: 0px; 
		background-color: white; 
		display: block;
		}
	.CollapsableForm table {
		background-color: #ebebeb;
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		}
		.CollapsableForm table td {
			/*background-image: none;*/
			}
			.CollapsableForm table td input {
				border: 1px solid #7f7f7f;
				background-image: url(../Images/Admin/input-bg.png);
				background-repeat: repeat-x;
				width: 120px;
				}
			.CollapsableForm table td.auto input {
				width: auto;
				}
			.CollapsableForm table td.per input {
				width: 90%;
				}
			.CollapsableForm table td a.dp-choose-date {
				display: none;
				}
	.CollapsableForm.Newsletters table{
		background-color: White;
		margin: 0 auto;
		}
.nobold img {margin: 0 4px;}
.CollapsableForm table td input[type="checkbox"] {width: 12px;}
.m5px {margin: 5px;}
.mr0 {margin-right: 0px;}
.OptionInput label {font-weight: normal;}
.nobold {font-weight: normal;}
.OptionWithButtonTitle>.OptionTitle {margin-top:0px;}
.l_col {
	width: 150px; 
	float: left;
}
.r_col {
	margin-left: 155px;
}
.r_col input {
	background-image:url(../Images/Admin/input-bg.png);
	background-repeat:repeat-x;
	border:1px solid #7F7F7F;
	width:99%;
}
.r_col textarea {
	border:1px solid #7F7F7F;
	width:99%;
	resize: none;
}
.w220px {
	width: 220px;	
}
.box_img_mini {
	width: 220px; 
	height: 150px; 
	border: 1px solid #7F7F7F;	
}


