table {
	
}

table.items  {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0px 6px;
	/*background-color: rgba(160, 124, 109, 0.400); */
}

table.items tbody td {

}

table.items tbody td.avatar_column img {
	width: 40px;
	height: 40px;
	position: relative;
	top: 2px;
	margin: -2px 0px -2px 2px;
	border: 1px solid #a8a8a8;
}

table.items tbody td.avatar_column {
	background-color: #c6c6c6;
	padding: 0px;
}

table.items tbody tr td {
	background-color: white;
	border: 2px solid #bdbdbd;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-right-width: 0px;
	box-shadow: 5px 5px 5px #D2D0CF;
}

table.items tbody tr td.avatar_column {
	border-left-width: 2px;
}

table.items tbody tr td.ban_column {
	border-left-width: 0px;
	border-right-width: 4px;
}

table.items tbody tr td.id_column {
	border-right-width: 3px;
}

table.items thead tr {
	text-align: center;
	margin-bottom: 4px;
}

.summary {
	text-align: right;
}

.header {
	box-shadow: -5px 5px 5px #A7A9AC;
	background-image: linear-gradient(top, #4A4E50 0%, #6D6E71 60%, #63686A 100%);
	background-image: -o-linear-gradient(top, #4A4E50 0%, #6D6E71 60%, #63686A 100%);
	background-image: -moz-linear-gradient(top, #4A4E50 0%, #6D6E71 60%, #63686A 100%);
	background-image: -webkit-linear-gradient(top, #4A4E50 0%, #6D6E71 60%, #63686A 100%);
	background-image: -ms-linear-gradient(top, #4A4E50 0%, #6D6E71 60%, #63686A 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4E50), color-stop(0.6, #6D6E71), color-stop(1, #63686A));
	color: #FCFCFC;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
	line-height: 26px;
	padding: 2px 12px;
	text-align: center;
	font-family: 'eurostilebold', Arial, sans-serif;
	font-size: 20px;
	height: 24px;
	margin-bottom: 30px;
	position: relative;
	top: -1px;
}

div.preload {
	display: none;
}

.country_column {
	width: 34px;
}

.name_column img {
	position: relative;
	top: 7px;
	margin-top: -10px;
}

.country_column img {
	position: relative;
	top: 3px;
	left: 17px;
}

th#yw0_c7 {
	width: 70px;
}

th#yw0_c7 {
	width: 70px;
}

/*Header row*/
table.items thead  {
	background-color: white;
}


.content_search {
	padding: 0px 10px 20px 10px;
}

.content_search form {
	margin-top: -10px;
}

.result_wrapper {
	padding: 5px;
	margin-bottom: 10px;
}

.search_field_username {
	width: 130px;
}

.search_field_countrylist {

}

.search_field_limitto {

}

.search_submit {
	border-color: #8B98A0;
	border-style: solid;
	border-width: 1px;
	box-shadow: -3px 5px 5px #D2D0CF;
	color: #282828;
	display: block;
	margin-left: 5px;
	text-decoration: none;
	background-image: linear-gradient(top, #FCFCFC 0%, #B1BFC7 50%, #8B98A0 100%);
	background-image: -o-linear-gradient(top, #FCFCFC 0%, #B1BFC7 50%, #8B98A0 100%);
	background-image: -moz-linear-gradient(top, #FCFCFC 0%, #B1BFC7 50%, #8B98A0 100%);
	background-image: -webkit-linear-gradient(top, #FCFCFC 0%, #B1BFC7 50%, #8B98A0 100%);
	background-image: -ms-linear-gradient(top, #FCFCFC 0%, #B1BFC7 50%, #8B98A0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFCFC), color-stop(0.5, #B1BFC7), color-stop(1, #8B98A0));	
	display: inline-block;
	position: relative;
	height: 24px;
	margin-top: -20px;
	top: 30px;
}

.search_submit img {
	height: 28px;
	margin-left: 0px;
	position: relative;
	top: -2px;
	width: 28px;
	z-index: 1;
}

.search_submit input {
	border: none;
	background-color: transparent;
	font-family: 'eurostilebold';
	font-weight: normal;
	height: 20px;
	line-height: 25px;
	position: relative;
	top: -30px;
	width: 100%;
	z-index: 2;
	padding-left: 25px;
	padding-right: 0px;
	margin-right: -20px;
	vertical-align: center;
	height: 25px;
}

.search_submit span {
	margin-top: -4px;
}

.search_submit:hover {
	background-color: #bcc4c7;
	background-image: linear-gradient(top, #ffffff 0%, #B1BFC7 50%, #97a2aa 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #B1BFC7 50%, #97a2aa 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #B1BFC7 50%, #97a2aa 100%);
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #B1BFC7 50%, #97a2aa 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #B1BFC7 50%, #97a2aa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFCFC), color-stop(0.5, #B1BFC7), color-stop(1, #97a2aa));
}

a.sort-link.asc:after, a.sort-link.desc:after {
	margin-left: 4px;
}

a.sort-link.asc:after {

	content: url("../../images/icons/arrow_down.png");
}

a.sort-link.desc:after {
	white-space: nowrap;
	content: url("../../images/icons/arrow_up.png");
}

.id_column, .shouts_column, .posts_column, .registered_column, .visited_column, .group_column, .ban_column {
	text-align: center;
}

.result_items {
	/*background-image: url("/images/textures/snow_texture_wide.jpg");*/
}

