﻿/* RootPanel Look */ 

.menuRootPanel 
{ 
/*background-color:#bccade; 
border:1px solid #032f5c; */
cursor:pointer; 
background-image:url(../images/topbg.gif);
} 

.DefRoot_ItemCSS 
{ 
height:27px; 
padding:1px; 
border-left: 1px dotted white;

} 

.ExpRoot_ItemCSS 
{ 
/*background-color:#93a2ba;*/
background-color:#458B00; 
height:27px; 
/*border:1px solid #4d6c8e; */
border: 1px solid white;
} 

.DefRoot_Img 
{ 
height:16px; 
width:16px; 
} 
.DefRoot_ImgCont 
{ 
height:16px; 
width:16px; 
padding :1px; 
} 

.DefRoot_Arr 
{ 
width:8px; 
height:8px; 
} 

.DefRoot_ArrCont 
{ 
width:8px; 
height:8px; 
padding:4px; 
} 

.DefRoot_TextCell 
{ 
height:14px; 
padding:2px; 
/*text-align:center;*/
} 

.DefChild_TextCont 
{ 
color:#032f5c; 
font-family:Arial, Helvetica, sans-serif; 
font-size:14px; 
text-align:left;
padding-left:9px; 
} 

.DefRoot_TextCont 
{ 
color:white; 
font-family:Arial, Helvetica, sans-serif; 
font-size:14px; 
font-weight:bold;
padding-left:4px;
} 

.ExpRoot_TextCont 
{ 
color:white; 
font-family:Arial, Helvetica, sans-serif; 
font-size:14px; 
font-weight:bold;
padding-left:4px; 
} 


/* Separator Look */ 
.menuSep .menuImgCont 
{ 
height:0px; 
line-height:0px; 
} 
.menuSep .menuImgCell 
{ 
height:0px; 
line-height:0px; 
} 
.menuSep .menuImg 
{ 
height: 0px; 

width:24px; 
} 

.menuSep .menuSepImg 
{ 
line-height: 0px; 
font-size:0px; 
border-top:1px solid #032f5c; 
} 

/* SubPanel Look*/ 

.menuSubPanel 
{ 
/*background-image:url('../images/MenuPanelbg.gif'); */
    background-color:#BCEE68;
    border:1px solid #032f5c; 
    cursor:pointer; 
} 

.ExpChild_ItemCSS 
{ 
/*background-color:#e1e7f6;*/
background-color:#458B00; 
height:27px; 
} 

.ExpChild_TextCont 
{ 
color:white; 
font-family:Arial, Helvetica, sans-serif; 
font-size:14px; 
padding-left:9px; 
font-weight:bold;
text-align:left;
} 




