/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;		
}
.containerlink 
{
	width: 100%;	
	/*background-image: url(../../images/administration.gif);*/
}


/* Tien Link */
/* Link Level 0 */
A.LinkSelected0:Link
{
	color: yellow; 
    text-decoration:none;
	font-weight: bold;		
	font-family: Verdana;
	font-size: 11px;
}
A.LinkSelected0:Active
{
	color: yellow; 
    text-decoration:none;
	font-weight: bold;		
	font-family: Verdana;
	font-size: 11px;
}
A.LinkSelected0:Hover
{
	color: yellow;	
    text-decoration:none;
	font-weight: bold;		
	font-family: Verdana;
	font-size: 11px;
}
A.LinkSelected0:Visited
{
	color: yellow; 
    text-decoration:none;
	font-weight: bold;		
	font-family: Verdana;
	font-size: 11px;
}

A.LinkLevel0:Link
{
	color: white; 
    text-decoration:none;
	font-weight: bold;		
	font-family: Verdana;
	font-size: 11px;
}
A.LinkLevel0:Active
{
	color: white; 
    text-decoration:none;
	font-weight: bold;		
	font-family: Verdana;
	font-size: 11px;
}
A.LinkLevel0:Hover
{
	color: yellow; 
    text-decoration:none;
	font-weight: bold;		
	font-family: Verdana;
	font-size: 11px;
}
A.LinkLevel0:Visited
{
	color: white; 
    text-decoration:none;
	font-weight: bold;		
	font-family: Verdana;
	font-size: 11px;
}

/* Link Level 1 */
/*
A.LinkSelected1:Link
{
	background-color: White;
	color: Black;
	font-family: Verdana;
	font-size: 11px;
}
A.LinkSelected1:Active
{
	background-color: White;
	color: Black;
	font-family: Verdana;
	font-size: 11px;
}
A.LinkSelected1:Hover
{
	background-color: White;
	color: Black;
	font-family: Verdana;
	font-size: 11px;
}
A.LinkSelected1:Visited
{
	background-color: White;
	color: Black;
	font-family: Verdana;
	font-size: 11px;
}

A.LinkLevel1:Link
{
	background-color: Black;
	color: White;
	font-family: Verdana;
	font-size: 11px;
}
A.LinkLevel1:Active
{
	background-color: Black;
	color: White;
	font-family: Verdana;
	font-size: 11px;
}
A.LinkLevel1:Hover
{
	background-color: Black;
	color: White;
	font-family: Verdana;
	font-size: 11px;
}
A.LinkLevel1:Visited
{
	background-color: Black;
	color: White;
	font-family: Verdana;
	font-size: 11px;
}
