﻿/*===================
  NAVIGATIONAL PANEL
  ==================*/
 
#pnlTreeView
{
	font-size: medium;
	text-transform: capitalize;
	cursor: hand;
	color: #000099;
	border: #ffcc66 thin double;
	font-style: normal;
	font-family: 'Courier New', Sans-Serif;
	text-decoration: underline;
}

/*These styles will be applied while editing in Admin mode with HTML EDITOR 'Apply style selector'

Settings below are to be set in Public css mode and in control itself*/
  
.style1
{
	font-size: medium;
	color: gray;
	font-style: italic;
	font-family: 'Arial Black' , Arial;
	font-variant: small-caps;
}
.style2
{
	font-size: medium;
	color: #ff3333;
	font-style: italic;
	font-family: Verdana;
	background-color: #00cc33;
}

.style3
{
	font-size: large;
	text-transform: capitalize;
	font-family: Cursive;
	text-decoration: underline;
}
.RemoveStyle
{
	background-image: none;
	background-color:WindowText;	 
	azimuth:inherit; 
	border-style:none;
	 
	color:WindowText;
	cursor:default;
	font-style:normal; 
	font-weight:normal;
	font-family:"Trebuchet MS"; 	 
	font-size: 13px;
}

.dateBox{border:0;border-collapse:collapse;}

.iconLink{margin:10px 0px;padding:12px 0px 7px 45px;line-height:43px;background-position:left top;background-repeat:no-repeat }

