body, td, th
{
	font-family: verdana;
	font-size: 9pt;
	color: Black;
}
a
{
	color: #003366;
}
a:hover
{
	color: #336699;
}
.TopBar td a:hover
{
	color: white;
	text-decoration: none;
}

.WebPart
{
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
	cursor: default;

	border: solid 1px    #99ccff;
	border-right-color:  #336699;
	border-bottom-color: #336699;
	background-color:    #6699cc;
	
	xFILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#6699cc,endColorStr=#99ccff);
	background-image:url(images/BlueGradient.bmp);
	background-repeat:repeat-y;
	background-position:right top;
}
.WebPartBody
{
	border: solid 1px    #336699;
	border-right-color:  #99ccff;
	border-bottom-color: #99ccff;
	background-color: White;
}
.WebPartHeader td,
.WebPartHeader td a
{
	color: White;
	font-weight: bold;
}

.CommandButton
{
	margin-right: 5px;
	cursor: hand;
}


.Odd
{
	background-color: #eeeeee;
}

/* Site Settings */
.CategoryTitle
{
	border-top: solid 5px white;
	background-color: #dddddd;
	color: black;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.CategoryBody
{
	border-left: solid 10px #dddddd;
	
	padding: 5px;
	padding-right: 0px;
	
}
.PropertyGrid td
{
	xpadding: 10px;
}

.AppCategoryTitle
{
	background-color: #ccddee;
}
.AppCategoryBody
{
	border-left-color: #ccddee;
}




table.Results th,
table.Results td
{
	padding-left: 5px;
}
table.Results th,
table.Results .th td
{
	text-align: left;
	padding: 5px;
	color: black;
	background-color: #ccddee;
}
table.Results th a
{
	color: black;
	font-weight: bold;
	xtext-decoration: none;
}
table.Results th a:hover
{
	text-decoration: underline;
}


h1, .h1 {color: #cc0000; font-size: 110%; font-weight: bold; padding: 0; margin: 10px;
    margin-bottom: 0px;
}

.WebPartBody ul
{
	margin-top: 15px;
}
