/** rounded corners **/
div#toolbar-box {
  background: #F0F0F0;
  margin-top: 3px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 10px;
}

div.t {
  height: 26px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
  color: #CC0000;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
}



div.t a{
    cursor:pointer;
    padding:0px 0px;
    white-space:nowrap;
    text-decoration: none;
    color: #CC0000;
}
div.t a:hover{
    cursor:pointer;
    padding:0px 0px;
    white-space:nowrap;
    text-decoration: underline;
    color: #CC0000;
}

div.b {
  height: 6px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

div.m {
  border-left: 1px solid #7FACE3;
  border-right: 1px solid #7FACE3;
  padding: 0 0px;
}

div#toolbar-box div.m {
  padding: 0;
}

div#toolbar-box div.t{
  background: url(../images/j_border_big.png) 0 0 repeat-x;
}

div#toolbar-box div.t div.t{
   background: url(../images/j_crn_tr_med_big.png) 100% 0 no-repeat;

}

div#toolbar-box div.t div.t div.t{
   background: url(../images/j_crn_tl_med_big.png) 0 0 no-repeat;
}

div#toolbar-box div.b{
  background: url(../images/j_border_bbig.png) 0 100% repeat-x;
}

div#toolbar-box div.b div.b{
   background: url(../images/j_crn_br_med_big.png) 100% 0 no-repeat;
}

div#toolbar-box div.b div.b div.b{
   background: url(../images/j_crn_bl_med_big.png) 0 0 no-repeat;
}

.clr {
clear:both;
overflow:hidden;
}
/**no title toolbox**/
div#no-title-toolbar-box {
  background: #f7f7f7;
  margin-top: 3px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 10px;
}

div.nt {
  height: 6px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
  color: #CC0000;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
}

div.nm {
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  padding: 0 0px;
}

div#no-title-toolbar-box div.nm{
  padding: 0;
}

div#no-title-toolbar-box div.nt{
  background: url(../images/j_border.png) 0 0 repeat-x;
}

div#no-title-toolbar-box div.nt div.nt{
   background: url(../images/j_crn_tr_dark.png) 100% 0 no-repeat;

}

div#no-title-toolbar-box div.nt div.nt div.nt{
   background: url(../images/j_crn_tl_dark.png) 0 0 no-repeat;
}

div#no-title-toolbar-box div.b{
  background: url(../images/j_bottom.png) 0 100% repeat-x;
}

div#no-title-toolbar-box div.b div.b{
   background: url(../images/j_crn_br_med.png) 100% 0 no-repeat;
}

div#no-title-toolbar-box div.b div.b div.b{
   background: url(../images/j_crn_bl_med.png) 0 0 no-repeat;
}
