<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
width:777px; /* Set whole page width */
font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
background-image: url(images/back.gif);
background-repeat: repeat-y;
margin-bottom: 2px; /* Margins */
margin-left: 2px; /* Margins */
margin-right: 2px; /* Margins */
margin-top: 2px; /* Margins */
}

.GeneralTable
{
background-color: White; /* Background Color */
}

.TopBanner
{
font-family: Verdana; /* Font Face */
font-size: 28pt; /* Font Size */
color: #666666; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Right; /* Align Text */
}

.TopSubBannerText
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Right; /* Align Text */
}

.LeftColumn
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #8E9295; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 210px;}

.LeftColumnText
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
width: 210px;}

.RightColumn
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Normal; /* Font Style */
text-decoration: none;
background-color: Silver; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.RightColumnText
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: Black; /* Font Color */
font-style: normal; /* Font Style */
font-weight: normal; /* Font Style */
text-decoration: none;
text-align: left; /* Align Text */
vertical-align: top; /* Align Text */
width: 150px;}

.Footer
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Center; /* Align Text */
}

.FooterText
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.FooterTextNoUnderline
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.FooterTextNoUnderline a:hover{
	color:#999999;	
	text-decoration:none;
}
.FooterTextNoUnderline a:link{
	color:#999999;	
	text-decoration:none;
}
.FooterTextNoUnderline a:active{
	color:#999999;	
	text-decoration:none;
}
.FooterTextNoUnderline a:visited{
	color:#999999;	
	text-decoration:none;
}

.Instructions
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #FFFFFF; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #8E9295; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: Red; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: Silver; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: Red; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: Silver; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: Silver; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: Silver; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Verdana; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: #000000; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #8E9295; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #8E9295;
}

.ContentTableHorizontal
{
background-color: #8E9295;
}

.TreeView 
{ 
  background-color: #D3D3D3; 
}

.TreeNode
{ 
  font-family: Verdana; 
  font-size: 8pt; 
  padding-left: 1px; 
  cursor: pointer; 
}

.HoverTreeNode
{ 
  background-color: #00209F; 
  width: 100%; 
  font-size: 8pt;
  color: #FFFFFF;
  border:1px; 
  border-color:#00209F; 
  border-style:solid;
  cursor: pointer; 
}

.SelectedTreeNode
{ 
  background-color: #FFFFFF; 
  width: 100%; 
  font-size: 8pt; 
  font-weight: bold;
  border:1px; 
  border-color:#FFFFFF; 
  border-bottom-color:white; 
  border-style:solid;
  cursor: pointer; 
}


</Style>
