﻿/* Common controls =============== */
/* --------- Table --------- */
table /* Table format */
{	
 font-family:Arial, Tahoma, Verdana, Times New Roman;
 font-size:12px;
}

/* --------- General Controls --------- */
.Label
{	
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:12px;
}

.TextBox
{    
    border:Solid 1px #B0C4DE;
    
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-style :normal;
	font-weight:normal;
	font-size:12px;
	color:#3C3C3C;
	
	background-color:Transparent;
	
	padding:3px;
	
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	
	/*box-shadow:inset 1px 1px 3px #000000;
    -moz-box-shadow:inset 1px 1px 3px #000000;
    -webkit-box-shadow:inset 1px 1px 3px #000000;*/

} 
.TextBox:hover
{
    border:Solid 1px #FFAA55;	
	
	background-color:Transparent;	
}
 
.TextBox_Centered
{
 	text-align:center;
} 

.Button
{
	cursor:pointer;
		
	border:solid 1px #BDBEBD;
	background-color:#CED3CE;
	
	color: #000000;
	
	text-shadow: 0.1em 0.1em 0.05em #FFFFFF;
	filter: Shadow(color=#FFFFFF, Direction=135, strength=1);

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 }
.Button:hover
{		
	border:solid 1px #BDBEBD;
	background-color:#CED3CE;
	
	color: #FF2A2A;
	
	text-shadow: 0.1em 0.1em 0.05em #FFFFFF;
	filter: Shadow(color=#FFFFFF, Direction=135, strength=1);
}
 
 /*Common General Hyperlink*/
a:link, a:visited, a:active
{
    color:#004C98;
    text-decoration:none;
}
a:hover
{
    color:#6E9F2C;
    text-decoration:underline;
}

.HyperLink
{	
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:12px;
	text-decoration:none;	
}
.HyperLink:hover
{
	text-decoration:underline;
}

/* Hyperlink special */
.HyperLink_Special
{
    font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:12px;
    text-decoration:none;
}
.HyperLink_Special:hover
{
	color:#FF0000;
    text-decoration:underline;
}

/* --------- Content Controls --------- */
.Control_ItemsText /* Style for controls: label, ... */
{
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:12px;
	text-decoration:none;
	color:#3C3C3C;
}

.Control_ContentText /* Nội dung văn bản trên thân web */
{
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:12px;
	color:#3C3C3C;
}

/* Specifiel controls =============== */
/* --------- Activing Language Switcher Controls --------- */
.ActivingLangHyperlink
{
	color: #FF0000;
	text-decoration: none;
}
.ActivingLangHyperlink:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.NotActivingLangHyperlink
{
	color: #000000;
	text-decoration: none;
}
.NotActivingLangHyperlink:hover
{
	color: #000000;
	text-decoration: underline;
}

.ActivingLangImage
{    
	border:1px solid #FFFFFF;
		
	text-decoration: none;
	
    		
	box-shadow: 1px 1px 3px #848684;
	-moz-box-shadow: 1px 1px 3px #848684;
	-webkit-box-shadow: 1px 1px 3px #848684;
    
}
.ActivingLangImage:hover
{
	border:1px solid #FFFFFF;
	
	text-decoration: none;
}

.NotActivingLangImage
{
	/*border:2px solid transparent;*/
    border:1px solid #3C3C3C;
	
	text-decoration: none;
}
.NotActivingLangImage:hover
{
	/*border:1px solid transparent;*/
    border:1px solid #FFFFFF;
	
	box-shadow: 1px 1px 3px #FFFFFF;
	-moz-box-shadow: 1px 1px 3px #848684;
	-webkit-box-shadow: 1px 1px 3px #848684;
	
	text-decoration: none;
}

a.ActivingLangText
{
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:12px;
    
    color: #900E0E; /*#FF0000;*/
    
    text-decoration:none;    
}
a.ActivingLangText:hover
{
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:12px;    
    
    text-decoration:underline;   
}
a.NotActivingLangText
{
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:12px;
    
    color: #3C3C3C;
    
    text-decoration:none;    
}
a.NotActivingLangText:hover
{
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:12px;    
    
    text-decoration:underline;   
}

