﻿.ListItems-CommandSection
{
	font-size: 9pt; 
	color: #000000;
	border: solid 1px gainsboro;
	background-color: #f8f8f8;
}
.ListItems-CommandSection A:link, 
.ListItems-CommandSection A:visited
{
	color: #003399;
	text-decoration: none;
}
.ListItems-CommandSection A:hover 
{
	text-decoration: none; 
	color: red;
}
.ListItems-CommandSection-Header
{
	background-color: #dcdcdc;
	width: 100%;
	font-size: 9pt; 
}
.ListItems-Title
{
	font-size: 8pt; 
	color: #003399;
	text-decoration: none;
	border-top: solid 1px gainsboro;
}
.ListItems-Title A:link, 
.ListItems-Title A:visited
{
	color: #003399;
	text-decoration: none;
}
.ListItems-Title A:hover 
{
	text-decoration: none; 
	color: red;
}
.ListItems-TitleIcon
{
	border-top: solid 1px gainsboro;
}

.ListItems-Header1
{
	background-color: #dddddd;
	font-weight: bold;
}
.ListItems-Item1
{
	background-color: #fbfbfb;
}
.ListItems-AltItem1
{
	background-color: #f6f6f6;
}
.ListItems-HeaderButton1
{ 
	background-color: #dddddd;
	border-width: 0px;
	font-size: 9pt;
	font-family: Arial;
	padding: 0px;
	height:16px;
}
.ListItems-CmdButton
{ 
	border-width: 0px;
	color: #3366cc;
	font-size: 9pt;
	font-family: Arial;
	padding: 1px;
	width1:40px;
	text-decoration: none;
}
.ListItems-CmdButton-Over
{ 
	background-color: #d7e8ff;
	border: solid 1px steelblue;
	color: Red;
	font-size: 9pt;
	font-family: Arial;
	padding: 0px;
	width1:40px;
	cursor: hand;
}
.ListItems-CmdButton A:link, 
.ListItems-CmdButton A:visited
{
	color: #3366cc;
	text-decoration: none;
}
.ListItems-CmdButton-Over A:hover 
{
	text-decoration: none; 
	color: red;
}