/** SEARCH STYLES **/ 

.searchUsers_sectionHead {
    background-color: #d3e6fa;
    font-size: 14px;
    font-weight: bold;
    font-family: verdana;
	font-size: 12px;
}

.searchUsers_dataCell {
    vertical-align: top;
    background-color: #d3e6fa;
    border: 2px solid #ffffff;
	font-size: 12px;
}

.searchUsers_dataCell input {
    background-color: #33aadd;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

.bold_orange,
.small_bold_orange {
    color: #e36703;
    font-weight: bold;
}

.small_bold {
    color: #355BA4;
    font-weight: bold;
    font-size: 10px;
}

.small_bold_orange {
    font-size: 11px;
}


.standard_bold {
    color: #33aadd;
    font-weight: bold;
    font-size: 12px;
}

.standard_bold a {
    color: #33aadd;
    font-weight: bold;
    font-size: 12px;
}

.profileSearchHeader {
	float: left;
	padding: 20px 0px 10px 10px;
	width: 580px;
}	

.profilesFoundList {
	font-size: 16px;
	color: #666666;
	width: 150px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.profileFoundPages {
	float: right;
	margin-top: 10px;
}	

.profilesBreakLine {
	height: 1px;
	background-color: #33aadd;
	margin: 5px 10px;
	clear: both;
}

textarea, input {
	width: auto;
}
       

#bodyHolder, #chatHolder1, #chatHolder2, #chatBottom, #chatTop {
	width: 600px;
}


#chatAppLeft, #chatAppLeftHeader, #messageScroll, #messageholder {
	width: 347px
}

.searchUserListTable {
	margin-left: 10px;
	color: #333333;
}

.searchUserListTable img.profile_image {
	border: #cccccc solid 2px;
}


.people_search_frame {
	font-size: 12px;
	color: #333333;
}

.people_search_username {
	background-color: #d3e6fa;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	height: 31px;
	padding-left: 5px !important;
	padding-top: 5px !important;
}

.people_search_gender {
	width: 80px;
	height: 110px;
	background-color: #d3e6fa;
	float: left;
	margin-left: 10px;
	margin-top: 4px;
	padding-left: 5px !important;
	padding-top: 5px !important;
}

.people_search_ages {
	height: 110px;
	width: 129px;
	background-color: #d3e6fa;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	padding-left: 5px !important;
	padding-top: 5px !important;
}

.people_search_relationship {
	height: 110px;
	width: 133px;
	background-color: #d3e6fa;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	padding-left: 5px !important;
	padding-top: 5px !important;
}

.people_search_location {
	height: 110px;
	width: 206px;
	background-color: #d3e6fa;
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	padding-left: 5px !important;
	padding-top: 5px !important;
}

.people_search_location select {
	width: 150px;
}

.people_search_within {
	float: left;
	margin-top: 20px;
}

.people_search_zipcode {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	width: 90px
}

.people_search_zipcode input {
	border: #cccccc thin solid;
	width: 90px;
}

.people_search_bottomframe {
	background-color: #d3e6fa;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
	height: 45px;
	padding-left: 5px !important;
	padding-top: 5px !important;
}

.people_search_picture {
	float: left;
}

.people_search_picture input, .people_search_sortby select {
	vertical-align: middle;
}

.people_search_sortby {
	float: left;
	margin-left: 15px;		
}
	
.people_search_searchbutton {
	float: left;
	height: 20px;
	margin-left: 10px;
}

.people_search_searchbutton input {
	color: #ffffff;
	background: none;
	padding-left: 14px;
	padding-top:2px;
}

.country{
    margin-right:10px;
}

.secretStashIcon {
    background-position:0 -1244px;
}



/******* END OF usersearch.css********/

