
/* kxm added - set font to Verdana globally */

body, p, td, th 
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
}

/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	height: 100%;
	background-color: #FFFFFF;
	width: 100%;
}
.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.MenuBar {
	background-color: #000000;
	padding-left: 17px;
}
.pad {
/*	background-color: white;*/
	padding-left: 17px;
}

.rightpad {
/*	background-color: white;*/
	padding-right: 20px;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border: 1px solid #666666;
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
background-color: transparent;

}
.contentpane {
	width: 100%;
	background-color: transparent;
}
.BannerPane {
	width: 100%;
	background-color: transparent;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.rightpane {
	background-color: transparent;
}
.bottompane {
	width: 100%;
	background-color: transparent;
}


/*=============== DEFAULT MENU STYLES ============================================*/


/*========================================================*/
/*  8. Main Menu                                          */
/*========================================================*/

/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
}

/* Menu bar */
.MainMenu_MenuBar {
	background: transparent; 
}

/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-size: 12px; 
	font-weight: normal;
	background: #000000;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #d5e2ef;
	border: 1px solid #d5e2ef;
	padding: 0px;
}

/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
	padding: 1px 4px 2px 2px;
	background-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	background: url(menu_off.gif) repeat-x top left;
	color: #FFFFFF;
	font-weight: normal;
	height: 30px;
}

/* Hover state for main menu items */
.MainMenu_Selected {
/*	background: url(menu_off.gif) repeat-x top left;*/
	color: #0099ff;
	font-weight: normal;
	height: 30px;
}

/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
/*	background: url(menu_on.gif) repeat-x top left;*/
	color: #888888;
	font-weight: normal;
	height: 30px;
}

.MainMenu_MenuBreak {
	width: auto;
	border: 0;
}

.MainMenu_LeftOff {
	padding-left: 2px;
	height: 30px;
	background: url(tab_right_on.gif) bottom left no-repeat;
}

.MainMenu_LeftOn {
	padding-left: 2px;
	height: 30px;
	background: url(tab_right_on.gif) bottom left no-repeat;
}

.MainMenu_RightOff {
	padding-left: 2px;
	height: 30px;
	background: url(tab_right_on.gif) bottom right no-repeat;
}

.MainMenu_RightOn {
	padding-left: 2px;
	height: 30px;
	background: url(tab_right_on.gif) bottom right no-repeat;
}

/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}

/*========================================================*/
/*  9. Module Menus                                       */
/*========================================================*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #FFF;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #FFF;
	font-size: 11px; 
	font-weight: normal;
	background: #000000;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #CCC;
	border: 1px solid #CCC;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3);
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #000000;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}
/*========================================================*/
/*  Menu End                                       */
/*========================================================*/

.StandardButton {
  background: #336699; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
/* CssClasses */
.search {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
    
A.search:link, A.search:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.search:active, A.search:hover   {
	color: #336699;
	text-decoration: none;
	font-size: 12px;
}

.mediatabs {
	vertical-align:baseline;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
    
A.mediatabs:link {
	vertical-align:baseline;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A.mediatabs:visited, A.mediatabs:active, A.mediatabs:hover    {
	color: #336699;
	text-decoration: none;
	font-size: 11px;
}

