@CHARSET "UTF-8";
/* content part specific styling, common elements */

.content {
	margin: 2px 5px 2px 5px;
	padding: 5px;
}

/* inputs */
.content input.button,
.dialog input.button{
	background-color:#F1F0F0;
	border-color:#86AC4A rgb(134, 172, 74) rgb(51, 102, 51) rgb(102, 153, 102);
	border-style:solid;
	border-width:1px;
	color:#444242;
	font-family:Tahoma,"Trebuchet MS",Arial;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
}

.content input.button_disabled,
.dialog input.button_disabled{
	background-color:#EBEBE4;
}

.content input.button:hover,
.dialog input.button:hover{
	border-color:#86AC4A rgb(134, 172, 74) rgb(51, 102, 51) rgb(102, 153, 102);
	color:#648C1A;
	font-family:Tahoma,"Trebuchet MS",Arial;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
}

.content input.btnCancel,
.dialog input.btnCancel{
	background-color:#F1F0F0;
	border-color:#EB4C30 rgb(235, 76, 48) rgb(166, 31, 7) rgb(166, 31, 7);
	border-style:solid;
	border-width:1px;
	color:#444242;
	font-family:Tahoma,"Trebuchet MS",Arial;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
}

.content input.btnCancel:hover,
.dialog input.btnCancel:hover{
	border-color:#EB4C30 rgb(235, 76, 48) rgb(166, 31, 7) rgb(166, 31, 7);
	color:#648C1A;
	font-family:Tahoma,"Trebuchet MS",Arial;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
}

.content .textbox,
.dialog .textbox{
	border:1px solid #86AC4A;
	width: 99%;
	background-color:#ffffff;
}

.content .textbox_read_only,
.dialog .textbox_read_only{
	border:1px solid #86AC4A;
	color: #444242;
	width: 100%;
	background-color:#EBEBE4;
}

.content .listbox,
.dialog .listbox,
.content select,
.dialog select{
	border:1px solid #86AC4A;
	background-color:#ffffff;
}

.content .listboxtree,
.dialog .listboxtree{
	border:1px solid #86AC4A;
	background-color:#ffffff;
}



.content .imageLinkButton,
.dialog .imageLinkButton{
	background-color: #E7E7E4;
	font-weight: normal;

	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;

	border:1px solid #DFE0DE;
	white-space: nowrap;
}

.content .imageLinkButton img,
.dialog .imageLinkButton img{
	vertical-align: middle;
	display: inline;
}

.content hr{
	height: 1px;
	border-style: none;
	background-color: black;
}

.content .instructions,
.dialog .instructions{
	font-weight: lighter;
	color: GrayText;
	font-style: italic;
	margin-left: 4px;
}

fieldset {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 4px;
}

legend {
	color: black;
	margin-bottom: 12px;
	font-weight: bold;
}

div.cloneButton{
	float: right;
	display: inline;
}

.content .tinyMCE{
	width: 100%;
	height: 400px;
}

