#memberstable td {
padding:2px 4px 2px 4px;/*trbl*/
border-bottom: dashed 1px #A3B5A3;
}

#memberstable th {
background: url(../imgs/cc0000.gif) repeat-x center;
color: #cc0000;
}

#memberstable th span {
background-color: #fff;
padding: 0px 4px 0px 4px;
}

#memberstable td.imagecolumn {
padding:2px 4px 4px 4px;/*trbl*/
}

#memberstable td.lastd {
text-align: center;
}

#btn_back {
float: right;
width: 24px;
height: 24px;
padding: 0px 4px 0px 14px;/*trbl*/
}

#btn_back a {
    display: block;
    height: 24px;
    width: 24px;
    background: url(../imgs/back.jpg) no-repeat center top;
	 border: 0;
}

#btn_back span {
    display: block;
    height: 24px;
    width: 24px;
    background: url(../imgs/back.jpg) no-repeat center top;
	 border: 0;
}

#btn_back a:hover {
    display: block;
    height: 24px;
    width: 24px;
    background: url(../imgs/back.jpg) no-repeat center bottom;
	 border: 0;
}

#btn_forth{
float: right;
width: 24px;
height: 24px;
}

#btn_forth a {
    display: block;
    height: 24px;
    width: 24px;
    background: url(../imgs/forth.jpg) no-repeat center top;
	 border: 0;
`}

#btn_forth span {
    display: block;
    height: 24px;
    width: 24px;
    background: url(../imgs/forth.jpg) no-repeat center top;
	 border: 0;
}

#btn_forth a:hover {
    display: block;
    height: 24px;
    width: 24px;
    background: url(../imgs/forth.jpg) no-repeat center bottom;
	 border: 0;
}

#mem_container h3 {
 margin-top: 0px;
}


#btn_edit {
width: 32px;
height: 18px;
padding: 0px;/*trbl*/
}

#btn_edit a {
    display: block;
    width: 32px;
    height: 18px;
    background: url(../imgs/icn_hanger_off.gif) no-repeat center center;
}


#btn_edit a:hover {
    display: block;
    width: 32px;
    height: 18px;
    background: url(../imgs/icn_hanger_sel.gif) no-repeat center center;
}

#btn_del{
float: right;
width: 18px;
height: 18px;
}

#btn_del a {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../imgs/icn_del_off.gif) no-repeat center center;
}

#btn_del a:hover {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../imgs/icn_del_sel.gif) no-repeat center center;
}

#named_rule1 {
margin-top:10pt;
overflow: hidden;
}

#linemaker{
position:absolute;
vertical-align:middle;
width:645px;
height:10px;
border-bottom:solid 1px red;
}

#linecaption{
position:relative;
text-align:center;
}

#linecaption span{
background-color:#fff;
color:#cc0000;
}

