/* Main SED page elements */
html,
body
{
	width: 100%;
	height: 100%;
}

a,
a.NoChange:visited
{
	color: Blue;
	text-decoration: underline;
}

a:visited
{
	color: Purple;
}

p
{
	width: 600px;
	text-align: justify;
}

hr
{
	width: 600px;
	clear: both;
}
strong
{
	text-decoration: underline;
}
/* Menu bar elements */
.MenuContainer
{
	width: 600px;
	/*height: 24px;*/
	height: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

.Menu
{
	width: 100%;
	/*height: 24px;*/
	height: 30px;
	background-color: navy;
	color: white;
	text-align: right;
	padding-right: 5px;
}

.MenuItem
{
	/*
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	height: 20px;
	font-size: 8pt;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	*/
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	height: 22px;
	font-size: 10pt;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.MenuContainer .ExtraLinks a,
.MenuContainer .ExtraLinks a:visited
{
	color: blue;
	text-decoration: underline;
}
				
a.MenuItem,
a.MenuItem:visited
{
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: white;
}

a.MenuItem:hover,
.Menu a.Selected,
.Menu a.Selected:visited,
.Menu a.Selected:hover
{
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #5050B0;
	color: aliceblue;
	border: 1px solid #9090B0;
}

/* Popup Elements */
.PopupElement
{
	display: none; 
	border: 0px; 
	background-color: transparent; 
	z-index: 99;
}

.WindowContainer
{
	padding: 0px;
	border: 1px solid navy;
	border-top: 0px;
	background-color: whitesmoke;
	width: 100%;
	height: 100%;
}

.WindowContainer .Title
{
	background-color: silver;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	height: 24px;
	width: 100%;
	white-space: nowrap;
	background-image: url(../images/SED/MenuMiddle3.jpg);
}

.WindowContainer .Title .Cancel
{
	float: right;
	cursor: pointer;
}

.WindowContainer .Body
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
}

.WindowContainer .Footer
{
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.WindowContainer .Panel
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	margin-bottom: 5px;
	display: none;
}

.WindowContainer .Panel .Title
{
	width: 100%;
	display: block;
	background-color: gainsboro;
	border: 1px solid silver;
	color: black;
	font-size: 10pt;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: none;
}

.WindowContainer .Panel .Body
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-left: 1px dashed silver;
	border-right: 1px dashed silver;
	border-bottom: 1px dashed silver;
}
						
.WindowContainer .PanelContainer
{
	overflow: auto;
	margin-top: 10px;
}

.WindowContainer .Header
{
	text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}	