/* 
================================
Skin styles for DotNetNuke
================================
*/
Body
{
	background-image: url(background.jpg);
	background-repeat: repeat;
	
}

.pagemaster
{
	width: 985px;
	height: 100%;
	background-color: Transparent;
}
.skinmaster
{
	height: 100%;
	background-color: #ffffff;
}
.skinbottom
{ 
  width:100%;
	background-color: #d1e9fe;
	
}
.banner_duoi
{ height:25px;
  width:100%;
	background-image: url(banner_duoi.gif);
	background-position:left top;
	background-repeat:no-repeat;	
}
.content_l
{ height:100%;
  width:8px;
	background-image: url(content_l.gif);
	background-position:left top;
	background-repeat:repeat-y;	
}
.content_c
{ height:100%;
  width:48px;
	background-image: url(content_c.gif);
	background-position:left top;
	background-repeat:repeat-y;	
}
.content_r
{ height:100%;
  width:10px;
	background-image: url(content_r.gif);
	background-position:left top;
	background-repeat:repeat-y;	
}
.content_t_g
{   height:15px;
	background-image: url(content_t_g.gif);
	background-position:left top;
	background-repeat:repeat-x;	
}
.content_b_g
{ 
  height:15px;
	background-image: url(content_b_g.gif);
	background-position:left top;
	background-repeat:repeat-x;	
}

.fontsmall
{
	font-size: xx-small;
}
.controlpanel
{
	background-color: #ffffff;
	width:100%;
}
.headerfont, a.headerfont:link, a.headerfont:visited
{
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
}
.centerpage
{
	margin-top: 3px;
	margin-bottom: 3px;
}

.leftpane
{ height:100%;
	width: 167px;
	background-color: transparent;
}
.contentpane
{	width:100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 2px;
}
.rightpane
{	width: 170px;
	background-color: transparent;
	padding-top: 5px;
	padding-right: 2px;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	height:1px;
	background-color: transparent;
	width: 100%;
}
.MainMenu_MenuBar
{cursor: pointer; 
cursor: hand; 
height:1px;
}
.MainMenu_MenuItem
{
	background-image: url(menu_item.gif);
	background-repeat:no-repeat;
	background-color:white;
color: #000000; 
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
height: 26px;
padding-left:20px;
padding-top:6px;
}
.MainMenu_MenuIcon
{
display: none;
}
.MainMenu_MenuItemSel
{
background-image: url(menu_item.gif);
background-color:white;	
background-repeat:no-repeat;
color: #ca5502; 
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
font-style: normal; 
height: 26px;
padding-left:20px;
padding-top:6px;
}
.MainMenu_MenuArrow
{
display: none;
}
.MainMenu_RootMenuArrow
{
display: none;
}
/* Active Menu  */

.RootTab TD
{
background-image: url(menu_item.gif);
background-repeat:no-repeat;
background-color:Transparent;
text-align:left;
height: 26px;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
color: #000000;
padding-left:20px;
padding-top:6px;
}

.SelectedRootTab TD
{
background-image: url(menu_item.gif);
background-color:Transparent;
background-repeat:no-repeat;
color: #ca5502;
height: 26px;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
text-align:left;
padding-left:20px;
padding-top:6px;
}

.BreadcrumbRootTab TD
{
	background-image: url(menu_item.gif);
	background-color:Transparent;
	background-repeat:no-repeat;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
color: #ca5502;
height: 26px;
padding-left:20px;
padding-top:6px;
}
.ActiveSubTab
{
color: #ca5502;
border-top: 0px solid;
font-family: Arial, Helvetica;
font-size: 11px; 
height: 26px;
font-weight: bold; 
padding-left:20px;
padding-top:6px;}

.SelectedSubTab
{
color: #ca5502;
font-family:Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
padding-left:20px;
padding-top:6px;
height: 26px;
}
.BreadcrumbSubTab
{	
color: #ca5502;
font-family: Arial, Helvetica;
font-size: 11px; 
font-weight: bold; 
height: 26px;
padding-left:20px;
padding-top:6px;
}

.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: Black;
}
