﻿/* ================================
    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    {
}

A{
}


/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
color:#F8C919;
font-size:15px;
}
.DNN_ANN_Description{
 color:#FFFFFF;
 font-size:13px;
 
}
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

.Purpose{
color:#000000;
font-family:"Times New Roman";
font-size:15px;
}


/* text style used for most text rendered by modules */
.Normal{
color: #000000;
font-size: 10px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{

}

.NormalRed
{
}

.NormalBold{
	color: #000000;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 15px;
}


/* 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 {
color:#F8C919;

}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}



A:link  {
   text-decoration: none;
   color:#F8C919;
   font-weight: bold;
   font-size:11px;
}

A:visited   {
   text-decoration: none;
   color:#F8C919;
   font-weight: bold;
   font-size:12px;

}

A:hover {
color: #DDDDDD;
text-decoration: underline;
}

A.WhiteBG {
 color:navy;
}

A.WhiteBG:link  {
   text-decoration: none;
   color:navy;
   font-weight: bold;
   font-size:13px;
}

A.WhiteBG:visited   {
   text-decoration: none;
   color:navy;
   font-weight: bold;
   font-size:13px;

}
A.WhiteBG:hover {
color:blue;
text-decoration: underline;
}

A:active    {
}

.SmallWhite{
   color:#FFFFFF;
   font-size:13px;
   font-family:Times New Roman; 
}
.FAQHead{
   text-decoration: none;
   color:#000000;
   font-weight: bold;
   font-size:12px;
}

.FAQAnswer{
 font-size:12px;
 color:gray;
 
}

a.ReadMore{
   text-decoration: none;
   color:#F8C919;
   font-weight: bold;
   font-size:9px;
}
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
text-align:center;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
 color:#000000;
}

/* 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 {
}

.SQLHeader{
  background-image:url('images/sqlview/onyx.gif');
  color:#F8C919;
  font-size:16px;
  font-weight:bold;
  color:#ffffff;
}
.SQLItem{
 color:#000000;
 font-size:12px;
 background-color:silver;
}

.SQLAlternateItem{
	color:#000000;
    font-size:12px;
    border-width:0;
    background-color:gray;
}

.BoardDocDate{
    color:#FFFFFF;
    font-size:10px;
}

.BoardsComms{
 border-collapse:collapse;
 text-align:center;
 
}

.BoardsCommsHeader{
	
	background-image:url('images/sqlview/onyx.gif');
	background-repeat:repeat-x;
	padding:0px;
}


