.bullet_gold 
{
  	background: URL(../default/bullet_gold.gif) no-repeat top left;
	cursor: arrow;
}
li 
{
  	list-style-image: URL(../default/bullet_red.gif); 
  	list-style-position: inside;
}
button.BrowseDetailButton
{
	background: URL(../default/btnBrowseDetail.gif) no-repeat top left; 
	background-color: transparent;
	color		: #FFFF00; 
	height      : 25px;
	width		: 50px;
}

button.CommonActionButton
{
	background-color: transparent;
	background	: URL(../default/btnCommonAction.gif); 
	color	 	: #FF0000; 
	height      : 50px;
	width	: 90px;
}

button.CommonSearchButton
{
	background: url(../default/btnCommonSearch.gif) no-repeat top left;
	background-color: transparent;
	color       : #FF0000; 
	height      : 90px;
	width      : 90px;
}

button.DeleteButton
{
	background: URL(../default/btnDelete.gif) no-repeat top left; 
	background-color: transparent;
	color	: #FFFF00; 
	height      : 25px;
	width	: 50px;
}

button.PrinterButton
{
	background: url(../default/btnPrinter.gif) no-repeat top left;
	background-color: transparent;
	color	: #FFFF00; 
	height      : 25px;
	width	: 75px;
}

button.scrollnextpage
{
	background: URL(../default/btnPageNext.gif) no-repeat top left; 
	background-color: transparent;
	color		: #FF3300; 
	height		: 20px;
	width		: 60px;
	line-height	: 20px;
}

button.scrollpreviouspage
{
	background: URL(../default/btnPagePrevious.gif) no-repeat top left; 
	background-color: transparent;
	color		: #FF3300; 
	height		: 20px;
	width		: 60px;
	line-height	: 20px;
}

button.smallselectedbutton
{
	background-color: transparent;
	background	: URL(../default/btnAction.gif); 
	color	 : #FF0000; 
	height      : 25px;
	width	: 30px;
}

button.smallselectedbutton_on
{
	background-color: transparent;
	background	: URL(../default/btnActionSelected.gif); 
	color	 : #FF0000; 
	height      : 25px;
	width	: 30px;
}

button.smallselectedbutton_hover
{
	background-color: transparent;
	background	: URL(../default/btnActionSelected.gif); 
	color	 : #FF0000; 
	height      : 25px;
	width	: 30px;
}

