/***************************************
 dataGrid.css
***************************************/

/************************
 CSS for HTML Tags
************************/
body {
background-color:white;
}

a {
text-decoration:none;
}

h3 {
color:lightcyan;
}	

table.title {
background:#369
}

td.shadow {
filter:shadow(color=#cccccc)
}

.recSelector {
background-color=gainsboro;
border-style:none;
}

.mark {
font-family:Webdings;
font-weight:bold
}

.mnHead {
font-weight: bold;
font-size: 10pt;
color: White ;
}

.textarea {
font-weight: normal;
font-size: 10pt;
color: Black ;
}

.textareaNN {
font-weight: normal;
font-size: 9pt;
color: Black ;
}

.hpLink {
color: RoyalBlue ;
font-size: 9pt;
font-weight: bold}

.hpLink2 {
color: Black ;
font-size: 9pt;
font-weight: normal}

.hpLink3 {
color: RoyalBlue ;
font-size: 11pt;
font-weight: bold}

.hpLink4 {
color: Black ;
font-size: 9pt;
font-weight: bold}

.hpLink5 {
color: Blue ;
font-size: 12pt;
font-weight: normal}

.label {
font-weight: normal;
font-size: 10pt;
color: RoyalBlue ;
}

.label2 {
font-weight: normal;
font-size: 10pt;
color: RoyalBlue ;
text-align:right ;
}

.label3 {
font-weight: normal;
font-size: 10pt;
color: Black ;
text-align:center ;
}

.textBox {
border:1pt inset;
padding:1px;
font-size:10pt; 
background-color: AliceBlue;	/* whitesmoke */
}

td.header2 {
font-weight: normal;
font-size: 10pt;
color: RoyalBlue ;
}

td.text2 {
border:1pt inset;
padding:1px;
font-size:10pt; 
background-color: AliceBlue;	/* whitesmoke */
}

.imageButton {
border:outset;	
}

.pageNavigator {
border:outset;	
}

.pageNumber {
vertical-align:middle;
text-align:right;
}

.rowNumber {
vertical-align:middle;
text-align:right;
}

.statusRow {
vertical-align:middle
}

/******************
 CSS for Repeater
*******************/

fieldset {
}

td.header {
font-weight: lighter;
font-size: 10pt;
color: RoyalBlue ;
}

td.text {
border:1pt inset;
padding:1px;
font-size:10pt; 
background-color: AliceBlue;	/* whitesmoke */
}

/************************
 CSS for DataGrid
************************/
.dgrdShadow {
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray', Positive='true')
}

.dgrdHeaderBox {
border-style:groove;  
background-color:gainsboro; 
color:black; 
font-family:Webdings;
font-size:9pt;
}

.dgrdHeader {
border-style:groove; 
background-color:gainsboro; 
color:black
}

.dgrdItemArrow {
border-style:groove; 
background-color:gainsboro; 
color:black; 
font-family:Webdings; 
font-size:9pt; 
}

.dgrdHeaderStyle {
background-color: gainsboro;
color: white;
text-align: center;
font-size: x-small;
font-weight: normal;
}

.dgrdItemStyle {
background-color: whitesmoke;
color: DarkSlateGray;
font-size: x-small;
}

.dgrdAlternatingItemStyle {
background-color: white;
color: DarkSlateGray;
font-size: x-small;
}

.dgrdSelectedItemStyle {
background-color: SteelBlue;
color: White;
font-size: x-small;
}

.dgrdEditItemStyle {
background-color: yellow;
color: black;
font-size: x-small;
}

.dgrdPagerStyle {
background-color: SteelBlue;
color: khaki;
font-weight: bold;
font-size: small;
font-family: "Comic Sans MS";
}

.dgrdFooterStyle {
background-color: yellow;
color: black;
font-size: x-small;
}