/* ======== SQLGridSelectedView Custom Styles ======== */
.SGSV_GridWrapper {
	width: 900px;
	overflow-x: auto !important; 
	overflow-y: hidden !important; 
	padding-bottom:10px;
}

.SGSV_Grid {
	border-color: #333333 !important;
	border-style: Solid;
	border-collapse: collapse;
	margin: 3px;
	overflow: auto;
}

.SGSV_Grid TD {
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding:5px; 	
}

.SGSV_Grid a:link {
	color: #bee40e;
	font-weight: bold;
	text-decoration: none;
}

.SGSV_GridItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.SGSV_GridAlternateItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal; 
    background-color:#333333
}
.SGSV_GridHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.SGSV_GridFooter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.SGSV_GridColumn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal
}
.SGSV_GridPages {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.SGSV_Header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.SGSV_Footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.SGSV_Prompt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* additional styles */

.SGSV_Normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.SGSV_NormalBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* ====== SQLPageSelectedView Custom Styles ========== */
.SPSV_Grid { 
    /*background-color: White;*/
    border-color: #333333;
    border-width: 1px;
    border-style: Solid;
    border-collapse: collapse;
    margin: 2px
}	
.SPSV_GridItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.SPSV_GridAlternateItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal; 
    background-color:#E8E8E8
}
.SPSV_GridHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.SPSV_GridFooter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.SPSV_GridColumn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.SPSV_GridPages {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.SPSV_Header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.SPSV_Footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.SPSV_Prompt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* additional styles */

.SPSV_Normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.SPSV_NormalBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
