/* LOGIN BLOCK */
div.loginBlock
{
	float					: right;
	margin-right			: 20px;
	color					: #2e3d98;;
	font-weight				: bold;
}

div.loginBlock a
{
	color					: #2e3d98;
}

div.loginBlock a:hover
{
	color					: #626fbc;
}

/* USERMENU BLOCK */
div.userMenuBlock
{
	float					: right;
	margin-right			: 20px;
	color					: #2e3d98;
}

div.userMenuBlock a
{
    font-weight				: bold;
	color					: #2e3d98;
}

div.userMenuBlock a:hover
{
	color					: #626fbc;
}

/* USER GROUPS BLOCK */
div.userGroupsBlock span.details
{
	display					: block;
	width					: 75px;
	height					: 110px;
	float					: left;
	margin-left				: 11px;
	margin-right			: 10px;
	text-align				: center;
	
	word-wrap 				: break-word;
	_margin-left			: 8px;
	_margin-right			: 7px;
}

div.userGroupsBlock span.imageWrap
{
	display					: block;
	width					: 75px;
	height					: 75px;
	
	margin-left				: auto;
	margin-right			: auto;
	
	background-color		: #000000;
	
	cursor					: pointer;
}

div.userGroupsBlock span.ieFix
{
	_width					: 0; 
	_height					: 100%; 
	_display				: inline-block;
	_vertical-align			: middle;
}

*:first-child+html div.userGroupsBlock span.ieFix
{
	width					: 0; 
	height					: 100%; 
	display					: inline-block;
	vertical-align			: middle;
}

div.userGroupsBlock span.image
{
	display					: table-cell;

	width					: 75px;
	height					: 75px;
	
	vertical-align			: middle;
	text-align				: center;
		
	_width					: 100%; 
	_height					: auto;
	_display				: inline-block;
	_margin-top				: -2px;
	_margin-bottom 			: -3px;		
}

*:first-child+html div.userGroupsBlock span.image
{
	width					: 100%; 
	height					: auto;
	display					: inline-block;
	margin-top				: -2px;
	margin-bottom 			: -3px;		
}

/* LANGUAGESELECTOR BLOCK */
div.languageSelectorBlock
{
	float					: right;
	width					: 25px;
	height					: 75px;
	
	position				: relative;
	right					: 10px;
	_right					: 7px;
	top						: -8px;
	_top					: -6px;
}

div.languageSelectorBlock table
{
	margin 					: 0px;
	padding 				: 0px;
}

div.languageSelectorBlock table td
{
	padding-top				: 2px;
	_padding-top			: 0px;
}

/* ADMIN BLOCK */
div.adminBlock
{
	border					: 1px solid #737373;
	height					: 20px;
	margin-bottom			: 10px;
	padding					: 5px;
}

/* GROUPINVITEURL BLOCK */
div.groupInviteUrlBlock
{
	word-wrap				: break-word;
}

div.groupInviteUrlBlock p
{
    overflow                : scroll;
    width                   : auto;
    display                 : block;
}

div.groupInviteUrlBlock a
{
    word-wrap				: break-all;
}