/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
#nav
{
     	cursor: pointer; 
	font-family: Verdana, Arial, Helvetica; 
	font-weight: normal; 
	background-color: #999999;
	color: #ffffff;
	height: 34px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 8pt;
}

#nav a
{
	padding-left: 8px;
	padding-right: 8px;
}

#onehead
{
	background-color: #cccccc;
	margin-top: 3px;
	height: 15px;
	padding: 5px 5px 5px 10px;
	font-size: 8pt;
	font-weight: bold;
}

#oneitem
{
	background-color: #e6e6e6;
	border-top: 2px solid #ffffff;
	padding: 5px 5px 5px 10px;
	font-size: 8pt;
	align: left;
}

#oneitem a
{
	color: #000000;
	text-decoration: none;
}

#oneitem a:hover
{
	color: #666666;
	text-decoration: underline;
}

#oneitemselect
{
	background-color: #cccccc;
	border-top: 2px solid #ffffff;
	padding: 5px 5px 5px 10px;
	font-size: 8pt;
}

#twohead
{
padding:10px 5px; 
color: #000000; 
font-weight:bold; 
}

#factsheetitem
{
	background-color: #CCCCCC;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
	margin-top: 3px;
	padding: 5px 5px 5px 10px;
}
#factsheetitem a
{
	color: #000000;
	text-decoration: none;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
bgcolor=#F4F4F4
}

.ContentPane  { 
padding-left: 15px;
padding-right: 15px;
}

.RightPane  { 
}

.FooterMenu {
font-size: 8pt;
font-family: verdana, arial;
color: #999999;
}

.FooterPane {
font-size: 8pt;
font-family: verdana, arial;
color: #d1d1d1;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
font-size: 8pt;
font-family: verdana, arial;
font-weight: bold;
color: black
}

/* 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
{
font-size: 8pt;
align:left
line-height: 14pt;
font-family: verdana, arial;
color: black
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-size: 8pt;
line-height: 14pt;
font-family: verdana, arial;
}

.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:active   {
}

A.CommandButton:hover    {
text-decoration:underline;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
font-size: 8pt;
font-family: verdana, arial;
font-weight: bold;
color: black
}

H4  {
}

H5, DT  {
}

H6  {
}

table {
font-size: 8pt;
line-height: 14pt;
font-family: verdana, arial;

}
TFOOT, THEAD    {
}

TH  {
}

A:link  {
font-size: 8pt;
line-height: 14pt;
font-family: verdana, arial;
color: black
}

A:visited   {
font-size: 8pt;
line-height: 14pt;
font-family: verdana, arial;
color: black
}

A:active    {
}

A:hover {

}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

#lighthead
{
	background-color: #ffffff;
	margin-top: 3px;
	text-align: left;
	height: 15px;
	padding: 1px 5px 2px 10px;
	font-size: 8pt;
	font-weight: bold;
}

#darkhead
{
	background-color: #CCCCCC;
	height: 20px;
	text-align: left;
	font-size: 8pt;
	margin-top: 3px;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {

}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: #999999;
}

.MainMenu_MenuBar {
     	cursor: pointer; 
	font-family: Verdana, Arial, Helvetica; 
	font-weight: normal; 
	background-color: #999999;
	color: #ffffff;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 24px;
	padding-bottom: 5px;
	font-size: 8pt;

}

.MainMenu_MenuItem {
background-color: #999999;
}

.MainMenu_MenuIcon {
	display: none; 
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	font-family: Verdana, Arial, Helvetica; 
	font-weight: normal; 
	background-color: #999999;
	color: #666666;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 24px;
	padding-bottom: 5px;
	font-size: 8pt;
	text-decoration: underline;
}

.MainMenu_MenuArrow {
	display: none; 
}

.MainMenu_RootMenuArrow {
	display: none; 
}
.WebSuburbLinkActive
{
	background-color: #cccccc;
	border-top: 2px solid #ffffff;
	padding: 5px 0px 5px 0px;
	font-size: 8pt;
}
.WebSuburbLinkDefault
{
	background-color: #e6e6e6;
	border-top: 2px solid #ffffff;
	padding: 5px 0px 5px 0px;
	font-size: 8pt;
}
A.WebSuburbLinkActive:link {
	color: black;
	text-decoration: none;
}

A.WebSuburbLinkActive:visited  {
	color: black;
	text-decoration: none;
}

A.WebSuburbLinkActive:hover    {
	color: #666666;
	text-decoration: underline;
}

A.WebSuburbLinkActive:active   {
	color: black;
	text-decoration: none;
}
A.WebSuburbLinkDefault:link {
	color: black;
	text-decoration: none;
}

A.WebSuburbLinkDefault:visited  {
	color: black;
	text-decoration: none;
}

A.WebSuburbLinkDefault:hover    {
	color: #666666;
	text-decoration: underline;
}

A.WebSuburbLinkDefault:active   {
	color: black;
	text-decoration: none;
}
.factsheet
{
	background-color: #CCCCCC;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
	border-top: 3px solid #ffffff;
	padding: 5px 0px 5px 0px;
}
A.factsheet
{
	color: black;
	text-decoration: none;
}

A.factsheet:link {
    text-decoration:    none;
}

A.factsheet:visited  {
    text-decoration:    none;
}

A.factsheet:hover    {
    text-decoration:    underline;
    color: black;
}

A.factsheet:active   {
    text-decoration:    none;
}
