﻿div#siteContent
{
	padding: 14px;
}

table.siteContentTable
{
	border: solid 1px #004076;
	width:100%;
}

table.siteContentTable tr
{
}

table.siteContentTable tr th
{
	background-color:#004076;
	color:#FFF;
	text-align:left;
}


table.siteContentTable tr td a.button
{
	display: inline-block;
}

table.siteContentTable tr.alternate
{
	background-color: #e8ecf5;
}

h1.subHeading
{
	margin-left: 0px;
	margin-top: 10px;
}

div.siteContentContainer
{
	width:98%;
}





div#groups
{
	padding: 10px 0 0 10px;
}

div#groups table
{
	margin-top: 10px;
	width:98%;
	border: #004076 1px solid
	
}

div#groups table tr td
{
	padding: 2px;
}

div#groups table tr.groupHeader td
{
	text-align:left;
	background-color: #004076;
	color:#FFF;
	
}

div#groups table tr.alternate
{
  background-color: #e8ecf5;	
}


