/* ================================
    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-color: #eceded;

}

/* 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 {
	color: Black;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color: Black;
}

A.OtherTabs:visited  {
	color: Black;
}

A.OtherTabs:active   {
	color: Black;
}

A.OtherTabs:hover    {
	color: Black;
}

/* 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 {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica;
	color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica;
	color: #CC0000;
}

.NormalBold {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica;
	color: #000000;
}

.NormalBoldDarkBlue {
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica;
	color: #0000CC;
}


/* 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   {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica;
	color: #000000;
}

UL LI LI    {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica;
	color: #000000;
}

UL LI LI LI {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica;
	color: #000000;
}

OL LI {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica;
	color: #000000;
}

OL OL LI    {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica;
	color: #000000;
}

OL OL OL LI {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, 'Trebuchet MS', Arial, Helvetica;
	color: #000000;
}

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 {
	background: #789BC3;
	height: 16px;

	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;

	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;

	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	color: #FFFFFF;

	cursor: hand;
}

.MainMenu_MenuBar {
	background: #789BC3;
	height: 16px;

	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;

	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;

	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	color: #FFFFFF;

	cursor: hand;
}

.MainMenu_MenuItem {
	background: #789BC3;
	height: 16px;

	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;

	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;

	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	color: #FFFFFF;

	cursor: hand;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	background: #FFFFFF;
	height: 16px;

	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;

	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;

	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	color: #FFFFFF;

	cursor: hand;

}

.MainMenu_MenuBreak {
	display: none;
}

.MainMenu_MenuItemSel {
	background: #B0C6DD;
	height: 16px;

	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;

	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;

	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	color: #FFFFFF;

	cursor: hand;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #35920D;
	text-align: center;
	text-decoration: none;
}
.subnav:hover {
	text-decoration: underline;
}
.subnav:link {
	color: #35920D;
	text-decoration: none;
}


