/* 
================================
Skin styles for DotNetNuke
================================
*/   
body
{
    font-family:Strada-Ragular, Verdana, Arial, Helvetica;
    font-size:8pt;
    
}

p, td { font-size:8pt;}

.SubHead
{
	color:#000000;
}

.footer
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	color:#888888;
}

.footer, A.footer, A:Link.Footer
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	color:#888888;
}

.SubMenu_BreadCrumb, a.SubMenu_BreadCrumb
{ 
	font-weight:500;
	color: #FFFFFF;
	font-size:9px;
	border:none;
	width:87px;
	font-family: Verdana, Arial, Helvetica;
	height:24px;
}

.searchButton
{
	
}
/* --------------------------------------------------------*/

.MainMenu_MenuContainer
{
	background:transparent;
	text-align:center;
}

/* 
	This styles the main menu and sub-menu boxes. 
	Here you can set an overall border and background color for these elements.
 */
.MainMenu_SubMenu {
	z-index: 1000; 
	background-color:#9f9f9f;
	padding: 0px 0px 0px 0px;
	border:1px solid #444444;
	width:100px;
	color:#FFFFFF;
}

/* 
	Sets the height of the menu bar section. 
	Note that the sub-menu items appear directly beneath the menu bar.
*/
.MainMenu_MenuBar {
	background:transparent;
	width: 90px;
	font-family: Verdana, Arial, Helvetica;
	font-size:9px;
}

/* 
	Styling for the main menu items. Here you can set the overall font styling.
	The borders can be styled, but when you hover over a menu item with the mouse, 
	the top and bottom borders disappear. 
	The background color affects all menu items (root and sub-menus), 
	but note that this does not change the background color behind the icons.
*/
.MainMenu_MenuItem, .MainMenu_MenuItem TD {
	font-weight:500;
	color: #000000;
	font-size:9px;
	border:none;
	width:87px;
	font-family: Verdana, Arial, Helvetica;
	height:24px;
}

/*
	Styles the menu item when hovering over a menu item with the mouse.
*/
.MainMenu_MenuItemSel, .MainMenu_MenuItemSel TD {
	font-weight:500;
	color:#FFFFFF;
	background:Transparent;
	font-size:9px;
	width:87px;
	font-family: Verdana, Arial, Helvetica;
	height:24px;
}


.RootMenu_MenuItem, .RootMenu_MenuItem TD
{
	font-weight:500;
	width:87px;
	font-family: Verdana, Arial, Helvetica;
	font-size:9px;
	color:#000000;
	background:url('images/dmv_tab.png') no-repeat bottom right;
	height:24px;
}

.RootMenu_MenuItemSelected, .RootMenu_MenuItemSelected TD
{
	font-weight:500;
	width:87px;
	font-family: Verdana, Arial, Helvetica;
	font-size:9px;
	color:#9ec2c6;
	/*background-color:#4F4F4F;*/
	background:url('images/dmv_activetab.png') no-repeat bottom right;
	height:24px;
	
}

.RootMenu_MenuItemActive,.RootMenu_MenuItemActive TD
{
	font-weight:500;
	width:87px;
	font-family: Verdana, Arial, Helvetica;
	font-size:9px;
	color:#9ec2c6;
	/*background-color:#4F4F4F;*/
	background:url('images/dmv_activetab.png') no-repeat bottom right;
	height:24px;
}

.MainMenu_MenuIcon
{
	display:none;
}

.MainMenu_MenuArrow
{
	display:none;
}

.MainMenu_MenuBreak
{
	display:none;
	font-size:9px;
	font-weight:500;
	background-color:Transparent;
	color:White;
	border:none;
}

.MenuBar_Login
{
	font-size:9px;
	font-weight:Bolder;
	background-color:Transparent;
	color:White;
	text-transform:none;
}


/* SUB MENU STYLES */

.SubMenu_MenuItem, .SubMenu_MenuItem TD
{
	font-weight:500;
	width:187px;
	font-family: Verdana, Arial, Helvetica;
	font-size:9px;
	color:#FFFFFF;
	height:24px;
}

.SubMenu_MenuItemSelected, .SubMenu_MenuItemSelected TD
{
	font-weight:500;
	width:187px;
	font-family: Verdana, Arial, Helvetica;
	font-size:9px;
	color:#fff;
	background-color:Transparent;
	height:24px;
	
}

.SubMenu_MenuItemActive,.SubMenu_MenuItemActive TD
{
	height:24px;
	width:87px;
	background-color:Transparent;
	font-family: Verdana, Arial, Helvetica;
	font-size:9px;
	color:#9ec2c6;
	font-weight:500;
}

.SubMainMenu_MenuItem, .SubMainMenu_MenuItem TD {
	font-weight:500;
	color: #FFFFFF;
	font-size:9px;
	border:none;
	width:87px;
	font-family: Verdana, Arial, Helvetica;
	height:24px;
}

/*
	Styles the menu item when hovering over a menu item with the mouse.
*/
.SubMainMenu_MenuItemSel, .SubMainMenu_MenuItemSel TD {
	font-weight:500;
	color:#9ec2c6;
	background:Transparent;
	font-size:9px;
	width:87px;
	font-family: Verdana, Arial, Helvetica;
	height:24px;
}



