.right{
float:right;
}
.left{
float:left;
}

.clr_r{
clear:right;
}
.clr_l{
clear:left;
}

.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}

.block_name{
font-weight:bold;
font-size:1.7em;
}

#admin_header_wrapper{
width: 100%;
position: absolute;
top: 0px;
left: 0px;
height: 22px;
background-color: #000;
font-family: "Arial, Times New Roman";
font-size: 16px;
}
#admin_header_wrapper_size{
height: 22px;
}
#admin_header{
float: right; margin-right: 10px; color: #fff;
}
#admin_header_left{
float: left; margin-left: 10px; color: #fff;
}
#admin_header a:link{
font-family: "Arial, Times New Roman";
font-size: 16px;
color: #fff;
}
#admin_header a:hover{
font-family: "Arial, Times New Roman";
font-size: 16px;
color: #fff;
}
#admin_header a:visited{
font-family: "Arial, Times New Roman";
font-size: 16px;
color: #fff;
}
#admin_header a:active{
font-family: "Arial, Times New Roman";
font-size: 16px;
color: #fff;
}

.cb_wrap {
display: inline;
position: relative;
width: 0px;
height: 0px;
overflow: visible;
float: left;
}

.cb_style {
display: inline;
position: absolute;
width: 0px;
height: 0px;
overflow: visible;
top: -3px;
left: -3px;
z-index: 99999;
}

.notebook_edit{
  float:left;
  height:32px;
  width:32px;
  padding-right:5px;
  background-repeat: no-repeat;
  background: url(/design/notebook.png);
  background-image: url(/design/notebook.png);
  background-position: -10px -179px;
}

.notebook_delete{
  float:left;
  height:32px;
  width:32px;
  padding-right:5px;
  background-repeat: no-repeat;
  background: url(/design/notebook.png);
  background-image: url(/design/notebook.png);
  background-position: -10px -137px;
}

.notebook_add{
  float:left;
  height:32px;
  width:32px;
  padding-right:5px;
  background-repeat: no-repeat;
  background: url(/design/notebook.png);
  background-image: url(/design/notebook.png);
  background-position: -10px -221px;
}

.notebook_translate{
  float:left;
  height:32px;
  width:32px;
  padding-right:5px;
  background-repeat: no-repeat;
  background: url(/design/book.png);
  background-image: url(/design/book.png);
  background-position: -10px -345px;
}

.notebook_add_sub{
  float:left;
  height:32px;
  width:32px;
  padding-right:5px;
  background-repeat: no-repeat;
  background: url(/design/notebook.png);
  background-image: url(/design/notebook.png);
  background-position: -10px -473px;
}

.notebook_configure{
  float:left;
  height:32px;
  width:32px;
  padding-right:5px;
  background-repeat: no-repeat;
  background: url(/design/wrench.png);
  background-image: url(/design/wrench.png);
  background-position: -10px -263px;
}
