﻿div.Success_Stylesheet {
	width: 210px; /*  this  is  used  for  the  child  rec boxes */
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	 /*border:1px solid red;*/
background: url(title.gif) repeat-x; /* this  image  is  used  for  the  first div (parentrecord) */
	color: #fff;
}
div.Success_Stylesheet div 
{
	background: url(toptitle.gif) no-repeat;
	/*background: url(title.gif) repeat-x;/* this  is  used  for  the  child  div  background*/
	overflow: hidden;
	border:1px solid #96C8E9;

}
div.Success_Stylesheet div:first-child {
	background: url(toptitle.gif) no-repeat;
	
	/*background :url(bottom.gif) 5px bottom ;*/
	
	 /*border:1px solid red;*/

	/*width: 210px;  /* inserted  by  me  this  is  used  for  the root rec box*/
}
div.Success_Stylesheet div.collapsed {
	height: 25px;
	 /*border:1px solid red;*/

}
div.Success_Stylesheet div span {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	color: white;
	/*background: url(expanded.gif) no-repeat 5px right;*/  /* this is the  original code  */
	background: url(expanded.gif) no-repeat 190px center ; /*  this  is  used  to  place  the  expand  image  */
	cursor: hand;
/*	border-bottom: 1px solid #ddd;*/
}
div.Success_Stylesheet div.collapsed span {
	background-image: url(collapsed.gif);
	 

}
div.Success_Stylesheet div a {
	padding: 5px 10px; /*  this is  used  to  take  the  height and  width  of  the  drop down  rec  box  */
	background: url(title.gif) repeat-x;
	/* this is old/*background: #00000; /*  this  is  used  to  change  the  background  colour  of  the dropdown  */
	display: block;   /*  this  is  gives  the  block  for  the  dropdown  rec box  */
	/*border-bottom: 1px solid #ddd; /*  this is  used  for  the  border */
	color: #000; /* this  is  used  to  change  the  drop down  text  colur  */
	width:190px;
	font-family:Verdana;/* this is  for  the sub anchor text*/
	font-size:10px;/* this is  for  the sub anchor text*/
	
	/*background: url(bottom.gif) repeat-x ;*/
	
}
div.Success_Stylesheet div a.current {
	background-image:url(../Dssimages/navBG_highlight.gif);
}
div.Success_Stylesheet div a:hover {
	background : #ddd no-repeat right center;
	color: #000;
	text-decoration: none;
}
