DNNEmptyPane {width: 144px;}
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
/* Vertical Menu */
#houseMenuV { /* all lists */
 margin: 0;
 padding: 0;
 border: solid 1px #999;
 list-style: none;
 float: left;
 width: 143px;
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 11px;
}


#houseMenuVstatic ul
{
	margin: 0;
	border: 0;
 	float: left;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	list-style-type: none;
	width: 143px;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	display: inline;
 	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 143px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	border:1px solid #ffffff; 
	padding-right: 0px;
	display: block;
float: left;
	padding-left: 3px;
	padding-bottom: 4px;
	color: #003366;
	padding-top: 4px;
	background-color: #EEEEEE;
	text-decoration: none;
                font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	width: 124px;
	_width: 124px;
	margin: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	background-color: #9DAAD6;
	color: #003366;
 	float: left;

}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding-left: 3px;
	background-color: #ffffff;
	width: 100px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 132px;
	_width: 143px;
	/* end hack */
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 3px;
	background-color: #ffffff;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 126px;
	_width: 143px;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 3px;
	background-color: #ffffff;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 120px;
	_width: 143px;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 3px;
	background-color: #ffffff;
	font-weight: normal;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 114px;
	_width: 143px;
	/* end hack */
}

.ArrowPointer
{
	cursor: default;
}



/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #ffffff;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #ffffff;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #003366;
	background-color: #cccccc;
	text-decoration: none;
}


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
   font-size: 12pt; 
  color: #FF0000; 
  font-weight: bold; 
  padding-top: 12px; 
  FONT-FAMILY: Arial, Verdana, Tahoma;
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {   position:relative; bottom:10;height:21; 
}

.MainMenu_MenuBar {
    cursor: pointer; 
    cursor: hand;
    height: 16;
    background-color: Transparent;
}

.MainMenu_MenuItem 
{
    cursor: pointer; 
    color: #003366; 
    font-family: Verdana, Tahoma, Arial, Helvetica; 
    font-size: 15px; 
    font-weight: bold; 
    font-style: normal; 
    height: 16;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
    cursor: pointer; 
    color: #663300; 
    font-family: Verdana, Tahoma, Arial, Helvetica; 
    font-size: 15px; 
    font-weight: bold; 
    font-style: normal; 
}
.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.crumbs
{
   font-size: 12pt; 
  color: #FF0000; 
  font-weight: bold; 
  padding-top: 12px; 
  FONT-FAMILY: Arial, Verdana, Tahoma;
}
a.crumbs:link, a.crumbs:visited{
text-decoration: none;
color: #cc0033;
}
a.crumbs:hover{
text-decoration: none;
color: #9DAAD6;
}
a.crumbs:active{
text-decoration: none;
color: red;
}




