﻿BODY
{
	background-color:White;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
}
/* Dòng tiêu đề của bảng*/
.stlEditTitle
{
		font-weight: bolder;
		font-size: 18px;
		text-transform: capitalize;
		color: #004BCA;
		font-family: Times New Roman;
		text-align: center;
		height:40;
}

/*Dòng tiêu đề của tr*/
TD.stlEditLabelH	
{
	font-family:Times New Roman;
	font-weight:bold;
	font-size:14;
	color:004BCA;
	text-align:right;
	}
/*Cột tiêu đề của td*/	
TD.stlEditLabelV	
{
	font-family:Times New Roman;
	font-weight:bold;
	font-size:14;
	color:004BCA;
	text-align:left;
	}

/* Ô text kiểu số (VD: ngày tháng, số lượng)*/
.stlTextNum	
{	
	font-family:Times New Roman;
	font-size:14px;
	color:#000066;
	text-align:right;
	}
	
/* Ô text kiểu xâu, chuỗi ký tự (1 line) */
.stlTextStr	
{
	font-family:Times New Roman;
	font-size:14px;
	/*color:#000066;*/
	text-align:left;
	color:Navy ;
	}
	
/*Ô text kiểu xâu, chuỗi ký tự (MultiLine)*/
.stlTextStrMultiLine
{
	font-family:Times New Roman;
	font-size:14px;
	text-align:left;
	color:Navy ;
	
	}
	
/*Ô text kiểu xâu có thuộc tính readonly*/	
.stlTextStrReadOnLy
{
	font-family:Times New Roman;
	font-size:14px;
	text-align:left;
	color:Gray  ;
}


/* button */
.stlButton
	{
		font-family: Times New Roman;
		font-size: 12px;
		color:Navy;	
		background-color: #B6CFED;
		text-align: center;
		width:120px
	}
	
/* combobox*/
.stlCombo	
{
	font-family:Times New Roman;
	font-size:14px;
	color:#000066;
	text-align:left;
	color:Navy
	}


/* Màu nền của dòng lẻ trong bảng (tr/table)*/
TR.stlTrOd	
{
	background-color:#E6ECF8;
	}

/* Màu nền của dòng chẵn trong bảng (tr/table)*/
TR.stlTrEv	
{
	background-color:#B6CFED;/*92B7E4*/
	}

/* Màu nền của bảng (table)*/
.stlEditTable
	{
		border:2px;
		border-right: #0048B6 2px solid;
		border-top: #0048B6 2px solid;
		border-left: #0048B6 2px solid;
		border-bottom: #0048B6 2px solid;
		background-color: E6ECF8;
	}

/* Ô text có dạng textfile*/
.stlTextFile	
{
	font-family:Times New Roman;
	font-size:14px;
	color:#000066;
	text-align:left;
	color:Navy; 
	
}
/* TextArea*/	
.stlTextArea
{
	font-family:Times New Roman;
	font-size:14px;
	color:#000066;
	text-align:left;	
	}	

/* Ảnh */	
.stlImage
{
	border:none;
}	

/*Hiển thị dữ liệu tĩnh*/
.stlEditStatic
{
	font-family:Times New Roman;
	font-size:14;
	color:000066;
	text-align:left;
}

/* Đặt style cho DataGrid*/
asp:DataGrid
{ 
	border-color:Red;
	font-size:13px;
	font-family:Times New Roman;
	
}

/* Đặt style cho CheckBox*/
.stlCheckbox
{
	color:Red ;
}

/* Đặt style cho CheckBoxList*/
.stlCheckBoxList
{
	
	color:Navy ;
	
}


/*Search dữ liệu*/
.stlSearch
{
	background:#009999;
	font-family:Times New Roman;
	font-size:12;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}