/* ================================
    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
{
}

/* 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: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   {
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

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    {
}

/* 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 {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
/*-----------*/
/* SIDE MENU */
/*-----------*/

.SideMenuHdr0, .SideMenuItem0
{
	padding-left: 2px;
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 2px;
	cursor: default;
	color: #006600;
	padding-top: 2px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: #f4f9f0;
}

.SideMenuHdr1, .SideMenuItem1
{
	padding-left: 8px;
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 2px;
	cursor: default;
	color: #006600;
	padding-top: 2px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: #f4f9f0;
}
.SideMenuHdr3, .SideMenuItem3
{
	padding-left: 2px;
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 2px;
	cursor: default;
	color: #006600;
	padding-top: 2px;
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: #FFFFFF;
}
.SideMenuHdr2, .SideMenuItem2
{
	padding-left: 16px;
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 2px;
	cursor: default;
	color: #006600;
	padding-top: 2px;
	background-repeat: no-repeat;
	font-family: Arial;
/*	text-decoration: none;*/
	/*background-color: #f4f9f0;*/
}

/* Properties for highlighted menu items */
.SideMenuHdrHighlight0, .SideMenuItemHighlight0
{
  color: #3E6F87;
  font-family: Arial;
  font-size: 10pt; padding-left: 0px; font-weight: bold; padding-bottom: 2px;
  background-color: #EEEEEE; padding-top: 2px; cursor: default;
}
.SideMenuHdrHighlight1, .SideMenuItemHighlight1
{
  color: #3E6F87;
  font-family: Arial;
  font-size: 10pt; padding-left: 8px; font-weight: normal; padding-bottom: 2px;
  background-color: #EEEEEE; padding-top: 2px; cursor: default;
}
.SideMenuHdrHighlight2, .SideMenuItemHighlight2
{
  color: #3E6F87;
  font-family: Arial;
  font-size: 10pt; padding-left: 16px; 
  /*font-weight: bold;*/
  padding-bottom: 2px;
  /*background-color: #EEEEEE;*/
  padding-top: 2px;
  cursor: pointer;

}

/* Properties for current items */
.SideMenuHdrCurrent0, .SideMenuItemCurrent0
{
  color:#000000;
  font-family: Arial;
  font-size: 10pt; font-weight: bold; padding-left: 0px; padding-bottom: 2px; padding-right:2px;  padding-top: 5px;
  cursor: default;border-style:solid; border-color:#cccccc; border-width:1px;
}
.SideMenuHdrCurrent1, .SideMenuItemCurrent1
{
  color:#000000;
  font-family: Arial;
  font-size: 10pt; padding-left: 8px; font-weight: normal; padding-bottom: 2px; padding-right:2px;
  padding-top: 2px; cursor: default; 
  border-style:solid; border-color:#cccccc; border-width:1px
}

.SideMenuItem0 A,
.SideMenuItem0 A:Active, 
.SideMenuItem0 A:Hover, 
.SideMenuItem0 A:Visited,
.SideMenuItem0 A:Link,
.SideMenuItem1 A, 
.SideMenuItem1 A:Active, 
.SideMenuItem1 A:Hover, 
.SideMenuItem1 A:Visited,
.SideMenuItem1 A:Link, 
.SideMenuItemHighlight0 A,
.SideMenuItemHighlight0 A:Active,
.SideMenuItemHighlight0 A:Hover, 
.SideMenuItemHighlight0 A:Visited, 
.SideMenuItemHighlight0 A:Link, 
.SideMenuItemHighlight1 A,
.SideMenuItemHighlight1 A:Active,
.SideMenuItemHighlight1 A:Hover, 
.SideMenuItemHighlight1 A:Visited, 
.SideMenuItemHighlight1 A:Link, 
.SideMenuHdr0 A, 
.SideMenuHdr0 A:Active, 
.SideMenuHdr0 A:Hover, 
.SideMenuHdr0 A:Visited,
.SideMenuHdr0 A:Link
.SideMenuHdr1 A, 
.SideMenuHdr1 A:Active, 
.SideMenuHdr1 A:Hover, 
.SideMenuHdr1 A:Visited,
.SideMenuHdr1 A:Link,
.SideMenuHdr2 A,
.SideMenuHdr2 A:Active,
.SideMenuHdr2 A:Hover, 
.SideMenuHdr2 A:Visited,
.SideMenuHdr2 A:Link,
.SideMenuHdrHighlight0 A,
.SideMenuHdrHighlight0 A:Active,
.SideMenuHdrHighlight0 A:Hover, 
.SideMenuHdrHighlight0 A:Visited, 
.SideMenuHdrHighlight0 A:Link, 
.SideMenuHdrHighlight1 A,
.SideMenuHdrHighlight1 A:Active,
.SideMenuHdrHighlight1 A:Hover, 
.SideMenuHdrHighlight1 A:Visited, 
.SideMenuHdrHighlight1 A:Link
.SideMenuItemCurrent0 A,
.SideMenuItemCurrent0 A:Active,
.SideMenuItemCurrent0 A:Hover,
.SideMenuItemCurrent0 A:Visited,
.SideMenuItemCurrent0 A:Link,
.SideMenuItemCurrent1 A,
.SideMenuItemCurrent1 A:Active,
.SideMenuItemCurrent1 A:Hover,
.SideMenuItemCurrent1 A:Visited,
.SideMenuItemCurrent1 A:Link,
.SideMenuItemCurrent2 A,
.SideMenuItemCurrent2 A:Active,
.SideMenuItemCurrent2 A:Hover,
.SideMenuItemCurrent2 A:Visited,
.SideMenuItemCurrent2 A:Link,
.SideMenuHdrCurrent0 A,
.SideMenuHdrCurrent0 A:Active,
.SideMenuHdrCurrent0 A:Hover,
.SideMenuHdrCurrent0 A:Visited,
.SideMenuHdrCurrent0 A:Link
.SideMenuHdrCurrent1 A,
.SideMenuHdrCurrent1 A:Active,
.SideMenuHdrCurrent1 A:Hover,
.SideMenuHdrCurrent1 A:Visited,
.SideMenuHdrCurrent1 A:Link,
.SideMenuHdrCurrent2 A,
.SideMenuHdrCurrent2 A:Active, 
.SideMenuHdrCurrent2 A:Hover, 
.SideMenuHdrCurrent2 A:Visited,
.SideMenuHdrCurrent2 A:Link
{
  text-decoration: underline; color: #006600; width: 100%; padding-top: 2px;
  padding-bottom: 2px; cursor: default;
}