/* * * * * * * * * * * * * * */ 
/* 	 TechnicalNotes Public	 */
/* * * * * * * * * * * * * * */ 

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

#TechnicalNotesOverview
{
	width: 100%;
	height: auto;
	float: left;
	overflow: visible;
}
#TechnicalNotesOverview #NewSearch
{
	width: 100%;
	height: 20px;
	float: left;
	overflow: visible;
	font-weight: bold;
}

#TechnicalNotesOverview a
{
	text-decoration: none;
	color: #008D6F;
}
#TechnicalNotesOverview a:hover
{
	text-decoration: underline;
}
#TechnicalNotesOverview .SubjectAreaCaption
{
	width: 100%;
	height: 17px;
	float: left;
	margin-top: 10px;
	font-family: Verdana, Arial; 
	font-size: 12px; 
	color: #000000;
	/*font-weight: bold;*/
	border-top: 1px solid #008D6F; 
	padding-top: 10px;
}


#TechnicalNotesOverview #Filter
{
	width: 100%;
	height: 50px;
	float: left;	
}
#TechnicalNotesOverview #Filter #FilterText
{
	margin-left: 267px;
	margin-top: 2px;
	display: inline;
	width: 80px;
	height: 18px;
	float: left;
	color:	#008D6F;
	font-size: 12px;
}
#TechnicalNotesOverview #Filter #FilterSubjectArea 
{
	width: 200px;
	height: 20px;
	float: left;	
}
#TechnicalNotesOverview #Filter #FilterSubjectArea select
{
	width: 200px;
}
#TechnicalNotesOverview #Filter #SearchButton 
{
	width: 60px;
	height: 18px;
	margin-top: 2px;
	float: left;
	text-align: right;
}
#TechnicalNotesOverview #Filter #SearchButton a
{
	color:	#008D6F;
	font-size: 12px;
}
#TechnicalNotesOverview #TechnicalNotesFooter
{
	width: 100%;
	height: 50px;
	margin-top: 30px;
	border-top: 1px solid #008D6F;
	float: left;
}
#TechnicalNotesOverview #TechnicalNotesFooter #backButton
{
	width: 50%;
	height: 15px;
	margin-top: 3px;
	float: left;
	border-top: 0px solid #FFFFFF;
}
#TechnicalNotesOverview #TechnicalNotesFooter #Status
{
	width: 50%;
	height: 15px;
	margin-top: 3px;
	float: left;
	text-align: right;
}
#TechnicalNotesOverview #TechnicalNotesFooter #PageNavi
{
	width: 100%;
	height: 30px;
	margin-top: 3px;
	float: left;
}

#TechnicalNotesOverview p
{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DDDDDD;
	font-size: 12px; 
}

/* * * * * * * * * * * * * * */ 
/* 	 Table				  	 */
/* * * * * * * * * * * * * * */ 
#TechnicalNotesOverview .tblTechnicalNotes
{
	width: 100%;
	border: 1px solid #BBBBBB;
	border-spacing: 0px;
}
#TechnicalNotesOverview .rowTechnicalNoteOverviewRowP
{
}
#TechnicalNotesOverview .rowTechnicalNoteOverviewRowA
{
	background-color: #EFEFEF;
}
#TechnicalNotesOverview table
{
	font-size: 10px;
}
#TechnicalNotesOverview th
{
	text-align: left;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
#TechnicalNotesOverview tr
{
	margin: 0px;
	padding: 0px;
}
#TechnicalNotesOverview td
{
	margin: 0px;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	border-top: 1px solid #BBBBBB;
	vertical-align: top;
}

/* * * * * * * * * * * * * * */ 
/* 	 Overview Part Fields  	 */
/* * * * * * * * * * * * * * */ 

#TechnicalNotesOverview .TechnicalNoteNumber
{
	width: 42px;
	border-right: 1px solid #BBBBBB;
}

#TechnicalNotesOverview .TechnicalNoteStandards
{
	width: 80px;
	border-right: 1px solid #BBBBBB;
}


#TechnicalNotesOverview .TechnicalNoteTopic
{
	width: 200px;
	border-right: 1px solid #BBBBBB;
}
#TechnicalNotesOverview .TechnicalNoteTopic a
{
}
#TechnicalNotesOverview .TechnicalNoteDescription
{
	width: 285px;
	border-right: 1px solid #BBBBBB;
}
#TechnicalNotesOverview .TechnicalNoteStatusDate
{
	width: 55px;
}

/* * * * * * * * * * * */ 
/* 	 Detail Part       */
/* * * * * * * * * * * */ 

#TechnicalNoteDetail 
{
	width: 100%;
	float: left;
}
#TechnicalNoteDetail Form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#TechnicalNoteDetail #DetailHeader
{
	width: 100%;
	float: left;
	height: 20px;
	font-size: 12px; 
	color: #008D6F;	
	margin-bottom: 10px;
	border-bottom: 1px solid #008D6F;
}
#TechnicalNoteDetail .row
{
	width: 450px;
	float: left;
	margin-bottom: 5px;
}
#TechnicalNoteDetail .row .leftCol
{
	width: 130px;
	float: left;
	font-weight: bold;
}
#TechnicalNoteDetail .row .rightCol
{
	width: 250px;
	float: left;
}

