﻿body
{
  background-color: White; 
  font-family: verdana; 
  font-size: 11px;
  color: #3F3F3F; 
}

a
{
  text-decoration:none; 
}

a:hover
{
  text-decoration:underline; 
}

ul
{
  font-family: verdana; 
  font-size:11px;
  list-style-image: url(../images/small_arrow.gif);
  list-style-type:square; 
  list-style-position:outside; 
  padding-left:30px; 
  margin-left:0px;
  margin-top:5px; 
  color:#666666;
}

ol
{
  list-style-position:inside; 
  margin-left:25px; 
  padding-left:25px; 
  margin-top:5px; 
}

h1
{
  font-family: verdana; 
  font-weight:bold;
  font-size:18px; 
  color:#3F3F3F;
  margin-top:10px; 
  margin-bottom:40px; 
}

h2
{
  font-family: verdana; 
  font-weight:bold;
  font-size:18px; 
  color:#3F3F3F;
  margin-top:15px; 
  margin-bottom:15px; 
}

.collapsed
{
PADDING-RIGHT: 1pt;
DISPLAY: none;
PADDING-LEFT: 10pt;
PADDING-BOTTOM: 1pt;
MARGIN-LEFT: 0.5em;
WIDTH: 90%;
PADDING-TOP: 1pt;
HEIGHT: 10pt
}

h3
{
  font-family: verdana; 
  font-weight:bold;
  font-size:10px; 
  margin-top:2px; 
  margin-bottom:2px; 
}


/*The top titles of all the sections*/
.topTitles
{
	color:#666666;
	font-weight:bolder;
	font-size:small;
}

/*used for the grids */
.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  border-right: 1px solid #EAE9E1; 
  border-left: 1px solid #EAE9E1; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 10px; 
} 

.GridFooter
{
  cursor: default;
  padding:5px;
}

.HeadingCell 
{ 
  background-color: #E2E2E2; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  padding: 3px;
}

.HeadingCell a:link
{
    color : black;
    text-decoration : none;
}

.HeadingCell a:visited
{
    color : black;
    text-decoration : none;
}

.HeadingCell a:hover
{
    color : black;
    text-decoration : underline;
}

.HeadingCell a:active
{
    color : black;
    text-decoration : underline;
}

.HoverTreeNode 
{ 
  text-decoration:underline; 
  cursor: pointer; 
}

/*Used for the top menu*/
.topMenu
{
	background-color:#666666;
	color:White;
}

.TopNavLink
{
  font-size:10px;
  color:#3F3F3F; 
}

.SuccessLabel
{
	color: Green;
}

a.menuTreeLink, a:visited.menuTreeLink
{
	text-decoration: none;
	color: Black;
}

a:hover.menuTreeLink, a:active.menuTreeLink
{
	text-decoration: underline;
	color: Black;
}
