/* ================================
    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 {
	color:#90A3B6;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	background-color:#eaeaea;
   	height:26px;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {

}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
.pageTitle{
     color:#1D1A5F;
     font-family: Verdana, Arial;
     font-size: 16px;
     font-weight:bold;
     margin:0;
     padding:0;
}
/* LOGIN LINKS */
#dnn_dnnLOGIN_hypLogin{
	color:#DCD6DC;
	font-weight: bold;
	font-family: verdana;
	font-size:11px;
	text-decoration:none;
}
#dnn_dnnLOGIN_hypLogin a:visited{
	color:#DCD6DC;
	font-weight: bold;
	font-family: verdana;
	font-size:11px;
	text-decoration:none;
}
#dnn_dnnLOGIN_hypLogin:hover{
	color:#909090;
	font-weight: bold;
	font-family: verdana;
	font-size:11px;
	text-decoration:underline;
}
#dnn_dnnLOGIN_hypLogin a:link{
	color:#DCD6DC;
	font-weight: bold;
	font-family: verdana;
	font-size:11px;
	text-decoration:none;
}

/* MENU STYLES */
.rootMenuItem{
	color:#90A3B6;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	background: url('http://www.wavoka.com/Portals/0/sepMenu.jpg') no-repeat right top;
	height:23px;
	text-align:center;
}
.rootMenuItemSelected{
	color:#8F1524;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	background:url('http://www.wavoka.com/Portals/0/sepMenuOver.jpg') repeat-x left top;
	border-right:1px solid #F4FFFF;
	height:23px;
	text-align:center;
}
.rootMenuItemActive{
	color:#8F1524;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	background:url('http://www.wavoka.com/Portals/0/sepMenuOver.jpg') repeat-x left top;
	border-right:1px solid #F4FFFF;
	height:23px;
	text-align:center;
}.submenu{
	color:#90A3B6;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	background-color:#eaeaea;
     height:26px;
}
.submenuActivecssclass{
	color:#8F1524;
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	/*background-color:#eaeaea;
	border-top:1px solid #8F1524;
	border-bottom:1px solid #8F1524;*/
     background:#eaeaea url('submenuSelBG.jpg') repeat-x left top;
     height:26px;
}
/* END MENU */
.NormalTextBox{
     color:#000000;
     font-family:Verdana;
     font-size:12px;
     /*background-color:#F2F2F2;
     border:1px solid #999999;*/
     margin: 4px;
}
.SubHead{
     color:#555555;
     font-family:Verdana;
     font-size:12px;
}
#dnn_ctr460_FormMaster_lblRequired{
color:#ffffff;
}
.MainMenu_SubMenu{
color:#ff0000;
}
/* QUOTES */
.quote{
     color:#660000;
     font-family:arial;
     font-size:11px;
     text-align:left;
}
.author{
     color:#000000;
     font-family:arial;
     text-align:left;
     font-size:11px;
     font-style:italic;
}




