/* PANELS */
.pheader {
clear:left;
height:55px;
}
.pheader .headerwrapper {
float:left;
width:100%;
}
.pheader .headerwrapper .headertext {
background:url(images/bgHeader.gif) repeat-x;
color:#FFF;
font-weight:700;
font-size:11px;
height:21px;
margin:0 8px;
padding:5px 8px 0px 0px;
display:none;
}
.pheader .headerleft, .pheader .headerright {
background-repeat:no-repeat;
float:left;
height:27px;
width:8px;
}
.pheader .headerleft {
}
.pheader .headerright {
}

div.panelShell {
position:relative;
width:263px;
*width:260px;
height:300px;
min-height:100px;
margin-bottom:10px;
background-image:url(images/team_status_panel.gif);
background-repeat:no-repeat;
}

#hp_center .panelShell {
  background-image:none;
  width:540px;
height:200px;
margin-left:70px;
margin-top:30px;
  }

div.panelHead {
position:absolute;
left:0;
top:0;
width:auto;
height:27px;
background:#3B587A;
}

div.panelContent {

}

div.panelContent div {
margin-bottom:5px;
padding-left:5px;
padding-right:5px;
}

div.panelContent span {
font-size:11px;
font-weight:700;
}

#rightcol div.panelContent {
/*padding:10px;*/
padding:10px 21px 10px 9px;
}

.panelInfo {
width:280px;
padding:0px;
}
.help_container{

overflow-y:auto;
height:450px;
  }

.panelInfoLabel {
font-weight:bold;
vertical-align:top;
width:220px;
padding:0 0 5px 0;
color:#C0C0C0;
}

.panelInfoValue {
vertical-align:top;
width:184px;
padding:0 0 5px 0;
color:yellow;
font-weight:bold;
}

/* END PANELS*/
