/* ================================
    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 */
html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body {
  color: #635E56;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #E5E5E5; 
}

hr {
  border: none;
  border-top: 1px solid #E4E4E4;
  height: 1px;
}

/* 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   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
}

/* 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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #666666;
	text-decoration: none;
}

.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 {
}


/* 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-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #333; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #E5E5E5 1px solid; 
	border-top: #E5E5E5 1px solid; 
	padding: 2px 10px 3px 5px;
}

.MainMenu_MenuItemSel {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #333; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 2px 10px 3px 5px;
}

.MainMenu_MenuIcon {
	display: none;
}


.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #E5E5E5; 
                filter: Alpha(Opacity=92);
	border: 2px solid #E5E5E5;

	padding: 2px;

}

.MainMenu_MenuBreak {
	border-bottom: #E5E5E5 1px solid; 
	border-left: #E5E5E5 0px solid; 
	border-top: #E5E5E5 1px solid;  
	border-right: #E5E5E5 0px solid; 
	background-color: transparent; 
	height: 1px;
	display: none;
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #E5E5E5 1px solid; 
	border-bottom: #E5E5E5 1px solid; 
	border-top: #E5E5E5 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}




.SkinObject {
color:#E9E9E9; 
font-family: Verdana;
font-size: 9px;
font-weight: 500;
text-decoration: none;
text-transform:capitalize;
}

A.SkinObject:link {
text-decoration:    none;
color: #E9E9E9; 
font-family: Verdana;
font-size: 9px;
font-weight: 500;
}

A.SkinObject:visited  {
text-decoration:    none;
color: #E9E9E9; 
font-family: Verdana;
font-size: 9px;
font-weight: 500;
}

A.SkinObject:active   {
text-decoration:    none;
color: #E9E9E9; 
font-family: Verdana;
font-size: 9px;
font-weight: 500;
}

A.SkinObject:hover    {
text-decoration:    none;
color: #E9E9E9; 
font-family: Verdana;
font-size: 9px;
font-weight: 500;
}



