/* ======== SQLGridSelectedView Custom Styles ======== */
table.SGSV_Grid{border-width:0px !important;}
.SGSV_Grid { 
background-color: #1c1c1c;

    margin: 2px
}	
.SGSV_GridItem {
    background-color: #2a2a2a !important;
    font-size: 11px;
    font-weight: normal;
	
}
td.SGSV_GridItem, td.SGSV_GridAlternateItem {margin:4px !important;}
.SGSV_GridAlternateItem {
 
    font-size: 11px;
    font-weight: normal; 
    background-color:#1c1c1c
}
.SGSV_GridHeader {
    
    font-size: 11px;
    font-weight: bold
}
.SGSV_GridFooter {
    
    font-size: 11px;
    font-weight: bold
}
.SGSV_GridColumn {
    
    font-size: 11px;
    font-weight: normal
}
.SGSV_GridPages {
    
    font-size: 11px;
    font-weight: bold
}
.SGSV_Header {
    
    font-size: 11px;
    font-weight: bold
}
.SGSV_Footer {
    
    font-size: 11px;
    font-weight: bold
}
.SGSV_Prompt {
    
    font-size: 11px;
    font-weight: bold
}

/* additional styles */

.SGSV_Normal {
    
    font-size: 11px;
    font-weight: normal;
}
.SGSV_NormalBold {
    
    font-size: 11px;
    font-weight: bold
}

/* ====== SQLPageSelectedView Custom Styles ========== */
.SPSV_Grid { 
background-color: #1c1c1c !important;

    margin: 2px
}	
.SPSV_GridItem {
    background-color: #1c1c1c !important;
    font-size: 11px;
    font-weight: normal;
}
.SPSV_GridAlternateItem {
    background-color: #1c1c1c !important;
    font-size: 11px;
    font-weight: normal; 
    background-color:#E8E8E8
}
.SPSV_GridHeader {
    
    font-size: 11px;
    font-weight: bold;
}
.SPSV_GridFooter {
    
    font-size: 11px;
    font-weight: bold
}
.SPSV_GridColumn {
    
    font-size: 11px;
    font-weight: normal;
}
.SPSV_GridPages {
    
    font-size: 11px;
    font-weight: bold
}
.SPSV_Header {
    
    font-size: 11px;
    font-weight: bold
}
.SPSV_Footer {
    
    font-size: 11px;
    font-weight: bold
}
.SPSV_Prompt {
    
    font-size: 11px;
    font-weight: bold
}

/* additional styles */

.SPSV_Normal {
    
    font-size: 11px;
    font-weight: normal;
}
.SPSV_NormalBold {
    
    font-size: 11px;
    font-weight: bold
}