/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.containermaster_colour
{
border: 1px solid #FFFFFF;
}

.containerrow1_colour 
{
background-color: #FFFFFF;
}

.containerrow2_colour 
{
background-color: #FFFFFF;
}


/*Changes the header font in ALL containers*/
.containerheader
{
color: #FF0000;
}


/* 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   {
color:#FF0000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
color:#000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
color:#666666;
}


/* text style used for most text rendered by modules */
.Normal
{
 color:#555555;
 font-size:11;
 font-weight:normal;
 font-family:verdana;
}

/* 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    {
}

tr
{
 color:#555555;
 font-size:11;
 font-weight:normal;
 font-family:verdana;
}

p
{
 text-align:left;
 color:#555555;
 font-size:11;
 font-weight:normal;
 font-family:verdana;
}


/* GENERIC */
H1  {
text-align:left;
 color:#FF0000;
 font-size:20;
 font-weight:bold;
 font-family:verdana;
}

H2  {
text-align:left;
 color:#000000;
 font-size:16;
 font-weight:bold;
 font-family:verdana;
}

H3  {
text-align:left;
 color:#666666;
 font-size:14;
 font-weight:bold;
 font-family:verdana;
}

H4  {
text-align:left;
 color:#333333;
 font-size:12;
 font-weight:bold;
 font-family:verdana;
}


A:link  {
 text-align:left;
 color:#FF0000;
}

A:visited   {
text-align:left;
 color:#FF0000;
}

A:active    {
text-align:left;
 color:#FF0000;
}

A:hover {
text-align:left;
 color:#CC0000;
}


UL LI   {
text-align:left;
}

UL LI LI    {
text-align:left;
}

UL LI LI LI {
text-align:left;
}

OL LI   {
text-align:left;
}

OL OL LI    {
text-align:left;
}

OL OL OL LI {
text-align:left;
}

HR {
}


a.searchtext:link
{
color:#FFFFFF;
}

a.searchtext:hover
{
color:#AAAAAA;
}



a.termstext:link
{
color:#FFFFFF;
}

a.termstext:hover
{
color:#AAAAAA;
}


a.privacy:link
{
color:#FFFFFF;
}

a.privacy:hover
{
color:#AAAAAA;
}


.skingradient
{
background-color: #FF0000;
}

.MainMenu_MenuContainer /*Main menu bar*/
{
background-color:transparent; 
}

.MainMenu_MenuItem /*Use this to set the padding between text and the text color in the menu and submenus*/
{
color:#FFFFFF;
background-color: transparent;
border: 1px solid #FF0000;
}


.MainMenu_SubMenu /*This is the setting for the padding and backing colour of the submenus. Useful if you want the colour different to the main menu*/
{
background-color:#FF0000;
}

/*These are the settings for when you mouse over an item in the menu - Menu hover*/
.MainMenu_MenuItemSel 
{
color:#CCCCCC;
background-color:transparent;
}


.MainMenu_MenuArrow {
background-color:#FF0000;
}
.MainMenu_RootMenuArrow
{
background-color:#FF0000;
}

.MainMenu_MenuIcon {
background-color:#FF0000;
}
