﻿
 body {
 	
	color: #666;
	font-family: "Lucida Sans",  Arial, Verdana, Helvetica, san-serif;
	font-size: .8em;
	background-color: #fff;
}

pre
{
	color: #000000;
	background-color: #00FFFF;
	font-family: 'Courier New' , Courier, monospace;
	width: 320px;
	overflow: visible;
}


h1 {
	color: #8B0000;
	font-size: 1.3em;
	
}

h2 {
	font-size: 1.2em;
	text-align: center;
	margin: 5px 0 10px 0;
}	

#home-right p
{
	width: 130%;
}

.logohdr
{
	background: transparent url("images/banner.png") no-repeat left top;
	width: 750px;
	height: 100px;
}


.cta-panel {
	width: 169px;
	float: left;
	margin-left: 5px;	
	display: inline;
	position: relative;
	
}

.cta-panel img {
	height: 73px;
	width: 169px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;

}

.cta-panel .button {
	display: inline;
	position: absolute;
	bottom: 10px;
	right: 0;
	padding: 0 0;
	margin: 0 0;
}	




.cta-panel-text {
	background-color: #252525;
	color: #fff;
	height: 250px;  
	width: 169px;
	float: left;
	display: inline;
}

.cta-panel-text p {
	padding: 0;
	margin: 0;

}

.cta-panel-text img {
	height: 38px;
	width: 148px;
	float: right;
	display: inline;
	border: none;
	outline-width: 0px;
}


.cta-panel-button {
	float: right;
	background: transparent url("../images/green-button.gif") no-repeat left top;
	height: 38px;
	width: 148px;
	text-align: right;
}

.cta-panel-button p {
	color: yellow;

	font-weight: bold;
}

.footer-side {
	background: transparent url("../images/footer-edge.png") no-repeat left top;
	width: 100px;
	height: 100px;
	float: left;
	
}

.top {
	color: red;
	text-decoration: none;
	font-size: .8em;
	font-weight: normal;
}


.ActivityHeading
{
	font-weight: bold;
}
.detailcenter
{
}

.Activity1
{
	font-style: italic;
}
.Activity2
{
	background-color: Gray;
	color: White;
}

.Activity3
{
	background-color:#A00000;
	color: White;
}
.Activity4
{
	background-color: Green;
	color: White;
}
.Activity5
{
	background-color:#200F0F;
}
.Activity6
{
	background-color:Red;
	color:White;
}
.Activity7
{
	background-color:Lime;
}

.Watermark
{
	color: Gray;
	font-style: italic;
}
.PopupError
{
	background-color: Red;
	color: White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.PopupMessage
{
	background-color: Green;
	color: White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.PopupDlg
{
	background-color: White;
	color: Black;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}
	
.PopupWarning
{
	background-color: Yellow;
	color: Black;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;

}
.PopupBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

