/******************************
 Menu bar
********************************/

/*******************************************************
 **       New Controlpanalmenubar       BEGIN         **
 ******************************************************/
#pb_controlarea_new {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 7px;
	left: 0;
	margin-left:80px;
	font-size: 11px;
	padding-left: 9px;
}
#pb_controlarea_new a{
	padding: 5px 6px;
	line-height: 220%;
	margin-right: 8px;
	color: #999;
	text-decoration: none;
	border-bottom-width: 0px;
}
#pb_controlarea_new a:hover {
	color: #fff;
}
#pb_controlarea_new a.current {
	background-color: #e4f2fd;
	color: #555;
	border: none;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
#pb_controlarea_new a.current:hover{
	color: #555;
}
/*******************************************************
 **       New Controlpanalmenubar       END           **
 ******************************************************/

/*******************************************************
 **       Old Controlpanalmenubar       BEGIN         **
 ******************************************************/
#pb_controlarea
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 32px;
}

#pb_controlstrip
{
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #2e2c2c;
    background-image: url(/images/bg-dark.gif);
}
/*******************************************************
 **       Old Controlpanalmenubar       END           **
 ******************************************************/

#pb_controlstrip table
{
    margin: 0;
    padding: 0;
    width: auto;
	border:1px solid red;
}

#pb_controlstrip td
{
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: normal;
    color: #989898;
}

#pb_controlstrip a
{
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16.5px;
    letter-spacing: normal;
    text-decoration: underline;
    font-variant: normal;
    border: 0;
    margin: 0;
    padding: 0;
    color: #f5f5f5;
}

#pb_controlstrip img {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

#pb_controlstrip a img
{
    padding: 0;
    margin: 0;
    border: 0;
}


/* First cell */
#pb_controlstrip_userpic
{
	text-align: left;
    vertical-align: middle;
    width: 128px;
    padding-left: 12px;
    border-right: 2px solid #878080;
}

/* Second cell */
#pb_controlstrip_category
{
    text-align: left;
    vertical-align: middle;
    width: 220px;
    padding-left: 10px;
    border-right: 1px solid #878080;
}

/* Third cell */
#pb_controlstrip_tag
{
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

/* Fourth cell */
#pb_controlstrip_register
{
    text-align: right;
    vertical-align: middle;
    padding-right: 10px;
}

#pb_controlstrip_whitebold12
{
    font-size: 12px;
    font-weight: bold;
    color: #f5f5f5;
}

#pb_controlstrip_white14
{
    font-size: 14px;
    color: #f5f5f5;
}

/* profile info on sidebar */
table.profileinfo{ font-family: arial,helvetica,sans-serif; font-size : 12px; }

hr.block {
	display: block;
}

#profilebottomaction {
	padding: 0;
}

#profilebottomaction a:link, #profilebottomaction a:visited, #profilebottomaction a:active, #profilebottomaction a:hover { 
	text-decoration: underline;
	display: inline;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* profile info on post footer */
#postfooter {
	padding: 0;
}

#postfooter img {
	border: none;
	padding: 0;
	margin: 0;
	}

/* menu bar in dashboard */
#pb_controlstrip_logo
{
	text-align: left;
    vertical-align: middle;
    width: 128px;
    padding-left: 12px;
}

#pb_controlstrip_menu
{
    text-align: left;
    vertical-align: middle;
    padding-left: 30px;
}

#pb_controlstrip_menu a {
	padding-left:8px;
	padding-right:8px;
	}


