/* slider */
div.slider
{
	position: relative;
	margin-top: 5px;
	height: 15px;
	width: 100%;
}

div.slider div.sliderIcon
{
	position: absolute;
	top: -3px;
	z-index: 100;
}

div.slider div.sliderIcon img
{
	display: block;
}


div.slider div.sliderbar
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(5,124,176);
	height: 2px;
	width: 100%;
}

div.slider div.sliderbar div.fill
{
	height: 2px;
	background-image: url('../Icons/sliderbar_fill.png');
	background-color: rgb(5,124,176);
	position: relative;
}
/* end slider */

#interests_search
{
	background-color: rgb(214,227,239);
	padding: 5px;
}

#interests_tagcloud
{
	/*background-color: rgb(214,227,239);*/
	padding: 5px;
	width:517px;
	text-align:left;
  font-family: tahoma;
}

#interests_tagcloud a
{
	width:517px;
	text-decoration: none;
}

#interests_tagcloud2
{
	/*background-color: rgb(214,227,239);*/
	padding: 5px;
	width:517px;
	text-align:left;
  font-family: tahoma;
}
#interests_tagcloud2 a
{
	width:517px;
	text-decoration: none;
}

#interests_tagcloud_big
{
	background-color: rgb(214,227,239);
	padding: 5px;
	width: 717px;
	text-align: left;
  font-family: tahoma;
}
#interests_tagcloud_big a
{
	width: 717px;
	text-decoration: none;
}

#interests_tagcloud3
{
	/*background-color: rgb(214,227,239);*/
	padding: 5px;
	width:517px;
	text-align:left;
  font-family: tahoma;
}
#interests_tagcloud3 a
{
	width:517px;
	text-decoration: none;
}

#interests_tagcloud4
{
	background-color: rgb(214,227,239);
	padding: 5px;
	width:517px;
	text-align:left;
  font-family: tahoma;
}
#interests_tagcloud4 a
{
	width:517px;
	text-decoration: none;
}

.profile_blue_bg
{
	background-color: rgb(214,227,239);
	padding: 5px;
	width:477px;
	text-align:left;
  font-family: tahoma;
}
.profile_blue_bg a
{
	width:477px;
	text-decoration: none;
}

div.interests_pageinfo
{
	/*background-color: rgb(214,227,239);*/
	padding: 5px;
	width:517px;
	text-align:left;
  font-family: tahoma;
}

#interests_settings,
#interests_filter
{
	background-color: rgb(214,227,239);
	padding: 5px;
	padding-left: 10px;
}

div.interest_thumb
{
	width: 160px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

div.image_thumb
{
	width: 112px;
}

div.image_zoom
{
	float: left;
	display: inline;	/* IE Double Margin Bug! */
	margin-right: 10px;
	margin-top: 10px;
	margin-right: 0px;
	width: auto;
	margin-left: 17px;
}


div.interest_container
{
	border-style: solid;
	border-width: 0px;
	background-color: rgb(214,227,239);
	background-image: url('../Icons/interest_thumb_background.png');
	background-repeat: repeat-x;
	color: rgb(127,127,127);
	margin-top:5px;
	margin-bottom:5px;
}

div.interest_container a
{
	text-decoration: none;
}

div.interest_container a:hover img.foto
{
	position: relative;
	left: 1px;
	top: 1px;
}


a.interest_username
{
	font-size: 120%;
	font-weight: bold;
}


img.status_icon
{
	vertical-align: middle;
	margin-left: -2px;
	margin-right: -3px;
}


div.mini_thumb
{
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 1px;
	background-image: url('../Icons/50x50_shadow_lightblue.png');
	background-repeat: no-repeat;
}

div.mini_thumb img.foto
{
	width: 50px;
	height: 50px;
}


div.mini_thumb a:hover img.foto
{
	position: relative;
	left: 1px;
	top: 1px;
}

div.big_thumb
{
	float: left;
	width: 165px;
	height: 165px;
	margin-right: 1px;
	background-image: url('../Icons/160x160_background.png');
	background-repeat: no-repeat;
}

div.big_thumb img.foto
{
	width: 160px;
	height: 160px;
}


div.big_thumb a:hover img.foto
{
	position: relative;
	left: 0px;
	top: 1px;
}

div.interest_teasers
{
	overflow: hidden;
	height: auto;
	background-color: rgb(215,228,240);
	padding: 5px;
}


input.interest_search
{
	border-width: 1px;
	border-style: solid;
	border-color: rgb(5,124,176);
	padding: 3px;
	width: 140px;
}




div.filter
{
	clear: both;
	margin-bottom: 1em;
}


div.filter h5
{
	font-weight: bold;
	padding: 0px;
	font-size: 100%;
	margin: 0px 0px 5px -5px;
	color: rgb(5,124,176);
	text-transform: uppercase;
}


div.interest_teaser_info a
{
	text-decoration: none;
}

.AddRemoveInterestsButton
{
	width:160px;
	height:20px;
	font-size:10px;
	border: 1px solid #e1ecfc;
	background-color: #B9D1F4;
	color: #003399;
  background-image: url(../Icons/partgrad.gif);
  background-repeat: repeat-x;
}
.AddRemoveInterestsButton2
{
	width:200px;
	height:20px;
	font-size:10px;
	border: 1px solid #e1ecfc;
	background-color: #B9D1F4;
	color: #003399;
  background-image: url(../Icons/partgrad.gif);
  background-repeat: repeat-x;
}
.AddRemoveTagButton
{
	width:125px;
	height:20px;
	font-size:10px;
	border: 1px solid #e1ecfc;
	background-color: #B9D1F4;
	color: #003399;
  background-image: url(../Icons/partgrad.gif);
  background-repeat: repeat-x;
}

/*groups stuff, reuses many of the interests stuff*/
#groups_search
{
	background-color: rgb(214,227,239);
	padding: 5px;
}

div.group_thumb
{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

div.group_container
{
	border-style: solid;
	border-width: 0px;
	/*background-color: rgb(214,227,239);*/
	/*background-image: url('../Icons/group_thumb_background.png');*/
	background-repeat: repeat-x;
	color: rgb(127,127,127);
	height: 100px;
	width: 517px;
}

div.group_container a
{
	text-decoration: none;
}

div.group_container a:hover img.group_foto
{
	position: relative;
	left: 1px;
	top: 1px;
}

div.group_thumb img.group_foto
{
	width: 100px;
	height: 100px;
}

div.margin100andpadd5
{
	margin-left: 100px;
	padding: 5px;
	margin-top: 9px;
	background-color: rgb(214,227,239);
	background-image: url('../Icons/group_thumb_background.png');
}

div.nogroupsinfo
{
	background-color: rgb(214,227,239);
	padding: 5px;
	width:517px;
	text-align:left;
  font-family: tahoma;
}
