div.profile_button
{
	border: 1px dashed rgb(255,255,255);
	margin: 1px;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	color: rgb(150,150,150);
	text-decoration: none;
	text-align: center;
	float: left;
	width: 24%;
	cursor: pointer;
}

div.profile_button_over
{
	border: 1px dashed rgb(208,208,208);
	border-bottom-width: 0px;
	margin: 1px;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	background-image: url('../images/arrow_small_right.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: rgb(150,170,255);
	text-decoration: underline;
	text-align: center;
	float: left;
	width: 24%;
	cursor: pointer;
}

div.profile_button_group
{
	border-bottom: 1px solid rgb(150,170,255);
	height: 30px;
}

div.profile_group
{
	position: relative;
	padding: 5px;
	padding-left: 20px;
	padding-right: 150px;
	color: rgb(150,150,150);
	text-aling: left;
	height: 24px;
	background-image: url('../images/arrow_small_right.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;
	margin: 3px 25px 3px 25px;
	border: 1px dashed rgb(208,208,208);
	background-color: rgb(255,255,255);
	width: 505px;
}

div.profile_group_op
{
	position: absolute;
	padding: 5px;
	padding-left: 20px;
	padding-right: 150px;
	color: rgb(150,170,255);
	text-aling: left;
	height: 24px;
	background-image: url('../images/arrow_small_right.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;
	margin: 3px 25px 3px 25px;
	border: 1px dashed rgb(208,208,208);
	/*filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;*/
	background-color: rgb(255,255,255);
	width: 505px;
}

div.profile
{
	position: relative;
	padding: 5px;
	padding-left: 20px;
	padding-right: 150px;
	color: rgb(150,150,150);
	text-aling: left;
	height: 24px;
	background-image: url('../images/arrow_small_right.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;
	margin: 3px 25px 3px 75px;
	border: 1px dashed rgb(208,208,208);
	background-color: rgb(255,255,255);
	width: 455px;
}

div.profile_op
{
	position: absolute;
	padding: 5px;
	padding-left: 20px;
	padding-right: 150px;
	color: rgb(150,170,255);
	text-aling: left;
	height: 24px;
	background-image: url('../images/arrow_small_right.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;
	margin: 3px 25px 3px 75px;
	border: 1px dashed rgb(208,208,208);
	/*filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;*/
	background-color: rgb(255,255,255);
	width: 455px;
}

div.profile_category
{
	margin: 0px 40px 0px 40px;
	text-align: center;
	font-size: 13px;
	color: rgb(158,158,158);
	font-weight: normal;
	text-decoration: underline;
}

div.profile_name
{
	margin: 0px 40px 0px 40px;
	font-size: 18px;
	color: rgb(150,170,255);
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
div.profile_birthdate
{
	margin: 0px 40px 0px 40px;
	text-align: center;
}
div.profile_sport
{
	margin: 0px 40px 0px 40px;
	color: rgb(226,0,0);
	font-weight: bold;
	text-align: center;
}

div.profile_about
{
	margin: 0px 40px 0px 40px;
	font-size: 12px;
	color: rgb(158,158,158);
	text-align: center;
}

img.profile_photo
{
	float: right;
	margin: 0px 50px 50px 50px;
	padding: 8px;
	border: 1px dashed rgb(150,170,255);
}



div.action_add
{
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px 5px 0px 5px;

	background-image: url('../images/action_add.png');
	background-repeat: no-repeat;
	cursor: pointer;
}


div.action_del
{
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px 5px 0px 5px;

	background-image: url('../images/action_del.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

div.action_edit
{
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px 5px 0px 5px;

	background-image: url('../images/action_edit.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

div.action_enter
{
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px 5px 0px 5px;

	background-image: url('../images/action_enter.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
div.action_up
{
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px 5px 0px 5px;

	background-image: url('../images/action_up.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

div.action_visible
{
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px 5px 0px 5px;

	background-image: url('../images/action_visible.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

div.action_invisible
{
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0px 5px 0px 5px;

	background-image: url('../images/action_invisible.png');
	background-repeat: no-repeat;
	cursor: pointer;
}