﻿/* 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%;*/
	width: 573px;
	/*height: 24px;*/
	height: 25px;
	background-color: navy;
	color: white;
	text-align: right;
	padding-right: 5px;
	padding-top:8px;
}

.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: #F0F8FF;
	border: 1px solid #9090B0;
}

/* Popup Elements */
.PopupElement
{
	display: none;
	border: 0px; 
	background-color:  #F5F5F5; 
	z-index: 99;
}



.CourseCatalog
{
	width: 100%;
	clear: both;
	border-collapse: collapse;
	empty-cells: show;
	/*border: 2px solid navy;*/
	border: 1px solid silver;
}

.CourseCatalog th
{
	background-color: navy;
	color: white;
}

.CourseCatalog th,
.CourseCatalog td
{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.CourseCatalog .Name
{
	text-align: left;
	width: 600px;
}

.CourseCatalog .Duration,
.CourseCatalog .Description,
.CourseCatalog .Prerequisites,
.CourseCatalog .Select
{
	text-align: center;
}

.CourseCatalog .Category
{
	/*background-color: #A6A5C7;*/
	background-color: #B0C4DE;
}

.CourseCatalog .Category td
{
	border: 0px;
}

.CourseCatalog .Course
{
	background-color: #F5F5F5;
}

.CourseCatalog .Course a,
.CourseCatalog .Course a:visited
{
}

.CourseCatalog .Session
{
	font-size: 9pt;
}

.CourseCatalog .Session td
{
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
}

.CourseCatalog .Course td
{
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
}

.CourseCatalog .Course .Name
{
	padding-left: 5px;
}

.CourseCatalog .Session .Name
{
	padding-left: 30px;
}

.CourseCatalog a
{
	color: blue;
}

.PanelContainer
{
	margin-top: 10px;
	width:100%;
}	

.Answer
{
	color: darkslategray;
	font-weight: normal;
	padding-left:15px;
	padding-top:7px;
}

.Category
{
	color: darkslategray;
	font-size:large;
	padding-bottom:10px;
}

.FAQTable
{
	padding:0px;
	width:710px;
	text-align:left;	
}

#divLinks
{
	text-align: left;
	margin-top:5px;
	padding-left:0px;
	margin-bottom:32px;
}

.DarkSlateGray
{
	color: darkslategray;	
}

.tblCourses, .tblCourses tr th, .tblCourses tr td
{
	border: Silver solid 1px;
	color: DarkSlateGray;	
}

.Body ul
{
	padding-left: 10px;
}

#m_divMenuContainer
{
	margin-bottom:10px;
}

.PopUpPanelContainer
{
	overflow:auto;
	width:578px;
}

.PopUpPanel
{
	font-size: 8pt;
	margin-bottom: 5px;
	display:none;
}

.PopUpTitle
{
	border: 1px solid silver;
	color: black;
	font-size: 10pt;
	padding: 3px 5px;
	height: 20px;
	background-color: Gainsboro;
}

.PopUpBody
{
	padding: 10px 10px 5px 10px;
	border: 1px dashed silver;
	border-top: 0;
	color: DarkSlateGray;
}

.WindowContainer .PopUpHeader
{
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 16px;
	width: 598px;
	background-image: url(../images/SED/MenuMiddle3.jpg);
}

.WindowContainer .PopUpHeader .Cancel
{
	float: right;
	cursor: pointer;
}

.SelectAll, .SelectAll:visited
{
	color:Blue;	
}

