@import url(control.css);
.tb01 {
    background-attachment: fixed;
    background-image: url(../image/reg_jd02.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    background-color: #DBDBDB;
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: center top;
}

.tb02 {
    background-attachment: fixed;
    background-image: url(../image/id_d1.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

.td_required_title{    
    color: #000000;
    background-position: left center;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    text-align: right;
    padding-right: 5px;
    border-right: #cc6600 4px solid;
    padding-left: 10px; 
    font-size: 12px; 
    height:23px;
}

.td_control_container{
    padding-left:3px;
    background-color:#FFFFFF;
}

.td_control_container_portal{
    height:160px;
    width:360px;
    padding-left:3px;
    background-color:#FFFFFF;
}

.td_normal_title{ 
    color: #000000;
    background-position: left center;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    font-size: 12px; 
    text-align: right;
    height:23px;
}

.td_top_title{
    color: #203995;
    background-position: left top;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    padding-right: 5px;
    padding-left: 10px; 
    font-weight: bold; 
    font-size: 12px;    
    line-height: 25px; 
    text-align: left; 
    text-decoration: none
}

.body_register {
    background-image: url(../image/di01.jpg);
    background-color: #CCCCCC;
}

.tdHidden{
    display:none;
}
.ellipsis{        
    white-space:nowrap;
    overflow:hidden;
    float:left;
    width:100%;
    -o-text-overflow: ellipsis;
    text-overflow:ellipsis;
}
.spanEllipsis{   
    padding-left:5px;
}

.x-tbar-page-search {background:transparent url(../images/search.gif) no-repeat!important;}