/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* bring in styles for the default htmlEditor HTML "snippet" templates */
@import url("Templates/htmlEditorTemplates.css");



/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {   
color: #ffffff;
background-color:White;
font-family: Arial,Verdana,Helvetica,sans-serif;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
border: 0 none;
padding: 0;
margin: 0;
width:64px;
height:28px;
background-image:url(login.jpg);  background-repeat:no-repeat; position: relative; 
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI
{
    list-style-type: disc;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}





/*-------------- AML Logo --------------*/    
    
    dl.logo_image_map {display:block; width:982px; height:130px; background:url(header.png); position:relative; margin:0px;}
    a.logo_link_left {left:50px; top:20px; background:transparent;}
    a.logo_link_left {display:block; width:190px; height:0; padding-top:107px; overflow:hidden; position:absolute;}
    a.logo_link_left:hover  {background:transparent; border:0px dashed black; color:black;}
  
    a.logo_link_right {left:765px; top:20px; background:transparent;}
    a.logo_link_right {display:block; width:150px; height:0; padding-top:107px; overflow:hidden; position:absolute;}
    a.logo_link_right:hover  {background:transparent; border:0px dashed black; color:black;}
    
    
/*-------------- AML Footer --------------*/

    dl.image_map {display:block; width:982px; height:130px; background:url(footer_affiliates.png); position:relative; margin:0px;}
    a.LINK0 {left:243px; top:40px; background:transparent;}
    a.LINK0 {display:block; width:96px; height:0; padding-top:44px; overflow:hidden; position:absolute;}
    a.LINK0:hover  {background:transparent; border:0px dashed black; color:black;}
    a.LINK1 {left:342px; top:40px; background:transparent;}
    a.LINK1 {display:block; width:100px; height:0; padding-top:44px; overflow:hidden; position:absolute;}
    a.LINK1:hover  {background:transparent; border:0px dashed black; color:black;}
    a.LINK2 {left:445px; top:40px; background:transparent;}
    a.LINK2 {display:block; width:135px; height:0; padding-top:44px; overflow:hidden; position:absolute;}
    a.LINK2:hover  {background:transparent; border:0px dashed black; color:black;}
    a.LINK3 {left:583px; top:40px; background:transparent;}
    a.LINK3 {display:block; width:123px; height:0; padding-top:44px; overflow:hidden; position:absolute;}
    a.LINK3:hover  {background:transparent; border:0px dashed black; color:black;}
    
UL
{margin:0px; margin-bottom:15px; padding-left:15px;
    }
    
    
    
    #dnn_ctr1084_Login_Login_DNN_plUsername_cmdHelp { display:none;}

    #dnn_ctr1084_Login_Login_DNN_plPassword_cmdHelp { display:none;}


.AML {}
.MWI {display:none;}
