
/****************************************
	portlet code come from MediaWiki
	user profil image too
****************************************/

/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
    border: none;
    margin: 0 0 .5em;
    padding: 0;
    float: none;
    width: 11.6em;
    overflow: hidden;
}
.portlet h4 {
    font-size: 95%;
    font-weight: normal;
    white-space: nowrap;
}
.portlet h5 {
    background: transparent;
    padding: 0 1em 0 .5em;
    display: inline;
    height: 1em;
    text-transform: lowercase;
    font-size: 91%;
    font-weight: normal;
    white-space: nowrap;
}
.portlet h6 {
    background: #ffae2e;
    border: 1px solid #fabd23;
    border-style: solid solid none solid;
    padding: 0 1em 0 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}
.pBody {
    font-size: 95%;
    color: white;
    border-collapse: collapse;
    border: 1px solid #fabd23;
    padding: 0 .8em .3em .5em;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
    margin: 0;
    padding: 0;
}
.portlet ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(../images/bullet.gif);
    font-size: 95%;
}
.portlet li {
    padding: 0;
    margin: 0;
}

/*
** the personal toolbar
*/
#p-personal {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
#p-personal {
    width: 100%;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    overflow: visible;
    line-height: 1.2em;
}
#p-personal h5 {
    display: none;
}
#p-personal .portlet,
#p-personal .pBody {
    z-index: 0;
    padding: 0;
    margin: 0;
    border: none;
    overflow: visible;
    background: none;
}
/* this is the ul contained in the portlet */
#p-personal ul {
    border: none;
    line-height: 1.4em;
    color: #2f6fab;
    padding: 0 2em 0 3em;
    margin: 0;
    text-align: right;
    list-style: none;
    z-index: 0;
    background: none;
    cursor: default;
}
#p-personal li {
    z-index: 0;
    border: none;
    padding: 0;
    display: inline;
    color: #2f6fab;
    margin-left: 1em;
    line-height: 1.2em;
    background: none;
}
#p-personal li a {
    text-decoration: none;
    color: #FFD800;
    padding-bottom: .2em;
    background: none;
}
#p-personal li a:hover {
    padding-bottom: .2em;
    text-decoration: none;
}
#p-personal li.active a:hover {
    background-color: transparent;
}
#p-personal ul {
    text-transform: lowercase;
}
#p-personal li.active {
    font-weight: bold;
}

/* the icon in front of the user name, single quotes in bg url to hide it from iemac */
li#pt-userpage,
li#pt-login {
    background: url(../images/user.gif) top left no-repeat;
    padding-left: 20px;
    text-transform: none;
}

/*
** Logo properties
*/

#p-logo {
	top: 0;
	left: 0;
	position: absolute; /*needed to use z-index */
	height: 155px;
	width: 12em;
	overflow: visible;
}
#p-logo h5 {
	display: none;
}
#p-logo a,
#p-logo a:hover {
	display: block;
	height: 155px;
	width: 12.2em;
	background-repeat: no-repeat;
	background-position: 35% 50% !important;
	text-decoration: none;
}
