/* ================================
    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
{
}

.skinmaster
{
border: 1px solid #2020ff;
}

.pagemaster
{
background-color:#cccccc;
}


.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
color: #022f4e;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
color: #022f4e;
}

A.SelectedTab:visited  {
color: #022f4e;
}

A.SelectedTab:hover    {
color: #DD0000;
}

A.SelectedTab:active   {
color: #DD0000;
}

/* text style for the unselected tabs */
.OtherTabs {
color: #022f4e;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
color: #022f4e;
}

A.OtherTabs:visited  {
color: #022f4e;
}

A.OtherTabs:hover    {
color: #DD0000;
}

A.OtherTabs:active   {
color: #194d87;
}

/* GENERAL */
/* style for module titles */
.Head   {
color:#022f4e;
}

/* style of item titles on edit and admin pages */
.SubHead    {
color:#cbcbcb;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
color:#022f4e;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family:Verdana;
font-size:10px;
font-weight:normal;
color: #CCCCCC;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family:Verdana;
font-size:10px;
color: #000000;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
color: #000000;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
color: #000000;
}

A.CommandButton:visited  {
color: #000000;
}

A.CommandButton:hover    {
color: #022f4e;
}
    
A.CommandButton:active   {
color: #022f4e;
}

/* button style for standard HTML buttons */
.StandardButton
{
font-size:11px;
font-weight:bold;
color: #FFFFFF;
background-color: #022f4e;
}

/* GENERIC */
H1  
{
font-family:Verdana;
font-size:17px;
font-weight:bold;
color: #022f4e;
}
H2  {
font-family:Verdana;
font-size:11px;
font-weight:bold;
color:#000000;
}
H3  {
font-family:Verdana;
font-size:11px;
font-weight:normal;
color: #000000;
}
H4  {
font-family:Verdana;
font-size:10px;
font-weight:bold;
color: #000000;
}
H5  {
font-family:Verdana;
font-size:10px;
font-weight:normal;
color: #000000;
}
H6  {
font-family:Verdana;
font-size:9px;
font-weight:normal;
color: #000000;
}

TFOOT, THEAD    {
}

TH  {
}

a
{
color: #000000;
}

A:link  {
color: #cccccc;
font-family:verdana;
font-size:11px;
}
A:visited   {
color: #cccccc;
font-family:verdana;
font-size:11px;
}
A:hover {
color: #022f4e;
font-family:verdana;
font-size:11px;
}
A:active    {
color: #022f4e;
font-family:verdana;
font-size:11px;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

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;
}
OL UL LI   {
text-align: left;
}

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 {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*Table setup*/
tr{
font-family:Verdana;
font-size:10px;
font-weight:normal;
color:#000000;
}

p
{
 text-align:left;
}

.searchtext
{
color: #FFFFFF;
}

A.searchtext:link
{
color: #FFFFFF;
}

A.searchtext:hover
{
color:#CCCCCC;
}

.skinobject
{
color: #022f4e;
}

A.skinobject:link
{
color: #022f4e;
}

A.skinobject:hover
{
color: #CCCCCC;
}

.breadcrumb:active
{
color: #022f4e;
}

.breadcrumb:visited
{
color: #022f4e;
}

A.breadcrumb:link
{
color: #022f4e;
}

A.breadcrumb:hover
{
color: #000000;
}

.linkstext
{
color:#000000;
}

A.linkstext:hover
{
color: #000000;
}

A.linkstext:active
{
color: #000000;
}

A.linkstext:link
{
color: #000000;
}

A.linkstext:visited
{
color: #000000;
}

.termstext
{
color: #FFFFFF;
}

A.termstext:link
{
color: #FFFFFF;
}

A.termstext:hover
{
color: #CCCCCC;
}


.termstext
{
color: #FFFFFF;
}

A.termstext:link
{
color: #FFFFFF;
}

A.termstext:hover
{
color: #CCCCCC;
}

.privacy
{
color: #FFFFFF;
}

A.privacy:link
{
color: #FFFFFF;
}

A.privacy:hover
{
color: #CCCCCC;
}

/*NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW */
/*New Menu Skinning Features*/

.skinheader /*Sets the background behind and around the logo image*/
{
background-color:#FFFFFF;
}



/*NOTE: In .skingradient leave top and bottom padding as 0px otherwise*/
/*the menu will not change completely. Edit only background-color and height.*/


.skingradient /*Use this with .MainMenu_MenuContainer to set the colour and size of the main menu bar*/
{
height:28; /*Menu height - Editable setting*/
background-color:#2020ff; /*Use this for menu color - Editable setting*/

/*Leave below settings as they are*/
padding-top:0px; /*No padding top and bottom allows the menu color to change completely*/
padding-bottom:0px;
}


.MainMenu_MenuContainer /*Main menu bar*/
{
/*Set to the same value as the skingradient as these two work together to create the menubar colour*/
background-color:#2020ff; 
}

.MainMenu_MenuItem /*Use this to set the padding between text and the text color in the menu and submenus*/
{
color:#FFFFFF;
padding-top:1px;
padding-bottom:2px;
padding-right:3px;
padding-left:3px;
font-size: 13px;
border:0;
}


.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:#2020ff;
padding-top:1px;
padding-left:3px;
border:0;
/*Set the 6 digit code to the submenu drop shadow colour that you wish but lleave the rest of the code*/
filter:progid:DXImageTransform.Microsoft.Shadow(color='#2A3179', Direction=135, Strength=3); 
}

/*These are the settings for when you mouse over an item in the menu - Menu hover*/
.MainMenu_MenuItemSel 
{
color:#000032;
font-size: 13px;
padding-right:3px;
padding-left:3px;
background-color:transparent;
}


/*Ignore below*/

.MainMenu_MenuArrow /*These are the arrows that point to submenus, however if they are displayed and there are no arrows in places again the menu will look messy*/
{
display:none;
}
.MainMenu_RootMenuArrow
{
display:none;
}

.MainMenu_MenuIcon /*Unless you want to use icons in the menu for each page, it is neccessary to not display the blank default icon. It makes the menu look a little messy*/
{
display:none;
}

#dnn_dnnUSER_cmdRegister.SkinObject
{
display:none;
}












