﻿body
{
}
.Header
{
	background-color: #395184;
    width: 600px;
    font-weight: bold;
    font-size: 20px;
    color: White;
    text-align: left;
    margin-bottom: 20px
}

.PopupControl
{
	border-style: solid;
}

.ModalBackgound
{
	background-color: Gray;
	opacity: .5;
	filter: alpha(opacity=50);
}

.AccordianHeader
{
	border: 1px solid;
	color: White;
	font-size: 12px;
	cursor: pointer;
}
.AccordianContent
{
	background-color:Gray;
	border: 1px;
	border-style: inset;
	border-top: none;
	padding: 5 px;
	padding-top: 10px;
}
.AccordianLink
{
	color: White;
}

.footer  
{
    clear: both;
    text-align: center;
    padding: 10px 0 10px 0;
    margin:  35px 0 0 0;
    border-top: 1px solid #ccc;
    line-height: 1.8em;
}
.footer a { color: #395184; background: #ffffff; }
