@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,vietnamese');
body
{
	background-image:transparent;
}
p { padding:0px; margin:0px;}
.pagemaster {
	width: 100%;
}
.skinmaster {
	background-color:transparent;
}
.extrapane {
	vertical-align:top;
	background-image:transparent;
}
.bannerpane {
	
	vertical-align:top;
	background-color: transparent;
}
.leftpane {
	vertical-align:top;
	background-color:transparent;
	padding-top:6px;
	padding-bottom:6px;
	}
.contentpane {
	
	vertical-align:top;
	background-color: transparent;
	padding: 6px;
}
.rightpane {
	vertical-align:top;
	background-color: transparent;
	padding-top:6px;
	padding-bottom:6px;
}
.toppane {
	
	vertical-align:top;
	background-color: transparent;
}
.bottompane {
	background-image: transparent;
	vertical-align:top;
}
* Navigation scroll
*/
.nav-container{ background: transparent repeat-x 0 0;}
.f-nav{ z-index: 9999; position: fixed; top: 0; width: 100%;} /* this make our menu float top */

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar 
{
	cursor: pointer; 
	cursor: hand; 
	display:table;
	height:45px;
	margin:10px 0px -8px 0px;
}
/*.main_dnnmenu_separator {
    background-image: url(images/separator.gif);
    background-repeat: no-repeat;
    display: inline-block;
    width: 2px;
    height: 42px;
    vertical-align: middle;
}*/
.main_dnnmenu_submenu 
{
	width:177px;
	z-index: 1000; 
	cursor: pointer;                  
	cursor: hand; 
	/* for IE */
    filter:alpha(opacity=85);
    /* CSS3 standard */
   	opacity:0.85;
	-moz-box-shadow: 1px 1px 1px #cccccc;
	-webkit-box-shadow: 1px 1px 1px #cccccc;
	background-color:#2c2c2c;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	/* For IE 8 */
	-ms-filter: "progidXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progidXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	width:120px;
	background-repeat:no-repeat;
	background-position: right;
	color: #2c2c2c; 
	font-size: 13pt; 
	/*font-weight: bold; */
	font-family: 'Open Sans Condensed', sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/  
    text-align:center;
    padding: 12px 15px 14px 15px; 
	height:15px;
	/*background-image: url(images/separator.gif);
	display:inline-block;	*/
}
.main_dnnmenu_rootitemactive {
    color:#c53a5b;
	/*font-weight:bold;
    background-image:url(images/menu_active.gif);
	background-repeat:repeat-x;*/
}
.main_dnnmenu_rootitemactive:hover {
    color:#c53a5b;
	/*font-weight:bold;
	background:linear-gradient(to right,#f8e05a 0%,#f8e08b 50%,#f8e05a 100%);*/

}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	height:34px;
    background-color:#000000;
	color: white; 
	font-size: 9pt; 
	font-style: normal;
	font-family: 'Open Sans Condensed', sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 6px 0px 6px 4px;	
 	font-weight:bold;
	border-top:1px solid #302e2d;
}
.main_dnnmenu_itemhover {
/*	background-image:none;*/
	/*border: 1px solid #955c0d;
	-webkit-border-radius: 7px ;
	-moz-border-radius: 7px ;
	border-radius: 7px;
	background:linear-gradient(to right,#f8e05a 0%,#f8e08b 50%,#f8e05a 100%);*/
    color:#c53a5b;
	padding: 12px 15px 14px 15px;  
	
}
.main_dnnmenu_itemhover td {  
	color: #c53a5b;
    padding: 3px 0px 3px 4px;	
	background-color:#2c2c2c;
	font-weight:bold;
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.text
{
	color:#959595;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
    font-size: 9pt;
}

a.text:link, a.text:visited{
text-decoration: none;
color:#959595;
}
a.text:hover{
color: #c53a5b;
}
a.text:active{
color: #959595;
}

