﻿.tdjsc-skin-masterpage
{
	width:100%;
	background-image:url("images/bg.jpg"); 
	background-color:#ffffff;
}
.tdjsc-skin-contentpage
{
	width:800px;
	background-color:#ffffff;
}
.tdjsc-skin-separator-1
{
	height: 1px;
	font-size: 1;
}
.tdjsc-skin-banner
{
	background-image:url("images/banner.gif");
	background-repeat:no-repeat;
	width:800px;	
	height:68px;
}
.tdjsc-skin-banner-noel800
{
	background-image:url("images/noen2009_800.jpg");
	background-repeat:no-repeat;
	width:800px;	
	height:96px;
}
.tdjsc-skin-banner-newyear800
{
	background-image:url("images/newyear2010_800.jpg");
	background-repeat:no-repeat;
	width:800px;	
	height:96px;
}
.tdjsc-skin-mainmenu
{
	background-image:url(images/bgtab.gif);
	background-repeat:repeat-x;
	height:27px;
	width:800px;
}
.tdjsc-skin-footer
{
	background-image:url(images/bgfooter.gif);
	background-repeat:repeat-x;
	width:800px;
	height:55px;
}








/*Style for NAV menu*/

.main_dnnmenu_rootitem  /*Style của các nút gốc*/
{ /*TD if menu option for using tables is on*/
	cursor: hand; 
	font-family:Arial, Times New Roman,Tahoma;
	font-size:12px;
	font-weight: bold;
	height:27px;
	color:#ffffff;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 3px 8px 5px 8px;    /*explicitly set padding for root menu items*/
    vertical-align:bottom;
    border-right: 1px solid #fff;
}
.main_dnnmenu_rootitem_hover  /*Style của các nút gốc khi move chuột qua*/
{
	background-image:url('images/bgtabhover.gif');
	cursor: hand; 
	font-family:Arial, Times New Roman,Tahoma;
	font-size:12px;
	font-weight: bold;
	height:27px;
	color:#903233;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 3px 8px 5px  8px;    /*explicitly set padding for root menu items*/
    vertical-align:middle;
}
.main_dnnmenu_rootitem_selected  /*Style của các nút gốc khi được lựa chọn*/
{
	background-image: url('images/bgtabhover.gif');
	cursor: hand; 
	font-family:Arial, Times New Roman,Tahoma;
	font-size:12px;
	font-weight: bold;
	height:27px;
	/*color:#903233;*/
	color:#903233;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 3px 8px 5px  8px;    /*explicitly set padding for root menu items*/
    vertical-align: middle;
}
.main_dnnmenu_bar  /*Style của vùng chứa menu cấp 1*/
{
	cursor: hand;
}

.main_dnnmenu_item td /*Style của các nút cấp 2 trở lên */
{ /*TD if menu option for using tables is on*/
	cursor: hand; 
	/*color: #903233; */
	color: #ffffff;
	background: url(images/bg-style1-sub.gif) repeat-x;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	height:25px;
	/*background-color:#ffffff;*/
	
	font-family: Arial, Times New Roman,Tahoma;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 0px 5px 0px 5px;	
    vertical-align:middle;
}
.main_dnnmenu_itemhover td /*Style của nút cấp 2 trở lên khi di chuột qua*/
{  
	cursor: hand; 
	color: #903233; 
	background: url('images/bg-style1-sub-hover-1.gif') repeat-x;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	height:25px;
	
	font-family: Arial, Times New Roman,Tahoma;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 0px 5px 0px 5px;	
    vertical-align:middle;
}
.main_dnnmenu_item_selected td  /*Style của nút cấp 2 trở lên khi ở chế độ được chọn*/
{
	background: url('images/bg-style1-sub-hover-1.gif') repeat-x;
	cursor: hand; 
	color: #903233; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	height:25px;
	padding: 0px 5px 0px 5px;	
	font-family: Arial, Times New Roman,Tahoma;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    vertical-align:middle;
}
.main_dnnmenu_separator
{
	display:block;
	background:url('images/separator.gif');	
	background-repeat:no-repeat;
	width:2px;
	height:27px;
}
.main_dnnmenu_submenu
{
	z-index:1;
}





/* Syle panes */
.leftpane
{
	width:200px;
}
.rightpane
{
	width:200px;
}
.contentpane
{
	width:auto;
}
