﻿/* Extended style for the form buttons. 
	Most of the style settings are in the button.skin file. */
.form_button
{
	background:#866027;
	border:1px solid #d6b66d;
	color:#e9dcb2;
	/*width:70px;*/
}

/* Extended style for the validation summaries. 
	Most of the style settings are in the validation.skin file */
.form_validation_summary
{
	padding-top: 5px;	
}

/* Style for the regular node of the RadTreeView on the content management page. 
	This seems to be the one that takes effect within Firefox.*/
.rtLI
{
	font-size: 10pt;
}

/* Style for the regular node of the RadTreeView on the content management page. */
.RadTreeViewNode
{
	font-size: 10pt;
}

/* Style for the selected node of the RadTreeView on the content management page. */
.RadTreeViewNodeSelected
{
	font-weight: bold;
	font-size: 10pt;
	padding: 5px;
	cursor:pointer;
}
