/*  Test Listing style sheet                kjh   08-30-2007  */

/* background-color: #EFF5EF;*/

.title{color: #ce7822; font-size: 200%; }
.ejtitlehdr{color: #ce7822; font-family: Arial, sans-serif; font-size: 130%; 
	font-weight: bold; margin: 0; padding: 0;}
.ejtitlehdr:link{color: #ce7822;}

.ColumnHeader{color: #ce7822; font-family: Arial, sans-serif; font-size: 110%; 
	font-weight: bold; padding: 0; margin: 10px 10px 0 0;
	border-bottom: 1px solid #ce7822;
}

div.TestListing{ width: 100%; margin: 30px auto; }

.TestName{color: #8b4513; font-family: Arial, sans-serif; font-size: 90%; 
	font-weight: bold; padding: 0px; margin: 10px 10px 0 0;}
.TestNameLink{color: #8b4513; text-decoration: none;}
.TestNameLink:hover{color: #8b4513; text-decoration: underline;}

.TestMne{color: #8b4513; font-family: Arial, sans-serif; font-size: 90%; 
	font-weight: bold; padding: 0; margin: 10px 10px 0 0;}
.TestMneLink{color: #8b4513; text-decoration: none;}
.TestMneLink:hover{color: #8b4513; text-decoration: underline;}

.Dept{color: #8b4513; font-family: Arial, sans-serif; font-size: 100%;
	margin: 10px 10px 0 0;}
	
.Comment{color: #8b4513; font-family: Arial, sans-serif; font-size: 80%; 
	text-align: justify; margin: 0px;}

.SeeOther{color: #8b4513; font-family: Arial, sans-serif; font-size: 80%; 
	text-align: justify; font-weight: bold; margin: 0px;}


