/* * * * * * * * * * * * * * */ 
/* PreTechnicalNotes Public	 */
/* * * * * * * * * * * * * * */ 

/* * * * * * * * * * * * * * */ 
/* 	 Overview Part Misc    	 */
/* * * * * * * * * * * * * * */ 

a
{
	color: #04988C;
}

#ContentHeader
{
	width: 500px;
	margin-left: 60px;
	text-align: justify;
}
#ContentHeader p
{
	margin-top: 8px;
	margin-bottom: 8px;
}

#ContentFooter
{
	width: 500px;
	border-top: 1px solid #04988C;
	margin-left: 60px;
	padding-top: 0px;
	text-align: justify;
}
#ContentFooter p
{
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 50px;
}

#SubjectAreasOverview
{
	width: 500px;
	height: auto;
	float: left;
	margin-left: 60px;
	display: inline;
}
#SubjectAreasOverview a
{
	text-decoration: none;
	color: #04988C;
}
#SubjectAreasOverview a:hover
{
	text-decoration: underline;
}
#SubjectAreasOverview #SearchField
{
	width: 500px;
	height: auto;
	float: left;
	padding-top: 3px;
	margin-top: 10px;
	display: inline;
	border-top: 1px solid #04988C;
}
#SubjectAreasOverview #SearchField form
{
	border-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}
#SubjectAreasOverview #SearchField input
{
	width: 300px;
}
#SubjectAreasOverview #SearchField input .white
{
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
#SubjectAreasOverview #SearchField select
{
	width: 300px;
	margin-bottom: 10px;
}

#SubjectAreasOverview #SearchField #filterText
{
	width: 500px;
	height: 15px;
	float: left;
	padding-top: 3px;
	margin-top: 0px;
}

#SubjectAreasOverview #data
{
	width: 500px;
	height: auto;
	float: left;
	margin-top: 0px;
}


#SubjectAreasOverview #data .ColHeader
{
	width: 300px;
	height: 17px;
	float: left;
	background-color: #DDDDDD;
	margin-top: 5px;
	border: 1px solid #BBBBBB;
}
#SubjectAreasOverview #data .SubjectAreaOverviewRowP
{
	width: 300px;
	height: 17px;
	float: left;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}
#SubjectAreasOverview #data .SubjectAreaOverviewRowA
{
	width: 300px;
	height: 17px;
	float: left;
	background-color: #EEEEEE;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

#SubjectAreasOverview #SubjectAreasAll
{
	width: 300px;
	height: 20px;
	margin-top: 20px;
	float: left;
	text-align: left;
}
/* * * * * * * * * * * * * * */ 
/* 	 Overview Part Fields  	 */
/* * * * * * * * * * * * * * */ 

#SubjectAreasOverview .SubjectAreaSubjectID
{
	width: 20px;
	height: 17px;
	float: left;
	margin-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	border-right: 1px solid #BBBBBB;
}

#SubjectAreasOverview .SubjectAreaName
{
	width: 260px;
	height: 17px;
	float: left;
	padding-top: 3px;
}


