form table.gtc-data-table {
    background-color: #fff;
    border: 1px solid #cccccc;

    border-collapse: collapse;
    border-spacing: 0;
}

form table.gtc-data-table th {
    background-color: #ffcb55;
    height: 30px;
    border-left: 1px solid #cccccc;
    padding: 0px 5px 0px 5px;
    min-width: 100px;
}

form table.gtc-data-table th a {
    text-decoration: none;
    color: #333;
}


form table.gtc-data-table td {
    padding: 5px 10px 5px 10px;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}



tr.activeTR:hover {
	background-color: #fbe3a8;/*#ffd266;*/	
	}
	
tr.activeTR:hover td {	
    background-color: #fbe3a8;/*#ffd266;*/	
	}	

.tdCenter {
   text-align: center;
}

.tdRight {
	text-align: right;
}

.thLeft {
	text-align: left;
	text-indent: 5px;
}

.tdStrong {
   font-weight: bold;
}

.colorBorder {
	 border: 1px solid #ffb400;  
}
	
.tdImg {
	text-decoration: none;
        background-color: #fff5e8;
}

.tdImg a {	
	text-decoration: none;
	margin: 0px 5px 0px 0px; 
        display: inline-block;
        height: 20px;
        width: 20px;
        position: relative;
}

.tdImg a img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.detailTable{
	width: 540px;
	}

.detailStatusTable {
    width: 540px;
}

.detailStatusImg {
	width: 540px;
	}
	
 
.tableLabel {
   display:block; 
   width:100%;
   height:100%; 
   margin:0; 
   padding:0; 
   border:none; 
}
	
.tableLabelRight {
   display:block; 
   width:100%;
   height:100%; 
   margin:0; 
   padding:0; 
   border:none; 
   float: right;
   text-align: right;
}
/*
#recordInformations {
   text-indent: 5px;
   top: 0px;
   left: 0px;  
   text-align: left;
   float: left;
}

/*RECORD_MENU [START]
	Define the style of the Record Navigation.   
	Implemented as a <ul> */
	
#recordNavi {
    float: right;
    clear: both;
    padding-top: 5px;
}

.recordNaviList {
    float: right;
}

.recordNaviList li {
    list-style: none;
    float: left;
    margin: 3px;
    
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

#recordInformations {
    clear: both;
    display: block;
    padding: 5px 0px 5px 0px;
}

.recordNaviList li a {
    display: block;
    float: left;
    text-decoration: none;
    padding: 5px 7px 5px 7px;
    font-size: 14px;
}


   
/*RECORD_MENU [END]*/   
   
  
   
#DSSelection {	
    float: right;
    
}

#DSSelection input[type=submit] {
   background-image: url("../images/navi/reiter_up_m.gif");   
   width: 20px;
   margin-left: 5px;
}





#listCheckbox {
        position: relative;
        top: 3px;
        margin-right: 5px;
        float: left;
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 16px;
        }

#reload {
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
	margin-bottom: 10px;
	}
 
#exportList {
	position: relative;
	top: 5px;
	left: 10px;
	float: left;
	margin-bottom: 10px;
	}
	 
#eraseSearch {
	position: relative;
	clear: both;	
	margin-bottom: 10px;
	text-align: center;
	}   
	

	
        .active_recordNaviItem a {
            color: green;
            font-weight: bold;
        }
        
        .normal_recordNaviItem a {
            color: #444;
        }


