body, input, td, select 
{
	font-family:Calibri; font-size:9pt; 
}
th
{
  font-family:Calibri; font-size:8pt; font-weight: bold;
}
a {
	color:black;
	text-decoration:none;
}
a.nocolor {
	text-decoration:none;
}
a.green {
	color:green;
	text-decoration:underline;
	margin-left:10px;
	margin-right:10px;
}
a.red {
	color:red;
	text-decoration:underline;
	margin-left:10px;
	margin-right:10px;
}
.zebralight {
  background-color: #ffffff;
}
.zebradark {
  background-color: #002856;
  color:white;
}
.clearstrip{
  background-color: transparent;
}
.ElementButton {
	-moz-box-shadow: 0px 10px 14px -7px #9fb4f2;
	-webkit-box-shadow: 0px 10px 14px -7px #9fb4f2;
	box-shadow: 0px 10px 14px -7px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
	width: 200px;
}
.ElementButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.ElementButton:active {
	position:relative;
	top:1px;
}

.SubElementButton {
  width:500px;
}

.ProjectInfoHeader {
  color:#000000;
  font-size:11pt;
  font-weight:bold;
}

.ProjectInfo {
  color:#000000;
  font-size:10pt;
}
td.WhiteTile {
    height: 150px;
    width: 150px;
	background-color:white;	
}
td.BlueTile {
    height: 150px;
    width: 150px;
	background-color:#009bdf;
}
td.DarkBlueTile {
    height: 150px;
    width: 150px;
	background-color:#002856;
}
td.GreenTile {
    height: 150px;
    width: 150px;
	background-color:#009900;
}
td.RedTile {
    height: 150px;
    width: 150px;
	background-color:#ee7624;
}
td.BlueTileHalfHeight {
    height: 75px;
    width: 155px;
	background-color:#009bdf;
}
p.WhiteTileHead
{
text-align:center;font-size:16pt;font-weight:bold;color:#009bdf;margin-bottom:-10px;margin-left:20px;margin-right:20px;
}
p.WhiteTileBody
{
text-align:center;font-size:13pt;font-weight:bold;color:#009bdf;line-height:120%;margin-left:20px;margin-right:20px;
}
p.WhiteTileBody2
{
text-align:left;font-size:13pt;font-weight:bold;color:#000000;line-height:120%;margin-left:5px;margin-right:5px;
}
p.BlueTileHead
{
text-align:center;font-size:16pt;font-weight:bold;color:white;margin-bottom:-10px;
}
p.BlueTileHeadOneLine
{
text-align:center;font-size:16pt;font-weight:bold;color:white;
}
p.BlueTileBody
{
text-align:center;font-size:13pt;font-weight:bold;color:white;line-height:120%;
}
h1
{
  font-family:Calibri; font-size:12pt; font-weight: bold;color:#000000;margin-left:0px;
}
i.white
{
	background-color:#009bdf;
	color:white;
	cursor: pointer;
}
i
{
	background-color:white;
	color:#009bdf;
	cursor: pointer;
}
.rotate90 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}