﻿
.tableHeaderText {
  background: #e0ecff; /* màu xanh nhạt jQuery UI */
  font-weight: bold;
  padding: 8px 12px;
  border: 1px solid #aaccee;
  border-radius: 4px 4px 0 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* Viền bảng tổng thể */
.tableBorder {
  border: 1px solid #aaccee;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Dòng header của bảng dữ liệu */
.GridHeaderStyle {
  background-color: #cce5ff;
  color: #003366;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #aaccee;
}

.GridHeaderStyle td {
  padding: 10px !important;
  text-align:center;
}

/* Dòng thường */
.GridItemStyle {
  background-color: #f9f9f9;
}

.GridAlternatingItemStyle {
  background-color: #eef5ff;
}

	.tableHeaderTextXXX { color: Black; font-size: 1em; font-weight: bold; font-family: Tahoma; background-color: #63B5FF; }
    .tableBorderXXX { border: 1px #CCCCCC solid; background-color: #FFFFFF; }

	 /* ----------------------------------------------------------*/
	a { text-decoration: none; }
	 /* ----------------------------------------------------------*/
	
   
    /* ----------------------------------------------------------*/
    .GridAlternatingItemStyle { background-color: #F1F1F3; font-family: Verdana; font-size: 12px; text-decoration: none; }
    .GridHeaderStyleXXX { background-color: #D0E4F8; font-family: Verdana; font-size: 12px; font-weight: bold; color: #000080; text-align: center; }
    .GridItemStyleXXX { font-family: Verdana; font-size: 12px; text-decoration: none; }
    .GridStyle  { border: 1px solid #666666; }
    .GridStyle td{border: 1px solid #666666; }
    .GridLink { text-decoration: none; }
    .GridPagerStyle A { font-family: Tahoma; font-size: 12px; text-align: center; }
    .GridPagerStyle Span { font-family: Tahoma; font-size: 12px; text-align: center; }
     /* ----------------------------------------------------------*/
    .tbHeaderText { color: white; font-family: Tahoma; font-size: 12px; font-weight: bold; }
    .tbBorder { background-color: #FFFFFF; border: 1px solid #013DA4; }
    .tbHeaderRow {background-color:#CCCCCC;color: red; font-family: Tahoma; font-size: 12px; font-weight: bold; }
    .lbTitleText { color: white; font-family: Tahoma; font-size: 12px; font-weight: bold; }
    
    .LabelText { font-family: Verdana; font-size: 12px; }
    .Buttonn { background-color: #AFC0CF; border: 1px solid #000000; color: #000000; font-family: Tahoma,Arial; font-size: 12px; text-decoration: none; }
    .ButtonNormal { border: 1px solid #999999; color: #000000; font-family: Tahoma,Arial; font-size: 12px; text-decoration: none; }
    .FormText { color: #363636; font-family: Tahoma,Arial; font-size: 11px; font-weight: normal; text-decoration: none; }
    
     /* ----------------------------------------------------------*/
    .ThemeGridAlternatingItemStyle { background-color: #F1F1F3; font-family: Tahoma; font-size: 10px; text-decoration: none; }
    .ThemeGridHeaderStyle { background-color: #999966; font-family: Tahoma; font-size: 10px; font-weight: bold; color: #FFFFFF; text-align: center; }
    .ThemeGridItemStyle { font-family: Tahoma; font-size: 10px; text-decoration: none; }
    .ThemeGridStyle { border: 1px solid #666666; }
    .ThemeGridStyle td { border: 1px solid #666666; }
    .ThemeGridLink { text-decoration: none; }
    .ThemeTitle{ font-family: tahoma; font-size: 12px; font-weight: bold; color: #800000; }