﻿.SE_FormHolder
{
	clear: both;
	background-color: #dbdae4;
	border: 1px solid #999;
    margin-top:5px;
	margin-bottom: 8px;
	padding: 8px;
}
.SE_FormLabel, .SE_FormLabel_NoWidth
{
	/*height: 35px;*/
	float: left;
	color: #000000;
	font-weight: bold;
	padding-top:3px;
	/* color: #00008B; */
}
.SE_FormLabel
{
	width: 140px;
}
.SE_FormLabel_NoWidth
{
	/*height: 35px;*/
	padding-right: 10px;
}
.SE_FormLabel_SearchMode
{
	clear:both;
	float: left;
	width:340px;
	/*height: 30px;*/
	padding-top:5px;
}
.SE_FormResponse_SearchMode
{
	/*height: 35px;*/
}
.SE_FormResponse
{
	width: 600px;
	/*height: 28px;*/
	float: left;
}
div.SE_FormSeperator
{
	padding:5px;
}
.SE_Results
{
	padding-top:10px;
	padding-bottom:10px;
}
hr.SE_FormSeperator
{
	height: 1px;
}
.SE_ButtonHolder
{
	padding-top:5px;
	padding-bottom:5px;
}
.SE_ButtonHolder input
{
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
}
.SE_HitHilighting img
{
	border-width:0;
	text-decoration: none;
}
span.SE_HitHighlight
{
	font-weight: bold;
	background-color: Yellow;
	color: Black;
}


div.SE_People_CentreBlock
{ 
   text-align:center; 
   display:block;
   width:100%;

}

div.SE_People_PersonBlock
{
    float: left;
    text-align: center;     
    padding: 10px;
    margin-bottom:10px;
    width:22%;
    height: 325px;
  
}

.SE_ViewPeople_MemberCategory
{
    width: 97%;
    display: block;
    background-color: #ccc;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: black;
    font-weight: bold;
    clear: both;
    border: 1px solid #000;
}

div.SE_EditPerson_FormLabel
{
    width: 15em;
    float: left;
    font-weight: bold;
}