/* Dating */

/* Search form */
.tab-left {
	background: #a4aab8 url('/images/gray-tab-left.png') no-repeat;
	width: 5px;
	height: 27px;
}

.tab-center {
	background: #a4aab8 url('/images/gray-tab-center.png') repeat-x;
	height: 27px;
	color: white;
	font-family: arial,verdana, tahoma,arial, tahona;
	font-weight: bold;
	font-size: 10pt;
	padding: 0 10px;
}

.tab-right {
	background: #a4aab8 url('/images/gray-tab-right.png') no-repeat;
	width: 5px;
	height: 27px;
}

.tab-right {
	background: #a4aab8 url('/images/gray-tab-right.png') no-repeat;
	width: 5px;
	height: 27px;
}

.search-form {
	background: #d4eaf2 url('/images/search-background.jpg') no-repeat;
	width: 557px;
	height: 142px;
	padding: 0;
	margin: 0;
}

.age {
	padding: 20px 0 0 15px;
	color: #788394;
	font-size: 13pt;
	font-family: arial;
}

.age-input {
	border: 1px #cdd4e0 solid;
	font-size: 11pt;
	padding: 2px;
	width: 35px;
	text-align: center;
	margin: 0 5px;
}

.country {
	padding: 15px 0 0 15px;
	color: #788394;
	font-size: 13pt;
	font-family: arial;
}

.country-select {
	border: 1px #cdd4e0 solid;
	font-size: 11pt;
	padding: 2px;
	text-align: left;
	margin: 0 5px;
}

.city-select {
	border: 1px #cdd4e0 solid;
	font-size: 11pt;
	width: 220px;
	padding: 2px;
	text-align: left;
	margin: 0 5px;
}

.checkboxes {
	padding: 8px 0 0 30px;
	color: #788394;
	font-size: 11pt;
	font-family: arial;
}

.checkboxes-span {
	vertical-align: top;
}

.submit-search {
	margin: 5px 0 0 90px;
}

/* New faces */

.new-faces {
	background: #d4eaf2 url('/images/new-faces.png') no-repeat;
	width: 372px;
	height: 142px;
	text-align: center;
}

#show-faces img {
	padding: 3px;
	border: 1px #c9c9c9 solid;
	background: #fff4d7;
}

#show-faces td {
	width: 61px;
	text-align: center;
	overflow: hidden;
	font-family: tahoma;
	font-size: 7pt;
	color: #454544;
	vertical-align: top;
}


/* Show Users */

#show-users td {
	background: #d4eaf2 url('/images/user-bgd.png') no-repeat;
	width: 224px;
	height: 211px;
	text-align: left;
	vertical-align: top;
}

.user-image {
	width: 204px;
	height: 152px;
	overflow: hidden;
	margin: 10px 0 0 8px;
	text-align: center;
	vertical-align: bottom;
	border: 1px #c9c9c9 solid;
	background: #fff4d7;
	padding-top: 1px;
}

.user-name {
	width: 206px;
	height: 18px;
	background: white;
	border-bottom: 1px #cfdee6 solid;
	overflow: hidden;
	margin: 5px 0 0 8px;
	text-align: center;
	color: #74849b;
	font-family: arial,verdana, tahoma;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 2px;
}

.user-city {
	width: 202px;
	height: 16px;
	overflow: hidden;
	margin: 0 0 0 8px;
	text-align: right;
	color: #74849b;
	font-family: arial,verdana, tahoma;
	font-size: 8pt;
}

/* Not Found */

.not-found {
	padding: 20px;
	font-family: tahoma, verdana;
	font-size: 10pt;
}

#not-found h2 {
	font-family: tahoma, verdana;
	font-weight: normal;
	font-size: 16pt;
}

/* Navigation */

.navigation {

	padding: 0 0 0 25px;
	text-align: left;

}

.nav-text {

	color: #45688e;
	font-family: tahoma;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}

.nav-text:hover {
	font-size: 11pt;
	text-decoration: none;
	color: white;
	background: #9fcdf9;
	padding: 3px;
}

.navigation-this-page {
	border: 1px #c7ced8 solid;
	background: #f3f6fb;
	font-size: 11pt;
	font-family: tahoma;
	padding: 2px;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #7a7a7a;
	font-weight: bold;
}

/*

#dating-view td {
	font-family: arial, tahona;
	font-size: 10pt;
	color: #454545;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 230px;
}

#dating-view img {
	padding: 3px;
	border: 1px #c9c9c9 solid;
	background: #fff4d7;
}

.intro-a {
	font-family: arial, tahona;
	font-size: 36pt;
	color: #6699cc;
	padding: 0;
	margin: 0 30px 0 30px;
	text-decoration: none;
}

.intro-a:hover {
	text-decoration: underline;
}
*/