@import url(reset.css);
@import url(grid.css);
@import url(text.css);

body {
	padding-top: 18px;
	background: #0a1029 url(/images/layout/flare.png) no-repeat top right; 
	color: #fff;
}

h3, h4 {
	color: #015c90;
	letter-spacing: 1px;
	font-weight: bold;
}

/*** UPPER ***/

.logo {
	margin-top:20px;
	margin-left: -30px;
}

.date {
	font-size: 80%;
	text-transform: uppercase;
	color: #555;
	text-align: right;
	letter-spacing: 1px;
}

.post-date {
	font-size: 80%;
	text-transform: uppercase;
	color: #555;
	letter-spacing: 1px;
	
}


.navigation {
	font-size: 120%;
	text-align: right;
	display: block;
	float:right;
	margin: 25px 0;
}

.navigationmaster 
{
	
	font-size: 120%;
	text-align: left;
	display: block;
	float: right;
	margin-right: 75px;
}

.nav-menuDinh
{
font-size: 120%;
	text-align: left;
	
	float: right;
	margin-right: 75px;
	
} 



.navigation a, .navigation a:visited {
	color: #fff;
	text-decoration: none;
}

.navigation a:hover {
	color: #666;
}

.navigation li {
	letter-spacing: 1px;
	display: inline-block;
	width: auto;
	background-color: #080d21;
	float:left;
	margin-left: 4px;
	text-align: center;
	padding: 6px 18px;
}

.navigation li ul
{	margin: 10px 0 0 -17px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width: 230px;
}

.navigation li ul li
{	
	float: none;
	display: block;
	text-align: left;
	font-size: 80%;
	width: auto;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}		

.navigation li ul li a,.navigation li ul li a:visited {
	width: auto;
	display: inline-block;
	clear: left;
	margin:0;
	font-size: 85%;
	padding: 3px 12px 0 12px;
	color: #666;
}		

.navigation li ul li a:hover {
	color: #999;
}

li.active {
	background-color: #000;
}





.graybar {
	background-color: #8b8a8f;
}

.company {
	/*color: #c4194e;*/
	color:Navy;
	font-weight: bold;
	/*margin-top: 30px;*/
	margin-top: 10px;
	margin-bottom: 2px;
}

.tagline {
	font-style: italic;
	line-height: 25px;
	font-family: Georgia;
	color: #222;
}

.continue {
	text-align: right;
}

.continue a, .continue a:visited {
	color: #c4194e;
	font-size: 80%;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: dotted 1px #c4194e;
}

.continue a:hover {
	color: #555;
	border-bottom: dotted 1px #555;
}


.lnk 
{
	text-align: right;
}

.lnk a, .lnk a:visited {
	color: #c4194e;
	font-size: 80%;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: dotted 1px #c4194e;
}

.lnk a:hover {
	color: #555;
	border-bottom: dotted 1px #555;
}

.unorderedlist
{
	list-style-type: disc;
	margin-left: 30px;
	/*color: #aaaaaa*/
}

fieldset {  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;  
border: 1px solid #8b8a8f;  
/*background-color: #090e25; */
}
legend {  
margin-left: 1em;  
color: #015c90;  
font-weight: bold; 
} 
fieldset ol {  
padding: 1em 1em 0 .5em;  
list-style: none; 
} 
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: .5em; 
}
fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em;
border: 1px solid #8b8a8f;  
}
label {  
float: left;  
width: 12em;  
margin-right: 1em;  
text-align: right; 
}
fieldset span 
{
color:Red;
font-weight: bold;    
}

/*------------*/
.bulletedlistformat {
	font-size: 120%;
	text-align: left;
	display: block;
	
	
}

.bulletedlistformatmaster 
{
	
	font-size: 120%;
	text-align: left;
	display: block;
	
}
.bulletedlistformat a, .bulletedlistformat a:visited {
	/*color: #fff;*/
	text-decoration: none;
}

.bulletedlistformat a:hover {
	color: #666;
}

.bulletedlistformat li {
	letter-spacing: 1px;
	display: block;
	/*background-color: #080d21;*/
	margin-left: 4px;
	text-align: left;
	padding: 6px 18px;
}

.bulletedlistformat li ul
{	margin: 10px 0 0 -17px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width: 230px;
}

.bulletedlistformat li ul li
{	
	float: none;
	display: block;
	text-align: left;
	font-size: 80%;
	width: auto;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}		

.bulletedlistformat li ul li a,.bulletedlistformat li ul li a:visited {
	width: auto;
	display: inline-block;
	clear: left;
	margin:0;
	font-size: 85%;
	padding: 3px 12px 0 12px;
	color: #666;
}		

.bulletedlistformat li ul li a:hover {
	color: #999;
} 
