/**********************************************************************/
/****************************** Profile Widget **************************/
/**********************************************************************/
#pw_wrapper {	
	color:white;
	font-family:arial;
	font-size: 10px;
	left:6px;
	position:absolute;	
	top:6px;
	width:214px;
}

#pw {
	background-image: url(images/profile_widget_top.png);
	text-align:left;		
}
.IEBody #pw {
	background-image: url(images/profile_widget_top.gif);
	
}

#pw_content  {
	padding: 0 6px 0 6px;
	position:relative;
}

#pw_bottom {
	background-image: url(images/profile_widget_bottom.png);
	height: 20px;	
}
.IEBody #pw_bottom {
background-image: url(images/profile_widget_bottom.gif);
}


/****************************** Collapsed *******************************/
.pw_collapsed #pw {
	background-image: url(images/profile_widget_collapsed.png);
	height: 58px;
	width:220px;
}

.IEBody .pw_collapsed #pw {
	background-image: url(images/profile_widget_collapsed.gif) !important;
}

.pw_collapsed #pw_content,
.pw_collapsed #pw_bottom {
	display:none;
}




/**********************************************************************/
/****************************** General Styles  **************************/
/**********************************************************************/
#pw_wrapper h1,
#pw_wrapper h2,
#pw_wrapper h3,
#pw_wrapper h4,
#pw_wrapper h5,
#pw_wrapper ul,
#pw_wrapper li,
#pw_wrapper p {
	margin:0;
	padding:0;
}

#pw_wrapper ul, 
#pw_wrapper li {
	 list-style-type:none;	 
}

#pw_wrapper h1 {
	font-size:14px;
	line-height:17px;	
	margin:0 0 21px 0;
}

#pw_wrapper h2 {
	margin:8px 0;
	font-size: 10px;
}

#pw_wrapper a {	
	color:white;	
	text-decoration:none;
}

#pw h1 a {	
	display:block;
	padding-left:17px;
	padding-top: 2px;
}





/**********************************************************************/
/****************************** Specifics ******************************/
/**********************************************************************/
#pw_wrapper ul li.profile_name {
	font-weight:bold;
}

#pw_wrapper ul.current_profile {
	margin: 0 0 8px 0px;
	line-height:14px;
}

#pw_wrapper ul.current_profile ul {
	margin: 10px 0 0 30px;
	padding:0;
}	


#pw_wrapper  ul.alternate_profile li,
ul.current_profile li.profile_name {
	font-size:12px;
	background-image: url(images/profile_widget_bullet_background.png);	
	line-height:16px;
	margin: 4px 0 0;
	text-align:center;
	width: 194px;
}

.IEBody #pw_wrapper  ul.alternate_profile li,
.IEBody ul.current_profile li.profile_name {
	background-image: url(images/profile_widget_bullet_background.gif);	
}

#pw_wrapper ul.alternate_profile li a {
	height:100%;
	display:block;
}



