﻿/* Extended style for the form buttons. 
	Most of the style settings are in the button.skin file. */
.form_button
{
	background: url(images/button.gif) repeat-x;	
	padding: 2px;
}

/* Extended style for the validation summaries. 
	Most of the style settings are in the validation.skin file */
.form_validation_summary
{
    padding-bottom:3px;
}

/* Style for the selected node of the RadTreeView on the content management page. */
.RadTreeViewNodeSelected
{
	background-color:#e2dada;
	color: black;
	font-weight: bold;
	font-size: Small;
	padding: 5px;
	cursor:pointer;
}