﻿body, form
{
	margin: 0;
	padding: 0;
}

body, p, input
{
	font-family: Arial;
	font-size: 12px;
	color: #323232;
}

.Left
{
	float:left;
}

.Right
{
	float:right;
}

.Clear
{
	clear:both;
	height:0px;
	min-height:0px;
	font-size:0px;
	line-height:0px;
}

.Clickable
{
	cursor:pointer;
	cursor:hand;
}

a
{
  outline: none;
  color:#0594ea;
  text-decoration:none;
  font-weight:bold;
}


.Invisible
{
	display:none;
}

.Spinner 
{
	width: 100%;
	height: 20px;		
	top: 200px;
	position: absolute;	
	background-image: url(../img/spinner.gif);
	background-position: center top;
	background-repeat:no-repeat;
	
}

#pnlLoginArea 
{
	cursor: pointer;
}

#pnlMyProfileHover 
{
	background-image: url(../img/backgrounds/bgMyProfileMenu.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 119px;
	width: 169px;
	position: absolute;
	z-index: 10000;
	display: none;	
}

#pnlMyProfileHover .HoverUserName
{
	background-color: White;
	margin: 3px;
	margin-top: 0px;
	height: 40px;	
	float:left;
	text-align: center;
	padding: 5px;
	color: #012861;
	white-space: nowrap;

}

#pnlMyProfileHover .Username 
{
	display: inline;
}

#lnkMyProfileAccountInfo,
#lnkMyProfileFavourites
{	
	clear: both;
	padding-bottom: 15px;	
	color: #0594ea;
	font-weight: bold;
	margin-left: 18px;
	cursor: pointer;
}

