﻿/* ================================================================ 
All Rights Reserverd with http://www.cybex.in 2009-10;    
Designed and Developed by SHASHANK SHEKHAR 
[s_sekh@rediffmail.com]
[s_sekh@hotmail.com]
=================================================================== */

/* MY STYLE DEFINITION GOES HERE */
 .TreeViewStyle
{
Width:100%;
font-weight:normal;
font-family:Trebuchet MS;
font-size:11px;
color:#585858;
text-decoration:none;
}

.Root_node_style, .Root_node_style A, .Root_node_style A:ACTIVE, .Root_node_style A:HOVER, .Root_node_style A:VISITED
{
font-weight:bold; color:#585858; font-size:13px; text-decoration:none;
}

.ParentNodeStyle, .ParentNodeStyle A,.ParentNodeStyle A:ACTIVE, .ParentNodeStyle A:HOVER, .ParentNodeStyle A:VISITED
{
font-size:12px;
text-decoration:none;
font-weight:bold;
color:#DC6F26;
padding:5px;
}

.Leaf_node_style, .Leaf_node_style A,.Leaf_node_style A:ACTIVE, .Leaf_node_style A:VISITED
{
color:#585858;
font-weight:normal;
font-size:11px;
text-decoration:none;
padding:5px;
}

.Leaf_node_style A:HOVER
{
color:Black; font-weight:bold;
}




