/* ================================
    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
{
}

.ControlPanel {
}

/* 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    {
    color: #FF9900;
}

/* 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    
{
              color: #FF9900;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link, A:visited, A:active, A:visited 
{
}

A:hover 
{ 
              color: #FF9900;
}

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 {
}

/* DNNForge NewsArticles */

.articleTopCell
{
              background-color: #000066;
              color: #FFFFFF;
}

.articleFooterCell
{
              background-color: #FFCC66;
              color: #000066;
}

.feedbackTopCell 
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:  .95em;   /* .85em; */
	font-weight: bold;
	background-color: #000066;
	color: #FF9900;
}


/* wildPortfolio Direction Buttons */

.wildButton  
{ 
    color: #FF9900;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    background-color: #FFEECC;
    padding: 2px 
}
    
A.wildButton:link, A.wildButton:visited, A.wildButton:active 
{
    color: #000066;
}

A.wildButton:hover
{
    color: #FF9900;
}

.wildButtonOn  
{ 
    color: #000066;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: #E0E0E0;
    background-color: #FFEECC;
    padding: 2px 
}

.wildDirection, A.wildDirection:link, A.wildDirection:visited, A.wildDirection:active 
{
	color: #000066; 
	font-weight: bold;
                font-size: 10px;
}
    
A.wildDirection:hover 
{
	color: #FF9900; 
}

/* Active Forums */

.afheader, a.afheader:link, a.afheader:visited, a.afheader:active  
{
              background-color: #FFEECC;
              color: #000066;
}

a.afheader:hover 
{
              background-color: #000066;
              color: #FF9900;
}

.afgrouprow, a.afgrouprow:link, a.afgrouprow:visited, a.afgrouprow:active  
{
              background-color: #000066;
              color: #FFFFFF;
}

a.afgrouprow:hover 
{
              background-color: #000066;
              color: #FF9900;
}

/* Aggregator */

.WDKL_TabStrip {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 0px;
}

.WDKL_TabPage {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	background: #F9F9F9;
}

.WDKL_TabStrip .WDKL_TabSelected{
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	background : #000066;
	border-top : 1px solid #ccc;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #000066;
	color : #FF9900;
	float : left;
                font: 12px Tahoma;
	font-weight : normal;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;

}

.WDKL_TabStrip .WDKL_TabUnselected {
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	background : #FFEECC;
	border : 1px solid #ccc;
	color : #000066;
	float : left;
                font: 12px Tahoma;
	font-weight : normal;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;

 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;
}

.WDKL_TabStrip .WDKL_TabMouseover {
	color : white;
	background: #000066;
}

.wildGradientLeft4
{
	background-color: #EFEFEF;
  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#E4E7EE', gradientType='1');
}

.wildGradientRight4
{
	background-color: #EFEFEF; 
  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#E4E7EE', startColorstr='#FFFFFF', gradientType='1');
}








