﻿body
{
	background-color: #A4A6AA ;
	font-family:Arial,Tahoma; 
	font-size:small ;
}

/*///////////////// Banner ////////////////////*/
.tdBakBanner
{
	background-color:#071f4b;
	background-image: url('Image/Banner/bak_banner_1x190.gif');	
	text-align :center ;
	vertical-align: bottom ;	
}
.tdlogo
{ 
	text-align :left ;
	vertical-align: bottom  ;
}
	
.tdBpic
{
	text-align:center ;
	vertical-align: bottom;
}
.tdTopTitle
{ 
	text-align :left ;
	vertical-align: bottom  ;
	height: 30px;
}
.tdprjDes
{ 
	text-align :left ;
	padding-left: 20px;
	padding-bottom : 10px;
	vertical-align: top  ;
}


/*////////////////////// Link //////////////////*/
.tdLink
{
	/*background-color:#1c4f91;*/
	background-image: url('Image/lnk/bak_lnk_1x30.gif');	
	background-repeat : repeat-x ;
	text-align :center ;
}
.lnkSel
{
	background-image: url('Image/lnk/lnk_sel_1x30.gif');
	background-position:center;
	background-repeat:repeat-x ; 
}
.lnkSpace
{
	background-color:#ecfcff;
	width:2px;
}
.lnkOut
{
	color:White   ; 
	font-family: Tahoma ;
	font-size:10pt;
	text-decoration:none;
}

.IE8Fix
{
    z-index: 1000;
}

/*/////////////////// Body //////////////////*/
.tdBody
{
	text-align:center ;
	vertical-align:top;
	background-color:#CBD4D9;
}
.tdBodyLogin
{
	text-align:center ;
	vertical-align:middle ;
	background-color:#CBD4D9;
}

/*//////////////// Down /////////////*/
.tdDown
{
	background-color:#073d6c;
	background-image: url('Image/bak_down_1x250.gif');	
	background-position:center ;
	vertical-align:top;	
}

/*////////////// copy right ///////////////*/
.tdCopyR
{
	background-color:#002847;
	background-image: url('Image/copyr.gif');	
	background-position:center ;	
}

/****************** label *****************/
.lbl
{
	color: #000000; 
	font-family: Tahoma,Arial;
	font-size:10pt;
}
.lblCopyR
{
	font-family:Tahoma ;
	font-size:x-small;
	color: #cccccc;
}
.lblTitleBody
{
	font-family:Arial,Tahoma;
	font-size:14pt ;
	color: #a21023;
}
.lblBody
{
	font-family:Arial,Tahoma;
	font-size:10pt ;
	color: #333333;
}
.lblTitleDown
{
	font-family:Arial,Tahoma;
	font-size:14pt ;
	color: #169ad1;
}
.lblDown
{
	font-family:Arial,Tahoma;
	font-size:10pt ;
	color: #ffffff;
}
.lblBullet
{
	font-family:Arial;
	font-size:10pt ;
	color: #a21023;
}
.lblTitleAdmin
{
	font-family: Times New Roman,Arial,Tahoma;
	font-size:18pt ;
	color: #ffffff;
	font-weight:bold;
}
.lblTitleLogin
{
	font-family:Tahoma,Arial;
	font-size:10pt ;
	color: #ffffff;
}

.lblTitleTopR
{
	font-family:Arial,Tahoma;
	font-size:10pt ;
	color: #cccccc;
}
.lblCopyRDev
{
	font-family:Tahoma ;
	font-size:x-small;
	color: #666666;
}

.lblTitle
{
	font-family:Tahoma,Arial;
	font-size:10pt ;
	color: #333399;
}
.lblValid {
	font-family: Tahoma;
	font-size: 10pt;
	color:Maroon  ;
}
.lblMsg
{
	font-family: tahoma;
	font-size: 9pt;
	color: #195f8e;
}
.lblMsgTable
{
	font-family: tahoma;
	font-size: 9pt;
	background-color: #d9e3ec;
	text-align: right;
}
.lblMsgError
{
	font-family: tahoma;
	font-size: 9pt;
	color: Red;
}
.lblUname
{
	color: #ECFCFF; 
	font-family: Tahoma ;
	font-size:10pt;
	font-weight:bold;
}
.lblprj
{
	color: #336699; 
	font-family: Tahoma ;
	font-size:10pt;
	font-weight:bold;
}


/****************** text *****************/
.txt{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width : 100px;
}
.txtMsg{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	width: 300px;
	height: 80px;
	border: 2px solid #6dcff6; 
	background-color: #00223e;
}
.txtLarg{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width : 200px;
}
.txtToz{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width: 600px;
	height: 80px;
	border: 1px solid #6dcff6; 
	background-color: #FFFFFF;
}
/*************** drop down ****************/
.drp{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width : 100px;
}
.drpLarg{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width : 200px;
}

.Bls
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

/****************** Button *****************/
.btn{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width : 100px;
}
.btnSmall{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width : 20px;
}
.btnSubmit
{
	border:solid 1px #ffffff;        
	background-color:#0d9adf;        
	color:#ffffff;        
	cursor:pointer;    
	width : 150px;
}

/******************Check Box**************/
.checkBox
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width : 100px;
	direction:rtl;
	text-align:right;
}

/**************** Radio Button *****************/
.rb
{
	color: #000000; 
	font-family: Tahoma ;
	font-size:10pt;
}

/****************** error *****************/
.err {
	font-family: Tahoma;
	font-size: 9pt;
	color:Red  ;
}
.errSum {
	font-family: Tahoma;
	font-size: 10pt;
	color:Red  ;
}

/*********************** menu **************/
.stMenu
{
	text-align:Center; 
}

/**************** tabel ****************/
.tdTitle
{
	background-color:#7A929E;
	text-align:right;
	background-position: center;
}
.tdHead
{
	width:650px;
	background-color:#7A929E;
	border:1px solid #e9e9e9;
	font-family:Tahoma;
	font-size:9pt;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
}
.tdColapsHead
{
	width:900px;
	background-color:#7A929E;
	border:1px solid #e9e9e9;
	font-family:Tahoma;
	font-size:9pt;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	cursor:pointer;	
}

