
.ControlPanelContent
{
	margin-left:8px;
	height:287px;
}

.ControlPanelInfo
{
	font-size:12px
}

.ControlPanelSection
{
	margin-top:8px;
}

.ControlPanelSubTitle
{
	font-weight:bold;
	font-size:12px;	
}

.ControlPanelFieldLabel
{
	margin-top:8px;
}

.ControlPanelTextBox
{
}

#PasswordFeedbackDIV
{
	margin-top:8px;
	font-size:12px;
	font-weight:bold;
	height:24px;
}

.PasswordFeedbackGood
{
	color:green;
}

.PasswordFeedbackBad
{
	color:red;
}

.ControlPanelButton
{
	display:block;
	margin-top:8px;	
}

.ControlPanelButton:hover
{
	cursor:pointer;
}

b.hoverHand
{
	cursor:pointer;
}

.achievementIcon:hover
{
	cursor:pointer;
}

div#HeaderCoatOfArmsDIV:hover
{
	cursor:pointer;
}

div.SectionsMenu
{		
	height:308px;
	
}
div.ProfileSections
{	
	height:275px;
	padding-left:8px;
}
div.SectionsTitle
{
	font-size:18px;
	font-weight:bold;
}

div.ProfileMenuOption
{	
	margin-top:16px;
	height:22px;
	padding-left:24px;
	margin-right:8px;	
	border-bottom:2px dotted black;
	font-weight:bold;
	font-size:12px;
	background-image:url('/img/arrow.png');
	background-repeat:no-repeat;
	background-position:center left;	
}

div.ProfileMenuOptionVisited
{	
	margin-top:16px;
	height:22px;
	padding-left:24px;
	margin-right:8px;	
	border-bottom:2px dotted black;
	font-weight:bold;
	font-size:12px;
	background-image:url('/img/exclamation-squaresign.png');
	background-repeat:no-repeat;
	background-position:center left;
}

div.ProfileMenuOptionCompleted
{	
	margin-top:16px;
	height:22px;
	padding-left:24px;
	margin-right:8px;	
	border-bottom:2px dotted black;
	font-weight:bold;
	font-size:12px;
	background-image:url('/img/tick.png');
	background-repeat:no-repeat;
	background-position:center left;	
}

div.ProfileMenuOptionLocked
{	
	margin-top:16px;
	height:22px;
	padding-left:24px;
	margin-right:8px;	
	border-bottom:2px dotted black;
	font-weight:bold;
	font-size:12px;
	background-image:url('/img/arrow.png');
	background-repeat:no-repeat;
	background-position:center left;	
}

div.ProfileMenuOption:hover
{		
	border-bottom:2px dotted gray;	
	color:#aa0000;
	cursor:pointer;
	background-image:url('/img/arrow-glow.png');
}
div.ProfileMenuOptionVisited:hover
{		
	border-bottom:2px dotted gray;	
	color:#aa0000;
	cursor:pointer;
	background-image:url('/img/exclamation-squaresign-glow.png');
}
div.ProfileMenuOptionCompleted:hover
{		
	border-bottom:2px dotted gray;	
	color:#aa0000;
	cursor:pointer;
	background-image:url('/img/tick-glow.png');
}
div.menuSubtext
{
	display:inline;
	margin-left:0 auto;
	font-size:10px;
	text-align:right;
	float:right;
	width:200px;
}
div.menuPercentage
{
	display:inline;
	margin-left:0 auto;
	margin-right:16px;
	font-size:12px;
	text-align:right;
	float:right;
}
input.ProfileNext
{
	margin-top:46px;
	float:right;	
	display:block;
	margin-right:8px;
	width:90px;	
}
input.ProfileNext:hover
{
	cursor:pointer;
}

button.ProfileNext
{
	margin-top:46px;
	float:right;	
	display:block;
	margin-right:8px;
	width:90px;	
}
button.ProfileNext:hover
{
	cursor:pointer;
}

/* Usernames */
div#UsernameDisplay
{
	margin-top:16px;
	width:420px;
	height:55px;
	margin:0 auto;
	border:1px solid grey;
	border-bottom:2px solid grey;
	border-right:2px solid grey;		
	background-color:#eeee99;
}
div#UsernameSection
{
	
}
div#UsernameEntry
{			
	margin-top:16px;	
}
div#UsernameEntry div
{	
		
}
div#UsernameEntry input
{
	
}
span#FormattedUsername
{	
	font-size:32px;
	font-weight:bold;
}

span.breadcrumb:hover
{
	text-decoration:underline;
	cursor:pointer;
}

#map_canvas
{	
	margin-top:8px;	
}

div.PeopleSearchResult img
{
	display:inline;	
}

div.PeopleSearchResult
{
	border-bottom:1px dotted gray;
	border-left:1px dotted gray;
	border-right:1px dotted gray;
}

div.PeopleSearchResult:hover
{
	border-bottom:1px dotted gray;
	border-left:1px dotted gray;
	border-right:1px dotted gray;
	background-color:white;
}




